.ajax_load .top_wrapper {
  margin-right: 1px;
}
.ajax_load .top_wrapper .catalog_block .catalog_item > div {
  padding-left: 25px;
  padding-right: 25px;
}
.ajax_load .top_wrapper .catalog_item .footer_button {
  margin-left: -25px;
  margin-right: -25px;
}

.catalog_block_main_template .catalog_block.owl-carousel .owl-stage-outer {
  margin: 0px -1px 0px 0px;
  padding: 0px 1px 0px 0px;
}
.catalog_block_main_template .catalog_block.owl-carousel .owl-stage-outer .owl-item:hover {
  z-index: 2;
}
.ordered-block .catalog_block_main_template .catalog_block .TYPE_2 .cost.prices .more-item-info > .svg {
  top: -2px;
}
.catalog_block_main_template .catalog_block.owl-carousel .catalog_item:hover .inner_wrap.TYPE_2 .footer_button {
  margin-top: 0;
}
.catalog_block_main_template .catalog_block {
  display: flex;
  justify-content: space-between;
}
.catalog_block_main_template .catalog_block.row:after,
.catalog_block_main_template .catalog_block.row:before {
  content: none;
}
body .catalog_block_main_template .catalog_block.items .item_block.item {
  width: 100%;
  margin-top: 0;
}
body .catalog_block.owl-carousel .owl-item {
 padding: 30px 25px;
}
body .catalog_block_main_template .catalog_block.owl-carousel .catalog_item {
    height: 100%;
}
.catalog_block_main_template .catalog_block .catalog_item {
  height: auto;
  background: transparent;
  border-radius: 32px;
}
.catalog_block_main_template .catalog_block .catalog_item .inner_wrap {
  background: linear-gradient(148.46deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 102.66%);
  border-radius: 32px;
  box-shadow: none;
}
.catalog_block_main_template .catalog_block .item_block:hover .inner_wrap {
  box-shadow: -12px -12px 24px #FFFFFF, 4px 4px 24px rgba(12, 52, 198, 0.2);
}
.catalog_block .catalog_item:not(.big)>div .item_info {
    padding-bottom: 12px;
}
.catalog_block_main_template .catalog_block .popup-help {
  font-family: 'NexaText';
  font-size: 12px;
  font-weight: 300;
  text-transform: initial;
  color: #828282;
  position: absolute;
  right: 0;
  top: -43px;
  opacity: 0;
  height: 0;
  background: #FFFFFF;
  box-shadow: -12px -12px 24px #ffffff, 8px 8px 24px rgba(12, 52, 198, 0.2);
  border-radius: 60px;
  padding: 8px;
  transition: all 0.5s ease;
  pointer-events: none;
}
.catalog_block_main_template .catalog_block .btn.to-cart {
  width: 40px;
  height: 40px;
  background: url("../../../../images/svg/catalog/to-basket-blue.svg") no-repeat;
  background-color: transparent !important;
  background-size: cover;
  border-color: transparent !important;
  border-radius: 100% !important;
  padding: 0;
  opacity: 0;
  overflow: visible;
  transition: opacity 0.5s ease;
}
.catalog_block_main_template .catalog_block .item_block:hover .btn.to-cart {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.catalog_block_main_template .catalog_block .btn.to-cart:hover {
  background: url("../../../../images/svg/catalog/to-basket-white.svg") no-repeat;
  background-size: cover;
}
.catalog_block_main_template .catalog_block .btn.to-cart:hover .popup-help {
  height: 34px;
  opacity: 1;
  transition: all 0.5s ease;
}
.CATALOG_TAB .js_wrapper_items .main_custom .tab_slider_wrapp .top_block {
    margin-bottom: 0;
}
.item-title .description {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    overflow: hidden;
}
.item-title a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.offer-price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.offer-price .values {
    font-weight: 700;
    font-size: 18px;
    margin-right: 2px;
}
.price_matrix_wrapper {
    font-size: 18px;
}
.catalog_item .item-title a span {
    text-transform: uppercase;
}
.product-type {
    display: flex;
    align-items: center;
}
.product-type .article {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
.product-type .types {
    display: flex;
    margin-left: 24px;
}
.product-type .type {
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 3px;
    padding: 2px 8px;
}
.product-type .type span {
    font-family: 'NexaText';
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
}
.product-type .type.BEST {
    background: rgba(59, 138, 58, 0.5);
}
.product-type .type.NEW {
    background: rgba(21, 59, 200, 0.5);
}
.product-type .type.HIT {
    background: rgba(159, 83, 255, 0.5);
}
.product-type .type.SALE {
    background: rgba(200, 21, 21, 0.7);
}
.product-type.section {
    position: absolute;
    top: 0;
    left: -2px;
    line-height: 20px;
    text-align: left;
    padding-right: 50px;
    z-index: 3;
}
.fast_view_frame.popup .fastview-product .product-type .types,
.product-type.section .types {
    flex-direction: column;
    margin-left: 0;
}
.fast_view_frame.popup .fastview-product .product-type .type,
.product-type.section .type {
    width: max-content;
    margin-bottom: 8px;
}
.fast_view_frame.popup .fastview-product .product-type .type span,
.product-type.section .type span {
    font-size: 14px;
    text-transform: initial;
}

/* product features */
.product-features {
    display: flex;
    margin-top: 20px;
}
.product-features .feature {
    position: relative;
    width: 44px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 23px;
}
.product-features .feature.BEST {
    background-image: url("../../../../images/svg/feature-best.svg");
}
.product-features .feature.NEW {
    background-image: url("../../../../images/svg/feature-new.svg");
}
.product-features .feature.LACTATION {
    background-image: url("../../../../images/svg/feature-lactation.svg");
}
.product-features .feature.RECOMMEND {
    background-image: url("../../../../images/svg/feature-recommend.svg");
}
.product-features .feature span {
    position: absolute;
    top: 44px;
    width: max-content;
    padding: 8px 12px;
    border-radius: 60px;
    background: #FFFFFF;
    box-shadow: -12px -12px 24px #ffffff, 8px 8px 24px rgba(12, 52, 198, 0.2);
    opacity: 0;
    z-index: 10;
    transition: all 0.3s ease;
    pointer-events: none;
}
.product-features .feature:hover span {
    opacity: 1;
    transition: all 0.3s ease;
}
/**/


/*fast view styles*/
.fastview-product__info .catalog_block .item-info-wrapper .cart-block {
    flex-direction: column;
    align-items: flex-start;
}
.fast_view_frame.popup .price_wrapp .text-form {
    margin: 0;
}
.fast_view_frame.popup .text-form br {
    display: none;
}
#popup_iframe_wrapper .fast_view_frame.popup input {
    background: white;
    padding: 0;
    box-shadow: none;
}
#popup_iframe_wrapper .fast_view_frame.popup .catalog_block .item-info-wrapper .counter_block .minus,
#popup_iframe_wrapper .fast_view_frame.popup .catalog_block .item-info-wrapper .counter_block .plus {
    width: 11px;
}
.fast_view_frame.popup .catalog_block .item-info-wrapper .buttons_wrapper {
    margin-top: 24px;
}
.fast_view_frame.popup .product-features {
    margin-top: 0;
    margin-bottom: 30px;
}
#popup_iframe_wrapper .fast_view_frame.popup .fastview-product {
    height: auto;
    padding-bottom: 0;
}
#popup_iframe_wrapper .fast_view_frame.popup .fastview-product .fastview-product__image:after {
    content: none;
}
#popup_iframe_wrapper .fast_view_frame.popup .product-type .article {
    font-size: 14px;
}
#popup_iframe_wrapper .fast_view_frame.popup .product-info-title {
    margin-bottom: 0;
}
#popup_iframe_wrapper .navigation-wrapper-fast-view {
    display: none;
}
#popup_iframe_wrapper .fast_view_frame.popup .form .form_head {
    background: transparent;
    border: none;
}
#popup_iframe_wrapper .fast_view_frame.popup {
    background: linear-gradient(234.87deg, rgba(255, 255, 255, 0.4) 51.04%, rgba(21,59,200, 1) 96.05%);
    border-radius: 40px;
    box-shadow: 0 0 2px rgba(12, 52, 198, 0.2);
    margin-left: 12px;
    padding: 1px;
    min-height: auto;
}
#popup_iframe_wrapper .fast_view_frame.popup #fast_view_item {
    background: white;
    border-radius: 40px;
}
#popup_iframe_wrapper .product-info-title h2 {
    font-family: 'Noah Text';
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}
.offer-block .bx_item_section_name span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #000000;
}
.offer-block .item {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
.offer-block .item .cnt {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #4F4F4F;
}
.offer-block .item:hover .cnt {
    text-decoration-line: underline;
}
.offer-block .item.active .cnt {
    font-weight: 700;
    color: #333333;
    text-decoration-line: underline;
}
.offer-block .sku_mdash,
.offer-block .val {
    display: none;
}
.catalog_block .counter_wrapp.item-info-wrapper {
    display: flex;
    flex-direction: column;
}
.catalog_block .item-info-wrapper .cart-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 12px 0;
}
.catalog_block .item-info-wrapper .buttons_wrapper {
    display: flex;
    align-items: center;
}
.catalog_block .item-info-wrapper .price_wrapp .price_matrix_wrapper {
    font-size: 20px;
}
.catalog_block .item-info-wrapper .button_block .btn {
    border: 1px solid #153BC8;
    border-radius: 26px !important;
    color: #153BC8;
    background: transparent;
    padding: 10px 18px 9px;
}
.catalog_block .item-info-wrapper .button_block .btn:hover,
.catalog_block .item-info-wrapper .button_block .btn.in-cart {
    border: 1px solid #153BC8;
    color: #FFF;
    background: #153BC8;
}
.catalog_block .item-info-wrapper .button_block .btn.in-cart i {
    display: none;
}
.catalog_block .item-info-wrapper .button_block .btn span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    padding: 0;
}
.catalog_block .item-info-wrapper .like_icons.list {
    margin-right: 0;
    margin-left: 20px;
}
.catalog_block .item-info-wrapper .wish_item_button .btn {
    display: block;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px !important;
    border: 1px solid #4d4c4c !important;
    border-radius: 60px !important;
}
.catalog_block .item-info-wrapper .wish_item_button .btn.in {
    border-color: #153BC8 !important;
}
.catalog_block .item-info-wrapper .wish_item_button .svg {
    padding: 0 !important;
    left: 0 !important;
    top: 6px;
}
.catalog_block .item-info-wrapper .wish_item_button .svg svg {
    width: 16px;
    height: 16px;
}
.catalog_block .item-info-wrapper .wish_item_button .svg svg path {
    fill: #4d4c4c;
}
.catalog_block .item-info-wrapper .wish_item_button:hover .svg svg path,
.catalog_block .item-info-wrapper .wish_item_button .wish_item.added .svg svg path {
    fill: #FFF;
}
.catalog_block .item-info-wrapper .wish_item_button .like-text {
    display: none;
}
.catalog_block .item-info-wrapper .count-title {
    line-height: 24px;
    font-weight: 300;
    color: #000000;
}
.catalog_block .item-info-wrapper .counter_block {
    width: auto;
    border: none;
}
.catalog_block .item-info-wrapper .counter_block .minus {
    left: 0;
}
.catalog_block .item-info-wrapper .counter_block .plus {
    right: 0;
}
.catalog_block .item-info-wrapper .counter_block .plus path {
    fill: #0C34C6 !important;
}
.catalog_block .item-info-wrapper .counter_block .svg {
    opacity: 1;
}
.catalog_block .item-info-wrapper .counter_block .svg svg {
    width: 13px;
    height: 13px;
}
.catalog_block .item-info-wrapper .counter_block .text {
    width: 60px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #333333;
}
.catalog_block .item-info-wrapper .counter_block .text:focus {
    border: none;
    background: transparent;
}
.product-detail-gallery__slider {
    --slider-max-height: var(--slider-max-width);
    --slider-max-width: 300px;
    display: block !important;
    margin: auto;
    max-height: calc(var(--slider-max-height) + 25px);
    max-width: var(--slider-max-width);
}



@media (min-width: 1200px) {
    .wrapper1 .right_block.wide_Y .ajax_load .top_wrapper .col-lg-3:not(.custom-line),
    .col-lg-5_2.custom-line {
        width: 20%;
    }
    .right_block.wide_Y .ajax_load .top_wrapper .col-lg-4:not(.custom-line),
    #main .catalog_page .section-content-wrapper.with-leftblock .col-lg-3:not(.custom-line),
    #main .catalog_in_content .section-content-wrapper.with-leftblock .col-lg-3:not(.custom-line) {
        width: 25%;
    }

    #main .right_block.wide_Y.catalog_page .section-content-wrapper.with-leftblock .col-lg-4:not(.custom-line),
    #main .catalog_in_content .section-content-wrapper.with-leftblock .col-lg-4:not(.custom-line) {
        width: 33.33%;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .wrapper1.header-v28 .right_block.wide_Y .ajax_load .top_wrapper .col-lg-3:not(.custom-line) {
        width: 25%;
    }
    .wrapper1.header-v28 .controls-linecount {
        display: none;
    }
}


@media (max-width: 600px) {
    .wrapper1.front_page .compact-catalog-slider .catalog_block.items {
        width: auto;
        padding-left: 16px;
        margin: 0 -16px -20px !important;
        padding-bottom: 20px;
    }
    .wrapper1.front_page .compact-catalog-slider .catalog_block.items .item-parent {
        flex-shrink: 0;
        margin: 0;
        width: 172px;
    }
    .wrapper1.front_page .compact-catalog-slider .catalog_block.items .item-parent:last-of-type {
        padding-right: 16px;
        width: calc(172px + 16px);
    }

    .wrapper1.front_page .compact-catalog-slider .catalog_block.items:not(.has-bottom-nav) .bottom_nav.mobile_slider * {
        display: none;
    }

    .wrapper1.front_page .compact-catalog-slider ~ .bottom_nav:not(.mobile_slider) {
        display: none;
    }
}

@media (min-width: 992px) {
    .catalog_page .section-content-wrapper.with-leftblock, .catalog_page.wide_N .section-content-wrapper, .right_block.wide_, .right_block.wide_N {
        width: calc(100% - 320px) !important;
    }
}
@media (max-width: 991px) {
    .catalog_block_main_template .catalog_block.owl-carousel .owl-stage-outer {
        margin: 0 -20px;
        padding: 0 20px;
    }
    body .catalog_block.owl-carousel .owl-item {
        opacity: 0.1;
        transition: opacity 1s linear;
        webkit-transition: opacity 1s linear;
    }
    body .catalog_block.owl-carousel .owl-item.active {
        opacity: 1;
        transition: opacity 1s linear;
        webkit-transition: opacity 1s linear;
    }
    body .catalog_block_main_template .catalog_block.items .item_block.item {
        box-shadow: -12px -12px 24px #ffffff, 4px 4px 24px rgba(12, 52, 198, 0.2);
        border-radius: 32px;
    }
    body .catalog_block_main_template .catalog_block.items .item_block.item:nth-child(7),
    body .catalog_block_main_template .catalog_block.items .item_block.item:nth-child(8) {
        display: none;
    }
    body .compact-catalog .ce_cmp_hidden {
        display: block !important;
    }
    .catalog_block_main_template .catalog_block .catalog_item .inner_wrap {
        height: 100%;
        min-height: 100%;
    }
    .catalog_block_main_template .catalog_block .btn.to-cart {
        opacity: 1;
    }
    body .catalog_block.owl-carousel .owl-item {
        padding: 30px 8px;
    }
    .compact-catalog .like_icons:not(.static) {
        left: 0;
        bottom: 0;
        top: auto;
        text-align: left;
    }
    .compact-catalog .like_icons>div {
        display: inline-block;
    }
    .compact-catalog .like_icons span {
        opacity: 1;
        visibility: visible;
        margin: 0;
    }
    .compact-catalog .like_icons .fast_view_button {
        display: none;
    }
}
@media (max-width: 768px) {
    .catalog_block_main_template .catalog_block.owl-carousel .owl-stage-outer {
        margin: 0 -15px;
        padding: 0 15px;
    }
}
@media (max-width: 600px) {
    .wrapper1.front_page .catalog_block_main_template.compact-catalog-slider .catalog_block.items {
        width: 100% !important;
        margin: 0 !important;
    }
    .wrapper1.front_page .catalog_block_main_template.compact-catalog-slider .catalog_block.items .item-parent {

    }
    .compact-catalog .ajax_load .item .catalog_item>div {
        padding-bottom: 0 !important;
    }
    .ajax_load.block .TYPE_2 .in-cart .svg.svg-inline-fw svg, .ajax_load.block .TYPE_3 .in-cart .svg.svg-inline-fw svg {
        display: inline-block !important;
    }
    .cost.prices .price .values_wrapper span,
    .cost.prices .price.only_price {
        font-size: 1.133em !important;
    }
    .compact-catalog .catalog_block.ajax_load .item .item-title a>span {
        font-size: 16px;
    }
}
.catalog_block .owl-nav {
    display: flex !important;
}
