

/* Start:/local/templates/.default/components/bitrix/catalog/2017_catalog/bitrix/catalog.element/visual/style.css?17562080585962*/
.addToCartHandler {
  height: 40px;
}

.buy-block__btn {
  width: 120px;
}

.tabs-content .tab-2 h3 {
  margin: 0;
  border: none;
  font-weight: 700;
  padding-top: 1px;
  padding-bottom: 10px;
  line-height: 1.3;
  font-size: 16px;
}

.tabs-content .tab-2 p {
  font-size: 12px;
  color: #464646;
  font-family: Roboto;
}

.dropdown-menu.notfound-feedback__menu {
  min-width: 220px;
  padding: 10px !important;
  left: 0 !important;
}

.dropdown-menu.notfound-feedback__menu .btn-success {
  color: #fff;
  background: rgb(174, 198, 64);
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  border: none;
}

.predzakaz_btn.buy-block__btn--disabled {
  float: left;
  margin-right: 10px;
}

.predzakaz_btn.notfound-feedback__toggle {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.cart-product-counter {
  max-width: 128px;
  float: left !important;
  width: 100% !important;
  height: 35px !important;
  border: 1px solid #f9418d !important;
  border-radius: 3px !important;
  display: flex !important;
  justify-content: space-between !important;
  background: #ffffff !important;
}

.cart-product-counter__button {
  background: transparent !important;
  border: 0 !important;
  font-size: 20px !important;
  width: 50% !important;
  color: #f9418d !important;
}

.cart-product-counter__number {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #f9418d !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-size: 16px !important;
}

.addProductToCart {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex-basis: 180px;
  height: 100%;
  min-height: 35px;
  -ms-flex-preferred-size: 180px;
  margin-bottom: -3px;
  margin-left: 0;
  vertical-align: bottom;
  border-radius: 4px;
  border: 0;
  background-color: #ADC74F;
  transition: 0.2s;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.addProductToCart:before {
  display: block;
  content: "";
  z-index: 7;
  background-image: url('/local/src/img/icons/basket.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}

.addProductToCart span {
  vertical-align: top;
  padding-left: 3px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 1px 2px 2px #819721;
  margin: 0 auto;
}

.addProductToCart:hover {
  background-color: #C1D479;
}

.goToCart {
  position: relative;
  width: 180px;
  flex-basis: 180px;
  height: 35px;
  -ms-flex-preferred-size: 180px;
  margin-bottom: -3px;
  margin-left: 10px;
  vertical-align: bottom;
  border-radius: 4px;
  border: 0;
  background-color: #f9418d;
  transition: 0.2s;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.goToCart:before {
  display: block;
  content: "";
  position: absolute;
  left: 10px;
  z-index: 7;
  background-image: url('/local/src/img/icons/basket.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}

.goToCart:after {
  display: inline-block;
  vertical-align: top;
  padding-left: 3px;
  content: "Перейти в корзину";
  position: relative;
  /* top: 2px; */
  left: 10px;
  font-size: 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
}

.goToCart:hover {
  background-color: #df2171;
}

.form-tovar-postavka.wide {
  width: 100% !important;
}

.form-tovar-postavka__btn-wrapper {
  display: flex !important;
  gap: 10px;
  flex-direction: column;
}

  @media (min-width: 768px) {
    .form-tovar-postavka__btn-wrapper {flex-direction: row;}
  }

.form-tovar-postavka__btn-wrapper .addToCart__wrapper,
.form-tovar-postavka__btn-wrapper .expressCartBtn {
  flex: 1;
}

.tovar-price {
  display: flex;
  align-items: center;
}

.tovar-info {
  position: relative;
  margin-top: 10px;
  width: fit-content;
}

.tovar-info__text {
  position: absolute;
  z-index: 1;
  background: #fff;
  display: none;
  bottom: 35px;
  width: 375px;
  padding: 15px;
  margin-left: -140px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25);
}

.tovar-info__link {
  color: #337ab7;
  cursor: pointer;
}

.tovar-info__bottom {
  color: #313131;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  /* Text style for "Выбрать сп" */
  letter-spacing: 0.11px;
  margin-bottom: 0px;
}

.tovar-info__title {
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.11px;
  margin-bottom: 10px;
}

.tovar-info__text::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid white;
}

.tovar-info__text ul {
  color: #313131;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  /* Text style for "Специальны" */
  letter-spacing: 0.11px;
  margin-bottom: 9px;
}

.tovar-info:hover .tovar-info__text {
  display: block;
}

.inflation-info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 15px 20px;
  flex-wrap: wrap;
}

.inflation-info__express {
  font-size: 14px;

  color: #fc3c8d;
}

.inflation-info__express--banner {
  margin: 0 -10px;
  padding-bottom: 10px;

  text-align: center;
  color: #EC3E4B;
}

.inflation-info__express-price {
  font-weight: 600;
  white-space: nowrap;
}

.inflation-info__details {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;

  text-align: center;

  padding-bottom: 10px;

  color: #464646;
}

@media (max-width: 560px) {
  .tovar-info__text {
    width: calc(100vw - 20px);
    margin-left: 0;
  }

  .tovar-info__text::after {
    left: 15%;
  }
}


@media(max-width: 768px) {
  .detalka-tovaras .title h1 {
    font-size: 22px !important;
  }
}

#party-set {
  margin-top: 30px;
  z-index: 1;
}
/* End */


/* Start:/local/templates/.default/components/qsoft/sale.viewed.product/zatey_viewed/style.css?17231950631551*/
.sku_price .sku_add.grey {
	opacity: 0.4;
	cursor: default !important;
}

.viewed_prod .sku_item .news_sku_status {
	padding-bottom: 5px;
}

.inflation-info__express {
	height: 42px;
}

.font_custom,
.collections_form,
.good_tabs_form
{
	font-family: Roboto, Verdana, sans-serif !important;
}

.viewed_prod .sku_item .itemPromo {
	right: 15px;
	font-size: 13px;
}

.viewed_prod .sku_item:hover .itemPromo {
	right: 14px !important;
}

.no-elem-viewed {
	padding-bottom: 60px;
}

.width-320 #clearlist {
	margin-top: -5px;
}

.cart-product-counter {
	max-width: 128px;
	width: 100% !important;
	height: 35px !important;
	border: 1px solid #F9418D !important;
	border-radius: 3px !important;
	display: flex !important;
	justify-content: space-between !important;
	background: #ffffff !important;
}

.cart-product-counter__button {
	background: transparent !important;
	border: 0 !important;
	font-size: 20px !important;
	width: 50% !important;
	color: #F9418D !important;
}

.cart-product-counter__number {
	width: 100% !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	background-color: #F9418D !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	font-size: 16px !important;
}

.item .item__category {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.inflation-info__express--banner {
	margin: 0 -10px;
	padding-bottom: 10px;

	text-align: center;
	color: #EC3E4B;
}

.inflation-info__express-price {
	font-weight: 600;
	white-space: nowrap;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/2017_catalog/bitrix/catalog.element/visual/style.css?17562080585962 */
/* /local/templates/.default/components/qsoft/sale.viewed.product/zatey_viewed/style.css?17231950631551 */
