.product-card__wish {
    cursor: pointer;
}

.cart-dropdown__products .cart-dropdown-product.product-card--not-available .cart-dropdown-product__image img,
.cart-dropdown__products .cart-dropdown-product.product-card--not-available .cart-dropdown-product__title,
.cart-dropdown__products .cart-dropdown-product.product-card--not-available .cart-dropdown-product__brand,
.cart-dropdown__products .cart-dropdown-product.product-card--not-available .cart-dropdown-product__price {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3;
    z-index: -1;
}

.hidden {
    display: none !important;
}

.submenu__column > ul.submenu__list:not(:last-child) {
    margin-bottom: 20px;
}

.mobile-section-promo__group + .mobile-menu__nav li:first-child {
    border-top: 2px solid #505864;
}

.mobile-menu__nav.top-border {
    border-top: 2px solid #505864;
}

.mobile-menu__nav-item.no-child:after {
    content: unset;
}

ul.errors, ul.success {
    padding: 0;
    list-style: none;
}

ul.errors li, ul.success li {
    margin: 8px 0 14px;
}

ul.success li {
    color: #3ae241;
}

ul.errors li {
    color: #e92424;
}

div.list-unstyled > ul {
    padding-left: 0;
    list-style: none
}

main.cart .cart-product .cart-dropdown-product__qty-btn {
    width: 30px;
    height: 30px;
    background-color: #f0f3f7;
    border-radius: 3px;
    position: relative;
}

main.cart .cart-product .cart-dropdown-product__qty-btn:before {
    width: 8px;
    height: 2px;
    margin: -1px 0 0 -4px;
    top: 50%;
    left: 50%;
}

main.cart .cart-product .cart-dropdown-product__qty-btn.cart-dropdown-product__qty-btn--increment:after {
    width: 2px;
    height: 8px;
    margin: -4px 0 0 -1px;
    top: 50%;
    left: 50%;
}


.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header::after {
    content: "";
    display: table;
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer::after {
    content: "";
    display: table;
    clear: both
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px
    }
}

main.cart .cart-product .cart-dropdown-product__qty-btn {
    cursor: pointer;
}

.cart-product__attr__value {
    color: #414954;
}

.cart-dropdown-line__bubble {
    height: 7px;
}

.cart-empty__c {
    padding: 30px 0 60px;
    text-align: center
}

.cart-dropdown-product__taste {
    margin-bottom: 2px
}

.product-card__image img {
    width: 100%;
    object-fit: contain;
}

.cart-dropdown-product__qty span, .cart-dropdown-product__qty input.js-cart-line-product-quantity {
    border: none;
    width: 40px;
    text-align: center;
}

.subscribe__form .subscribe__input.subscribe__input--error, .footer__subscribe-form .footer__subscribe-input.subscribe__input--error {
    border-color: #e92424;
    border-color: var(--error-color)
}

.subscribe__success {
    margin: 8px 0 14px;
    color: #3ae241;
    color: var(--status-complete)
}

.catalog-filters-form__list > li.active .catalog-filters-form__label:after,
.catalog-filter-dropdown__list > li.active .catalog-filter-dropdown__label:after {
    background-image: url(/img/checkbox.svg);
    background-position: 0 50%;
    background-size: 100%;
}


.catalog-filters-form__list > li.active .catalog-filters-form__label .catalog-filters-form__label-title,
.catalog-filters-form__list > li.active .catalog-filters-form__label .catalog-filters-form__label-title,
.catalog-filter-dropdown__list > li.active .catalog-filter-dropdown__label .catalog-filter-dropdown__label-title {
    font-weight: 700;
}

.catalog-filters-form__list > li.active .catalog-filters-form__label:before {
    background-color: #fff;
    background-color: var(--white-color);
}

.subscribe {
    margin-bottom: 0;
}

.seo-text {
    margin-top: 40px;
}

a.catalog-categories__item--active {
    pointer-events: all;
}

.c-blue {
    color: #3B88FC;
}

.catalog-filters-form__list > li.no-matches,
.catalog-filter-dropdown__list > li.no-matches {
    display: none;
}

.catalog-general__title {
    padding-top: 44px;
    font-size: 20px;
}

.catalog-filters-form__price + .catalog-filters-form__list li:first-child,
.catalog-filters-form__search + .catalog-filters-form__wrapper .catalog-filters-form__list li:first-child {
    border-top: unset;
}

.catalog-filter-dropdown__list.child-categories {
    padding: 0;
}

.catalog-filter-dropdown__list li {
    margin-top: 0;
    margin-bottom: 12px;
}

.catalog-filter-dropdown__list:not(.child-categories) {
    margin-bottom: -12px;
}

.product-review__helpful-action {
    color: #3b88fc;
    color: var(--primary-color);
    cursor: pointer;
}

.product-sidebar__errors_rp ul {
    list-style: decimal;
    color: #ec0a0a;
    background-color: #ff000026;
    padding: 10px 35px;
}

.product__description img {
    height: auto;
    width: 100%;
}
.product-reviews-page .product-details--page, .product-reviews-page .product-details--page .product-details__section {
    margin-top: 0;
}

@media (min-width: 768px) {
    .cart-empty__c {
        padding: 50px 0 90px
    }

    .catalog-filters-form__list > li.active .catalog-filters-form__label:before,
    .catalog-filter-dropdown__list > li.active .catalog-filter-dropdown__label:before {
        background-color: #414954;
        background-color: var(--dark-color);
    }

    .catalog-filters-form__list > li.active .catalog-filters-form__label:after,
    .is-desktop .catalog-filters-form__list > li.active .catalog-filters-form__label:after,
    .catalog-filter-dropdown__list > li.active .catalog-filter-dropdown__label:after,
    .is-desktop .catalog-filter-dropdown__list > li.active .catalog-filter-dropdown__label:after {
        background-position: 0 0;
    }

    .subscribe {
        margin-bottom: 0;
    }

    .seo-text {
        margin-top: 110px;
    }

    .catalog-categories__item--active + .catalog-categories__list a {
        font-weight: bold;
    }

    .catalog-filters-form__list li:first-child {
        border-top: unset;
    }

    .catalog-filters-form__list:not(.child-categories) {
        border-top: 2px solid #f0f3f7;
        border-top: 2px solid var(--light-blue-color);
    }

    .catalog-filters-form__search+.catalog-filters-form__wrapper .catalog-filters-form__list {
        border-top: none;
    }
    .product-buy__wish-btn.product-card__wish--active .icon-wish {
        background-position: 0 100%;
    }

    .product-review__text {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .header__account--small {
        display: none
    }
}

@media (min-width: 1340px) {
    .visible-md {
        display: none;
    }

    .page__nav .page__nav-list {
        margin-bottom: 40px;
    }

    main.cart .cart-product .cart-dropdown-product__qty-btn {
        width: 19px;
        height: 19px;
    }

    main.cart .cart-product .cart-dropdown-product__qty-btn:before {
        width: 5px;
        height: 1px;
        margin: 0;
        top: 9px;
        left: 7px;
    }

    main.cart .cart-product .cart-dropdown-product__qty-btn.cart-dropdown-product__qty-btn--increment:after {
        width: 1px;
        height: 5px;
        margin: 0;
        top: 7px;
        left: 9px;
    }

    .header__nav-item {
        padding: 0 34px;
    }

    .cart-empty__c {
        padding: 90px 0
    }
}

@media (max-width: 1339px) {
    .visible-md {
        display: inherit;
    }

    .hidden-md {
        display: none;
    }

    .page__nav-list li.page__nav-item-child {
        margin-left: 20px;
    }

    .page__nav-group-md {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    body#cart .header__nav, body#cart .desktop__search .search__block {
        display: none;
    }

    body#cart .desktop__search {
        height: 0;
    }

    .cart-dropdown-product__qty-btn:hover:before,
    .cart-dropdown-product__qty-btn:hover:after {
        background-color: #414954;
    }

    .cart-discount__toggle:hover {
        color: #414954;
    }

    .af-slider .slider-values {
        justify-content: space-between;
        margin-bottom: 46px;
    }

    .af-slider {
        display: flex;
        flex-direction: column-reverse;
        padding: 15px 0;
    }

    .catalog-filters-form__apply:focus, .catalog-filters-form__apply:hover {
        background-color: #ffed49;
        background-color: var(--yellow-color);
        color: #414954;
        color: var(--dark-color);
    }

    .catalog-filters-form__close:focus, .catalog-filters-form__close:hover {
        background-color: #4d555e;
        background-color: var(--footer-social-color);
        color: #ffed49;
        color: var(--yellow-color);
    }

    .catalog-filters-form__price+.catalog-filters-form__list,
    .catalog-filters-form__search+.catalog-filters-form__wrapper .catalog-filters-form__list {
        border-top: 2px solid #505864;
        border-top: 2px solid var(--footer-sep-color);
    }
}

.customer__error {

	margin-top: 8px;
	color: var(--error-color);
	display:none;

}

.js-product-prices {
	margin-bottom:10px;
}

/* Super Speed glitch quick fix */
.header__cart {
    display: block;
}

.header__top .wrap {
    justify-content: space-between;
}

.header__top .header__top-nav1,
.header__top .header__top-nav2 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}



@media (min-width: 768px) {
.account-addresses__add {
    margin-bottom: 20px;
}
.account-address__head {
    padding: 16px 30px;
    border-radius: 3px 3px 0 0;
}
.account-address__content {
    border-left: 2px solid #f0f3f7;
    border-left: 2px solid var(--light-blue-color);
    border-right: 2px solid #f0f3f7;
    border-right: 2px solid var(--light-blue-color);
    padding: 20px 28px;
}
border-left: 2px solid #f0f3f7;
    border-left: 2px solid var(--light-blue-color);
    border-right: 2px solid #f0f3f7;
    border-right: 2px solid var(--light-blue-color);
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}
}

.account-address__bottom {
    position: relative;
    border-top: 2px solid #f0f3f7;
    border-top: 2px solid var(--light-blue-color);
    border-bottom: 2px solid #f0f3f7;
    border-bottom: 2px solid var(--light-blue-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.account-address__head {
    background-color: #f0f3f7;
    background-color: var(--light-blue-color);
    padding: 16px 15px;
}


.wishlist__head+.wishlist__category {
    margin-top: 0;
}

.wishlist__category:first-child
{
    margin-top: 0!important;
}

.wishlist__sections--categories {
    border-bottom: 2px solid var(--light-blue-color);
    margin-bottom: 20px;
}

@media (min-width: 1000px) {
.notification {
    padding: 20px 40px;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


.notification--hidden {
    display: none!important;
}

.notification--visible {
    opacity: 1!important;
}

}



.products-compare-grid .products-compare-grid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.products-compare-grid .products-compare-grid__col {
    border-right: 2px solid #f0f3f7;
    border-right: 2px solid var(--light-blue-color);
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding-left: 20px;
    padding-right: 20px
}

.products-compare-grid .products-compare-grid__col--head {
    padding-top: 30px
}

.products-compare-grid .products-compare-grid__head .products-compare-grid__row:first-child .products-compare-grid__col {
    border-top: 2px solid #f0f3f7;
    border-top: 2px solid var(--light-blue-color)
}

.products-compare-grid .products-compare-grid__head .products-compare-grid__row:last-child .products-compare-grid__col {
    padding-bottom: 14px
}

.products-compare-grid .products-compare-grid__body .products-compare-grid__row:last-child .products-compare-grid__col {
    border-bottom: 2px solid #f0f3f7;
    border-bottom: 2px solid var(--light-blue-color)
}

.products-compare-grid .products-compare-grid__body .products-compare-grid__row:nth-of-type(odd) .products-compare-grid__col {
    background-color: #f5f7f9
}

.products-compare-grid .products-compare-grid__body .products-compare-grid__row:nth-of-type(odd) .products-compare-grid__col--active {
    background-color: #e9f4ff
}

.products-compare-grid .products-compare-grid__body .products-compare-grid__row:nth-of-type(even) .products-compare-grid__col--active {
    background-color: #fbfdff
}

.products-compare-grid .products-compare-grid__body .products-compare-grid__col {
    padding: 11px 20px
}

.products-compare-grid .products-compare-grid__body .products-compare-grid__col:first-child {
    font-weight: 700;
    border-radius: 3px 0 0 3px
}

.products-compare-grid a:focus,.products-compare-grid a:hover {
    color: #3b88fc;
    color: var(--primary-color)
}

.products-compare-grid a:focus .icon-next,.products-compare-grid a:hover .icon-next {
    background-image: url(../images/arrow_blue.svg)
}

.product-compare__cell a, .products-compare-grid a {
    color: #414954;
    color: var(--dark-color);
    text-decoration: none;
}

.products-compare-grid a:focus, .products-compare-grid a:hover {
    color: #3b88fc;
    color: var(--primary-color);
}

.product-composition__row-hidden {
    display: none;
}

.product-composition__table--collapsed {
    position: relative;
}

.product-composition__table--collapsed:after {
    content: '';
    display: block;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    height: 92px;
    left: -20px;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.sv_hidden_ingredient {
	display:none;
}

#ingr-see-more-open {
	color: var(--primary-color);
	cursor: pointer;
}

#ingr-see-more-close {
	color: var(--primary-color);
	cursor: pointer;
	display:none;
}


.product-composition__column2 {
    padding: 13px 15px;
    font-size: 12px;
    line-height: 1.4166667
}

@media (min-width: 768px) {
    .product-composition__column2 {
        padding-left:30px;
        padding-right: 30px;
        font-size: 14px;
        line-height: 1.42857
    }
}

@media (min-width: 1340px) {
    .product-composition__column2 {
        position:relative;
        padding-left: 0;
        padding-right: 20px;
        z-index: 1
    }
}



.product__brand-name {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;

  & a {
    text-decoration: none;
  } 
}

.product__name {
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  @media (min-width: 768px) {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
  }
}


.product-gallery__slides {
  & .swiper-slide {
    text-align: center;
  }
  & a {
    display: inline-block;
    vertical-align: top;
  }
  & img {
    max-width: 100%;
    height: auto;

    @media (min-width: 768px) {
      max-width: none;
      width: 340px;
      height: 340px;
      object-fit: contain;
    }
  }
}




@media (min-width: 768px) {
    .product-sidebar__back {
        background-image:url(/img/arrow_grey.svg);
        left: 30px
    }

    .product-sidebar__back:focus,.product-sidebar__back:hover {
        background-image: url(/img/arrow_blue.svg)
    }
}

.product-sidebar__upload-photos {
    margin-top: 12px
}

.product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_btn_delete_photo:before,.product-sidebar__upload-photos .form-label {
    display: none
}

.product-sidebar__upload-photos .ets_rv_upload_photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px
}

.product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_upload_photo_item {
    display: block;
    float: none;
    width: 50px;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 10px
}

.product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_upload_photo_item+.ets_rv_upload_photo_item:last-child {
    margin-top: 10px
}

.product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_upload_photo_item:last-child {
    width: 100%
}

.product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_upload_photo_item:last-child .ets_rv_upload_photo_wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: 0 0;
    width: auto;
    padding-top: 0
}

.product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_upload_photo_item:last-child .ets_rv_upload_photo_wrap .ets_rv_btn_delete_photo,.product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_upload_photo_item:last-child .ets_rv_upload_photo_wrap:after {
    display: none
}

.product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_upload_photo_item:last-child .ets_rv_upload_photo_wrap .ets_rv_btn_upload {
    border: 0;
    background-color: #4d555e;
    background-color: var(--footer-social-color);
    position: static;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: 50px;
    padding: 0 20px;
    color: #ffed49;
    color: var(--yellow-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 3px
}

@media (min-width: 768px) {
    .product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_upload_photo_item:last-child .ets_rv_upload_photo_wrap .ets_rv_btn_upload {
        background-color:#f0f3f7;
        background-color: var(--light-blue-color);
        color: #3b88fc;
        color: var(--primary-color)
    }
}

.product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_upload_photo_item:last-child .ets_rv_upload_photo_wrap .ets_rv_btn_upload:before {
    position: static;
    content: '';
    background-image: url(/img/upload_sm.svg);
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    font-size: 22px;
    line-height: 1;
    -webkit-transform: none;
    transform: none
}

@media (min-width: 768px) {
    .product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_upload_photo_item:last-child .ets_rv_upload_photo_wrap .ets_rv_btn_upload:before {
        background-image:url(/img/upload_lg.svg)
    }

    .product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_upload_photo_item:last-child .ets_rv_upload_photo_wrap .ets_rv_btn_upload:hover {
        background-color: #3b88fc;
        background-color: var(--primary-color);
        color: #fff;
        color: var(--white-color)
    }

    .product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_upload_photo_item:last-child .ets_rv_upload_photo_wrap .ets_rv_btn_upload:hover:before {
        background-image: url(/img/upload_lg_white.svg)
    }
}

.product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_upload_photo_wrap {
    border: 0;
    border-radius: 3px
}

.product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_upload_photo_wrap:hover {
    border: 0;
    padding-top: 100%
}

.product-sidebar__upload-photos .ets_rv_upload_photos .ets_rv_btn_delete_photo {
    border: 0;
    background-image: url(/img/remove_file.svg);
    background-repeat: no-repeat;
    background-size: 21px 21px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    width: 21px;
    height: 21px;
    top: -7px;
    right: -7px
}

.product-sidebar__upload-photos .ets_rv_upload_images .help-block {
    margin: 12px 0 20px;
    color: #929ca9;
    color: var(--grey-color);
    font-size: 14px;
    line-height: 1;
    font-style: normal
}



.product-reviews__more {
    display: block;
    border: 0;
    background-color: #f0f3f7;
    background-color: var(--light-blue-color);
    height: 50px;
    margin-bottom: 20px;
    color: #3b88fc;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
    line-height: 4.1666667;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    cursor: pointer
}

@media (min-width: 768px) {
    .product-reviews__more {
        display:inline-block;
        position: relative;
        width: auto;
        height: 60px;
        padding: 0 60px 0 30px;
        margin-bottom: 0;
        line-height: 5;
        vertical-align: top
    }

    .product-reviews__more:after {
        content: '';
        display: block;
        position: absolute;
        background-image: url(../images/arrow_blue.svg);
        background-position: 100% 0;
        width: 6px;
        height: 9px;
        margin-top: -5px;
        top: 50%;
        right: 30px
    }

    .product-reviews__more--preload.product-reviews__more:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.product-reviews__more:focus,.product-reviews__more:hover {
    background-color: #3b88fc;
    background-color: var(--primary-color);
    color: #fff;
    color: var(--white-color)
}

.product-reviews__more:focus:after,.product-reviews__more:hover:after {
    background-image: url(../images/arrow_white.svg)
}

.product-reviews__more:focus {
    outline: 0
}



.product-reviews__add {
    background-color: #3b88fc;
    background-color: var(--primary-color);
    border: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    color: var(--white-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer
}

@media (min-width: 768px) {
    .product-reviews__add {
        width:auto;
        height: 60px;
        padding: 0 50px
    }
}


.product-reviews__footer {
    margin-top: 20px
}

@media (min-width: 768px) {
    .product-reviews__footer {
        margin-top:30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }
}

.wishlist-toast {
	display:none!important;
}





/* Product card
   ========================================================================== */

.product-card {
  position: relative;
  border: 2px solid var(--light-blue-color);
  border-left: 0;
  width: 170px;
  height: 100%;
  padding: 3px 15px 10px;

  @media (min-width: 768px) {
    width: 240px;
    padding: 0 20px 14px;
  }

  &:hover {
    @nest .is-desktop & {
      z-index: 2;
    }
  }
}

.product-card--catalog,
.product-card--kit {
  width: 100%;
  height: auto;
  
  @media (max-width: 767px) {
    border: 0;
    border-top: 2px solid var(--light-blue-color);
    padding-top: 15px;
  }

  @media (min-width: 768px) {
    border: 2px solid var(--light-blue-color);
    width: calc(33.33% + 2px);
    margin-top: -2px;
    margin-left: -2px;
  }

  @media (min-width: 1000px) {
    width: calc(25% + 2px);
  }

  &:last-child {
    @media (max-width: 767px) {
      border-bottom: 2px solid var(--light-blue-color);
    }
  }
}

.product-card--kit {
  @media (min-width: 1340px) {
    width: calc(20% + 2px);
  }
}

.product-card--top {
  border: 0;
  border-top: 2px solid var(--light-blue-color);
  width: 100%;
  padding-top: 15px;

  @media (min-width: 768px) {
    border-left: 2px solid var(--light-blue-color);
    border-right: 2px solid var(--light-blue-color);
    padding: 30px 40px;
  }

  &:last-child {
    border-bottom: 2px solid var(--light-blue-color);
  }
}

.product-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.product-card__num {
  position: absolute;
  background-color: var(--light-blue-color);
  width: 40px;
  height: 40px;
  top: -2px;
  left: 0;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 800;
  line-height: 2.5;
  text-align: center;
  pointer-events: none;
  z-index: 1;

  @media (min-width: 768px) {
    left: -2px;
  }
}

.product-card__content {
  height: 100%;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;

  @nest .product-card--top & {
    display: block;
  }
}

.product-card__image {
  position: relative;
  height: 132px;
  padding-bottom: 32px;
  text-align: center;

  @media (min-width: 768px) {
    height: 200px;
    padding-bottom: 20px;
  }

  @nest .product-card--catalog & {
    @media (max-width: 767px) {
      position: absolute;
      width: 86px;
      height: 100px;
      padding-bottom: 0;
    }
  }

  @nest .product-card--top & {
    position: absolute;
    width: 86px;
    height: 100px;
    padding-bottom: 0;

    @media (min-width: 768px) {
      width: 96px;
      height: 112px;
    }
  }
  
  @nest .product-card--kit & {
    height: 144px;
    padding-bottom: 20px;

    @media (min-width: 768px) {
      height: 182px;
      padding-top: 25px;
    }

    @media (min-width: 1340px) {
      height: 202px;
    }
  }

  &:before {
    @nest .is-desktop .product-card:not(.product-card--top):not(.product-card--no-overlay):hover &,
    .is-desktop .product-card:not(.product-card--top):not(.product-card--no-overlay) .product-card__link:hover + .product-card__content &,
    .is-desktop .product-card:not(.product-card--top):not(.product-card--no-overlay) .product-card__link:focus + .product-card__content & {
      @media (min-width: 768px) {
        content: '';
        display: block;
        position: absolute;
        background-color: var(--white-color);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.95;
      }
    }

    @nest .product-card--kit & {
      visibility: hidden;
    }
  }

  & img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;

    @media (min-width: 768px) {
      max-height: 170px;
    }

    @nest .product-card--not-available & {
      position: relative;
      filter: grayscale(100%);
      opacity: 0.3;
      z-index: -1;
    }

    @nest .product-card--top & {
      @media (min-width: 768px) {
        max-height: 112px;
      }  
    }

    @nest .product-card--kit & {
      max-height: 124px;

      @media (min-width: 768px) {
        max-height: 133px;
      }  
    }
  }
}

.product-card__delivery {
  display: none;
  position: absolute;
  background-color: var(--yellow-color);
  width: 40px;
  height: 25px;
  top: 10px;
  left: -15px;
  border-radius: 0 3px 3px 0;

  @media (min-width: 768px) {
    width: auto;
    padding: 0 19px;
    left: -20px;
    font-size: 12px;
    line-height: 2.083333;
  }

  @nest .product-card--catalog &,
  .product-card--top & {
    @media (max-width: 767px) {
      top: -3px;
    }
  }

  & span {
    display: none;

    @media (min-width: 768px) {
      display: inline;
    }
  }
}

.icon-delivery-product {
  background-image: url(../images/delivery_sm.svg);
  width: 24px;
  height: 16px;
  margin: -8px 0 0 -12px;
  top: 50%;
  left: 50%;

  @media (min-width: 768px) {
    display: none;
  }
}

.product-card__na {
  display: none;

  @media (min-width: 768px) {
    display: block;
    position: absolute;
    background-color: var(--light-blue-color);
    height: 25px;
    padding: 0 19px;
    top: 10px;
    left: -20px;
    font-size: 12px;
    line-height: 2.083333;
    border-radius: 0 3px 3px 0;
  }
}

.product-card__discount {
  position: absolute;
  left: 0;
  bottom: 5px;
  color: var(--green-color);
  font-size: 12px;
  line-height: 1.5;

  @nest .product-card--catalog & {
    @media (max-width: 767px) {
      position: static;
      margin-left: 96px;
      margin-bottom: 8px;
    }

    @media (min-width: 768px) {
      left: 20px;
      top: 178px;
      bottom: auto;
    }
  }

  @nest .product-card--top & {
    @media (max-width: 767px) {
      position: static;
      margin-left: 96px;
      margin-bottom: 8px;
    }
    
    @media (min-width: 768px) {
      position: static;
      display: inline-block;
      margin-left: 50px;
      font-size: 14px;
      line-height: 1.642857143;
      vertical-align: middle;
    }

    @media (min-width: 1340px) {
      display: block;
      margin-top: 4px;
      margin-left: 0;
    }
  }
}

.icon-coupon-product {
  background-image: url(../images/coupon_product.svg);
  width: 19px;
  height: 20px;
  margin-top: -3px;
  vertical-align: top;

  @nest .product-card--top & {
    @media (min-width: 768px) {
      margin-top: -1px;
    }
  }
}

.product-card__title,
.product-card__category,
.product-card__brand {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.4166666;

  @media (min-width: 768px) {
    font-size: 14px;
    line-height: 1.642857;
  }

  @nest .product-card--catalog & {
    @media (max-width: 767px) {
      margin-left: 96px;
    }
  }

  @nest .product-card--top & {
    margin-left: 96px;

    @media (min-width: 768px) {
      margin-left: 106px;
    }
  }
}

.product-card__title {
  font-weight: 700;

  @media (min-width: 768px) {
    margin-bottom: 10px;
  }

  @nest .product-card--catalog &,
  .product-card--top & {
    @media (max-width: 767px) {
      margin-right: 39px;
    }
  }

  @nest .product-card--top & {
    @media (min-width: 768px) {
      font-size: 16px;
      line-height: 1.5;
    }
  }

  @nest .product-card--kit & {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.4285714;

    @media (min-width: 768px) {
      margin-bottom: 14px;
    }
  }

  @nest .is-desktop .product-card__link:hover + .product-card__content &,
  .is-desktop .product-card__link:focus + .product-card__content & {
    color: var(--primary-color);
  }
}

.product-card__category {
  margin-top: auto;

  @media (min-width: 768px) {
    margin-bottom: 0;
  }
}

.product-card__kit {
  margin-bottom: 10px;
  color: var(--grey-color);
  font-size: 12px;
  line-height: 1.5;

  @media (min-width: 768px) {
    margin-bottom: 15px;
  }
}

.product-card__rating {
  padding-top: 4px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.0833333;

  @nest .product-card--catalog & {
    @media (max-width: 767px) {
      margin-left: 96px;
    }
  }

  @nest .product-card--top & {
    margin-left: 96px;

    @media (min-width: 768px) {
      margin-left: 106px;
      margin-bottom: 20px;
    }
  }

  & span {
    margin-left: 2px;
  }
}

.product-card__price-wrap {
  @media (min-width: 1340px) {
    position: absolute;
    top: 30px;
    right: 40px;
    text-align: right;
  }
}

.product-card__price {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4166666;

  @media (min-width: 768px) {
    font-size: 14px;
    line-height: 1.642857;
  }

  @nest .product-card--catalog & {
    @media (max-width: 767px) {
      margin-left: 96px;
      order: 1;
    }
  }

  @nest .product-card--top & {
    @media (max-width: 767px) {
      margin-left: 96px;
      order: 1;
    }

    @media (min-width: 768px) {
      display: inline-block;
      font-size: 16px;
      line-height: 1.5;
      vertical-align: middle;
    }

    @media (min-width: 1340px) {
      display: block;
    }
  }
}

.product-card__price-active {
  color: var(--red-color);

  @nest .product-card--top & {
    @media (min-width: 1340px) {
      display: block;
      margin-left: 0;
    }
  }

  & + .product-card__price-regular {
    display: inline-block;
    position: relative;
    margin-left: 12px;
    color: var(--regular-price-color);
    font-size: 10px;
    line-height: 1.6;

    @media (min-width: 768px) {
      font-size: 12px;
    }

    @nest .product-card--top & {
      @media (min-width: 768px) {
        margin-left: 22px;
        font-size: 14px;
        line-height: 1.57142857;
      }
    }

    &:after {
      content: '';
      display: block;
      position: absolute;
      background-color: var(--regular-price-color);
      height: 1px;
      margin-top: -1px;
      left: -3px;
      right: -3px;
      top: 50%;
    }
  }
}

.product-card__wish {
  background-color: var(--light-blue-color);
  position: absolute;
  width: 39px;
  height: 39px;
  top: 3px;
  right: 3px;
  border-radius: 3px;
  z-index: 1;

  @nest .is-desktop & {
    display: none;
  }

  &.product-card__wish--remove {
    display: block;
  }

  &:hover,
  &:focus {
    display: block;
  }

  @nest .is-desktop .product-card:not(.product-card--top):hover &,
  .is-desktop .product-card:not(.product-card--top) .product-card__link:hover + .product-card__content + &,
  .is-desktop .product-card:not(.product-card--top) .product-card__link:focus + .product-card__content + & {
    display: block;
  }
}

.product-card__wish--active {
  @nest .is-desktop & {
    display: block;
    background-color: var(--white-color);
  }

  @nest .product-card--top & {
    display: none;
  }

  @nest .is-desktop .product-card:hover &,
  .is-desktop .product-card__link:hover + .product-card__content + &,
  .is-desktop .product-card__link:focus + .product-card__content + & {
    background-color: var(--light-blue-color);
  }
}

.icon-wish {
  background-image: url(../images/wish.svg);
  width: 17px;
  height: 16px;
  top: 12px;
  left: 11px;

  @nest .product-card__wish:hover &,
  .product-card__wish:focus & {
    background-position: 0 50%;
  }
  
  @nest .product-card__wish--active &,
  .product-card__wish--active:hover &,
  .product-card__wish--active:focus & {
    background-position: 0 100%;
  }
}

.icon-wish {
  background-image: url(../images/wish.svg);
  width: 17px;
  height: 16px;
  top: 12px;
  left: 11px;

  @nest .product-card__wish:hover &,
  .product-card__wish:focus & {
    background-position: 0 50%;
  }
  
  @nest .product-card__wish--active &,
  .product-card__wish--active:hover &,
  .product-card__wish--active:focus & {
    background-position: 0 100%;
  }
}

.icon-wish-remove {
  background-image: url(../images/wish_remove.svg);
  width: 13px;
  height: 13px;
  top: 13px;
  left: 13px;

  @nest .product-card__wish:hover &,
  .product-card__wish:focus & {
    background-position: 0 100%;
  }
}

.product-card__details {
  display: none;
  font-size: 12px;
  line-height: 1.5;
  
  @nest .product-card--catalog & {
    @media (max-width: 767px) {
      display: block;
      margin-left: 96px;
    }
  }

  @nest .product-card--top & {
    display: block;
    margin-left: 96px;

    @media (min-width: 768px) {
      margin-left: 106px;
    }
  }

  @nest .is-desktop .product-card:not(.product-card--top):hover &,
  .is-desktop .product-card:not(.product-card--top) .product-card__link:hover + .product-card__content &,
  .is-desktop .product-card:not(.product-card--top) .product-card__link:focus + .product-card__content & {
    @media (min-width: 768px) {
      display: block;
      position: absolute;
      /* top: 48px; */
      bottom: calc(100% - 48px - 140px);
      left: 20px;
      right: 20px;
    }
  }
}

.product-card__details-tip {
  margin-bottom: 8px;

  @media (min-width: 768px) {
    margin-right: 39px;
    margin-bottom: 10px;
  }

  @nest .product-card--top & {
    @media (min-width: 768px) {
      font-size: 14px;
      line-height: 1.64285714;
    }
  }

  &:first-child {
    @media (min-width: 768px) {
      font-weight: 700;
    }
  }
}

.product-card__grid {
  padding: 3px 0 0;
  color: var(--grey-color);

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;

  @nest .product-card--top & {
    @media (min-width: 768px) {
      font-size: 14px;
      line-height: 1.64285714;
    }
  }

  & div {
    margin-bottom: 5px;

    @media (min-width: 768px) {
      margin-bottom: 10px;
    }
  }

  &:last-child {
    padding-bottom: 8px;
  }

  & + .product-card__grid {
    padding-top: 0;
  }
}

.product-card__grid--type-cells {
  & div {
    width: 50%;

    @nest .product-card--top & {
      @media (min-width: 768px) {
        width: auto;
        margin-right: 50px;
      }
    }
  }
}

.product-card__grid--type-rows {
  & div {
    width: 100%;
  }
}

.product-card__buy {
  display: none;

  @nest .is-desktop .product-card:not(.product-card--top):hover &,
  .is-desktop .product-card:not(.product-card--top) .product-card__link:hover + .product-card__content &,
  .is-desktop .product-card:not(.product-card--top) .product-card__link:focus + .product-card__content & {
    @media (min-width: 768px) {
      display: block;
      position: absolute;
      border: 2px solid var(--light-blue-color);
      border-top: 0;
      background-color: var(--white-color);
      padding: 0 20px 20px;
      margin-top: -2px;
      top: 100%;
      left: -2px;
      right: -2px;
    }
  }

  @nest .product-card--top & {
    @media (min-width: 1340px) {
      position: relative;
      z-index: 1;

      display: inline-flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-content: flex-start;
      align-items: flex-start;
    }
  }
}

.product-card__btn {
  border: 0;
  background-color: var(--primary-color);
  width: 100%;
  height: 50px;
  color: var(--white-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 4.16666667;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;

  @nest .product-card--top & {
    width: auto;
    min-width: 202px;
    padding: 0 20px;
  }

  &:hover,
  &:focus {
    background-color: var(--primary-hover-color);
  }
}

.icon-to-cart {
  background-image: url(../images/add_to_cart.svg);
  width: 20px;
  height: 18px;
  margin-top: -2px;
  margin-right: 15px;
}

.product-card__btn--wish {
  background-color: var(--light-blue-color);
  margin-left: 10px;
  color: var(--primary-color);

  &:hover,
  &:focus {
    background-color: var(--primary-color);
    color: var(--white-color);

    & .icon-wish {
      background-position: 100% 50%;
    }
  }

  & .icon-wish {
    background-position: 0 50%;
    margin-right: 12px;
  }
}

.product-card__btn--wish--active {
  & .icon-wish {
    background-position: 0 100%;
  }

  &:hover,
  &:focus {
    & .icon-wish {
      background-position: 100% 100%;
    }
  }
}

.product-card__details-tip--regular {
    font-weight: 400;
}
@media (min-width: 768px) {
    .product-card__details-tip {
        margin-right: 24px;
        margin-bottom: 10px;
        font-weight: 700;
    }
}