/** Shopify CDN: Minification failed

Line 1751:21 The "-" operator only works if there is whitespace on both sides
Line 5103:28 The "-" operator only works if there is whitespace on both sides
Line 5104:24 The "-" operator only works if there is whitespace on both sides
Line 5107:25 The "-" operator only works if there is whitespace on both sides
Line 12219:22 The "-" operator only works if there is whitespace on both sides
Line 13297:28 The "-" operator only works if there is whitespace on both sides
Line 13298:24 The "-" operator only works if there is whitespace on both sides
Line 13302:25 The "-" operator only works if there is whitespace on both sides
Line 13475:22 The "-" operator only works if there is whitespace on both sides
Line 14070:21 The "-" operator only works if there is whitespace on both sides
... and 2 more hidden warnings

**/
@font-face {
  font-family: 'fontawesome';
  src: url("fontawesome-webfont.woff2") format("woff2"), url("fontawesome-webfont.woff") format("woff"), url("fontawesome-webfont.ttf") format("truetype");
  font-display: swap
}
@media(max-width: 1600px) {
  .categories-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  @media all and (max-width: 749px) {
    body {
      background: #fff;
    }
    .site-footer.footer-7 .footer-newsletter .input-group {
    width: 100%!important;
}
    .footer-top .col-md-12 .row .col-footer ul{
       flex-wrap: wrap!important;
    }
  }
  .has-categories.has-banner .init-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 52%);
    flex: 0 0 calc(100% - 52%);
    max-width: calc(100% - 52%);
  }
  .block-banner-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    align-content: unset;
  }
}

@media(max-width: 1440px) {
  .has-categories.has-banner .init-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 51%);
    flex: 0 0 calc(100% - 51%);
    max-width: calc(100% - 51%);
  }
  .block-banner-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
  }
  .wrapper_header_parallax .header-parallax.style_header_2 .header-items.left-header {
    width: 120px;
  }
}

@media(max-width: 1366px) {
  .custom_width .home-slideshow {
    padding-top: 0;
  }
  .categories-slider {
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .categories-slider .categories-slider--list li {
    width: calc(100% / 6);
    border: 0;
  }
  .has-categories .init-slider {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .has-banner .init-slider {
    -ms-flex: 0 0 calc(100% - 520px) !important;
    flex: 0 0 calc(100% - 520px) !important;
    max-width: calc(100% - 520px) !important;
  }
  .block-banner-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 520px;
    flex: 0 0 520px;
    max-width: 520px;
    align-content: space-between;
  }
  .categories-slider .categories-slider--list {
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 10px;
  }
  .categories-slider .categories-slider--list li {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
  }
  .homepage-reviews .slick-arrow.slick-next {
    right: 0
  }

  .homepage-reviews .slick-arrow.slick-prev {
    left: 0
  }

  .homepage-reviews .slick-dots {
    padding-top: 26px
  }

  .home-custom-block .custom-block-banner .img-center .img-top {
    right: 55px !important
  }

  .home-custom-block .custom-block-banner .img-center .img-top > img {
    max-width: 100px
  }
}

@media(max-width: 1200px) {

  .has-banner .init-slider {
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .block-banner-slider {
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .grid-row-layout:not(.has-banner) {
    display: block;
  }
  .grid-row-layout {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .grid-row-layout .widget-product {
    grid-column-end: span 2 !important;
  }
  .grid-row-layout .home-collection--list {
    margin-top: 45px;
    grid-column-end: span 3;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0 20px;
    overflow: auto;
  }
  .home-collection--list .collection--list {
    min-width: 280px;
  }

}

@media(max-width: 1199px) {
  .header_mobile_3 .quickSearchResultsWrap {
    display: block !important;
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0
  }
  .search-dropdown-open .header_mobile_3 .quickSearchResultsWrap {
    transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    -moz-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
  }

  .search-open.search-dropdown-open .header_mobile_3 .quickSearchResultsWrap {
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
  }

  .home-spotlight-slider.layout_style_6 .content .title {
    max-height: unset;
    overflow: unset;
    white-space: unset;
    text-overflow: unset;
  }

  .home-custom-block-images .slide-pc {
    display: none;
  }
  .header-parallax-tpl.layout_home_5 .cart-icon .cartCount {
    background: #232323;
    color: #ffffff;
  }

  .container,
  .container-fluid,
  .container-padd60 {
    padding-right: 10px;
    padding-left: 10px
  }

  .row {
    margin-left: -10px;
    margin-right: -10px
  }

  .col,
  .col-6,
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xl-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xl-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xl-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xl-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xl-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xl-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xl-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xl-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xl-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xl-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xl-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12,
  .col-xl-12,
  .col-12 {
    padding-right: 10px;
    padding-left: 10px
  }

  .widget-content-no--filter ul {
    padding: 0;
  }

  .widget-content-no--filter ul li {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-img-box .wrapper-images .slick-arrow {
    border: 1px solid var(--color_border_slick_arrow) !important;
    background-color: var(--color_bg_slick_arrow) !important;
    color: var(--color_slick_arrow) !important;
    text-align: center;
    padding-top: 2px;
  }

  .wrapper-header .header-mb.header_mobile_3 .search-form .close-search.close-search-style-3 {
    display: block;
    padding: 6px 15px 1px 0;
  }
  .search-open .wrapper-header .header-mb.header_mobile_3 .search-form .close-search.close-search-style-3 {
    display: none !important;
  }

  .ask-an-expert-sticky {
    right: 45px;
    bottom: var(--ask_an_expert_positon_tb);
  }

  .ask-an-expert-sticky a img,
  .ask-an-expert-sticky a .not_img {
    width: 160px;
  }

  .policies-block .policies-slider[data-row="1"] .policy-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .home-spotlight-block.layout_style_5 .slick-arrow {
    display: none !important;
  }

  .wrapper-header.header_mobile_style_3 {
    padding-bottom: 42px;
  }

  .homepage-reviews.style_2 {
    margin-top: 0 !important;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .homepage-reviews.style_2 .widget-title {
    margin-bottom: 10px;
  }

  .homepage-reviews.style_2 .date-review {
    margin-bottom: 10px;
  }

  .homepage-reviews.style_2 .slick-dots {
    padding-top: 0;
  }

  .homepage-reviews.style_2 .widget-title p.des {
    margin-bottom: 10px;
  }

  .home-about-us.style_about_6.style_3 .btn-about-us {
    right: 10px;
  }

  .home-about-us.style_about_6 {
    padding: 0 0 30px !important;
  }

  .home-spotlight-block.layout_style_5 .content .title {
    min-height: 26px;
  }

  .home-about-us.style_about_5 {
    margin-bottom: 30px !important;
  }

  .home-about-us.style_about_5 .list-item .item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-about-us.style_about_8 .list-item .item {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .header-parallax.style_header_2 .mb-area .site-nav {
    margin-bottom: 12px;
  }

  .header-parallax.style_header_2 .lang-currency-groups {
    border-top: 1px solid #ebebeb;
    margin-top: 14px;
    padding-top: 12px;
  }

  .header-parallax.style_header_2 .lang-currency-groups .dropdown-menu {
    min-height: auto;
    width: auto;
    padding: 0 0 3px;
  }

  .header-parallax.style_header_2 .lang-currency-groups .lang-block .dropdown-menu {
    display: flex !important;
  }

  .header-parallax.style_header_2 .lang-currency-groups .label-text {
    margin-bottom: 0;
    font-weight: 500;
  }

  .header-parallax .lang-currency-groups .dropdown-menu h2 {
    display: none;
  }

  .header-parallax.style_header_2 .top-message .slick-arrow.slick-prev {
    left: 5%;
  }

  .header-parallax.style_header_2 .top-message .slick-arrow.slick-next {
    right: 5%;
  }

  .featured-products.layout_style_6 .slick-dots {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
  }

  .home-collection--list .collection--list .collection--list_image {
    padding: 6px;
  }

  .sticky_form .pr-selectors .pr-active {
    max-width: 170px !important;
  }

  .policies-block .policies-slider:not(.slick-slider) {
    display: flex;
    overflow: auto;
    margin: 0 -10px;
    padding: 0 15px;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
  }

  .policies-block .policies-slider:not(.slick-slider) .policy-item {
    margin-right: 0;
    margin-bottom: 0;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .home-about-us.style_about_3 .list-item .item {
    width: 26%;
  }

  .site-nav .item-show-more {
    display: none;
  }

  .home-custom-banner-3.banner_style_2 .btn_link .border-bt-hover {
    display: inline-block;
  }

  .featured-products.has-banner.layout_style_5 .widget-title.style_3 {
    margin-top: -4px;
  }

  .home-custom-banner-3.banner_style_2 .banner-item .banner-title {
    font-size: 30px;
  }

  .home-custom-banner-3.banner_style_2 .content_sub_banner .item .img-box .not_img {
    height: 370px;
    line-height: 370px;
  }

  .home-custom-banner-3.banner_style_2 .banner-item .img-box {
    padding-left: 50px;
    padding-right: 50px;
  }

  .home-about-us.style_about_2 .list-item,
  .home-about-us.style_about_3 .list-item,
  .home-about-us.style_about_4 .list-item,
  .home-about-us.style_about_5 .list-item,
  .home-about-us.style_about_6 .list-item,
  .home-about-us.style_about_8 .list-item {
    overflow: hidden;
    overflow-x: auto;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    font-size: 0;
    padding: 0;
  }

  .home-about-us.style_about_2 .list-item .item,
  .home-about-us.style_about_3 .list-item .item,
  .home-about-us.style_about_4 .list-item .item,
  .home-about-us.style_about_5 .list-item .item,
  .home-about-us.style_about_6 .list-item .item,
  .home-about-us.style_about_8 .list-item .item {
    display: inline-block;
  }

  .home-about-us.style_about_5 .list-item .item .content-right,
  .home-about-us.style_about_5 .list-item .item .content-left,
  .home-about-us.style_about_8 .list-item .item .content-right,
  .home-about-us.style_about_8 .list-item .item .content-left {
    display: inline-block;
    vertical-align: top;
    font-size: var(--font_size)
  }

  .home-about-us.style_about_5 .list-item .item,
  .home-about-us.style_about_8 .list-item .item {
    width: 60%;
  }

  .home-about-us.style_about_3 .list-item .item {
    vertical-align: top;
  }

  .home-about-us.style_about_3 .list-item .item .desctiption {
    padding-left: 25px;
    padding-right: 25px;
  }

  .style_product_grid_3 .products-grid .grid-item {
    margin-bottom: 10px;
    margin-top: 0;
  }

  .style_product_grid_3 .product-item .product-des.abs-center {
    padding: 0;
  }

  .style_product_grid_3 .product-item .wrapper-compare .compare-button {
    display: none;
  }

  .style_product_grid_3 .product-item .wrapper-compare {
    min-height: auto;
  }

  .sticky_form .content-left {
    display: none;
  }

  .sticky_form .content-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-slideshow .slick-arrows {
    display: none !important;
  }

  .site-nav li a .icon-dropdown {
    pointer-events: none
  }

  .home-custom-block-bottom .video-open-popup > a {
    left: 15%
  }

  .home-custom-block-bottom .video-open-popup > a svg {
    width: 100px;
    height: 100px
  }

  #custom-block-home-custom-block-baner-collection-list-5.home-custom-block .banner-content .banner-des {
    font-size: 12px !important
  }

  .custom-collection-products .product-item .product-des .product-title,
  .custom-collection-products .product-item .product-des .price-box {
    display: none
  }

  .custom-collection-products .product-item .product-bottom .item-swatch {
    margin-bottom: 10px
  }

  .custom-collection-products .container .column-banner .des {
    padding-right: 0
  }

  .custom-collection-products .column-product .products-grid .grid-item .product-image {
    margin-bottom: 13px
  }

  .ajax-editcart .halo-modal-content .close {
    right: 5px;
    left: auto;
    top: 5px;
    color: #000
  }

  .product-shop .groups-btn .icon-share {
    right: 0;
  }

  .product-shop .groups-btn .margin-button #product-add-to-cart,
  .product-shop .groups-btn .margin-button .product-add-to-cart {
    margin-right: 12px;
  }
}

@media(max-width: 1024px) {
  .wrapper_header_02 .customer-links svg {
    display: block !important;
  }

  .product_layout_skin_1 .recently-viewed-products {
    margin-bottom: 40px;
  }

  .cart-template .cart-form .cart--remove a {
    right: 10px;
  }
  .brands-supermatket .col-left img {
    object-fit: contain;
  }
  .brands-supermatket .row {
    flex-wrap: wrap;
  }
  .home-about-us.style_about_4 .list-item .item,
  .home-about-us.style_about_6 .list-item .item {
    width: 38%;
  }
  .home-about-us.style_about_4 {
    background-position: center top !important;
  }
  .home-spotlight-block .style_3.widget-title .link_all {
    top: 32px;
  }
  .home-spotlight-block .spotlight-style-4 .spotlight-item .shop_link {
    font-size: var(--font_size);
  }
  .slide-content.style_4 .slide-heading {
    padding-bottom: 0;
  }
  .slide-content.style_4 .slide-text {
    margin-bottom: 25px;
  }
  .slide-content.style_4 .slide-button {
    padding: 8px 20px !important;
  }
  .banner-large-img .banner-content.content_style_2 .banner-heading {
    margin-bottom: 5px;
  }
  .banner-large-img .banner-content.content_style_2 .banner-des {
    margin-bottom: 25px;
  }
  .header-parallax-tpl.layout_home_6 .banner-large-img .banner-content .banner-heading {
    margin-bottom: 5px !important;
  }
  .header-parallax-tpl.layout_home_6 .home-custom-block-sub-banner.style_2 .btn-img-block {
    min-width: 170px;
  }
  .featured-products.has-banner.layout_style_5 .column-product .products-grid .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .featured-products.has-banner.layout_style_5 .products-grid:not(.slick-slider) .grid-item:nth-child(-n + 3) {
    display: none;
  }
  .featured-products.has-banner.layout_style_5 .products-grid:not(.slick-slider) .grid-item:nth-child(-n + 2) {
    display: block;
  }
  .style_product_grid_2 .product-item .product-bottom .wrapper-size {
    margin-bottom: 20px;
  }

  .home-custom-instagram.layout_style_2 .widget-title {
    margin-bottom: 20px
  }

  .home-custom-instagram.layout_style_2 .widget-title p {
    margin-bottom: 22px
  }

  .widget-title.style_3 {
    margin-bottom: 10px;
    padding-top: 30px !important
  }

  .home-about-us.style_2 {
    margin-bottom: 0
  }

  .home-about-us.style_2.sub_title_padding {
    padding-top: 25px;
    padding-bottom: 8px
  }

  .featured-products.layout_style_3 .widget-title {
    padding: 0
  }

  .newsletter-toolbar {
    display: none
  }
  .home-spotlight-block .slick-slider:not(.spotlight-style-4) .spotlight-item {
    padding: 40px 0;
  }
}

@media(max-width: 359px) {

  .style_product_grid_2 .item-swatch li label,
  .style_product_grid_2 .item-swatch li a,
  .style_product_grid_3 .item-swatch li label,
  .style_product_grid_3 .item-swatch li a {
    width: 18px;
    height: 18px;
    line-height: 19px
  }

  .style_product_grid_2 .item-swatch li label,
  .style_product_grid_3 .item-swatch li label {
    line-height: 1
  }

  .style_product_grid_2 .item-swatch li label img,
  .style_product_grid_3 .item-swatch li label img {
    max-height: 24px;
    max-width: 24px
  }

  .item-swatch li label,
  .item-swatch li a {
    width: 18px;
    height: 18px;
    line-height: 19px
  }

  .item-swatch li.item-swatch-more a {
    width: 25px;
  }

  .item-swatch li label {
    line-height: 1
  }

  .item-swatch li label img {
    max-height: 13px;
    max-width: 13px
  }

  .product-img-box .slider-nav:not(.slick-slider) .item:nth-child(-n + 3) {
    display: block;
    width: -moz-calc(33.333% - 10px);
    width: -webkit-calc(33.333% - 10px);
    width: -ms-calc(33.333% - 10px);
    width: calc(33.333% - 10px)
  }
}

@media(max-width: 479px) {
  .collection-custom-block-images .row .three-blocks {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 42% !important;
    flex: 0 0 42% !important;
    max-width: 42% !important
  }

  .collection-custom-block-images .row .three-blocks .custom-block-image-col .content-bottom .heading {
    font-size: 16px !important;
    margin-bottom: 16px
  }

  .collection-custom-block-images .row .three-blocks .custom-block-image-col .content-bottom .btn-img-block {
    min-width: auto;
    padding: 7px 15px 5px;
    font-size: 12px
  }

  .header-top .top-message p a {
    display: none
  }

  .jas-mb-style {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100%);
    width: -ms-calc(100% - 40px);
    width: calc(100%)
  }

  .site-nav .sub-menu-mobile {
    width: -moz-calc(100vw - 40px);
    width: -webkit-calc(100vw - 40px);
    width: -ms-calc(100vw - 40px);
    width: calc(100vw - 40px)
  }

  .banner-item .img-box img {
    width: 100%
  }

  .home-sub-banner .three-blocks:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .spotlight-3-blocks > .col-md-6,
  .spotlight-2-blocks > .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%
  }

  .spotlight-3-blocks > .col-md-6:last-of-type,
  .spotlight-2-blocks > .col-md-6:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(90% + 10px);
    flex: 0 0 calc(90% + 10px);
    max-width: -moz-calc(90% + 10px);
    max-width: -webkit-calc(90% + 10px);
    max-width: -ms-calc(90% + 10px);
    max-width: calc(90% + 10px)
  }

  .spotlight-2-blocks > .col-md-6:last-of-type {
    padding-right: 10px
  }

  .home-brands-block .brands-slider:not(.slick-slider) .item:first-of-type,
  .home-brands-block [data-instagram-feed]:not(.slick-slider) .item:first-of-type,
  .brands-page .logo-brands .brands-slider:not(.slick-slider) .item:first-of-type,
  .brands-page .logo-brands [data-instagram-feed]:not(.slick-slider) .item:first-of-type,
  .home-instagram .brands-slider:not(.slick-slider) .item:first-of-type,
  .home-instagram [data-instagram-feed]:not(.slick-slider) .item:first-of-type {
    display: block
  }

  .list-product-tabs {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 15px;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
  .list-product-tabs.product-tabs-style4 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .list-product-tabs.product-tabs-style4 li {
    padding-left: 5px;
    padding-right: 5px
  }
  .list-product-tabs.product-tabs-style4 .tab-links {
    padding: 10px 15px;
  }
  .list-product-tabs li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    margin: 0 0 15px
  }

  .list-product-tabs li .tab-links {
    text-align: center;
    padding: 8px 15px 6px;
    font-weight: 500;
    border-color: #828282
  }

  .policies-block .policies-slider:not(.slick-slider) .policy-item:nth-child(-n + 1) {
    display: block
  }

  .home-collections .collections-slider .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%
  }

  .home-collections .collections-slider .item:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(42% + 10px);
    flex: 0 0 calc(42% + 10px);
    max-width: -moz-calc(42% + 10px);
    max-width: -webkit-calc(42% + 10px);
    max-width: -ms-calc(42% + 10px);
    max-width: calc(42% + 10px);
    padding-right: 10px
  }

  /*     .home-custom-block-images .row .two-blocks,
    .home-custom-block-images .row .three-blocks,
    .home-blog-posts:not(.blog-slider) .row .two-blocks,
    .home-blog-posts:not(.blog-slider) .row .three-blocks {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 88%;
        flex: 0 0 88%;
        max-width: 88%
    } */
  /* 
    .home-custom-block-images .row .two-blocks:last-of-type,
    .home-custom-block-images .row .three-blocks:last-of-type,
    .home-blog-posts:not(.blog-slider) .row .two-blocks:last-of-type,
    .home-blog-posts:not(.blog-slider) .row .three-blocks:last-of-type {
        margin-right: 0;
        padding-right: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(88% + 10px);
        flex: 0 0 calc(88% + 10px);
        max-width: -moz-calc(88% + 10px);
        max-width: -webkit-calc(88% + 10px);
        max-width: -ms-calc(88% + 10px);
        max-width: calc(88% + 10px)
    } */

  .toolbar .column-right {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .toolbar .column-right .toolbar-col {
    padding: 0
  }

  .toolbar .column-right .toolbar-col label {
    width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .toolbar .column-right .toolbar-col .limited-view,
  .toolbar .column-right .toolbar-col .filter-sortby {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -ms-calc(100% - 120px);
    width: calc(100% - 120px)
  }

  .toolbar .column-right .filters-toolbar__limited-view {
    margin-bottom: 15px
  }

  .products-list .product-item .inner-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .products-list .product-item .product-top,
  .products-list .product-item .product-details {
    width: 100%
  }

  .products-list .product-item .product-top {
    margin: 0 auto 20px;
    max-width: 300px
  }

  .widget-title .view_all {
    display: block;
    margin-top: 5px
  }

  .widget-title .view_all:before {
    display: none
  }

  .ajax-success-modal.ajax-success-normal .actions {
    margin-left: 0;
    margin-right: 0
  }

  .ajax-success-modal.ajax-success-normal .actions .btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px
  }

  .sticky_form .sticky_group .quantity {
    display: none !important
  }

  .sticky_form .pr-selectors {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important
  }

  .footbar-fixed {
    bottom: 0;
    left: 0;
    right: 0
  }

  .product-notification {
    border-left: 0;
    border-right: 0
  }

  .cart-popup-coll-related .products-grid .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%
  }

  .cart-popup-coll-related .products-grid .grid-item:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(72% + 20px);
    flex: 0 0 calc(72% + 20px);
    max-width: -moz-calc(72% + 20px);
    max-width: -webkit-calc(72% + 20px);
    max-width: -ms-calc(72% + 20px);
    max-width: calc(72% + 20px)
  }
}

@media(min-width: 480px) {

  .jas-mb-style,
  .site-nav .sub-menu-mobile {
    width: 337px
  }

  .list-product-tabs.product-tabs-style3 .tab-links {
    border: none;
    position: relative
  }

  .list-product-tabs.product-tabs-style3 .tab-links:before {
    position: absolute;
    content: "";
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 1px;
    left: 15px;
    bottom: 3px
  }

  .list-product-tabs.product-tabs-style3 .tab-links.active:before {
    background-color: #4c4c4c
  }

  .product-notification {
    width: 368px;
    max-width: 85vw
  }

  .product-notification .close-notifi {
    top: -13px;
    right: -13px
  }

  .product-notification .product-suggest .column-right {
    padding-right: 20px
  }

  #accept-cookies {
    width: 368px;
    max-width: 85vw;
    text-align: left;
    margin-top: 10px
  }

  #accept-cookies .group-action-links {
    text-align: right
  }

  .footbar-fixed {
    bottom: 10px;
    left: 10px
  }

  .footbar-fixed.footbar-fixed-product {
    left: 0;
    right: 0;
    bottom: 0
  }

  .footbar-fixed.footbar-fixed-product #accept-cookies,
  .footbar-fixed.footbar-fixed-product .product-notification {
    margin-left: 10px
  }

  .cart-popup-coll-related .products-grid .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%
  }

  .cart-popup-coll-related .products-grid .grid-item:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(42% + 20px);
    flex: 0 0 calc(42% + 20px);
    max-width: -moz-calc(42% + 20px);
    max-width: -webkit-calc(42% + 20px);
    max-width: -ms-calc(42% + 20px);
    max-width: calc(42% + 20px)
  }
}

@media(min-width: 576px) {
  .container-padd60 {
    max-width: 540px
  }

  .product-template-slider .product-img-box .slider-for:not(.slick-slider) .thumb {
    float: left
  }

  .product-template-slider .product-img-box .slider-for:not(.slick-slider) .thumb:nth-child(-n + 2) {
    display: block;
    width: 50%
  }

  .product-template-slider .product-img-box .slider-for:not(.slick-slider):after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both
  }

}

@media(max-width: 767px) {
  .layout_default.template-product .product-banner-sections .banner-large-img .inner {
    position: static !important;
    transform: none !important;
    margin-top: 20px;
  }
  .home-about-us.style_about_8 .list-item .item .content-left {
    width: 60px;
  }
  .home-about-us.style_about_8 .list-item .item .content-right {
    width: calc(100% - 60px);
  }
  .home-custom-banner-3.banner_style_4 .item {
    margin-bottom: 30px
  }
  .home-custom-sub-banner.style_2 .des {
    margin-top: 5px !important;
  }
  .home-custom-banner-3.banner_style_4 .widget-title {
    margin-bottom: 24px;
  }
  .ask-an-expert-sticky {
    display: none !important;
  }
  .home-about-us.style_about_5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 30px !important;
  }
  .home-about-us.style_about_8 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .home-about-us.style_about_5 .list-item .item,
  .home-about-us.style_about_8 .list-item .item {
    padding-left: 15px;
    width: 86% !important;
  }
  .home-about-us.style_about_5 .list-item .item .content-right,
  .home-about-us.style_about_8 .list-item .item .content-right {
    margin-left: 15px;
  }
  .home-about-us.style_about_5 .list-item .item .content-right .desctiption,
  .home-about-us.style_about_8 .list-item .item .content-right .desctiption {
    white-space: normal;
    max-width: 305px;
  }
  .featured-products.layout_style_6 .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .grid-row-layout .widget-product .products-grid {
    background-color: var(--body_bg);
  }
  .widget-title-2 {
    display: flex;
  }
  .widget-title-2 .box-title {
    border-bottom: 0 !important;
    padding: 12px 0 !important;
  }
  .widget-title-2 .countdown-style-market {
    padding: 4px 0 2px 10px !important;
  }
  .categories-slider .categories-slider--list li {
    -ms-flex: 0 0 22% !important;
    flex: 0 0 22% !important;
    max-width: 22% !important;
  }
  .grid-row-layout .grid-banner {
    display: none;
  }
  .grid-row-layout {
    display: block;
  }
  .policies-block .policies-slider .policy-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .home-custom-block-sub-banner.style_3.no-padding .item {
    margin-bottom: 20px !important;
  }
  .cart-template .wrapper-cart-template .cart-list .remove-mobile svg {
    right: 21%;
  }
  .home-about-us .list-item {
    overflow: hidden;
    overflow-x: auto;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    font-size: 0;
    padding: 0;
  }
  .home-about-us .list-item .item {
    width: 60% !important;
    margin-bottom: 20px;
    display: inline-block;
  }

  .home-about-us.style_about_7 .list-item .item {
    width: 65% !important;
  }

  #notify-soldout .modal-body {
    padding: 15px;
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs {
    position: relative;
    margin-top: -60px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 25px 20px 25px 25px;
    transform: none;
    left: auto;
    top: auto
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-heading {
    margin-bottom: 8px
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-des {
    margin-bottom: 8px
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-button {
    font-size: var(--font_size_minus2);
    display: inline
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-button + .banner-button {
    margin-left: 0
  }

  .featured-products.has-banner.layout_style_2 .column-product .column-product-inner {
    padding: 20px 0 0
  }

  .featured-products.has-banner.layout_style_2 .column-product .column-product-inner .grid-item {
    padding-left: 45px;
    padding-right: 45px;
    margin: 0 auto
  }

  .featured-products.has-banner.layout_style_2 .column-product .column-product-inner .grid-item .product-item .product-bottom {
    padding: 10px 15px 5px;
  }

  .featured-products.has-banner.layout_style_2 .column-product .column-product-inner .grid-item .product-item .product-image {
    margin-bottom: 15px
  }

  .featured-products.has-banner.layout_style_2 .column-product .column-product-inner .grid-item .product-item .wrapper-vendor .product-vendor {
    margin-bottom: 6px
  }

  .featured-products.has-banner.layout_style_2 .column-product .column-product-inner .grid-item .product-item .item-swatch {
    margin-bottom: 10px
  }

  .featured-products.has-banner.layout_style_2 .column-product .column-product-inner .grid-item .product-item .product-title {
    margin-bottom: 5px
  }

  .style_product_grid_2 .product-item .product-bottom .wrapper-size {
    margin-top: -10px;
    margin-bottom: 12px;
    padding-bottom: 12px
  }

  .collection-header .sub-collection .d-flex {
    display: block !important;
    text-align: left
  }

  .collection-header .sub-collection .d-flex span {
    margin-bottom: 20px;
    margin-right: 0;
    display: block
  }

  .ajax-editcart .modal-overlay {
    margin: 0.5rem
  }

  .ajax-editcart .cart-edit h5 {
    padding: 25px 20px 0
  }

  .ajax-editcart .cart-edit .product-edit:not(.first) {
    display: block
  }

  .ajax-editcart .cart-edit .product-edit {
    padding: 25px 15px 8px
  }

  .ajax-editcart .cart-edit .product-edit .option {
    margin-bottom: 10px
  }

  .ajax-editcart .cart-edit .product-edit .prices {
    margin-bottom: 10px
  }

  .ajax-editcart .cart-edit .product-edit input[type="number"] {
    padding: 8px 12px 6px
  }

  .ajax-editcart .cart-edit .cart-meta {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px
  }

  .ajax-editcart .cart-meta--option .swatch {
    margin-bottom: 10px
  }

  .ajax-editcart .cart-meta--option .swatch .swatch-element {
    margin: 0 5px 10px 0
  }

  .ajax-editcart .cart-meta--option .edit-cart--remove {
    margin-top: 0
  }

  .ajax-editcart .cart-meta--action > * {
    padding: 15px 33px
  }

  .widget-title.style_3 {
    margin-bottom: 10px;
    padding-top: 25px !important
  }

  .featured-products.has-banner.layout_style_2 .no-padd {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px
  }

  .featured-products.layout_style_3 .widget-title {
    text-align: center
  }

  .home-about-us.style_2 {
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 0
  }

  .home-about-us.style_2 .title {
    margin-bottom: 10px !important
  }

  .home-about-us.style_2 .des {
    margin-bottom: 20px
  }

  .home-slideshow .style_2 .slick-dots,
  .lookbook-slideshow .style_2 .slick-dots {
    margin: 35px auto 0
  }

  .home-custom-block-sub-banner.style_2 .one_Image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .home-custom-block-sub-banner.style_2 .action-link .btn-img-block {
    min-width: 150px;
    padding: 7px 5px 5px !important;
    font-size: 12px
  }

  .home-custom-block-sub-banner.style_2 .action-link span {
    line-height: 26px
  }

  .home-custom-block-sub-banner.style_2 .action-link svg {
    top: 3px;
    margin-right: 2px;
    width: 16px;
    height: 16px
  }

  .no-padd:not(.no-padd-custom) {
    padding-left: 0;
    padding-right: 0
  }

  .home-custom-block-top .custom-block-banner .img-center > img,
  .home-custom-block-top .custom-block-banner .img-center .img-top > img {
    animation: none !important;
  }
  .home-custom-block-top .banner-large-img .banner-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .home-custom-block-top .banner-content .banner-heading {
    margin-bottom: 0 !important
  }
  .custom-block-midle-banner .row {
    margin-bottom: 35px
  }

  .custom-block-midle-banner .row .content-text .banner-heading {
    margin-top: 10px
  }

  .custom-block-midle-banner .row .content-text .banner-content {
    position: inherit;
    text-align: center !important
  }

  .custom-block-midle-banner .row .custom-block-banner .img-box .sub-banner-countdown {
    position: initial;
    transform: none;
    width: auto
  }

  .custom-block-midle-banner .row .custom-block-banner .img-box .content-box .des {
    margin-bottom: 15px
  }

  #custom-collection-home-custom-product-collection-list {
    padding-left: 10px;
    padding-right: 10px
  }

  #custom-collection-home-custom-product-collection-list .column-product .products-grid {
    margin-right: -15px;
    margin-left: -15px
  }

  .home-slideshow .slick-dots,
  .lookbook-slideshow .slick-dots {
    margin: 20px 15px 0
  }

  .home-slideshow .slide-content,
  .lookbook-slideshow .slide-content {
    padding-bottom: 10px
  }

  .home-slideshow .slick-slide img,
  .lookbook-slideshow .slick-slide img {
    min-height: 150px;
    object-fit: cover
  }

  .home-slideshow .slide-pc,
  .custom-block-banner .slide-pc {
    display: none
  }

  .home-slideshow .slide-content.style_2,
  .home-slideshow .slide-content.style_3 {
    position: relative;
    margin-top: -45%;
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    padding: 40px 30px
  }

  .home-slideshow .slide-content.style_2:before,
  .home-slideshow .slide-content.style_3:before {
    z-index: 1
  }

  .home-slideshow .slide-content.style_2 .slide-sub,
  .home-slideshow .slide-content.style_3 .slide-sub {
    margin-bottom: 7px
  }

  .home-slideshow .slide-content.style_2 .slide-heading,
  .home-slideshow .slide-content.style_3 .slide-heading {
    display: block;
    padding-bottom: 0;
    text-transform: none
  }

  .home-slideshow .slide-content.style_2 .slide-button,
  .home-slideshow .slide-content.style_3 .slide-button {
    position: relative;
    z-index: 1;
    padding: 10px 25px 8px !important
  }

  .home-slideshow .slide-content.style_2 .slide-text,
  .home-slideshow .slide-content.style_3 .slide-text {
    margin-bottom: 18px
  }

  .slide-content:not(.style_2):not(.style_3),
  .banner-large-img .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 400px;
    padding: 0
  }

  .slide-content .slide-button {
    background: var(--background_1) !important;
    color: var(--color_1) !important;
    border-color: var(--border_1) !important
  }

  .slide-content .slide-heading,
  .slide-content .slide-text,
  .slide-content .slide-sub {
    color: var(--page_title_color) !important
  }

  .slide-content .slide-heading .line {
    background-color: var(--page_title_color) !important
  }

  .slide-content.slide-content-mb {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    min-width: 80%
  }

  .slide-content.slide-content-mb .slide-heading {
    font-size: 20px !important;
    margin: 0;
    padding: 6px 25px 4px;
    background-color: rgba(255, 255, 255, 0.88);
    display: inline-block
  }

  .layout_style_1170 .slick-dots {
    max-width: max-content
  }

  .home-sub-banner .five-blocks:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .home-sub-banner.home-custom-block-sub-banner.no-padding .row {
    margin-left: 0;
    margin-right: 0
  }

  .home-sub-banner.home-custom-block-sub-banner.no-padding .item {
    margin-bottom: 0
  }

  .home-sub-banner.home-custom-block-sub-banner.no-padding .container-fluid,
  .home-sub-banner.home-custom-block-sub-banner.no-padding .item {
    padding-left: 0;
    padding-right: 0
  }

  .widget-title .box-title {
    font-size: 18px
  }

  .widget-title .box-title + p {
    margin-bottom: 33px
  }

  .banner-large-img .banner-content {
    padding-bottom: 1px
  }

  .banner-large-img .banner-content .banner-button {
    background: var(--background_1) !important;
    color: var(--color_1) !important;
    border-color: var(--border_1) !important
  }

  .banner-large-img .banner-content .banner-heading,
  .banner-large-img .banner-content .banner-des {
    color: var(--page_title_color) !important
  }

  .banner-large-img .banner-content .banner-heading .line {
    background-color: var(--page_title_color) !important
  }

  .banner-large-img + .scroll-down {
    display: none !important
  }

  .featured-products .products-grid:not(.slick-slider) .grid-item:nth-child(-n + 2),
  .home-product-tabs .products-grid:not(.slick-slider) .grid-item:nth-child(-n + 2),
  .recently-viewed-products .products-grid:not(.slick-slider) .grid-item:nth-child(-n + 2),
  .related-products .products-grid:not(.slick-slider) .grid-item:nth-child(-n + 2),
  .featured-product-article .products-grid:not(.slick-slider) .grid-item:nth-child(-n + 2) {
    display: block
  }

  .home-spotlight-block .widget-title.no-des {
    margin-bottom: 30px
  }

  .spotlight-3-blocks,
  .spotlight-2-blocks {
    padding-left: 10px
  }

  .spotlight-2-blocks {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto
  }

  .spotlight-2-blocks > .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px
  }

  .brands-slider .slick-arrow.slick-next,
  .home-instagram .slick-arrow.slick-next {
    right: 1px
  }

  .brands-slider .slick-arrow.slick-prev,
  .home-instagram .slick-arrow.slick-prev {
    left: 1px
  }

  .home-instagram {
    padding: 40px 0 50px
  }

  .home-instagram .widget-title .fa {
    top: -1.5px
  }

  .site-footer .footer-bottom {
    text-align: center;
    padding-bottom: 40px
  }

  .site-footer .footer-newsletter {
    margin-bottom: 15px
  }

  .site-footer .footer-newsletter .input-group {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .site-footer .footer-newsletter .input-group-field {
    min-width: inherit;
    width: -moz-calc(100% -(124px + 5px));
    width: -webkit-calc(100% -(124px + 5px));
    width: -ms-calc(100% -(124px + 5px));
    width: calc(100% -(124px + 5px));
    max-width: 293px;
  }

  .site-footer .groups-block {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .site-footer .groups-block .fb-like-code {
    margin-left: 0;
    margin-top: 25px
  }

  .site-footer .footer-col-left {
    margin-bottom: 23px
  }

  .site-footer .col-footer .dropdow-mb {
    padding-bottom: 13px;
    position: relative;
    padding-right: 15px
  }

  .site-footer .col-footer .dropdow-mb + ul {
    display: none;
    margin: 10px 0 12px
  }

  .site-footer .col-footer .dropdow-mb:after {
    content: "\2b";
    /*         font-family: FontAwesome; */
    font-weight: 500;
    font-size: 17px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    position: absolute;
    right: 0;
    top: 1px
  }

  .site-footer .col-footer .dropdow-mb.open:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .ajax-lookbook-modal {
    left: 0;
    right: 0;
    margin: 30px auto;
    width: 275px;
    max-width: -moz-calc(100vw - 30px);
    max-width: -webkit-calc(100vw - 30px);
    max-width: -ms-calc(100vw - 30px);
    max-width: calc(100vw - 30px)
  }

  .ajax-lookbook-modal .ajax-modal-content {
    padding: 10px 12px
  }

  .ajax-lookbook-modal .ajax-modal-content .lookbook-content .product-item .inner-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }

  .ajax-lookbook-modal .ajax-modal-content .lookbook-content .product-item .product-top {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 15px
  }

  .ajax-lookbook-modal .ajax-modal-content .lookbook-content .product-item .product-bottom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(70% - 15px);
    flex: 0 0 calc(70% - 15px);
    max-width: -moz-calc(70% - 15px);
    max-width: -webkit-calc(70% - 15px);
    max-width: -ms-calc(70% - 15px);
    max-width: calc(70% - 15px)
  }

  .ajax-lookbook-modal .ajax-modal-content .lookbook-content .product-item .product-image {
    margin-bottom: 0
  }

  .ajax-lookbook-modal .ajax-modal-content .lookbook-content .product-item .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: none;
    white-space: normal
  }

  .ajax-lookbook-modal .ajax-modal-content .lookbook-content .product-item .action,
  .ajax-lookbook-modal .ajax-modal-content .lookbook-content .product-item .pr-details {
    display: none
  }

  .home-collections {
    padding: 40px 0
  }

  .home-collections .collections-slider {
    padding-left: 10px
  }

  .home-collections .collections-slider .item:last-of-type {
    padding-right: 10px
  }

  .home-collections.has-title .widget-title {
    margin-bottom: 25px
  }

  .custom-block-imgs .banner-heading {
    font-size: 30px !important
  }
  .suppermarket-product-tabs .custom-block-imgs .banner-heading {
    font-size: 20px !important
  }

  .custom-block-imgs .banner-sub-heading {
    font-size: 12px !important;
    margin-bottom: 15px
  }

  .custom-block-imgs .banner-des {
    font-size: 11px !important;
    margin-bottom: 28px
  }

  /*     .home-custom-block-images .row,
    .home-blog-posts:not(.blog-slider) .row {
        padding-left: 10px
    } */

  .home-custom-block-images .row .two-blocks,
  .home-custom-block-images .row .three-blocks,
  .home-blog-posts:not(.blog-slider) .row .two-blocks,
  .home-blog-posts:not(.blog-slider) .row .three-blocks {
    margin-bottom: 15px;
  }

  .wrapper-newsletter .modal-overlay {
    width: 400px;
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
    max-width: -ms-calc(100% - 40px);
    max-width: calc(100% - 40px)
  }

  .wrapper-newsletter .halo-modal-body .column-left {
    display: none
  }

  .wrapper-newsletter .halo-modal-body .column-right {
    width: 100%;
    padding: 35px 20px 25px
  }

  .wrapper-newsletter .halo-modal-body .title {
    font-size: var(--font_size_plus6)
  }

  .page-header h2,
  .page-header h1 {
    font-size: 18px;
    margin-bottom: 28px
  }

  .list-categories .collections-wrapper {
    padding: 23px 0 33px
  }

  .list-categories .collections-wrapper .collection-title {
    font-size: 18px !important
  }

  .list-categories .collections-wrapper .des {
    margin-bottom: 28px
  }

  .list-categories-02 .collections-wrapper {
    padding-left: 15px;
    padding-right: 15px
  }

  .sidebar {
    padding: 72px 20px 80px
  }

  .toolbar .view-mode .icon-mode.grid-3,
  .toolbar .view-mode .icon-mode.grid-4,
  .toolbar .view-mode .icon-mode.grid-5 {
    display: none
  }

  .products-list .grid-item + .grid-item {
    padding-top: 40px;
    margin-top: 36px
  }

  .collection-header.collection-header-sections .collection-image .tab-abs {
    display: none !important
  }

  .padding .toolbar-bottom {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .padding .page-total {
    margin-bottom: 20px
  }

  .grid-item-mansory .countdown-grid-item > span {
    display: none
  }

  .translate-filter-pc .collection-header .collection-wrapper {
    margin-bottom: 22px
  }

  .collection-template-express-order .col-sidebar .sidebar-label {
    margin-bottom: 36px
  }

  .ajax-success-modal .modal-overlay {
    max-width: 87%
  }

  .ajax-success-modal .halo-modal-body {
    padding-left: 20px;
    padding-right: 20px
  }

  .ajax-success-modal .halo-modal-body .product-item .product-top {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto
  }

  .ajax-success-modal.ajax-success-normal .modal-overlay {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: calc(100% - 40px)
  }

  .ajax-success-modal.ajax-success-normal .halo-modal-body {
    padding: 23px 20px 10px
  }

  .ajax-success-modal.ajax-success-normal .ajax-left {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74px;
    flex: 0 0 74px;
    max-width: 74px
  }

  .ajax-success-modal.ajax-success-normal .ajax-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 74px);
    flex: 0 0 calc(100% - 74px);
    width: -moz-calc(100% - 74px);
    width: -webkit-calc(100% - 74px);
    width: -ms-calc(100% - 74px);
    width: calc(100% - 74px)
  }

  .ajax-success-modal.ajax-success-normal .actions {
    margin-top: 15px
  }

  .ajax-success-modal.ajax-success-normal .actions .btn {
    margin-bottom: 10px
  }

  [data-popup-video] .modal-overlay {
    max-width: 87%
  }

  .cart-form .scroll-content .right-col {
    width: 100%;
    overflow: hidden
  }

  .cart-form .scroll-content .cart-list {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    will-change: scroll-position
  }

  .cart-form .scroll-content .cart-list::-webkit-scrollbar-track {
    background-color: #f8f8f8
  }

  .cart-form .scroll-content .cart-list::-webkit-scrollbar {
    width: 100%;
    height: 3px;
    background-color: #fff
  }

  .cart-form .scroll-content .cart-list::-webkit-scrollbar-thumb {
    background-color: #fff;
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 25px, rgba(255, 255, 255, 0) 25px, rgba(255, 255, 255, 0) 40px, rgba(0, 0, 0, 0.1) 40px, rgba(0, 0, 0, 0.1) 55px, rgba(255, 255, 255, 0) 55px, rgba(255, 255, 255, 0) 70px, rgba(0, 0, 0, 0.2) 70px, rgba(0, 0, 0, 0.1) 85px, rgba(255, 255, 255, 0) 85px, rgba(255, 255, 255, 0))
  }

  .cart-form .scroll-content .cart-list li {
    min-width: 598px;
    padding-bottom: 10px
  }

  .product-shop .product-title {
    font-size: 18px
  }

  .horizontal-tabs .list-tabs {
    display: none !important
  }

  .wrapper-tab-content .tab-title + .tab-content {
    margin: 0;
    padding: 15px 0 30px
  }

  .tabs__product-page .gallery_lookbook-box > .row,
  .gallery_lookbook-blog_detail .gallery_lookbook-box > .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto
  }

  .tabs__product-page .quote-detail blockquote,
  .gallery_lookbook-blog_detail .quote-detail blockquote {
    padding: 19px 28px;
    margin-bottom: 27px
  }

  .tabs__product-page #collapse-tab2 {
    padding-top: 0
  }

  .tabs__product-page .spr-container .spr-summary {
    text-align: left
  }

  .tabs__product-page .spr-container .spr-summary-actions {
    display: block;
    margin-top: 18px
  }

  .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview {
    float: none
  }

  .horizontal-tabs .wrapper-tab-content .tab-title:first-child + .tab-content {
    display: block
  }

  .halo_modal-custom .modal-body {
    padding: 15px 20px 45px
  }

  .halo_modal-custom .modal-body .custom-radio label:first-child {
    display: block;
    margin-bottom: 16px
  }

  .wrapper-login-customer .custom-or-abs {
    display: none
  }

  .wrapper-login-customer .wrapper-content {
    border-bottom: none
  }

  .wrapper-login-customer .wrapper-content .col-left,
  .wrapper-login-customer .wrapper-content .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .wrapper-login-customer .wrapper-content .col-left > *,
  .wrapper-login-customer .wrapper-content .col-right > * {
    padding-right: 15px
  }

  .wrapper-login-customer .wrapper-content .col-left .wrapper-title,
  .wrapper-login-customer .wrapper-content .col-right .wrapper-title {
    padding-left: 15px
  }

  .wrapper-login-customer .wrapper-content .col-left {
    margin-bottom: 35px
  }

  .wrapper-login-customer .wrapper-content .col-right .wrapper-title~* {
    margin-left: 0;
    padding-left: 15px
  }

  .wrapper-login-customer .wrapper-content:after {
    display: none
  }

  .lookbook-page .share_toolbox {
    margin-bottom: 30px
  }

  .halo-blog-content .article-title {
    font-size: var(--font_size_plus4);
    line-height: var(--font_size_plus16)
  }

  .faqs-page .panel-group {
    margin-bottom: 30px
  }

  .faqs-page .panel-group .panel-title a {
    padding-right: 25px
  }

  .faqs-page .panel-group .panel-title a span:after {
    right: 10px;
  }

  .faqs-page .panel-group .panel-title a:after {
    display: none
  }

  .faqs-page .contact-link {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  .faqs-page .contact-link .text {
    margin-bottom: 20px
  }

  .banner-parallax {
    margin-bottom: 33px
  }

  .home-custom-block-sub-banner .btn-img-block {
    min-width: 150px
  }

  .home-custom-block-sub-banner .threeImage {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .home-custom-block-sub-banner .widget-title {
    margin-bottom: 48px
  }

  .custom-block-banner .banner-content .sub-banner-countdown {
    display: none
  }

  .custom-block-banner .img-box {
    position: relative
  }

  .custom-block-banner .img-box .sub-banner-countdown {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0
  }

  .header-parallax-tpl.layout_home_6 .custom-block-banner .img-box .sub-banner-countdown {
    display: none;
  }
  .header-parallax-tpl.layout_home_6 .custom-block-banner .banner-content .sub-banner-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .collections-banner .collections-btn {
    display: none
  }

  .home-spotlight-slider [data-blogs-slider]:not(.slick-slider) .item:first-child {
    display: block
  }
  .home-spotlight-slider [data-blogs-slider]:not(.slick-slider) .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px
  }
  .home-spotlight-slider.layout_style_6 .spotlight-item {
    height: 100%;
    margin-bottom: 0;
  }
  .home-spotlight-slider.layout_style_6 .spotlight-item .img-box > a {
    margin: 0 auto;
  }
  .home-spotlight-slider.layout_style_6 .spotlight-item .img-box .spotlight-inner {
    width: 100%;
  }

  .footer-parallax .footer-newsletter .newsletter-title {
    margin-bottom: 0
  }

  .footer-parallax .footer-newsletter .newsletter {
    display: block;
    margin-bottom: 32px
  }

  .footer-parallax .footer-newsletter .input-group-field {
    min-width: -moz-calc(100% - 134px);
    min-width: -webkit-calc(100% - 134px);
    min-width: -ms-calc(100% - 134px);
    min-width: calc(100% - 134px)
  }

  .footer-parallax .footer-newsletter .btn {
    min-width: 124px
  }

  .footer-parallax .col-footer .dropdow-mb {
    margin-bottom: 0
  }

  .footer-parallax .footer-middle {
    margin-bottom: 0
  }

  .footer-parallax .footer-middle + .footer-bottom {
    border-top: none
  }

  .footer-2 .footer-top {
    padding-bottom: 50px
  }

  .footer-3 .footer-bottom {
    border-top: none;
    padding-top: 3px
  }

  .footer-3 .footer-newsletter {
    margin-bottom: 37px
  }

  .footer-4 .footer-top {
    padding-top: 42px
  }

  .footer-4 .links-col {
    margin-bottom: 24px
  }

  .home-custom-banner-3 .banner-slider > .row:not(.slick-slider) .item:first-child {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .home-list-collections .collection-title {
    font-size: var(--font_size_plus6);
    line-height: var(--font_size_plus12)
  }

  .home-list-collections .collection-item .action-link {
    display: none !important
  }

  .home-list-collections .des {
    padding-top: 25px;
    padding-bottom: 23px
  }

  .home-lookbook .lookbook-custom .item {
    margin-bottom: 20px
  }

  .home-lookbook .lookbook-custom .item:last-of-type {
    margin-bottom: 0
  }

  .home-custom-sub-banner-sections .banner-item .action-link {
    display: none
  }

  .suppermarket-product-tabs .custom-block-imgs .banner-des {
    font-size: 12px !important
  }

  .suppermarket-product-tabs .list-product-tabs {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px
  }

  .store-slider .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
  }

  .footer-05 .footer-top {
    padding-top: 45px
  }

  .footer-05 .social-icons {
    margin-bottom: 32px
  }

  .footer-05 .col-footer {
    margin-bottom: 15px
  }

  .footer-05 .col-lg-40 {
    margin: 25px 0 42px
  }

  .footer-05 .footer-newsletter {
    margin-bottom: 42px
  }

  .footer-05 .newsletter .btn {
    min-width: 125px;
    max-width: 125px
  }

  .footer-05 .newsletter .input-group-field {
    margin-right: 5px;
    width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    width: -ms-calc(100% - 130px);
    width: calc(100% - 130px);
    max-width: 100%
  }

  .footer-05 .footer-social .groups-block {
    margin-left: 0;
    margin-right: 0
  }

  .footer-05 .footer-social .groups-block .social-icons,
  .footer-05 .footer-social .groups-block .typography {
    padding-left: 0;
    padding-right: 0
  }

  .sticky_form .col-img-title {
    display: none !important
  }

  .header-top-countdown .clock-item {
    width: 55px;
    height: 55px;
    margin: 0 7.5px
  }

  .header-top-countdown .clock-item + .clock-item:before {
    font-size: 14px;
    left: -10px
  }

  .header-top-countdown .clock-item span.num {
    font-size: 20px;
    line-height: 20px
  }

  .header-supermarket .header-top-countdown {
    padding-bottom: 18px
  }

  .quickSearchResultsWrap {
    padding-left: 0;
    padding-right: 0;
  }

  .quickSearchResultsWrap .custom-scrollbar {
    max-height: -moz-calc(100vh - 250px);
    max-height: -webkit-calc(100vh - 250px);
    max-height: -ms-calc(100vh - 250px);
    max-height: calc(100vh - 250px);
  }

  .home-blog-style2 .list-blogs {
    margin-left: -10px;
    margin-right: -10px
  }

  .home-blog-style2 .list-blogs .two-blocks,
  .home-blog-style2 .list-blogs .three-blocks {
    margin-right: 0 !important
  }

  .home-blog-style2 .list-blogs .two-blocks:last-of-type .article-img,
  .home-blog-style2 .list-blogs .three-blocks:last-of-type .article-img {
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -ms-calc(100% - 10px);
    width: calc(100% - 10px)
  }

  .cart-popup-coll-related .products-grid {
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px
  }

  .cart-popup-coll-related .products-grid .grid-item {
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px
  }

  .cart-popup-coll-related .products-grid .grid-item:last-of-type {
    margin-right: 0;
    padding-right: 20px
  }

  .coll-express-order {
    min-width: 100%
  }

  .coll-express-order .express-order-header {
    display: none
  }

  .coll-express-order .express-order-content .options-items,
  .coll-express-order .express-order-content .inner-top {
    display: block
  }

  .coll-express-order .express-order-content .options-items:after,
  .coll-express-order .express-order-content .inner-top:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both
  }

  .coll-express-order .express-order-content .column {
    min-width: initial;
    max-width: initial;
    padding: 0 10px 0 0;
    text-align: left !important
  }

  .coll-express-order .express-order-content .column.column {
    border: none
  }

  .coll-express-order .express-order-content .column:not(.col-img) {
    float: right;
    width: -moz-calc(70% - 20px);
    width: -webkit-calc(70% - 20px);
    width: -ms-calc(70% - 20px);
    width: calc(70% - 20px)
  }

  .coll-express-order .express-order-content .column.col-img {
    float: left;
    margin-right: 20px;
    width: 30%;
    padding: 15px 0
  }

  .coll-express-order .express-order-content .column .price-box {
    margin-bottom: 10px
  }

  .coll-express-order .express-order-content .col-prod {
    padding-top: 12px
  }

  .coll-express-order .express-order-content .col-prod .product-title {
    margin-bottom: 5px
  }

  .coll-express-order .express-order-content .col-options {
    padding-bottom: 25px
  }

  .coll-express-order .express-order-content .col-qtt .qty-group {
    margin-bottom: 17px
  }

  .coll-express-order .product-options .options-items {
    padding: 15px 0 25px;
    background-color: #fafafa
  }

  .coll-express-order .product-options .options-items .column {
    padding: 0;
    display: block
  }

  .coll-express-order .product-options .options-items .column:not(.col-prod) {
    text-align: left !important
  }

  .coll-express-order .product-options .options-items .column.col-img {
    display: none
  }

  .coll-express-order .product-options .options-items .column.col-prod {
    float: left;
    width: 30%;
    margin-right: 20px;
    text-align: center !important
  }

  .coll-express-order .product-options .options-items .column .options-title {
    margin-left: 0;
    margin-top: 8px;
    display: block
  }

  .coll-express-order .add-to-cart-btn.add_more {
    margin-top: 0
  }

  .coll-express-order .feedback-text {
    margin-bottom: 0
  }

  #back-top {
    right: 10px;
    bottom: 220px
  }

  .tab-content iframe,
  .tab-content video,
  .short-description iframe,
  .short-description video,
  .vertical-tabs iframe,
  .vertical-tabs video {
    height: 350px
  }
}

@media(max-width: 768px) {
  .wrapper_header_02 .customer-links .text {
    display: none;
  }
  .password-content .col-right .mobile-image {
    display: block !important;
  }
  .password-content .col-right .destop-image {
    display: none !important;
  }
  .header-parallax-tpl.layout_home_5 .widget-title .box-title {
    font-size: 30px;
  }
  #shopify-section-password-section .password-content .col {
    position: unset;
  }
  #shopify-section-password-section .password-content .input-group {
    justify-content: center;
  }

  .homepage-reviews.style_2 {
    margin-bottom: 0 !important;
    padding-bottom: 30px;
  }
  .home-about-us.style_about_4,
  .home-about-us.style_about_6 {
    padding: 24px 0 50px;
  }
  .home-about-us.style_about_3 {
    padding: 50px 0;
  }
  .home-spotlight-block .spotlight-style-4 .spotlight-item {
    margin-bottom: 0;
  }
  .style_product_grid_4 .product-item .wrapper-button-card .btn {
    min-width: 150px;
  }
  .home-about-us.style_about_4 .list-item .item,
  .home-about-us.style_about_6 .list-item .item {
    width: 39%;
  }
  .home-about-us.style_about_3 .list-item .item {
    width: 36%;
    padding-top: 48px;
    padding-bottom: 44px;
  }
  .policies-block.layout_style_2 .policy-item:before {
    content: none;
  }
  .banner-large-img .banner-content.content_style_2 .banner-des {
    margin-bottom: 18px
  }
  .banner-large-img .banner-content.content_style_2 .banner-heading {
    padding-bottom: 0;
  }
  .banner-large-img .banner-content.content_style_2 .banner-button {
    padding: 8px 20px !important;
    min-width: 160px !important;
  }
  .layout-header--style2 .container .absolute h1 {
    font-size: 24px;
  }
  .layout-header--style2 .container .absolute {
    max-width: 440px;
    padding: 30px;
  }
  .featured-products.has-banner.layout_style_5 .widget-title.style_3 .box-title {
    font-size: 20px;
  }
  .featured-products.has-banner.layout_style_5 .column-product .column-product-inner {
    padding-bottom: 10px;
  }
  .featured-products.has-banner.layout_style_5 .widget-title.style_3 {
    margin-bottom: 55px;
  }
  .home-custom-banner-3.banner_style_2 .widget-title .box-title {
    margin-bottom: 65px;
  }
  .layout_style_flower .home-custom-banner-3.banner_style_2 .container .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .home-custom-banner-3.banner_style_2 .content_sub_banner .item:first-child .img-box {
    padding-right: 0;
  }

  .home-custom-banner-3.banner_style_2 .banner-item .img-box {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-custom-banner-3.banner_style_2 .content_sub_banner .item:nth-child(2) {
    padding-left: 25px;
  }

  .sticky_form .sticky-add-to-cart {
    min-width: auto !important;
  }

  .sticky_form .align-items-center {
    flex-wrap: nowrap;
  }

  .sticky_form .content-right .action {
    margin-left: 40px;
    margin-right: 10px;
  }

  .sticky_form .content-right .sticky-add-to-cart {
    min-width: initial;
  }

  .collection-header .sub-collection {
    margin-bottom: 0
  }

  .btn,
  .product-shop .shopify-payment-button button.shopify-payment-button__button,
  .tabs__product-page .spr-container .spr-summary-actions-newreview,
  .addresses-page .btn-edit-delete a {
    padding: 8px 15px 6px
  }

  .home-custom-instagram.layout_style_2 #instafeed {
    margin-right: -10px;
    margin-left: -10px
  }

  .home-custom-instagram.layout_style_2 #instafeed .item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
  }

  .home-spotlight-block.layout_style_2 .spotlight-item {
    padding: 40px 0
  }

  .home-about-us.style_2 .btn-about-us {
    min-width: 160px
  }

  .home-spotlight-slider .spotlight-style-2.slick-slider {
    display: block;
    overflow: unset;
  }

  .home-spotlight-slider .spotlight-style-4 {
    display: flex;
    overflow: auto;
    margin: 0 -10px;
    padding: 0 15px;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
  }

  .home-spotlight-slider .spotlight-style-2 .item {
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%
  }

  .home-spotlight-slider .spotlight-style-4 .item {
    margin-right: 0;
    margin-bottom: 0;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .home-spotlight-slider .style_3.no-des {
    margin-bottom: 0
  }

  .home-spotlight-slider .style_3 .box-title {
    margin-bottom: 0
  }

  .home-custom-block .custom-block-banner .img-center .img-top > img {
    max-width: 60px !important
  }

  .home-custom-block-bottom .banner-large-img .banner-content {
    padding: 40px
  }

  .homepage-reviews {
    padding: 30px 0 40px;
    margin-top: 40px !important;
    margin-bottom: 30px !important
  }

  .home-custom-instagram {
    padding-top: 0 !important
  }
}

@media(max-width: 670px) {
  .home-about-us.style_about_5 .list-item .item + .item {
    margin-left: 15px;
  }

  .featured-products.has-banner.layout_style_5 .widget-title.style_3 {
    margin-bottom: 45px;
  }
  .home-instagram.style_3 .widget-title .box-title {
    margin-bottom: 65px;
  }
  .home-instagram.style_3 .widget-title .box-title .title:before {
    bottom: -20px;
  }
  .widget-title .box-title .title {
    color: #121212;
  }
  .layout-header--style2 .container .absolute {
    position: initial;
    padding: 30px 0 5px;
  }
  .layout-header--style2 .container .absolute:before {
    border: 0 solid;
  }

  .home-custom-banner-3.banner_style_2 .banner-item .banner-title {
    font-size: 24px;
  }

  .home-custom-banner-3.banner_style_2 .banner-item .img-box {
    padding-left: 0;
    padding-right: 0;
  }

  .home-custom-banner-3.banner_style_2 .content_sub_banner .item:nth-child(2) {
    padding-left: 10px;
  }

  .home-custom-banner-3.banner_style_2 .content_sub_banner .item:first-child {
    padding-top: 0;
  }

  .home-custom-banner-3.banner_style_2 .banner-item .content-box {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    max-width: 275px;
  }

  .home-custom-banner-3.banner_style_2 .action-link {
    text-align: center;
  }

  .home-custom-instagram.layout_style_3 .instagram-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-custom-block .row .custom-block-banner .img-center {
    top: 6% !important
  }

  .home-custom-block .row .custom-block-banner .img-center .img-top {
    right: 25px !important
  }

  .home-custom-block .row .custom-block-banner .img-center .img-top > img {
    max-width: 50px !important
  }

  .footer-top-newsletter .banner-large-img .banner-content .block-content .content-input {
    min-width: 100%
  }

  .footer-top-newsletter .banner-large-img .banner-content .block-content .input-group-field {
    min-width: 100%
  }

  .footer-top-newsletter .banner-large-img .banner-content .block-content .banner-des {
    margin-bottom: 10px !important
  }

  .footer-top-newsletter .banner-large-img .banner-content .btn {
    min-width: 100%;
    margin-top: 10px
  }

  .tab-content iframe,
  .tab-content video,
  .short-description iframe,
  .short-description video {
    height: 270px
  }
}

@media(max-width: 480px) {
  #dropdown-cart .actions {
    display: block;
  }
  #dropdown-cart .actions .btn-checkout,
  #dropdown-cart .actions .btn-view-cart {
    width: 100%;
    margin-right: 0;
  }
  .brands-supermatket .col-right {
    padding: 30px 20px;
  }
  .brands-supermatket .list-brand {
    gap: 10px 10px;
  }
  .brands-supermatket .list-brand {
    grid-template-columns: 1fr 1fr;
  }
  .brands-supermatket .heading {
    margin-bottom: 30px;
  }
  .brands-supermatket + .cms-block-custom-brand {
    margin-top: 40px;
  }
  .cart-template .wrapper-cart-template .cart-list .remove-mobile svg {
    right: 15%;
  }
  .cart-template .cart-form .cart--title .product-img {
    width: 70px
  }

  .cart-template .cart-form .cart--title .cart--info {
    padding-left: 10px;
    width: calc(100% - 70px)
  }

  .cart-template .cart-form .cart-header .cart--price,
  .cart-template .cart-form .cart-list .details .cart--price {
    width: 80px !important
  }

  .cart-template .cart-form .cart-header > *.cart--title,
  .cart-template .cart-form .cart-list .details > *.cart--title {
    width: calc(100% - 80px)
  }

  .cart-template .wrapper-cart-template .cart-list .qty-group {
    display: block
  }

  .collection-header .list-sub-collection {
    margin-bottom: 0
  }

  .collection-header .list-sub-collection li {
    margin-right: 20px;
    margin-bottom: 5px
  }

  .collection-header .list-sub-collection li a {
    font-size: 13px
  }

  .collection-header .sub-collection {
    margin-bottom: 0
  }

  .collection-header .sub-collection .d-flex span {
    margin-bottom: 15px
  }

  .collection-header .collection-wrapper {
    margin-bottom: 25px
  }

  .cart-template .cart-form .cart--title .product-img {
    width: 70px
  }

  .cart-template .cart-form .cart--title .cart--info {
    padding-left: 10px;
    width: calc(100% - 70px)
  }

  .cart-template .cart-form .cart-header .cart--price,
  .cart-template .cart-form .cart-list .details .cart--price {
    width: 80px !important
  }

  .cart-template .cart-form .cart-header > *.cart--title,
  .cart-template .cart-form .cart-list .details > *.cart--title {
    width: calc(100% - 80px)
  }

  .cart-template .wrapper-cart-template .cart-list .qty-group {
    display: block
  }

  .home-spotlight-slider .spotlight-style-2 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%
  }

  .home-spotlight-slider .spotlight-style-4 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%
  }

  .home-spotlight-slider .spotlight-style-2:after,
  .home-spotlight-slider .spotlight-style-4:after {
    content: '';
    background-color: #fff;
    right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 20px
  }

  .home-spotlight-slider .style_3.no-des {
    margin-bottom: 0
  }

  .home-spotlight-slider .style_3 .box-title {
    margin-bottom: 0;
    font-size: 26px
  }

  .home-custom-block .row .custom-block-banner .img-center .img-top > img {
    max-width: 30px !important
  }

  .home-custom-block-bottom .banner-large-img .banner-content {
    padding: 20px
  }

  .home-custom-block-bottom .video-open-popup > a svg {
    width: 50px !important;
    height: 50px !important
  }

  .homepage-reviews .box-title,
  .home-custom-instagram .box-title {
    font-size: 16px
  }
}

@media(max-width: 320px) {
  .header-parallax-tpl.layout_home_5 .widget-title .box-title {
    font-size: 22px !important;
  }

  .policies-block .policies-slider .policy-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94% !important;
    flex: 0 0 94% !important;
    max-width: 94% !important;
  }
  .home-about-us.style_about_3 .container .list-item .item {
    width: 70% !important;
  }
  .home-about-us.style_about_3 .container .list-item .item .desctiption {
    padding-left: 4px;
    padding-right: 4px;
  }
  .home-spotlight-block .style_3 .box-title {
    text-align: left;
  }
  .layout-header--style2 .container .absolute h1 {
    font-size: 30px
  }

  #dropdown-cart {
    padding: 16px 15px 10px
  }

  #dropdown-cart .actions .btn-checkout,
  #dropdown-cart .actions .btn-view-cart {
    min-width: auto
  }

  #dropdown-cart .cart-title .close {
    margin-bottom: 0
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-button + .banner-button {
    margin-left: 0 !important
  }

  .home-custom-block-sub-banner.style_2 .action-link .btn-img-block {
    min-width: auto;
    padding: 5px 5px 3px;
    font-size: 12px
  }

  .home-custom-block .row .custom-block-banner .img-center .img-top {
    right: 15px !important
  }

  .home-custom-block .row .custom-block-banner .img-center .img-top > img {
    max-width: 25px !important
  }

  .custom-block-midle-banner .custom-block-banner .img-box .sub-banner-countdown .clock-item {
    width: 54px;
    height: 54px;
    margin: 0 5.5px
  }

  .custom-block-midle-banner .custom-block-banner .img-box .sub-banner-countdown .clock-item span.num {
    font-size: 16px;
    line-height: 16px
  }

  .home-slideshow .slide-content.style_2 {
    position: relative;
    margin-top: -40%;
    max-width: calc(100% - 20px)
  }
}

@media(min-width: 360px) and (max-width: 767px) {

  .style_product_grid_2 .item-swatch li label,
  .style_product_grid_2 .item-swatch li a,
  .style_product_grid_3 .item-swatch li label,
  .style_product_grid_3 .item-swatch li a,
  .style_product_grid_4 .item-swatch li label,
  .style_product_grid_4 .item-swatch li a {
    width: 18px;
    height: 18px;
    line-height: 19px
  }

  .style_product_grid_2 .item-swatch li label,
  .style_product_grid_3 .item-swatch li label,
  .style_product_grid_4 .item-swatch li label {
    line-height: 1
  }

  .style_product_grid_2 .item-swatch li label img,
  .style_product_grid_3 .item-swatch li label img,
  .style_product_grid_4 .item-swatch li label img {
    max-height: 24px;
    max-width: 24px
  }

  .item-swatch li label,
  .item-swatch li a {
    width: 23px;
    height: 23px;
    line-height: 23px
  }

  .item-swatch li.item-swatch-more a {
    width: 25px;
  }

  .item-swatch li label {
    line-height: 1
  }

  .item-swatch li label img {
    max-height: 16px;
    line-height: 16px
  }

  .item-swatch li a {
    padding-top: 1px
  }

  .product-img-box .slider-nav:not(.slick-slider) .item:nth-child(-n + 4) {
    display: block;
    width: -moz-calc(25% - 10px);
    width: -webkit-calc(25% - 10px);
    width: -ms-calc(25% - 10px);
    width: calc(25% - 10px)
  }
}

@media(min-width: 480px) and (max-width: 767px) {
  .home-sub-banner.sub-banner-3 .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: 0;
    margin-right: 0
  }

  .home-sub-banner.sub-banner-3 .three-blocks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px
  }

  .spotlight-3-blocks,
  .spotlight-2-blocks {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0
  }

  .spotlight-3-blocks > .col-md-6,
  .spotlight-2-blocks > .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    max-width: 370px
  }

  .spotlight-3-blocks > .col-md-6:last-of-type,
  .spotlight-2-blocks > .col-md-6:last-of-type {
    padding-right: 0 !important
  }

  .home-brands-block .brands-slider:not(.slick-slider) .item:nth-child(-n + 2),
  .home-brands-block [data-instagram-feed]:not(.slick-slider) .item:nth-child(-n + 2),
  .brands-page .logo-brands .brands-slider:not(.slick-slider) .item:nth-child(-n + 2),
  .brands-page .logo-brands [data-instagram-feed]:not(.slick-slider) .item:nth-child(-n + 2),
  .home-instagram .brands-slider:not(.slick-slider) .item:nth-child(-n + 2),
  .home-instagram [data-instagram-feed]:not(.slick-slider) .item:nth-child(-n + 2) {
    display: block
  }

  .policies-block .policies-slider:not(.slick-slider) .policy-item:nth-child(-n + 2) {
    display: block
  }

  .home-collections .collections-slider {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0
  }

  .home-collections .collections-slider .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%
  }

  .home-collections .collections-slider .item:last-of-type {
    padding-right: 0 !important
  }

  .home-custom-block-images .row,
  .home-blog-posts:not(.blog-slider) .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0
  }

  /*     .home-custom-block-images .row .two-blocks,
    .home-custom-block-images .row .three-blocks,
    .home-blog-posts:not(.blog-slider) .row .two-blocks,
    .home-blog-posts:not(.blog-slider) .row .three-blocks {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    } */

  .products-list .product-item .product-top {
    width: 160px;
    margin-right: 20px
  }

  .products-list .product-item .product-details {
    width: -moz-calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    width: -ms-calc(100% - 180px);
    width: calc(100% - 180px)
  }

  .cart-template .wrapper-cart-template .cart-list .group-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }

  .cart-template .wrapper-cart-template .cart-list .group-action .update {
    margin-bottom: 0;
    margin-right: 12px
  }

  .cart-template .wrapper-cart-template .cart-list .group-action .remove {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 12px
  }

  .home-blog-style2 .list-blogs .two-blocks,
  .home-blog-style2 .list-blogs .three-blocks {
    margin-right: 0 !important
  }

  .home-blog-style2 .list-blogs .two-blocks:last-of-type .article-img,
  .home-blog-style2 .list-blogs .three-blocks:last-of-type .article-img {
    width: 100%
  }
}

@media(min-width: 768px) {
  .home-spotlight-slider.layout_style_6 .spotlight-item .img-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
  }
  .home-custom-block .banner-small-img.content_style_2 .banner-content {
    padding-right: 30px;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .slide-content .slide-button-2 {
    margin-left: 5px
  }
  .list-product-tabs.product-tabs-style4 .tab-links {
    min-width: 135px
  }
  .featured-products.has-banner .column-banner-inner .img-box,
  .featured-products.has-banner .column-banner-inner .img-box a,
  .featured-products.has-banner .column-banner-inner .img-box img,
  .featured-products.has-banner .column-banner-inner {
    height: 100%;
  }
  .suppermarket-featured-products .widget-title.style-3 {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .suppermarket-new-arrivals .infinite-scrolling-homepage .btn {
    min-width: 340px
  }
  .custom_width.style_product_grid_4 .products-grid.row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .custom_width.style_product_grid_4 .products-grid.row .grid-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .style_product_grid_4 .suppermarket-new-arrivals .suppermarket-widget-product .bg-grid-item {
    padding: 0;
  }

  .home-custom-block-sub-banner.style_3.no-padding .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home-custom-block-sub-banner.style_3.no-padding .item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-parallax-tpl.layout_home_5 .banner-item .banner-title {
    font-size: 20px;
  }

  #notify-soldout .modal-body {
    padding: 5.3% 10%;
  }

  .container-padd60 {
    max-width: 750px
  }

  .container {
    max-width: 750px
  }

  .container .slide-content.abs_left {
    left: 4%
  }

  .container .slide-content.abs_right {
    right: 4%
  }

  .container .banner-large-img .inner.abs_left {
    left: 4%
  }

  .container .banner-large-img .inner.abs_right {
    right: 4%
  }

  .container-fluid .no-padd {
    padding-left: 0;
    padding-right: 0
  }

  .custom-block-midle-banner .row:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .hasvideo .slide-content {
    z-index: 2;
  }

  .slide-content {
    position: absolute;
    top: 50%;
    z-index: 1
  }

  .slide-content.abs_left {
    -moz-transform: translateY(-47%);
    -o-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
    -webkit-transform: translateY(-47%);
    transform: translateY(-47%)
  }

  .slide-content.abs_right {
    -moz-transform: translateY(-47%);
    -o-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
    -webkit-transform: translateY(-47%);
    transform: translateY(-47%)
  }

  .slide-content.abs_center {
    left: 50%;
    -moz-transform: translate(-50%, -47%);
    -o-transform: translate(-50%, -47%);
    -ms-transform: translate(-50%, -47%);
    -webkit-transform: translate(-50%, -47%);
    transform: translate(-50%, -47%)
  }
  .slide-content.abs_custom {
    -moz-transform: translateY(-47%);
    -o-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
    -webkit-transform: translateY(-47%);
    transform: translateY(-47%);
    left: 25px;
  }

  .slide-content.slide-content-mb {
    display: none !important
  }

  .home-slideshow .slick-dots,
  .lookbook-slideshow .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 42px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 450px
  }

  .home-slideshow .style_2 .slick-dots,
  .lookbook-slideshow .style_2 .slick-dots {
    bottom: 60px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 5px;
    min-width: auto
  }

  .home-slideshow .style_2 .slick-dots li,
  .lookbook-slideshow .style_2 .slick-dots li {
    margin: 0 5px
  }

  .home-slideshow .item img {
    min-height: 280px;
    width: 100%;
    object-fit: cover
  }

  .home-slideshow .slide-mobile,
  .custom-block-banner .slide-mobile {
    display: none
  }

  .home-sub-banner .five-blocks:nth-child(-n + 2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .home-sub-banner.no-padding .container-fluid,
  .home-sub-banner.no-padding .item {
    padding-left: 0;
    padding-right: 0
  }

  .home-sub-banner.no-padding .row {
    margin-left: 0;
    margin-right: 0
  }

  .home-sub-banner.no-padding .container-fluid {
    max-width: 1880px
  }

  .home-sub-banner.home-custom-block-sub-banner.no-padding .container-fluid {
    max-width: 100%
  }

  .banner-large-img {
    position: relative
  }

  .banner-large-img .inner {
    position: absolute;
    top: 50%;
    z-index: 2
  }

  .banner-large-img .inner.abs_left {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .banner-large-img .inner.abs_right {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .banner-large-img .inner.abs_center {
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .featured-products .products-grid:not(.slick-slider) .grid-item:nth-child(-n + 3),
  .home-product-tabs .products-grid:not(.slick-slider) .grid-item:nth-child(-n + 3) {
    display: block
  }

  .featured-products.has-banner.layout_style_2 {
    border-top: 0
  }

  .featured-products.has-banner.layout_style_2 .row {
    position: relative
  }

  .featured-products.has-banner.layout_style_2 .row.flex-row-reverse .column-banner .column-banner-inner .img-box {
    text-align: right
  }

  .featured-products.has-banner.layout_style_2 .row.flex-row-reverse .column-banner .custom-block-imgs {
    top: auto;
    right: 20px;
    left: auto
  }

  .featured-products.has-banner.layout_style_2 .row.flex-row-reverse .column-product {
    left: 15px;
    right: auto;
    padding: 0
  }

  .featured-products.has-banner.layout_style_2 .column-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs {
    top: auto;
    left: 20px;
    bottom: 20px;
    transform: none;
    min-width: auto;
    padding: 25px 40px 30px 30px
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-button span {
    position: relative
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-button span:hover:before {
    width: 100%;
    visibility: visible
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-button span:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    content: '';
    display: block;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    visibility: hidden
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-heading {
    margin-bottom: 13px
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-des {
    margin-bottom: 20px
  }

  .featured-products.has-banner.layout_style_2 .column-banner .column-banner-inner .img-box {
    text-align: left
  }

  .featured-products.has-banner.layout_style_2 .column-banner .column-banner-inner .img-box img {
    height: 480px;
    max-width: 570px;
    object-fit: cover
  }

  .featured-products.has-banner.layout_style_2 .column-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
  }

  .featured-products.has-banner.layout_style_2 .column-product .column-product-inner {
    padding: 0
  }

  .featured-products.has-banner.layout_style_2 .column-product .column-product-inner .row {
    margin: 0
  }

  .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item {
    padding: 0;
    margin: 0
  }

  .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-item {
    box-shadow: -5px 4px 5px 0 rgba(0, 0, 0, 0.1)
  }

  .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-item .price-box {
    margin-bottom: 0
  }

  .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-image {
    margin-bottom: 0
  }

  .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-bottom {
    background: #fff;
    padding: 15px 25px 5px
  }

  .home-custom-block.layout_style_2 .banner-small-img .column {
    padding-left: 15px;
    padding-right: 15px
  }

  .policies-block .policies-slider:not(.slick-slider) .policy-item:nth-child(-n + 3) {
    ;
    /*display: block*/
  }

  .list-product-tabs.product-tabs-style2 li {
    margin: 0 32px 10px
  }

  .list-product-tabs.product-tabs-style2 li:first-child {
    margin-left: 0
  }

  .list-product-tabs.product-tabs-style2 li:last-child {
    margin-right: 0
  }

  .list-product-tabs.product-tabs-style2 .tab-links {
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    font-size: var(--font_size_plus8);
    color: var(--color_compare_price);
    padding: 7px 0 5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0)
  }

  .list-product-tabs.product-tabs-style2 .tab-links.active {
    color: var(--page_title_color);
    border-bottom-color: var(--page_title_color)
  }

  .list-categories-02 .collections-wrapper {
    padding: 25px 20px 45px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .list-categories-02 .grid-item:nth-child(even) .collection-item > .row {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .list-categories-mansory .columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
  }

  /*     .sidebar-label {
        margin-bottom: 44px
    } */

  .sidebar .close-sidebar svg {
    width: 26px;
    height: 26px
  }

  .horizontal-tabs .wrapper-tab-content .tab-title {
    display: none !important
  }

  .horizontal-tabs .tab-content.active {
    display: block !important
  }

  .horizontal-tabs.horizontal-tabs-center .list-tabs {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  .horizontal-tabs.horizontal-tabs-center .tab-title {
    margin: 0 30px 0 0
  }

  .horizontal-tabs.horizontal-tabs-center .tab-title:last-child {
    margin-right: 0
  }

  .horizontal-tabs.horizontal-tabs-center .tab-links {
    font-size: var(--font_size_plus2);
    font-weight: 700;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 0;
    padding: 16px 0 14px
  }

  .horizontal-tabs.horizontal-tabs-center .tab-links.active {
    font-size: var(--font_size_plus2);
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0)
  }

  .horizontal-tabs.horizontal-tabs-center .tab-links:before {
    top: initial;
    bottom: -1px;
    left: 0;
    width: 100%
  }

  .horizontal-tabs.horizontal-tabs-center .tab-links:after {
    display: none
  }

  .tabs__product-page.vertical-tabs .tab-content {
    padding-top: 10px
  }

  .product_top .product-shop {
    margin-top: 30px
  }

  .cart-template .wrapper-cart-template {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }

  .cart-template .wrapper-cart-template .right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    max-width: 340px
  }

  .cart-template .wrapper-cart-template .cart_items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 370px);
    flex: 0 0 calc(100% - 370px);
    max-width: -moz-calc(100% - 370px);
    max-width: -webkit-calc(100% - 370px);
    max-width: -ms-calc(100% - 370px);
    max-width: calc(100% - 370px);
    margin-right: 30px
  }

  .blog-mansory .list-blog {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
  }

  .blog-mansory .list-blog .article-details .des {
    -webkit-line-clamp: 3
  }

  .blog-right-sidebar .list-blog .blog-item-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .blog-right-sidebar .list-blog .blog-item-2 .article-img {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
    padding-right: 30px
  }

  .blog-right-sidebar .list-blog .blog-item-2 .article-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    max-width: 57%;
    margin-top: -10px
  }

  .article-template .blog-detail .tags-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  #comments form .comment-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px
  }

  #comments form .comment-form .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px
  }

  .vertical-tabs .wrapper-tab-content .tab-links {
    font-size: var(--font_size_plus2);
    font-weight: 700;
    padding: 17px 30px 14px 0
  }

  .vertical-tabs #collapse-tab2 {
    padding-top: 0
  }

  .vertical-tabs .spr-container .spr-header {
    margin-bottom: 20px
  }

  .vertical-tabs .theme-ask {
    margin-bottom: 3rem
  }

  .product-template-slider .product-shop .product-title {
    text-align: center;
    margin-bottom: 13px
  }

  .product-template-slider .product-shop .group_item {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  .product-template-slider .product-shop .group_item .spr-badge {
    margin-right: 30px
  }

  .product-template-slider .product-shop .group_item .spr-badge-caption {
    margin-left: 28px
  }

  .product-template-slider .video-open-popup > a {
    bottom: 66px
  }

  .product-template-slider .product-img-box.one-item .product-single__compareColor,
  .product-template-slider .product-img-box.two-items .product-single__compareColor {
    bottom: 45px;
  }

  .product-template-slider .product-informations {
    border-top: 1px solid var(--border_bt_sidebar);
    padding-top: 25px;
    margin-top: 8px
  }

  .product-template-slider .swatch .has-size-chart > span {
    min-width: 50%
  }

  .product-template-slider .product-img-box .slider-for[data-imgs="1"] .slick-track,
  .product-template-slider .product-img-box .slider-for[data-imgs="2"] .slick-track,
  .product-template-slider .product-img-box .slider-for[data-imgs="3"] .slick-track,
  .product-template-slider .product-img-box .slider-for[data-imgs="4"] .slick-track,
  .product-template-slider .product-img-box .slider-for[data-imgs="5"] .slick-track {}

  .custom-block-banner .img-box .sub-banner-countdown {
    display: none
  }

  .footer-2 .footer-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .footer-2 .footer-newsletter .btn {
    min-width: 134px
  }

  .footer-2 .footer-newsletter .input-group-field {
    width: -moz-calc(100% - 144px);
    width: -webkit-calc(100% - 144px);
    width: -ms-calc(100% - 144px);
    width: calc(100% - 144px);
    min-width: initial
  }

  .footer-2 .footer-newsletter .newsletter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    max-width: 427px
  }

  .footer-2 .newsletter-title {
    margin: 2px 27px 15px 0
  }

  .footer-3 .footer-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .footer-3 .footer-newsletter .newsletter-title {
    margin-right: 20px
  }

  .footer-3 .footer-newsletter .newsletter {
    margin-bottom: 15px
  }

  .footer-3 .footer-social {
    margin-left: 0;
    margin-top: 5px
  }

  .footer-3 .footer-social .groups-block {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }

  .home-custom-block-sub-banner.style_2 .btn-img-block {
    padding-top: 12px;
    padding-bottom: 10px
  }

  .home-custom-block-sub-banner .fiveImages .banner-item:hover .action-link {
    bottom: 17.5%
  }

  .home-custom-block-sub-banner .btn-img-block {
    padding-top: 10px;
    padding-bottom: 8px
  }

  .home-custom-banner-3 .btn_link {
    font-size: var(--font_size_plus1)
  }

  .home-custom-banner-3 .action-link {
    bottom: 10%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -ms-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease
  }

  .home-custom-banner-3.banner_style_2 .action-link {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }

  .home-custom-banner-3 .banner-item:hover .action-link {
    bottom: 20%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible
  }

  .home-custom-banner-3.banner_style_2 .banner-item:hover .action-link {
    bottom: 0;
  }

  .home-custom-banner-3 .banner-slider .banner-item:hover .action-link {
    bottom: 17%
  }

  .home-list-collections .collection-item .content-box {
    top: 6%;
    left: 6%
  }

  .home-list-collections .collection-item .action-link {
    left: 6%;
    bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: bottom 0.3s linear;
    -moz-transition: bottom 0.3s linear;
    -ms-transition: bottom 0.3s linear;
    -o-transition: bottom 0.3s linear;
    transition: bottom 0.3s linear
  }

  .home-list-collections .collection-item:hover .action-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    bottom: 6%
  }

  .home-list-collections .list-collumn-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    display: block
  }

  .home-list-collections .list-collumn-2 .grid-item {
    break-inside: avoid;
    break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 0;
    padding-bottom: 20px
  }

  .home-list-collections.no-padding .list-collumn-2 {
    margin-left: 0;
    margin-right: 0
  }

  .home-list-collections.no-padding .list-collumn-2 .grid-item {
    padding: 0
  }

  .banner-small-img > .row {
    margin-left: 0;
    margin-right: 0
  }

  .banner-small-img .column {
    padding-left: 0;
    padding-right: 0
  }

  .banner-small-img .banner-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .product-template-full-width .product-photos {
    margin-top: 7px
  }

  .widget-title.style-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 13px 60px 13px 0;
    border-bottom: 2px solid var(--border_widget_title)
  }

  .widget-title.style-3.widget-title-2 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 46px;
  }

  .widget-title.style-3 .box-title {
    border: none;
    padding: 0;
    margin: 0
  }

  .widget-title.style-3 .countdown-style-market {
    position: relative;
    top: -2px;
    margin-left: 15px
  }

  .widget-title.style-3.widget-title-2 .countdown-style-market {
    position: relative;
    top: 0;
    margin-left: 12px;
    padding-left: 0;
  }

  .widget-title.style-3 .view_all {
    top: 17px
  }

  .suppermarket-product-tabs .style-3 .box-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .suppermarket-product-tabs .style-3 .list-product-tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0
  }

  .suppermarket-product-tabs.has-banner .column-banner-inner img {
    min-height: 470px;
    width: 100%;
    object-fit: cover
  }

  .suppermarket-product-tabs.has-banner .column-product {
    margin-bottom: 0
  }

  .suppermarket-product-tabs.has-banner .flex-md-row-reverse {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
  }

  .suppermarket-product-tabs .widget-title.style-3 {
    margin-bottom: 25px
  }

  .suppermarket-product-tabs .column-banner {
    margin-top: 10px
  }

  .suppermarket-product-tabs .list-product-tabs {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    overflow-x: initial
  }

  .suppermarket-product-tabs .list-product-tabs .tab-links.active {
    position: relative
  }

  .suppermarket-product-tabs .list-product-tabs .tab-links.active:after {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 50%;
    border: 7px solid transparent;
    -moz-transform: translateX(calc(-50% + 1px));
    -o-transform: translateX(calc(-50% + 1px));
    -ms-transform: translateX(calc(-50% + 1px));
    -webkit-transform: translateX(calc(-50% + 1px));
    transform: translateX(calc(-50% + 1px));
    border-bottom-color: var(--border_widget_title)
  }

  .suppermarket-new-arrivals {
    padding: 52px 0 60px
  }

  .suppermarket-new-arrivals .widget-title.style-3 {
    padding: 0;
    border: 0
  }

  .suppermarket-new-arrivals .suppermarket-widget-product .products-grid {
    margin-left: -7.5px;
    margin-right: -7.5px
  }

  .suppermarket-new-arrivals .suppermarket-widget-product .grid-item {
    margin-bottom: 5px;
    padding: 0 7.5px
  }

  .suppermarket-new-arrivals .suppermarket-widget-product .bg-grid-item {
    border-bottom: 1px solid var(--border_page_title);
    padding: 0 15px 25px;
    height: 100%
  }

  .suppermarket-new-arrivals .suppermarket-widget-product .bg-grid-item .product-label {
    top: 6px;
    right: -9px
  }

  .suppermarket-new-arrivals .suppermarket-widget-product .infinite-scrolling-homepage {
    margin-top: 35px
  }

  .header-vertical-tpl .footer-default .foot-title {
    margin-bottom: 12px
  }

  .header-vertical-tpl .footer-default .footer-top {
    padding-top: 47px
  }

  .header-vertical-tpl .footer-newsletter .input-group {
    max-width: 507px
  }

  .header-vertical-tpl .footer-newsletter .input-group-field {
    margin-right: 10px;
    padding: 9px 20px 7px;
    width: -moz-calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    width: -ms-calc(100% - 180px);
    width: calc(100% - 180px);
    min-width: initial
  }

  .header-vertical-tpl .footer-newsletter .btn {
    padding-top: 10px;
    padding-bottom: 8px;
    min-width: 170px
  }

  .wishlist-footer {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  .wishlist-footer .share {
    margin-bottom: 0;
    margin-top: 1px
  }

  .body-full .home-slideshow-sections .custom-arrow-left,
  .body-full .home-slideshow-sections .custom-arrow-right {
    width: calc(50% - 19px);
    height: 20px;
    z-index: 1;
    background-color: #fff;
    left: 0;
    bottom: -1px;
    position: absolute;
    display: block
  }

  .body-full .home-slideshow-sections .custom-arrow-left .triangle-left,
  .body-full .home-slideshow-sections .custom-arrow-right .triangle-left {
    width: 0;
    height: 0;
    bottom: 0;
    right: -20px;
    position: absolute;
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent
  }

  .body-full .home-slideshow-sections .custom-arrow-left .triangle-right,
  .body-full .home-slideshow-sections .custom-arrow-right .triangle-right {
    width: 0;
    height: 0;
    bottom: 0;
    left: -20px;
    position: absolute;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent
  }

  .body-full .home-slideshow-sections .custom-arrow-right {
    left: auto;
    right: 0
  }

  .has-sticky-product-img [data-sticky-product-img] {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    margin-bottom: 25px
  }

  .frequently-bought-together-content .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px
  }

  .frequently-bought-together-content .col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 240px);
    flex: 0 0 calc(100% - 240px);
    max-width: -moz-calc(100% - 240px);
    max-width: -webkit-calc(100% - 240px);
    max-width: -ms-calc(100% - 240px);
    max-width: calc(100% - 240px)
  }

  .products-grid.grid-2,
  .products-grid.grid-3,
  .products-grid.grid-4,
  .products-grid.grid- {
    padding-bottom: 50px
  }

  .products-grid.grid-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3
  }
}

@media(max-width: 991px) {
  .home-spotlight-slider .spotlight-style-2 {
    display: flex;
    overflow: auto;
    margin: 0 -15px;
    padding: 0 15px;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
  }

  .h-mobile {
    display: none !important
  }

  .home-about-us .list-item .item {
    width: 200px;
  }

  .cart-template .cart-form .cart--title .cart--info .product-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
  }

  .cart-template .cart-form .cart-header .cart--price,
  .cart-template .cart-form .cart-list .details .cart--price {
    width: 130px !important;
    padding-right: 0;
    text-align: right
  }

  .cart-template .cart-form .cart-header > *.cart--title,
  .cart-template .cart-form .cart-list .details > *.cart--title {
    width: calc(100% - 130px) !important
  }

  .cart-template .wrapper-cart-template .cart-list .cart-thumb {
    padding-right: 10px
  }

  .cart-template .wrapper-cart-template .cart-list .qty-group {
    margin-top: 10px;
    max-width: 100%;
    border: 0
  }

  .cart-template .wrapper-cart-template .cart-list .qty-group label {
    font-size: var(--font_size);
    margin-right: 10px
  }

  .cart-template .wrapper-cart-template .cart-list .qty-group input {
    border: 1px solid #ccc;
    max-width: 100%
  }

  .cart-template .cart-form .cart--title .cart--info .product-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
  }

  .cart-template .cart-form .cart-header .cart--price,
  .cart-template .cart-form .cart-list .details .cart--price {
    width: 180px !important;
    padding-right: 0;
    text-align: right
  }

  .cart-template .cart-form .cart-header > *.cart--title,
  .cart-template .cart-form .cart-list .details > *.cart--title {
    width: calc(100% - 130px) !important
  }

  .cart-template .wrapper-cart-template .cart-list .cart-thumb {
    padding-right: 10px
  }

  .cart-template .wrapper-cart-template .cart-list .qty-group {
    margin-top: 10px;
    max-width: 100%;
    border: 0
  }

  .cart-template .wrapper-cart-template .cart-list .qty-group label {
    font-size: var(--font_size);
    margin-right: 10px
  }

  .cart-template .wrapper-cart-template .cart-list .qty-group input {
    border: 1px solid #ccc;
    max-width: 100%
  }

  .toolbar .column-right {
    display: block;
  }

  .home-custom-block-sub-banner.style_2 .btn-img-block {
    min-width: 200px
  }

  .collection-custom-block-images .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: 0;
    margin-left: 0
  }

  .collection-custom-block-images .row .three-blocks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px
  }

  .spotlight-3-blocks {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto
  }

  .spotlight-3-blocks > .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px
  }

  .spotlight-3-blocks > .col-md-6:last-of-type {
    padding-right: 10px;
    margin-right: 0
  }

  /*     .home-custom-block-images .row,
    .home-blog-posts:not(.blog-slider) .row {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto
    } */

  .halo-modal .halo-modal-body .des {
    margin-bottom: 18px
  }

  .halo-modal .halo-modal-body #mailchimp-email-subscibe {
    margin-bottom: 27px
  }

  .halo-modal .halo-modal-body #mailchimp-email-subscibe .input-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
  }

  .halo-modal .halo-modal-body #mailchimp-email-subscibe .input-group-field {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    min-width: inherit
  }

  .halo-modal .halo-modal-body #mailchimp-email-subscibe .btn {
    width: 100%;
    min-width: inherit;
    background: var(--background_3);
    color: var(--color_3);
    border-color: var(--border_3)
  }

  .halo-modal .halo-modal-body .social-icons {
    margin-bottom: 20px
  }

  .toolbar .column-left,
  .toolbar .column-right {
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .toolbar {
    justify-content: space-between;
  }
  .toolbar .column-right {
    margin-top: 15px
  }

  .halo-collection-content .infinite-scrolling {
    margin-bottom: 40px
  }

  .t-header .column {
    padding-left: 15px;
    padding-right: 15px
  }

  .sticky_form .sticky-countdown {
    text-align: center;
    margin-bottom: 10px
  }
}

@media(min-width: 767px) and (max-width: 769px) {

  .custom-collection-products .container .column-banner .column-banner-inner .content-left,
  .custom-collection-products .container .column-banner .column-banner-inner .content-right {
    display: inline-block;
    vertical-align: top;
    width: 49%
  }

  .custom-collection-products .container .column-banner .column-banner-inner .content-left {
    margin-right: 10px
  }

  .custom-collection-products .container .column-banner .column-banner-inner .content-right {
    margin-top: 5px
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  .container-padd60 .slide-content.abs_left,
  .container-fluid .slide-content.abs_left {
    left: -moz-calc((100% - 730px) / 2);
    left: -webkit-calc((100% - 730px) / 2);
    left: -ms-calc((100% - 730px) / 2);
    left: calc((100% - 730px) / 2)
  }

  .container-padd60 .slide-content.abs_right,
  .container-fluid .slide-content.abs_right {
    right: -moz-calc((100% - 730px) / 2);
    right: -webkit-calc((100% - 730px) / 2);
    right: -ms-calc((100% - 730px) / 2);
    right: calc((100% - 730px) / 2)
  }

  .container-padd60 .banner-large-img .inner.abs_left,
  .container-fluid .banner-large-img .inner.abs_left {
    left: -moz-calc((100% - 730px) / 2);
    left: -webkit-calc((100% - 730px) / 2);
    left: -ms-calc((100% - 730px) / 2);
    left: calc((100% - 730px) / 2)
  }

  .container-padd60 .banner-large-img .inner.abs_right,
  .container-fluid .banner-large-img .inner.abs_right {
    right: -moz-calc((100% - 730px) / 2);
    right: -webkit-calc((100% - 730px) / 2);
    right: -ms-calc((100% - 730px) / 2);
    right: calc((100% - 730px) / 2)
  }

  .custom-block-image.layout_style_2 .img-inner {
    bottom: 40px
  }
  .spotlight-3-blocks {
    padding-left: 20px;
    margin-left: -moz-calc((-100vw + 750px)/2 - 10px);
    margin-left: -webkit-calc((-100vw + 750px)/2 - 10px);
    margin-left: -ms-calc((-100vw + 750px)/2 - 10px);
    margin-left: calc((-100vw + 750px)/2 - 10px);
    margin-right: -moz-calc((-100vw + 750px)/2 - 10px);
    margin-right: -webkit-calc((-100vw + 750px)/2 - 10px);
    margin-right: -ms-calc((-100vw + 750px)/2 - 10px);
    margin-right: calc((-100vw + 750px)/2 - 10px)
  }

  .header-parallax-tpl.layout_home_5 .spotlight-3-blocks {
    margin-left: -10px;
    margin-right: -10px;
  }

  .spotlight-3-blocks > .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
  }

  .spotlight-3-blocks > .col-md-6:last-of-type {
    -ms-flex: 0 0 calc(45% + 20px);
    flex: 0 0 calc(45% + 20px);
    max-width: -moz-calc(45% + 20px);
    max-width: -webkit-calc(45% + 20px);
    max-width: -ms-calc(45% + 20px);
    max-width: calc(45% + 20px);
    padding-right: 20px
  }

  .list-blogs .three-blocks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
  }

  .home-brands-block .brands-slider:not(.slick-slider) .item:nth-child(-n + 3),
  .home-brands-block .home-instagram [data-instagram-feed]:not(.slick-slider) .item:nth-child(-n + 3),
  .brands-page .logo-brands .brands-slider:not(.slick-slider) .item:nth-child(-n + 3),
  .brands-page .logo-brands .home-instagram [data-instagram-feed]:not(.slick-slider) .item:nth-child(-n + 3) {
    display: block
  }

  .home-collections .collections-slider {
    padding-left: 20px;
    margin-left: -moz-calc((-100vw + 750px)/2 - 10px);
    margin-left: -webkit-calc((-100vw + 750px)/2 - 10px);
    margin-left: -ms-calc((-100vw + 750px)/2 - 10px);
    margin-left: calc((-100vw + 750px)/2 - 10px);
    margin-right: -moz-calc((-100vw + 750px)/2 - 10px);
    margin-right: -webkit-calc((-100vw + 750px)/2 - 10px);
    margin-right: -ms-calc((-100vw + 750px)/2 - 10px);
    margin-right: calc((-100vw + 750px)/2 - 10px)
  }

  .home-collections .collections-slider .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%
  }

  .home-collections .collections-slider .item:last-of-type {
    padding-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(28% + 20px);
    flex: 0 0 calc(28% + 20px);
    max-width: -moz-calc(28% + 20px);
    max-width: -webkit-calc(28% + 20px);
    max-width: -ms-calc(28% + 20px);
    max-width: calc(28% + 20px);
    padding-right: 20px
  }

  .home-custom-block-images .row {
    padding-left: 20px;
    margin-left: -moz-calc((-100vw + 750px)/2 - 10px);
    margin-left: -webkit-calc((-100vw + 750px)/2 - 10px);
    margin-left: -ms-calc((-100vw + 750px)/2 - 10px);
    margin-left: calc((-100vw + 750px)/2 - 10px);
    margin-right: -moz-calc((-100vw + 750px)/2 - 10px);
    margin-right: -webkit-calc((-100vw + 750px)/2 - 10px);
    margin-right: -ms-calc((-100vw + 750px)/2 - 10px);
    margin-right: calc((-100vw + 750px)/2 - 10px)
  }

  .home-custom-block-images .row .three-blocks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px
  }

  .home-custom-block-images .row .three-blocks:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(45% + 20px);
    flex: 0 0 calc(45% + 20px);
    max-width: -moz-calc(45% + 20px);
    max-width: -webkit-calc(45% + 20px);
    max-width: -ms-calc(45% + 20px);
    max-width: calc(45% + 20px);
    margin-right: 0;
    padding-right: 20px
  }

  .home-custom-sub-banner .twoImage + .oneImage + .twoImage,
  .home-custom-sub-banner .twoImage+.twoImage+.twoImage,
  .home-custom-sub-banner .three-blocks.twoImage:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .home-custom-sub-banner .twoImage + .oneImage + .twoImage .item,
  .home-custom-sub-banner .twoImage+.twoImage+.twoImage .item,
  .home-custom-sub-banner .three-blocks.twoImage:last-child .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .halo-modal .modal-overlay {
    max-width: 90%
  }

  .halo-modal .halo-modal-body .column-right {
    padding: 45px 25px 21px
  }

  .toolbar .view-mode .icon-mode.grid-4,
  .toolbar .view-mode .icon-mode.grid-5 {
    display: none
  }

  .product-img-box .slider-nav:not(.slick-slider) .item:nth-child(-n + 4) {
    display: block;
    width: -moz-calc(25% - 10px);
    width: -webkit-calc(25% - 10px);
    width: -ms-calc(25% - 10px);
    width: calc(25% - 10px)
  }

  .related-products .products-grid:not(.slick-slider) .grid-item:nth-child(-n + 3),
  .featured-product-article .products-grid:not(.slick-slider) .grid-item:nth-child(-n + 3) {
    display: block
  }

  .vertical-tabs .spr-container .spr-summary {
    text-align: left
  }

  .vertical-tabs .spr-container .spr-summary-actions {
    display: block;
    margin-top: 18px
  }

  .vertical-tabs .spr-container .spr-summary-actions .spr-summary-actions-newreview {
    float: none
  }

  .home-spotlight-slider [data-blogs-slider]:not(.slick-slider) .item:nth-child(-n + 2) {
    display: block
  }

  .footer-bottom .justify-content-lg-between {
    text-align: center
  }

  .home-custom-banner-3 .banner-slider > .row:not(.slick-slider) .item:nth-child(-n + 2) {
    display: block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .footbar-fixed {
    bottom: 19px;
    left: 19px
  }

  .footbar-fixed #accept-cookies {
    margin-top: 15px
  }

  .footbar-fixed.footbar-fixed-product #accept-cookies,
  .footbar-fixed.footbar-fixed-product .product-notification {
    margin-left: 19px
  }

  .footbar-fixed.footbar-fixed-product #accept-cookies {
    margin-bottom: 15px
  }

  .home-blog-style2 .list-blogs {
    padding-left: 20px;
    margin-left: -moz-calc((-100vw + 750px)/2 - 10px);
    margin-left: -webkit-calc((-100vw + 750px)/2 - 10px);
    margin-left: -ms-calc((-100vw + 750px)/2 - 10px);
    margin-left: calc((-100vw + 750px)/2 - 10px);
    margin-right: -moz-calc((-100vw + 750px)/2 - 10px);
    margin-right: -webkit-calc((-100vw + 750px)/2 - 10px);
    margin-right: -ms-calc((-100vw + 750px)/2 - 10px);
    margin-right: calc((-100vw + 750px)/2 - 10px)
  }

  .home-blog-style2 .list-blogs .three-blocks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
  }

  .home-blog-style2 .list-blogs .three-blocks:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(45% + 20px);
    flex: 0 0 calc(45% + 20px);
    max-width: -moz-calc(45% + 20px);
    max-width: -webkit-calc(45% + 20px);
    max-width: -ms-calc(45% + 20px);
    max-width: calc(45% + 20px);
    padding-right: 20px
  }

  .home-blog-style2 .list-blogs .three-blocks:last-of-type .article-img {
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: calc(100% - 20px)
  }

  .coll-express-order {
    min-width: 832px
  }

  .coll-express-order .inner-top .column:not(.col-img) {
    padding: 10px 15px
  }

  .coll-express-order .inner-top .col-img {
    padding: 10px
  }

  .coll-express-order .col-options {
    -ms-flex: 0 0 205px;
    flex: 0 0 205px;
    max-width: 205px
  }

  .coll-express-order .col-qtt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 121px;
    flex: 0 0 121px;
    max-width: 121px
  }

  .coll-express-order .col-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px
  }

  .coll-express-order .col-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px
  }

  .coll-express-order .col-prod {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% -(205px + 110px + 160px + 121px));
    flex: 0 0 calc(100% -(205px + 110px + 160px + 121px));
    max-width: -moz-calc(100% -(205px + 110px + 160px + 121px));
    max-width: -webkit-calc(100% -(205px + 110px + 160px + 121px));
    max-width: calc(100% -(205px + 110px + 160px + 121px));
    min-width: 185px
  }

  .coll-express-order .product-options .options-items .column {
    padding: 10px 12px
  }
}

@media(min-width: 992px) {
  .list-product-tabs.product-tabs-style4 .tab-links {
    min-width: 180px
  }
  .slide-content.abs_custom {
    left: 35px;
  }

  .h-desktop {
    display: none !important
  }

  .container,
  .container-padd60 {
    max-width: 970px
  }

  .home-about-us.style_about_7 .list-item .item.column-3 {
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .header-parallax-tpl.layout_home_5 .footer-4 .footer-bottom {
    padding: 35px 0 16px
  }

  .featured-products .products-grid.four-items:not(.slick-slider) .grid-item:nth-child(-n + 4),
  .featured-products .products-grid.five-items:not(.slick-slider) .grid-item:nth-child(-n + 4),
  .featured-products .products-grid.six-items:not(.slick-slider) .grid-item:nth-child(-n + 4),
  .recently-viewed-products .products-grid.four-items:not(.slick-slider) .grid-item:nth-child(-n + 4),
  .recently-viewed-products .products-grid.five-items:not(.slick-slider) .grid-item:nth-child(-n + 4),
  .recently-viewed-products .products-grid.six-items:not(.slick-slider) .grid-item:nth-child(-n + 4),
  .featured-product-article .products-grid.four-items:not(.slick-slider) .grid-item:nth-child(-n + 4),
  .featured-product-article .products-grid.five-items:not(.slick-slider) .grid-item:nth-child(-n + 4),
  .featured-product-article .products-grid.six-items:not(.slick-slider) .grid-item:nth-child(-n + 4),
  .related-products .products-grid.four-items:not(.slick-slider) .grid-item:nth-child(-n + 4),
  .related-products .products-grid.five-items:not(.slick-slider) .grid-item:nth-child(-n + 4),
  .related-products .products-grid.six-items:not(.slick-slider) .grid-item:nth-child(-n + 4) {
    display: block
  }

  .home-product-tabs .products-grid.four-items:not(.slick-slider) .grid-item:nth-child(-n + 4),
  .home-product-tabs .products-grid.five-items:not(.slick-slider) .grid-item:nth-child(-n + 4) {
    display: block
  }

  .featured-products.has-banner.banner-right.layout_style_4 {
    border-bottom: 0;
  }

  .featured-products.layout_style_5.has-banner,
  .featured-products.layout_style_6.has-banner {
    border-top: 0;
  }

  .featured-products.layout_style_5.banner-right.has-banner {
    border-bottom: 0;
  }

  .featured-products.layout_style_5.has-banner .column-banner-inner .img-box img {
    height: auto;
    width: 100%;
  }

  .featured-products.has-banner {
    border-top: 1px solid #efefef
  }

  .featured-products.has-banner.layout_style_2 .column-banner .column-banner-inner .img-box img {
    height: 480px;
    max-width: 800px
  }

  .featured-products.has-banner.banner-right {
    border-top: none;
    border-bottom: 1px solid #efefef
  }

  .featured-products.has-banner .column-banner-inner {
    height: 100%
  }

  .featured-products.has-banner .column-banner-inner .img-box,
  .featured-products.has-banner .column-banner-inner .img-box a,
  .featured-products.has-banner .column-banner-inner .img-box img {
    height: 100%
  }

  .featured-products.has-banner .column-banner-inner .img-box a {
    display: block
  }

  .featured-products.has-banner .column-banner-inner .img-box img {
    object-fit: cover
  }

  .featured-products.has-banner .column-product .column-product-inner {
    margin-left: auto;
    padding: 36px 0 35px
  }

  .featured-products.has-banner .column-product .column-product-inner:after {
    display: block;
    visibility: hidden;
    content: "";
    clear: both
  }

  .featured-products.has-banner .flex-row-reverse .column-product .column-product-inner {
    margin-left: inherit
  }

  .list-categories-mansory .columns.columns-3,
  .list-categories-mansory .columns.columns-4 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3
  }

  .product-img-box .slider-nav:not(.slick-slider) .item:nth-child(-n + 5) {
    display: block;
    width: -moz-calc(20% - 10px);
    width: -webkit-calc(20% - 10px);
    width: -ms-calc(20% - 10px);
    width: calc(20% - 10px)
  }

  .product-shop .groups-btn #product-add-to-cart,
  .product-shop .groups-btn .product-add-to-cart {}

  .product-shop .groups-btn .wishlist {}

  .product-shop .groups-btn #product-add-to-cart,
  .product-shop .groups-btn .product-add-to-cart {}

  .product-shop .groups-btn .wishlist,
  .product-shop .groups-btn .icon-share {
    margin-left: 0
  }

  .product-shop .groups-btn:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both
  }

  .product-shop .shopify-payment-button {
    clear: both
  }

  .tabs__product-page .list-tabs .tab-links {
    padding-left: 30px;
    padding-right: 30px
  }

  .tabs__product-page.horizontal-tabs-center .tab-title:not(:last-child) {
    margin-right: 65px
  }

  .tabs__product-page.horizontal-tabs-center .list-tabs .tab-links {
    padding-left: 0;
    padding-right: 0
  }

  .cart-template .wrapper-cart-template .cart-list .group-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }

  .cart-template .wrapper-cart-template .cart-list .group-action .update {
    margin-bottom: 0;
    margin-right: 12px;
    min-width: 160px
  }

  .cart-template .wrapper-cart-template .cart-list .group-action .remove {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 13px;
    min-width: 160px
  }

  .blog-fullWidth .list-blog .blog-item-2 .article-img {
    margin-bottom: 0
  }

  .blog-fullWidth .list-blog .blog-item-2:nth-child(odd) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .blog-fullWidth .list-blog .blog-item-2:nth-child(odd) .article-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
    padding-right: 40px
  }

  .blog-fullWidth .list-blog .blog-item-2:nth-child(odd) .article-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    margin-top: -10px
  }

  .blog-fullWidth .list-blog .blog-item-2:nth-child(odd) .article-inner .des {
    -webkit-line-clamp: 3
  }

  .blog-fullWidth .list-blog .blog-item-2:nth-child(even) {
    padding-top: 0;
    border: none
  }

  .blog-fullWidth .list-blog .blog-item-2:nth-child(even) .article-img {
    display: none
  }

  .blog-fullWidth .list-blog .blog-item-2:nth-child(even) .article-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 900px;
    flex: 0 0 900px;
    max-width: 900px
  }

  .blog-fullWidth .list-blog .blog-item-2:nth-child(3n + 3) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .blog-fullWidth .list-blog .blog-item-2:nth-child(3n + 3) .article-img {
    padding-right: 0;
    padding-left: 40px
  }

  .product-template-slider .product-img-box .slider-for:not(.slick-slider) .thumb:nth-child(-n + 3) {
    display: block;
    width: 33.333%
  }

  .product-template-slider .product-img-box.multi-items {
    position: relative
  }

  .product-template-slider .product-img-box.three-items .video-open-popup > a,
  .product-template-slider .product-img-box.four-items .video-open-popup>a,
  .product-template-slider .product-img-box.five-items .video-open-popup>a,
  .product-template-slider .product-img-box.multi-items .video-open-popup > a {
    left: -moz-calc(33.333% + 20px);
    left: -webkit-calc(33.333% + 20px);
    left: -ms-calc(33.333% + 20px);
    left: calc(33.333% + 20px)
  }

  .product-template-slider .product-img-box .product-label {
    right: 33.333%;
    left: auto;
  }

  .product-template-slider .product-img-box.two-items .product-label {
    right: 16.5%
  }

  .product-template-slider .product-img-box .product-single__compareColor {
    right: calc(33.333% + 15px);
  }
  .product-template-slider .product-img-box.two-items .product-single__compareColor {
    right: calc(16.5% + 15px);
  }

  .product-template-slider .product-img-box.three-items .product-single__compareColor {
    bottom: 45px;
  }

  .home-spotlight-slider [data-blogs-slider]:not(.slick-slider) .item:nth-child(-n + 3) {
    display: block
  }

  .home-spotlight-slider .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .footer-parallax .justify-content-lg-between .footer-newsletter {
    text-align: right
  }

  .site-footer .justify-content-lg-between .payment-methods {
    text-align: right
  }

  .home-custom-banner-3 .banner-slider > .row:not(.slick-slider) .item-2:nth-child(-n + 2) {
    display: block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .home-custom-banner-3 .banner-slider > .row:not(.slick-slider) .item-3:nth-child(-n + 3) {
    display: block;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%
  }

  .col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .col-lg-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
  }

  .header-vertical-tpl .footer-top .container > .row {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
  }

  .header-vertical-tpl .footer-top .footer-col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
  }

  .header-vertical-tpl .footer-top .footer-col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
  }

  .products-grid.grid-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4
  }
}

@media(max-width: 1199px) {
  .site-nav .d-md-flex {
    display: block !important
  }

  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
    }
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
    }
  }

  .toolbar.toolbar-fix,
  .sticky-wrapper.is-sticky .header-bottom {
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    animation-fill-mode: both
  }

  .is-sticky .header-bottom[data-sticky-mb] {
    z-index: 4 !important
  }

  .site-nav .site-nav-dropdown.style_6 {
    overflow: hidden
  }

  .hover-to-zoom {
    display: none
  }

  .product-item .product-bottom .wrapper-compare .compare-button {
    opacity: 0;
    visibility: hidden;
    display: none
  }

  .before-you-leave__content--product .inner-top {
    display: flex
  }

  .before-you-leave__content--product .inner-top .product-top .product-image .product-grid-image {
    min-height: 216px
  }
  .cart-sidebar-products .before-you-leave__content--product .inner-top .product-top .product-image .product-grid-image {
    min-height: auto
  }

  .style_product_grid_2 .products-grid .grid-item {
    margin-bottom: 0
  }

  .home-custom-block.layout_style_2 .banner-small-img .banner-heading {
    font-size: 40px !important
  }

  .home-custom-block.layout_style_2 .banner-small-img .banner-button {
    min-width: 230px
  }

  .border-bt-hover {
    display: none
  }

  .footer-top-newsletter .banner-large-img .banner-content .banner-heading {
    font-size: 12px !important
  }

  #custom-block-home-custom-block-baner-collection-list .banner-content .banner-des,
  #custom-block-custom-block-banner-collection-list-5 .banner-content .banner-des {
    font-size: 12px !important
  }

  .home-custom-block.home-custom-block-bottom .banner-content .banner-des {
    font-size: 12px !important
  }

  .home-custom-block-baner-one-sections .banner-content .banner-des {
    font-size: 30px !important;
    line-height: 38px !important
  }

  .header-bottom {
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    position: relative
  }

  .header-bottom .header-pc {
    display: none !important
  }

  .wrapper-navigation .logo-fixed,
  .wrapper-navigation .fixed-right-menu,
  .wrapper-navigation .nav-search,
  .wrapper-navigation .wrapper-top-cart {
    display: none
  }

  .wrapper-navigation .header-panel-bt .left-groups {
    display: none
  }

  .wrapper-navigation .mb-area {
    margin-left: -10px;
    margin-right: -10px
  }

  .wrapper-navigation .header-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper-navigation .header-pc .lang-currency-groups {
    margin-top: 20px;
    padding-top: 20px
  }

  .wrapper-navigation .header-pc .right-groups {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .wrapper-navigation .header-pc .or-text {
    display: none
  }

  .wrapper-navigation .wishlist svg,
  .wrapper-navigation .wishlist .fa {
    display: none
  }

  .header-pc .cus-ser-text,
  .header-pc .header-links a,
  .header-pc .free-shipping-text {
    padding: 7px 20px 6px;
    display: block;
    font-weight: normal;
    font-size: var(--font_size)
  }

  .header-pc .header-links .acc-logout + span {
    display: none
  }

  .header-pc .header-links #dropdown-customer {
    display: none
  }

  .sign_in_md {
    display: none !important
  }

  .lang-currency-groups {
    padding-left: 20px;
    padding-right: 20px
  }

  .lang-currency-groups .btn-group .dropdown-label {
    display: block;
  }

  .lang-currency-groups .lang-block + .currency-block {
    margin-top: 20px
  }

  .jas-mb-style {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    height: 100vh;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.0s ease;
    padding-bottom: 100px
  }

  .sub-menu-mobile .hide_pc {
    width: auto;
  }

  .sub-menu-mobile .style_3 .hide_pc {
    width: 100%;
  }

  .hide_pc {
    width: 100%
  }

  .site-nav li {
    position: relative
  }

  .site-nav li a {
    position: static
  }

  .site-nav li.dropdown a {
    display: inline-block
  }

  .site-nav li.dropdown a:not(.menu__moblie) {
    display: block
  }

  .site-nav li.dropdown a.menu__moblie {
    pointer-events: none
  }

  .site-nav .sub-menu-mobile {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 100px;
    height: 100vh;
    overflow-y: scroll;
    z-index: 100;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  .site-nav .sub-menu-mobile.sub-menu-open {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
  }

  .site-nav .mega-menu .menu-lv-2 {
    padding: 0;
  }

  .site-nav .mega-menu .style_2 .col-left,
  .site-nav .mega-menu .style_2 .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 3px);
    flex: 0 0 calc(50% - 3px);
    max-width: -moz-calc(50% - 3px);
    max-width: -webkit-calc(50% - 3px);
    max-width: -ms-calc(50% - 3px);
    max-width: calc(50% - 3px)
  }

  .site-nav .mega-menu .style_3 .menu-lv-2 > .sub-menu-mobile > a {
    padding: 20px 20px 0
  }

  .site-nav .mega-menu .style_3 .menu-lv-2 > .sub-menu-mobile > a img {
    margin: 0
  }

  .site-nav .mega-menu .style_3 .menu-lv-2 .menu__moblie {
    display: block;
  }

  .site-nav .mega-menu .style_5 .mega-banner {
    padding: 20px 0
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-3 {
    padding: 20px 0 0
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-2 h3 {
    padding-top: 7px
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-1-product .mega-col.col-left {
    overflow: auto;
    white-space: nowrap;
    margin: 0 -10px
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-1-product .mega-col.col-left .product-item {
    padding: 0 10px;
    max-width: 67%;
    display: inline-block
  }

  .site-nav .mega-menu .style_5 .mega-banner .col-left,
  .site-nav .mega-menu .style_5 .mega-banner .col-center,
  .site-nav .mega-menu .style_5 .mega-banner .col-right {
    max-width: 100%
  }

  .site-nav .mega-menu .style_6 .menu-lv-2 .icon-dropdown {
    top: auto;
    bottom: 15px;
  }

  .site-nav .mega-menu .style_6 .menu-lv-2 .sub-menu-mobile .icon-dropdown {
    top: auto
  }

  .site-nav .icon-label:before {
    left: -9px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .site-nav .d-md-flex .col-left .menu-lv-2 {
    border-bottom: 0;
    margin-left: -10px;
    margin-right: -10px
  }

  .home-slideshow .not_img {
    height: 30vh;
    line-height: 30vh
  }

  .home-slideshow .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px
  }

  .home-slideshow .slick-dots li button {
    width: 10px;
    height: 10px
  }

  .slide-content.style_2 {
    padding: 40px
  }

  .slide-content.style_2 .slide-sub,
  .slide-content.style_3 .slide-sub {
    font-size: 12px !important
  }

  .slide-content.style_2 .slide-button {
    min-width: 210px !important
  }

  .slide-content .slide-heading {
    font-size: 24px;
    margin-bottom: 17px
  }

  .slide-content .slide-sub {
    font-size: 18px
  }

  .slide-content .slide-text {
    font-size: var(--font_size);
    line-height: 24px;
    margin-bottom: 23px
  }

  .slide-content .slide-button {
    min-width: 210px
  }

  .home-sub-banner .item,
  .home-custom-sub-banner .item {
    margin-bottom: 20px
  }

  .header-parallax-tpl.layout_home_5 .home-sub-banner .item {
    margin-bottom: 10px
  }

  .products-grid .grid-item {
    margin-bottom: 0
  }

  .products-grid .quickview-button,
  .style_product_grid_6 .product-item .quickview-button,
  .products-grid .spr-badge {
    display: none
  }

  .products-grid .grid-item-mansory .product-top .countdown-grid-item {
    display: none !important
  }

  .products-grid .grid-item-mansory .countdown-grid-item {
    position: static;
    left: inherit;
    right: inherit;
    bottom: inherit;
    text-align: var(--product_name_text_align);
    background-color: var(--sale_text);
    color: var(--bg_sale);
    margin-top: 13px;
    font-weight: 600;
    letter-spacing: 0.02em
  }

  .product-item .product-des {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
  }

  .product-item .product-des.abs-center {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    top: inherit;
    bottom: -1px
  }

  .product-item .action,
  .product-item .sizes-list {
    margin-bottom: 0
  }

  .product-item .sizes-list {
    background-color: rgba(255, 255, 255, 0.8)
  }

  .product-item .sizes-list li a {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: rgba(25, 255, 255, 0);
    min-width: 15px
  }

  .product-item .product-image {
    margin-bottom: 13px
  }

  .products-list .product-item .product-des.abs-bottom {
    bottom: -1px
  }

  .products-list .product-item .quickview-button {
    display: none
  }

  .products-list .grid-item-mansory .countdown-grid-item {
    bottom: -1px
  }

  .products-list .grid-item-mansory .countdown-grid-item + .product-des.abs-bottom {
    bottom: 23px
  }

  .product-collection.products-grid {
    margin-bottom: 10px
  }

  .banner-content .banner-heading {
    font-size: 24px !important;
    line-height: 32px;
    margin-bottom: 17px
  }

  .banner-content .banner-des {
    font-size: 12px !important;
    line-height: 24px;
    margin-bottom: 23px
  }

  .header-parallax-tpl.layout_home_5 .banner-content .banner-des {
    font-size: var(--font-size) !important;
  }

  .banner-large-img .banner-content .banner-button {
    min-width: 190px !important
  }

  #back-top a {
    width: 35px;
    height: 35px;
    font-size: 26px
  }

  #back-top a .fa {
    margin-left: 1px
  }

  #dropdown-cart,
  #dropdown-customer,
  #search-form-mobile {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    overflow-y: scroll;
    transition: transform 0.0s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.0s ease;
    padding-bottom: 100px;
    width: 100%;
    max-width: -moz-calc(100vw - 40px);
    max-width: -webkit-calc(100vw - 0px);
    max-width: -ms-calc(100vw - 40px);
    max-width: calc(100vw - 0px);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  #search-form-mobile {
    right: auto;
    left: 0;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #search-form-mobile .close-search {
    display: none !important;
  }

  #dropdown-cart .mini-products-list {
    max-height: -moz-calc(100% - 270px);
    max-height: -webkit-calc(100% - 270px);
    max-height: -ms-calc(100% - 270px);
    max-height: calc(100% - 270px)
  }

  html.cart-show #dropdown-cart {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }

  html.customer-show #dropdown-customer {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
  }

  html.search-open #search-form-mobile {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
  }
  html.search-open .wrapper-overlay {
    display: block;
    z-index: 101;
  }

  html.search-open body {
    overflow-y: hidden;
    height: 100%
  }

  html.translate-overlay .jas-mb-style {
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  html.sidebar-open .sidebar {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
  }

  .home-collections .collections-slider {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto
  }

  .home-collections .collections-slider .item {
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px
  }

  .home-collections .collections-slider .item:last-of-type {
    margin-right: 0
  }

  .home-collections .collections-slider .img-box img {
    width: 100%;
    object-fit: cover
  }

  .home-collections .btn-view-all {
    margin-top: 30px;
    min-width: 220px
  }

  .home-custom-block-images .img-inner .heading {
    font-size: 24px !important
  }

  .home-custom-block-images .img-inner .sub-heading {
    font-size: 13px !important
  }

  .home-custom-block-images .img-inner .des {
    font-size: 12px !important
  }

  .list-blogs .article-inner {
    padding-left: 0;
    padding-right: 0
  }
  .list-blogs.style_2 .article-inner {
    padding-left: 15px;
    padding-right: 15px
  }

  .list-blogs .article-des {
    max-height: var(--font_size_special);
    overflow: hidden
  }

  .home-custom-sub-banner .sub-banner-countdown {
    font-size: 16px
  }

  .home-custom-sub-banner .clock-item {
    width: 55px;
    height: 55px
  }

  .home-custom-sub-banner .clock-item span:not(.num) {
    line-height: var(--font_size_plus4)
  }

  .custom-block-banner .clock-item {
    width: 55px;
    height: 55px;
    margin: 0 7.5px
  }

  .custom-block-banner .clock-item span.num {
    font-size: var(--font_size_plus4);
    line-height: var(--font_size_plus7)
  }

  .custom-block-banner .sub-banner-countdown {
    margin-bottom: 35px
  }

  .content .title {
    font-size: 18px;
    max-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block !important
  }

  .home-spotlight-2 .spotlight-item {
    margin-bottom: 20px
  }

  .home-about-us {
    margin-bottom: 20px
  }

  .home-custom-block-baner-sections + .home-product-tabs-sections .widget-product:first-child,
  .home-custom-block-baner-sections + .home-blog-posts-sections .widget-product:first-child {
    padding-top: 20px
  }

  .list-categories .grid-item {
    padding-bottom: 20px
  }

  .list-categories-02 .collections-wrapper .btn {
    font-size: var(--font_size_plus2)
  }

  .collection-item .content-box .des {
    margin-top: 10px
  }

  .collection-item .collection-countdown {
    font-size: 16px;
    margin-top: 25px
  }

  .collection-item .clock-item {
    width: 55px;
    height: 55px
  }

  .collection-item .clock-item span:not(.num) {
    line-height: var(--font_size_plus4)
  }

  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    max-width: 100%;
    background-color: var(--body_bg);
    z-index: 101;
    margin: 0;
    overflow-y: auto;
    height: 100vh;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease
  }

  .toolbar {
    padding: 10px 20px !important
  }

  .toolbar .column-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }

  .toolbar .column-left .sidebar-label {
    margin: 0;
    padding-right: 30px
  }

  .collection-template-no-sidebar .toolbar.toolbar-fix {
    margin: 0
  }

  .collection-template .reverse-mb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .translate-filter-pc:not(.collection-template-express-order) .col-sidebar .sidebar-label {
    display: none
  }

  .translate-filter-pc:not(.collection-template-express-order) .sidebar-filter .close-sidebar {
    display: none !important
  }

  .collection-template-express-order .col-sidebar .sidebar-label {
    margin-top: 10px
  }

  .collection-template-express-order .product-collection.products-grid {
    margin-bottom: 0
  }

  .coll-express-order .grid-item {
    margin-bottom: 0
  }

  .cart-form .scroll-content {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .cart-form .scroll-content .left-col,
  .cart-form .scroll-content .right-col {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px
  }

  .cart-popup-coll-related {
    margin-top: 5px
  }

  .cart-popup-coll-related .widget-title {
    padding-top: 26px
  }

  .cart-popup-coll-related .products-grid {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden
  }

  .ajax-success-modal .cart-empty {
    margin-bottom: 15px
  }

  .lookbook-slideshow .not_img {
    height: 30vh;
    line-height: 30vh
  }

  .lookbook-slideshow .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px
  }

  .lookbook-slideshow .slick-dots li button {
    width: 10px;
    height: 10px
  }

  .product-img-box.vertical-moreview .slider-nav .slick-list,
  .product-img-box.vertical-moreview .slider-nav .slick-arrow {
    ;
    /*display: none !important*/
  }

  .product-img-box.vertical-moreview .slider-nav:not(.slick-slider) .item {
    display: none
  }

  .wrapper_header_parallax .wrapper-header-bt .header-items {
    display: none !important
  }

  .wrapper_header_parallax .lang-currency-groups .option-title {
    display: none !important
  }

  .home-blog-style2 .list-blogs .blog-item {
    padding: 56px 10px 32px
  }

  .home-blog-style2 .list-blogs .article-title {
    font-size: 18px;
    line-height: 30px
  }

  .home-blog-style2 .content-blog {
    border: none
  }

  .home-blog-style2 .content-blog .blog-item {
    color: #fff
  }

  .home-blog-style2 .content-blog .blog-item .blog_author,
  .home-blog-style2 .content-blog .blog-item .article-title a,
  .home-blog-style2 .content-blog .blog-item .btn-read-more {
    color: #fff
  }

  .home-blog-style2 .content-blog .blog-item .btn-read-more {
    border-color: #fff
  }

  .home-blog-style2 .content-blog .item + .item {
    border: none
  }

  .wrapper_header_02 .mb-area .free-shipping-text,
  .wrapper_header_02 .mb-area .wishlist,
  .wrapper_header_02 .mb-area .acc-links {
    padding: 7px 20px 6px;
    display: block;
    font-weight: normal;
    font-size: var(--font_size)
  }

  .wrapper_header_02 .mb-area .cart-icon {
    display: none !important
  }
  .wrapper_header_02 .mb-area .header-bottom-left .shipping-text {
    padding-top: 20px;
    margin-top: 20px
  }
  .wrapper_header_02 .mb-area .header-panel-top > .row {
    margin-left: 0;
    margin-right: 0
  }

  .wrapper_header_02 .mb-area .header-panel-top > .row > .col-12 {
    padding-left: 0;
    padding-right: 0
  }

  .wrapper_header_03 .header-pc .right-groups {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .wrapper_header_03 .header-pc .wishlist,
  .wrapper_header_03 .header-pc .acc-links {
    padding: 7px 20px 6px;
    display: block;
    font-size: var(--font_size)
  }

  .wrapper_header_03 .header-pc .bg_header-panel-top .container,
  .wrapper_header_03 .header-pc .header-panel-bt .container {
    padding-left: 0;
    padding-right: 0
  }

  .wrapper_header_03 .header-pc .header-panel-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .wrapper_header_03 .header-pc .header-panel-top .left-groups {
    margin-top: 25px;
    padding-top: 28px
  }

  .wrapper_header_03 .header-pc .social-icons {
    padding: 0 20px
  }

  .wrapper_header_04 .header-panel-bt .header-items {
    display: none !important
  }

  .wrapper_header_04 .appentMb .reverse-mb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .wrapper_header_04 .appentMb .acc-links,
  .wrapper_header_04 .appentMb .wishlist {
    display: inline-block;
    padding: 7px 20px 6px
  }

  .wrapper_header_04 .appentMb .lang-currency-groups {
    margin-top: 20px;
    padding-top: 20px
  }

  .product-template-full-width .scroll-down {
    display: none !important
  }

  .wrapper_header_vertical .wrapper-header-bt {
    display: none !important
  }

  .nav-vertical .stay-connected {
    display: none !important
  }

  .nav-vertical .main-menu .header-logo {
    display: none !important
  }

  .nav-vertical .lang-currency-groups .option-title {
    display: none !important
  }

  .home-custom-sub-banner [data-init-slideshow] .slick-dots,
  .suppermarket-product-tabs [data-init-slideshow] .slick-dots {
    bottom: 40px
  }

  .suppermarket-product-item .spr-badge {
    display: block
  }

  .wrapper_header_supermarket .vertical-menu .categories-title {
    display: none !important
  }

  .wrapper_header_supermarket .wrapper-navigation .icon-user,
  .wrapper_header_supermarket .wrapper-navigation .or-text {
    display: none
  }

  .wrapper_header_supermarket .wrapper-navigation .header-links li,
  .wrapper_header_supermarket .wrapper-navigation .info-store li,
  .wrapper_header_supermarket .wrapper-navigation .free-shipping-text,
  .wrapper_header_supermarket .wrapper-navigation .wishlist,
  .wrapper_header_supermarket .wrapper-navigation .acc-links {
    display: block;
    font-weight: normal;
    font-size: var(--font_size);
    padding: 7px 20px 6px
  }

  .wrapper_header_supermarket .wrapper-navigation .header-panel-top .wrapper-left,
  .wrapper_header_supermarket .wrapper-navigation .header-panel-top .wrapper-center,
  .wrapper_header_supermarket .wrapper-navigation .header-panel-top .wrapper-right {
    padding: 0
  }

  .wrapper_header_supermarket .wrapper-navigation .lang-currency-groups {
    margin-top: 20px;
    padding-top: 20px
  }

  .wrapper_header_supermarket .header-mb .cart-icon svg {
    width: 24px;
    height: 24px
  }

  .wrapper_header_supermarket .mega-menu .mega-banner .no-feature-product {
    padding-top: 8px
  }

  .wrapper_header_supermarket .mega-menu .style_5 .mega-col {
    padding-top: 8px
  }

  .wishlist-header .column {
    padding-left: 15px;
    padding-right: 15px
  }

  .wishlist-page .col-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px
  }

  .wishlist-page .col-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px
  }

  .wishlist-page .col-options {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px
  }

  .wishlist-page .col-prod {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 700px);
    flex: 0 0 calc(100% - 700px);
    max-width: -moz-calc(100% - 700px);
    max-width: -webkit-calc(100% - 700px);
    max-width: -ms-calc(100% - 700px);
    max-width: calc(100% - 700px)
  }

  .footbar-fixed {
    position: fixed;
    z-index: 101
  }

  .footbar-fixed .product-notification {
    position: relative
  }

  .policies-block .policy-text:before {
    display: none
  }
}

@media(max-width: 992px) {
  .ask-an-expert-sticky {
    right: 20px;
  }
  .home-about-us.style_about_5 .list-item .item,
  .home-about-us.style_about_8 .list-item .item {
    width: 64%;
  }
  .categories-slider .categories-slider--list li {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .policies-block .policies-slider .policy-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .cart-template .wrapper-cart-template .cart_items.left-col .cart-header .cart--price {
    padding-right: 20px;
  }
  .cart-template .wrapper-cart-template .cart-list .cart-product-item {
    padding: 20px;
  }
  .featured-products.has-banner.layout_style_5 .widget-title.style_3 {
    margin-top: 30px;
  }

  .featured-products.has-banner.layout_style_4 .column-product .products-grid .grid-item {
    margin-top: 10px;
  }

  .home-custom-block .custom-block-banner .img-center .img-top {
    right: 35px !important
  }

  .home-custom-block .custom-block-banner .img-center .img-top > img {
    max-width: 80px
  }

  .collection-menu-block .collection-slider {
    padding: 0 15px
  }

  .collection-menu-block .collection-slider .slick-arrow.slick-next {
    right: 0
  }

  .collection-menu-block .collection-slider .slick-arrow.slick-prev {
    left: 0
  }

  .home-custom-block-bottom .video-open-popup > a {
    left: 15px;
    bottom: 15px;
    transform: none;
    top: auto
  }

  .home-custom-block-bottom .video-open-popup > a svg {
    width: 80px;
    height: 80px
  }

  .custom-collection-products .container .column-banner .product-image-left {
    margin: 0 auto
  }

  .custom-collection-products .container .column-banner .product-title {
    text-align: left
  }

  .custom-collection-products .button-collections {
    margin-bottom: 10px
  }
}

@media(min-width: 992px) and (max-width: 1199px) {

  .container-padd60 .slide-content.abs_left,
  .container-fluid .slide-content.abs_left {
    left: -moz-calc((100% - 950px) / 2);
    left: -webkit-calc((100% - 950px) / 2);
    left: -ms-calc((100% - 950px) / 2);
    left: calc((100% - 950px) / 2)
  }

  .container-padd60 .slide-content.abs_right,
  .container-fluid .slide-content.abs_right {
    right: -moz-calc((100% - 950px) / 2);
    right: -webkit-calc((100% - 950px) / 2);
    right: -ms-calc((100% - 950px) / 2);
    right: calc((100% - 950px) / 2)
  }

  .container-padd60 .banner-large-img .inner.abs_left,
  .container-fluid .banner-large-img .inner.abs_left {
    left: -moz-calc((100% - 950px) / 2);
    left: -webkit-calc((100% - 950px) / 2);
    left: -ms-calc((100% - 950px) / 2);
    left: calc((100% - 950px) / 2)
  }

  .container-padd60 .banner-large-img .inner.abs_right,
  .container-fluid .banner-large-img .inner.abs_right {
    right: -moz-calc((100% - 950px) / 2);
    right: -webkit-calc((100% - 950px) / 2);
    right: -ms-calc((100% - 950px) / 2);
    right: calc((100% - 950px) / 2)
  }

  .home-instagram .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .home-brands-block .brands-slider:not(.slick-slider) .item:nth-child(-n + 4),
  .home-brands-block [data-instagram-feed]:not(.slick-slider) .item:nth-child(-n + 4),
  .brands-page .logo-brands .brands-slider:not(.slick-slider) .item:nth-child(-n + 4),
  .brands-page .logo-brands [data-instagram-feed]:not(.slick-slider) .item:nth-child(-n + 4),
  .home-instagram .brands-slider:not(.slick-slider) .item:nth-child(-n + 4),
  .home-instagram [data-instagram-feed]:not(.slick-slider) .item:nth-child(-n + 4) {
    display: block
  }

  .featured-products.has-banner .column-banner {
    padding-right: 10px
  }

  .featured-products.has-banner .column-product {
    padding-right: -moz-calc((100% - 950px) / 2);
    padding-right: -webkit-calc((100% - 950px) / 2);
    padding-right: -ms-calc((100% - 950px) / 2);
    padding-right: calc((100% - 950px) / 2)
  }

  .featured-products.has-banner .column-product .column-product-inner {
    max-width: -moz-calc(970px / 10 * 6 - 20px);
    max-width: -webkit-calc(970px / 10 * 6 - 20px);
    max-width: -ms-calc(970px / 10 * 6 - 20px);
    max-width: calc(970px / 10 * 6 - 20px)
  }

  .featured-products.has-banner .flex-row-reverse .column-banner {
    padding-right: 0;
    padding-left: 10px
  }

  .featured-products.has-banner .flex-row-reverse .column-product {
    padding-left: -moz-calc((100% - 950px) / 2);
    padding-left: -webkit-calc((100% - 950px) / 2);
    padding-left: -ms-calc((100% - 950px) / 2);
    padding-left: calc((100% - 950px) / 2);
    padding-right: 10px
  }

  .home-collections .collections-slider {
    padding-left: 20px;
    margin-left: -moz-calc((-100vw + 970px)/2 - 10px);
    margin-left: -webkit-calc((-100vw + 970px)/2 - 10px);
    margin-left: -ms-calc((-100vw + 970px)/2 - 10px);
    margin-left: calc((-100vw + 970px)/2 - 10px);
    margin-right: -moz-calc((-100vw + 970px)/2 - 10px);
    margin-right: -webkit-calc((-100vw + 970px)/2 - 10px);
    margin-right: -ms-calc((-100vw + 970px)/2 - 10px);
    margin-right: calc((-100vw + 970px)/2 - 10px)
  }

  .home-collections .collections-slider .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%
  }

  .home-collections .collections-slider .item:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(22% + 20px);
    flex: 0 0 calc(22% + 20px);
    max-width: -moz-calc(22% + 20px);
    max-width: -webkit-calc(22% + 20px);
    max-width: -ms-calc(22% + 20px);
    max-width: calc(22% + 20px);
    padding-right: 20px
  }

  .toolbar .view-mode .icon-mode.grid-5 {
    display: none
  }

  .col-lg20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .footer-parallax .footer-newsletter .input-group-field {
    min-width: 220px
  }

  .footer-parallax .footer-newsletter .btn {
    min-width: 130px
  }

  .footbar-fixed {
    bottom: 15px;
    left: 21px
  }

  .footbar-fixed #accept-cookies {
    margin-top: 15px
  }

  .footbar-fixed.footbar-fixed-product #accept-cookies,
  .footbar-fixed.footbar-fixed-product .product-notification {
    margin-left: 21px
  }

  .footbar-fixed.footbar-fixed-product #accept-cookies {
    margin-bottom: 15px
  }
}

@media(min-width: 768px) and (max-width: 1199px) {
  .home-custom-block .banner-small-img.content_style_2 .banner-content {
    padding-left: 30px
  }
  .product-template-slider .product-img-box .slider-for[data-imgs="2"] {
    text-align: center;
  }
  .cart-template .wrapper-cart-template .cart_items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 310px);
    flex: 0 0 calc(100% - 310px);
    max-width: -moz-calc(100% - 310px);
    max-width: -webkit-calc(100% - 310px);
    max-width: -ms-calc(100% - 310px);
    max-width: calc(100% - 310px);
    margin-right: 20px
  }

  .cart-template .wrapper-cart-template .right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px
  }

  .cart-template .wrapper-cart-template .right-col .summary {
    width: 100% !important
  }

  .cart-template .cart-form .cart-list .details > *:not(.cart--title) {
    width: 100px
  }

  .cart-template .cart-form .cart-list .cart-thumb {
    padding-right: 15px
  }

  .cart-template .cart-form .cart-header > *.cart--title {
    width: calc(100% - 310px)
  }

  .cart-template .cart-form .cart-list .details > *.cart--title {
    width: calc(100% - 310px)
  }

  .cart-template .cart-form .cart-header > *:not(.cart--title) {
    width: 100px
  }

  .cart-template .cart-form .cart-header > *.cart--remove {
    width: 30px
  }

  .cart-template .cart-form .cart-list .details > *.cart--remove {
    width: 30px
  }

  .featured-products.layout_style_2 .widget-title.style_3 {
    margin-bottom: 18px
  }

  .home-slideshow .slick-dots,
  .lookbook-slideshow .slick-dots {
    bottom: 12px !important
  }

  .home-spotlight-block .widget-title {
    margin-bottom: 35px
  }

  .site-footer .col-footer {
    margin-bottom: 38px
  }

  .policies-block .policy-icon {
    margin-right: 10px
  }

  .policies-block .policy-text {
    letter-spacing: 0.03em
  }

  .collections-banner .collections-btn {
    bottom: 13%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible
  }

  .home-collections {
    padding: 50px 0
  }

  .collections-wrapper .collection-title {
    font-size: 20px !important
  }

  .list-categories-02 .collections-wrapper {
    padding-top: 30px;
    padding-bottom: 35px
  }

  .sidebar {
    padding: 97px 30px 80px
  }

  .sidebar .close-sidebar {
    right: 22px;
    top: 33px
  }

  .collection-header.collection-header-sections .collection-image {
    position: relative
  }

  .collection-header.collection-header-sections .collection-image .tab-abs:not(.collection-static) {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
  }

  .collection-header.collection-header-sections .collection-image .collection-static {
    text-align: center
  }

  .collection-header.collection-header-sections .collection-image * {
    margin-bottom: 0
  }
  .collection-header.collection-header-sections .collection-image .tab-abs.fullwidth {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center !important
  }

  .ajax-success-modal .modal-overlay {
    max-width: 680px
  }

  .shop-instagram .widget-title .box-title {
    font-size: var(--page_title_font_size_plus4)
  }

  .footer-parallax .footer-middle {
    margin-bottom: 5px
  }

  .home-list-collections .des {
    padding-top: 55px;
    padding-bottom: 33px
  }

  .suppermarket-product-tabs.has-banner .products-grid:not(.slick-slider) .grid-item {
    display: none
  }

  .suppermarket-product-tabs.has-banner .products-grid:not(.slick-slider) .grid-item:nth-child(-n + 2) {
    display: block
  }

  .store-slider .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%
  }

  .cart-popup-coll-related .products-grid {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px
  }

  .cart-popup-coll-related .products-grid .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px
  }

  .cart-popup-coll-related .products-grid .grid-item:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(29% + 25px);
    flex: 0 0 calc(29% + 25px);
    max-width: -moz-calc(29% + 25px);
    max-width: -webkit-calc(29% + 25px);
    max-width: -ms-calc(29% + 25px);
    max-width: calc(29% + 25px);
    margin-right: 0;
    padding-right: 25px
  }

  .ajax-success-modal .halo-modal-body {
    padding-left: 25px;
    padding-right: 25px
  }

  #back-top {
    bottom: 85px;
    right: 2.5%
  }

  [data-sticky-container] [data-sticky-product-img] {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    margin-bottom: 25px
  }
  .home-custom-sub-banner.style_2 .banner-item .content-box,
  .suppermarket-product-tabs .custom-block-imgs.style_2 {
    top: 25px;
    left: 30px
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  .product-template-slider .product-img-box.one-item .product-label {
    right: 25%
  }

  .product-template-slider .product-img-box.one-item .product-single__compareColor {
    right: calc(25% + 15px);
  }
}

@media(min-width: 700px) and (max-width: 768px) {
  .featured-products.has-banner.layout_style_5 .column-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .featured-products.has-banner.layout_style_5 .column-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .featured-products.has-banner.layout_style_5 .widget-title.style_3 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .featured-products.has-banner.layout_style_5 .widget-title.style_3 .box-title .title:before {
    bottom: -16px;
  }
}

@media(min-width: 1200px) {
  .home-custom-block-images .three-blocks {
      padding: 0;
  }
  .home-about-us.style_about_8 .list-item {
    padding: 0 10px;
  }
  .search-open .wrapper-header .search-bar {
    max-width: 540px
  }
  #search-form-mobile {
    display: none;
  }

  .style_product_grid_6 .show-popup-qs .product-card__button_cancel_mobile {
    top: -24px
  }
  .style_product_grid_7 .product-item .action {
    width: calc(100% - 55px);
  }
  .style_product_grid_7 .product-item .action.show-popup-qs {
    width: 100%;
  }
  .style_product_grid_7 .product-item .action.show-popup-qs + .wishlist {
    display: none;
  }
  .style_product_grid_7 .site-nav .mega-menu .product-item .action {
    width: 100%;
  }
  .list-product-tabs.product-tabs-style4 .tab-links {
    min-width: 226px
  }
  .header-supermarket .header-top .container {
    position: relative;
  }
  .header-supermarket .header-top .top-message {
    position: unset;
  }
  .header-supermarket .header-top .close {
    right: 10px;
  }
  .home-custom-block-images .slide-mobile {
    display: none;
  }
  .home-custom-sub-banner.style_2 .banner-item .content-box,
  .suppermarket-product-tabs .custom-block-imgs.style_2 {
    top: 35px;
    left: 40px;
  }

  .header-parallax-tpl.layout_home_5 .home-spotlight-block .container-fluid,
  .header-parallax-tpl.layout_home_5 .home-instagram .container-fluid {
    padding-left: 55px;
    padding-right: 55px;
  }
  .product-img-box.vertical-moreview .slider-nav .slick-arrow i {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .layout_default.product_layout_supermarket .product-img-box.vertical-moreview .slider-nav .slick-prev {
    padding-top: 2px;
  }

  .layout_default.product_layout_supermarket .product-img-box.vertical-moreview .slider-nav .slick-next {
    padding-top: 5px;
  }

  .wrapper-overlay {
    z-index: 3;
  }
  .wrapper_header_parallax .header-parallax.style_header_2 .right-header .nav-search .search-form {
    z-index: 99999999;
  }
  .site-nav .menu-lv-1 > a {
    font-size: 14px !important;
    line-height: 16.94px;
  }
  .site-nav .menu-lv-1 > a {
    position: relative;
  }
  .site-nav .menu-lv-1 > a:before,
  .site-nav .menu-lv-1 > a:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    left: 100%;
    top: 0;
    background: transparent;
    z-index: 999999;
  }
  .site-nav .menu-lv-1 > a:before {
    right: 100%;
    left: auto;
  }
  .wrapper_header_default .site-nav .menu-lv-1 > a:before,
  .wrapper_header_default .site-nav .menu-lv-1 > a:after {
    width: 20px;
  }
  .header-parallax.style_header_2 .site-nav .menu-lv-1.mega-menu .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrapper_header_parallax .header-parallax.style_header_2 .site-nav .menu-lv-1 > a {
    padding-bottom: 24px;
    padding-top: 20px;
  }

  .header-parallax.style_header_2 .site-nav .menu-lv-1.mega-menu > .sub-menu-mobile {
    border-top: 1px solid #efefef;
    padding-top: 24px;
  }
  .header-parallax.style_header_2 .site-nav .menu-lv-1.mega-menu .sub-menu-mobile.style_1 .mega-banner .col-left {
    width: 200px;
  }
  .header-parallax.style_header_2 .site-nav .menu-lv-1.mega-menu .sub-menu-mobile.style_1 .mega-banner .col-right {
    width: 225px;
  }
  .header-parallax.style_header_2 .site-nav .mega-menu .menu-lv-3 > a span:before {
    bottom: 2px;
  }
  .header-parallax.style_header_2 .site-nav .mega-menu .style_2 .mega-col > a {
    margin-bottom: 20px;
  }
  .header-parallax.style_header_2 .site-nav .mega-menu .style_5 .mega-banner.skin-2 {
    margin-top: 10px;
  }
  .header-parallax.style_header_2 .site-nav .no-mega-menu .menu-lv-2 .sub-menu-mobile {
    left: 100%;
  }
  .header-parallax.style_header_2 .site-nav .no-mega-menu li > a span {
    position: relative;
  }
  .header-parallax.style_header_2 .site-nav .no-mega-menu li > a span:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: 2px;
    height: 1px;
    content: '';
    display: block;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    visibility: hidden;
    opacity: 1;
  }
  .header-parallax.style_header_2 .site-nav .no-mega-menu li > a:hover span:before {
    width: 100%;
    visibility: visible;
  }
  .wrapper_header_parallax .header-parallax.style_header_2 .is_parallax {
    height: auto !important;
  }
  .wrapper_header_parallax .header-parallax.style_header_2 .right-header > * {
    width: auto;
    height: auto;
  }
  .wrapper_header_parallax .header-parallax.style_header_2 .header-items {
    width: 350px;
  }
  .wrapper_header_parallax .header-parallax.style_header_2 .lang-currency-groups {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    top: -1px;
    align-items: center;
    width: 95px;
    margin: 0;
  }
  .header-parallax.style_header_2 .lang-currency-groups .currency-block {
    order: 1;
  }
  .header-parallax.style_header_2 .lang-currency-groups .currency-block + .lang-block {
    position: relative;
    margin-right: 7px;
    padding-right: 2px;
  }
  .header-parallax.style_header_2 .lang-currency-groups .currency-block + .lang-block:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-parallax.style_header_2 .lang-currency-groups:hover .dropdown-label {
    cursor: pointer;
  }
  .header-parallax.style_header_2 .lang-currency-groups .currency-block .dropdown-label .img-icon {
    display: none;
  }
  .header-parallax.style_header_2 .lang-currency-groups .dropdown-label .img-icon {
    width: 30px;
  }
  .header-parallax.style_header_2 .lang-currency-groups .currency-block + .lang-block .dropdown-menu {
    right: 88px;
    margin-top: 0;
  }
  .header-parallax.style_header_2 .lang-currency-groups.show .currency-block .dropdown-menu,
  .header-parallax.style_header_2 .lang-currency-groups.show .lang-block .dropdown-menu {
    display: block !important;
  }

  .header-parallax.style_header_2 .right-header .lang-currency-groups {
    padding-right: 20px;
  }

  .header-parallax.style_header_2 .lang-currency-groups .dropdown-label .text {
    position: relative;
    top: 2px;
  }

  .header-parallax.style_header_2 .lang-currency-groups .dropdown-toggle:after {
    top: 2px;
  }

  .header-parallax.style_header_2 .lang-currency-groups .btn-group .dropdown-item.active .text {
    font-weight: bold;
  }

  .header-parallax.style_header_2 .right-header .acc-mb {
    padding-right: 25px;
  }

  .header-parallax.style_header_2 .right-header .nav-search {
    padding-right: 25px;
  }

  .header-parallax.style_header_2 .right-header .nav-search .icon-search {
    min-width: 100%;
  }

  .header-parallax.style_header_2 .right-header .nav-search .search-form .icon-search {
    min-width: inherit;
    border: none !important;
  }

  .header-parallax.style_header_2 .right-header .nav-search .icon-search svg {
    width: 22px;
    height: 22px;
    top: 0;
    position: relative;
  }

  .wrapper_header_parallax .header-parallax.style_header_2 .right-header .nav-search .search-bar .icon-search svg {
    width: 22px;
    height: 22px;
  }

  .header-parallax.style_header_2 .right-header .nav-search .search-bar {
    width: 1050px;
  }

  .wrapper_header_parallax .header-parallax.style_header_2 .right-header .nav-search .close-search svg {
    width: 28px;
    height: 28px;
  }

  .wrapper_header_parallax .header-parallax.style_header_2 .right-header .nav-search .close-search {
    left: initial;
    right: -moz-calc(1.5% - 4px);
    right: -webkit-calc(1.5% - 4px);
    right: -ms-calc(1.5% - 4px);
    right: calc(1.5% - 4px);
    top: -moz-calc(50% + 1px);
    top: -webkit-calc(50% + 1px);
    top: -ms-calc(50% + 1px);
    top: calc(50% + 1px);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  html.search-open .wrapper_header_parallax .header-parallax.style_header_2 .quickSearchResultsWrap {
    box-shadow: none;
  }

  html.search-open .wrapper_header_parallax .header-parallax.style_header_2 .quickSearchResultsWrap .header-search__product {
    width: 50%;
  }

  html.search-open .wrapper_header_parallax .header-parallax.style_header_2 .quickSearchResultsWrap .header-search__trending {
    width: 50%;
  }

  html.search-open .wrapper_header_parallax .header-parallax.style_header_2 .quickSearchResultsWrap .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
  }

  html.search-open .wrapper_header_parallax .header-parallax.style_header_2 .quickSearchResultsWrap .products-grid .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }


  .header-parallax.style_header_2 .right-header .wishlist-icon {
    padding-right: 25px;
  }

  .header-parallax.style_header_2 .right-header .wishlist-icon svg {
    width: 22px;
    height: 22px;
  }

  .header-parallax.style_header_2 .right-header .cart-icon {
    padding-right: 30px;
  }

  .header-parallax.style_header_2 .right-header .cart-icon .cartCount {
    right: 0;
    top: 2px;
    width: 23px;
    height: 23px;
    padding: 0;
    font-size: var(--font_size_minus2);
    line-height: 24px;
  }
  .layout_style_surfup .header-parallax.style_header_2 .right-header .cart-icon .cartCount {
    line-height: 24px !important
  }

  .wrapper_header_parallax .header-parallax.style_header_2 .right-header .hamburger-icon {
    display: none;
  }
  .wrapper_header_parallax .header-parallax.style_header_2 .wrapper-header-bt {
    padding-top: 4px;
    padding-bottom: 0;
    box-shadow: none;
  }
  .wrapper_header_parallax .header-parallax.style_header_2 .sticky-wrapper {
    min-height: auto;
  }
  .wrapper_header_parallax .header-parallax.style_header_2 .wrapper-header-bt .header-panel-bt {
    align-items: center;
  }
  .header-parallax.style_header_2 .top-message {
    max-width: 41%;
  }
  .header-parallax.style_header_2 .site-nav .menu-lv-1 {
    margin-right: 30px;
  }
  .header-parallax.style_header_2 .lang-currency-groups .dropdown-menu h2 {
    display: block;
    color: #787878;
    font-size: var(--font_size);
    font-weight: 400;
    background-color: #f6f6f6;
    margin: 0 0 7px;
    padding: 11px 30px;
  }
  .header-parallax.style_header_2 .lang-currency-groups .dropdown-item {
    padding: 7px 30px 5px;
  }
  .header-parallax.style_header_2 .lang-currency-groups .lang-block .dropdown-menu {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .header-parallax.style_header_2 .lang-currency-groups .currency-block .dropdown-menu {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .lang-currency-groups .dropdown-menu h2 {
    display: none;
  }
  .site-header {
    height: auto !important;
  }
  .home-collection--list .collection--list:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .widget-title-2 + .suppermarket-widget-product .slick-dots {
    display: none !important;
  }
  .custom_width.style_product_grid_4 .product-item .action {
    max-width: calc(100% - 50px);
  }

  .grid-row-collection.col-md-12:first-child {
    padding-right: 10px;
  }
  .grid-row-collection + .grid-row-collection {
    padding-left: 10px;
  }
  .lang-currency-groups .currency-block .dropdown-menu {
    padding-right: 0 !important;
    max-height: 300px;
    overflow: auto;
  }
  .item-show-more .d-md-flex .col-right .dropdown > a span,
  .item-show-more .site-nav-dropdown .container .row .dropdown > a span {
    position: relative;
  }
  .item-show-more .d-md-flex .col-right .dropdown > a:hover span:before,
  .item-show-more .site-nav-dropdown .container .row .dropdown > a:hover span:before {
    width: 100%;
    visibility: visible;
  }
  .item-show-more .d-md-flex .col-right .dropdown > a span:before,
  .item-show-more .site-nav-dropdown .container .row .dropdown > a span:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    content: '';
    display: block;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0.4;
  }
  .item-show-more .d-md-flex .col-right .row,
  .item-show-more .site-nav-dropdown .container .row {
    display: inline-block !important;
    height: auto !important;
  }
  .item-show-more .d-md-flex .col-right .row .dropdown,
  .item-show-more .site-nav-dropdown .container .row .dropdown {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    max-width: 100% !important;
    padding: 0;
    min-width: 170px;
  }
  .item-show-more .d-md-flex .col-right .row .dropdown > a,
  .item-show-more .site-nav-dropdown .container .row .dropdown > a {
    padding: 9px 20px 7px;
  }
  .item-show-more .d-md-flex .col-right .row .dropdown .sub-menu-mobile li:first-of-type {
    padding-top: 0;
  }
  .item-show-more .d-md-flex .col-right .row .dropdown .sub-menu-mobile li:last-of-type {
    padding-bottom: 0;
  }
  .item-show-more .d-md-flex .col-left,
  .item-show-more .mega-banner,
  .item-show-more .site-nav-dropdown .container .row .hide_pc,
  .item-show-more .site-nav-dropdown .container .row .dropdown a.current {
    display: none !important;
  }
  .style_product_grid_4 .product-item .inner-top:hover .product-bottom .wishlist {
    opacity: 1;
    visibility: visible;
  }
  .home-spotlight-slider .spotlight-style-4 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .home-spotlight-block .style_4.widget-title + .spotlight-style-4 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .home-spotlight-slider .spotlight-style-4 .item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .home-spotlight-block .style_4.widget-title + .spotlight-style-4 .item {
    padding-left: 50px;
    padding-right: 50px;
  }
  .home-slideshow .slick-dots.hide,
  .lookbook-slideshow .slick-dots.hide {
    display: none !important;
  }
  .home-custom-block-sub-banner.style_3 .one_Image.item {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 70px;
  }
  .home-custom-banner-3.banner_style_3 .row,
  .home-custom-block-sub-banner.style_3 .row {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .home-custom-banner-3.banner_style_3 .item {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .home-brands-style2 .slick-arrow {
    margin-top: -10px
  }
  .home-blog-posts .style_3 .article-inner {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: calc(100% - 60px);
    background: rgba(255, 255, 255, 0.95);
    padding: 27px 30px 28px;
    z-index: 2;
  }
  .home-custom-block .banner-small-img.content_style_2 {
    padding-top: 70px;
  }
  .home-custom-block .banner-small-img.content_style_2 .banner-content {
    padding-left: 120px;
  }
  .home-custom-block .banner-small-img.content_style_2 .banner-heading {
    margin-bottom: 0 !important;
  }
  .site-nav .wrap-show-more {
    display: none !important;
  }
  .wrapper_header_08 .site-nav .item-show-more > a {
    letter-spacing: 0.2em;
  }
  #shopify-section-navigation {
    height: auto !important;
  }
  .style_product_grid_3 .products-grid .grid-item .product-item.sold-out:hover {
    opacity: 0.5;
  }

  .sticky_form .content-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .sticky_form .content-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sticky_form .content-left + .content-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .sticky_form .col-actions .action {
    margin: 0 15px 0 25px;
  }

  .sticky_form .align-items-center.no-countdown {
    justify-content: center;
  }

  .sticky_form .no-countdown .col-actions .action {
    padding-left: 75px;
  }

  .product-full-width .relate-verticle .related-products .product-image img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .product-gallery .relate-verticle .related-products .product-image img {
    max-width: 100%;
  }

  .product-full-width .relate-verticle .products-grid .product-image .product-grid-image {
    padding-top: 160px !important;
    min-height: 160px;
  }

  .relate-verticle .related-products .product-image img {
    max-width: 120px;
    min-height: 160px;
  }

  .site-nav .d-md-flex .col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px
  }

  .site-nav .d-md-flex .col-left > .menu-lv-2 > a {
    margin-bottom: 2px
  }

  .site-nav .d-md-flex .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
  }

  .site-nav .d-md-flex.col-left_skin3 .col-left {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%
  }

  .site-nav .d-md-flex.col-left_skin3 .col-right {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%
  }

  .hide_pc {
    display: none !important
  }

  .compare-link {
    position: fixed;
    right: 45px;
    top: 83%;
    margin-top: 0;
    z-index: 2;
    max-width: none
  }

  .compare-link.open {
    display: block
  }

  .has_sticky .compare-link {
    z-index: 3
  }

  .collection-template-skin-1 .toolbar {
    background: transparent;
    padding: 0;
    display: none;
    margin: 0
  }

  .collection-template-skin-1 .toolbar .view-mode {
    padding: 0
  }

  .collection-template-skin-1 .toolbar .toolbar-col .label-tab {
    height: 40px
  }

  .collection-template-skin-1 .toolbar .toolbar-col label {
    text-transform: unset
  }

  .collection-template-skin-1 .appendTo-toolbar {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e6e6e6
  }

  .collection-template-skin-1 .appendTo-toolbar .toolbar {
    display: flex
  }

  .collection-template-skin-1 .remove-sidebar .col-sidebar {
    display: none
  }

  .collection-template-skin-1 .remove-sidebar .col-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  /* #shopify-section-sidebar-filter {
        will-change: min-height
    } */

  .inner-wrapper-sticky {
    transform: translate3d(0, 0, 0);
    will-change: position, transform
  }

  .all-left .product-notification,
  .all-right .product-notification {
    bottom: 154px !important;
    margin: 0 !important
  }

  .show_sticky .all-left .product-notification,
  .show_sticky .all-right .product-notification {
    bottom: 230px !important
  }


  body > #dropdown-customer {
    display: none
  }

  .container-padd60,
  .body-full .container {
    max-width: 100%
  }

  .container,
  .body-full .site-nav-dropdown .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px
  }

  .products-grid.column-2 .grid-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .products-grid.column-3 .grid-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .products-grid.column-4 .grid-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .products-grid.column-5 .grid-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .products-grid.column-6 .grid-item {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .wrapper_header_supermarket .acc-links.sign_in_mb {
    display: none
  }

  .template-page .wrapper_header_parallax .sticky-wrapper {
    min-height: auto
  }

  .custom-collection-products .product-item .product-bottom {
    display: none
  }

  .home-custom-instagram.layout_style_2 .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px
  }

  .home-custom-instagram .container {
    max-width: 1890px
  }

  .home-custom-instagram .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .text-hover {
    position: relative
  }

  .text-hover:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    content: '';
    display: block;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    visibility: hidden
  }

  .text-hover:hover:before {
    width: 100%;
    visibility: visible
  }

  .header-bottom .header-mb {
    display: none !important
  }

  .wrapper-navigation {
    position: relative
  }

  .wrapper-navigation .logo-fixed,
  .wrapper-navigation .fixed-right-menu {
    display: none
  }

  .wrapper-navigation .main-menu {
    position: static;
    overflow: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
    height: inherit;
    top: inherit;
    right: inherit;
    z-index: inherit;
    bottom: inherit
  }

  .header-lang-style2 .is-sticky .wrapper-navigation,
  .wrapper_header_default .is-sticky .wrapper-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;  
  }

  .header-lang-style2 .is-sticky .logo-fixed,
  .header-lang-style2 .is-sticky .fixed-right-menu,
  .wrapper_header_default .is-sticky .logo-fixed,
  .wrapper_header_default .is-sticky .fixed-right-menu {
    display: block
  }

  .header-lang-style2 .is-sticky .logo-fixed,
  .wrapper_header_default .is-sticky .logo-fixed {
    width: 112px;
    padding: 10px 10px 8px 15px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .header-lang-style2 .is-sticky .logo-fixed .logo-img,
  .wrapper_header_default .is-sticky .logo-fixed .logo-img {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .header-lang-style2 .is-sticky .main-menu,
  .wrapper_header_default .is-sticky .main-menu {
    width: -moz-calc(100% - 112px - 112px);
    width: -webkit-calc(100% - 112px - 112px);
    width: -ms-calc(100% - 112px - 112px);
    width: calc(100% - 112px - 112px)
  }

  .header-lang-style2 .is-sticky .main-menu .icon-label,
  .wrapper_header_default .is-sticky .main-menu .icon-label {
    display: none
  }

  .header-lang-style2 .is-sticky .fixed-right-menu,
  .wrapper_header_default .is-sticky .fixed-right-menu {
    padding-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    width: 204px
  }

  .header-lang-style2 .is-sticky .fixed-right-menu .search-fixed,
  .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed,
  .header-lang-style2 .is-sticky .fixed-right-menu .wishlist-fixed,
  .header-lang-style2 .is-sticky .fixed-right-menu .customer-links-fixed,
  .wrapper_header_default .is-sticky .fixed-right-menu .search-fixed,
  .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed {
    width: 51px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 9px;
    height: 50px
  }

  .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed,
  .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed {
    padding-right: 1px
  }

  .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed > a,
  .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed > a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed svg,
  .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed svg {
    stroke: rgba(255, 255, 255, 0)
  }

  .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed .cartCount,
  .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed .cartCount {
    top: 5px;
    right: 1px
  }

  .header-lang-style2 .is-sticky .wrapper-navigation {
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12)
  }

  body:not(.template-index) .header-lang-style2 .wrapper-navigation {
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1)
  }

  body.body-full .header-lang-style2 .wrapper-navigation {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }

  body.body-full .header-lang-style2 .is-sticky .wrapper-navigation {
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1)
  }

  .wrapper_header_02 .is-sticky .site-nav .menu-lv-1 > a {
    padding-bottom: 11px
  }

  .header-default .header-panel-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .header-default .lang-currency-groups {
    margin-left: 20px
  }

  .header-default .lang-currency-groups .label-text {
    display: none
  }

  .header-default .lang-currency-groups .dropdown-toggle:after {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0 0 0 3px;
    vertical-align: middle;
    line-height: 18px;
    text-align: center;
    color: var(--color_icon_drop);
    position: relative;
    top: 2px;
    font-weight: 500
  }

  .header-default .lang-currency-groups .btn-group {
    position: relative
  }

  .header-default .lang-currency-groups .dropdown-label {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: var(--font_size);
    font-weight: 500;
    letter-spacing: normal;
    padding: 4px 0 6px
  }

  .header-default .lang-currency-groups .dropdown-label .img-icon {
    width: 18px
  }

  .header-default .lang-currency-groups .dropdown-label .img-icon img {
    width: 18px;
    height: 17px
  }

  .header-default .lang-currency-groups .dropdown-label .text {
    font-weight: 600
  }

  .header-default .lang-currency-groups .text {
    position: relative;
    top: 1.5px
  }

  .header-default .lang-currency-groups .dropdown-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    letter-spacing: normal;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 7px 15px 5px 0
  }

  .header-default .lang-currency-groups .dropdown-item .text {
    top: 1.5px
  }

  .header-default .lang-currency-groups .dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 3;
    max-height: 200px;
    overflow-y: auto;
    padding: 3px 10px 8px;
    min-width: 100px;
    border: 1px solid var(--border_bt_sidebar);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    outline: none;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    display: none
  }

  .header-default .lang-currency-groups .lang-block,
  .header-default .lang-currency-groups .currency-block {
    display: inline-block;
    vertical-align: middle
  }

  .header-default .lang-currency-groups .lang-block + .currency-block {
    margin-left: 8px
  }

  .header-default .nav-search {
    max-width: 160px;
    margin-left: 15px
  }

  .header-default .nav-search .close-search {
    display: none
  }

  .header-default .nav-search .search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .header-default .nav-search .input-group-field {
    padding: 5px 12px 4px;
    width: -moz-calc(100% - 36px);
    width: -webkit-calc(100% - 36px);
    width: -ms-calc(100% - 36px);
    width: calc(100% - 36px)
  }

  .header-default .nav-search .icon-search {
    padding: 7px 10px 6px
  }

  .header-default .nav-search .icon-search svg {
    width: 14px;
    height: 14px
  }

  .header-default .cus-ser-text {
    line-height: 30px
  }

  .header-default .header-bottom {
    padding: 16px 0 10px
  }

  .header-default .free-shipping-text {
    font-size: var(--font_size);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 17px 0 12px
  }

  .header-default .header-links > * {
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 7px
  }

  .header-default .header-links .customer-links {
    position: relative
  }

  .header-default .header-links .customer-links #dropdown-customer {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    min-width: 298px;
    display: none
  }

  .header-default .header-links .customer-links .customer-title {
    text-align: left;
    margin: 0 0 15px
  }

  .header-default .header-links .customer-links .customer-title .close {
    display: none
  }

  .header-default .header-links .customer-links .customer-title h5 {
    font-size: var(--font_size);
    line-height: var(--font_size_plus8);
    padding-bottom: 10px
  }

  .header-default .header-panel-bt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
  }

  .header-default .header-panel-bt .cart-icon {
    width: inherit;
    display: inline-block;
    padding-bottom: 7px
  }

  .header-default .header-panel-bt .cart-icon * {
    display: inline-block;
    vertical-align: middle
  }

  .header-default .header-panel-bt .cart-icon .cartCount {
    position: relative;
    top: 2px;
    right: inherit;
    margin-left: 5px;
    padding-right: 1px
  }

  .header-default .header-panel-bt .cart-icon .cart-text {
    position: relative;
    top: 4px;
    margin-left: 3px
  }

  .header-default .header-panel-bt .wrapper-top-cart,
  .header-default .header-panel-bt .header-links {
    display: inline-block;
    vertical-align: middle
  }

  .header-default .header-panel-bt .right-groups {
    text-align: right
  }

  .header-default .header-panel-bt .customer-links {
    margin-left: 20px;
    position: relative;
    top: 3px;
  }

  .header-default .header-panel-bt .wishlist {
    margin-left: 11px
  }

  .header-default .header-panel-bt .header-logo {
    padding-bottom: 5px
  }

  .header-default .wrapper-top-cart {
    position: relative
  }

  .header-default .wrapper-top-cart #dropdown-cart {
    position: absolute;
    top: 100%;
    left: 10px;
    z-index: 9999999;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.1)
  }

  .header-default .wrapper-top-cart #dropdown-cart .mini-products-list .item {
    margin-bottom: 28px;
    border: none;
    padding-top: 0
  }

  .header-default .wrapper-top-cart #dropdown-cart .mini-products-list .item:last-of-type {
    margin-bottom: 0
  }

  .header-default .wrapper-top-cart .cart-title {
    display: none
  }

  [data-ajax-search] {
    position: relative
  }

  .quickSearchResultsWrap {
    position: absolute;
    top: -moz-calc(100% + 5px);
    top: -webkit-calc(100% + 5px);
    top: -ms-calc(100% + 5px);
    top: calc(100% + 5px);
    right: 0;
    width: 553px;
    padding-left: 5px;
    padding-right: 5px
  }

  .quickSearchResultsWrap .item-swatch li label {
    width: 20px;
    height: 20px;
    line-height: 1
  }

  .quickSearchResultsWrap .item-swatch li label img {
    max-height: 14px;
    max-width: 14px
  }

  .quickSearchResultsWrap .custom-scrollbar {
    max-height: -moz-calc(80vh - 150px);
    max-height: -webkit-calc(80vh - 150px);
    max-height: -ms-calc(80vh - 150px);
    max-height: calc(80vh - 150px)
  }

  .search-open .wrapper-header .search-bar {
    max-width: 553px
  }

  .search-open .header-default .nav-search .search-form {
    z-index: 5;
    z-index: 9999;
  }

  .search-open .header-default .nav-search .close-search {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    z-index: 2;
    left: 50%;
    -moz-transform: translate(-50%, -50px);
    -o-transform: translate(-50%, -50px);
    -ms-transform: translate(-50%, -50px);
    -webkit-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px)
  }

  .search-open .wrapper-header .search-form {
    position: fixed;
    top: 0;
    bottom: 0;
    background: var(--bg_quick_view)
  }

  .search-open .wrapper-header .header-search {
    top: 20vh;
    position: relative;
    max-width: 553px;
    margin: auto
  }

  .main-menu {
    position: relative
  }

  .main-menu * {
    position: static
  }

  .site-nav {
    margin: 0
  }

  .site-nav .icon-dropdown,
  .site-nav .menu-mb-title {
    display: none
  }

  .site-nav .menu-lv-1 {
    display: inline-block;
    margin-left: 0;
    margin-right: 40px
  }

  .site-nav .menu-lv-1 > a {
    line-height: 1.65em;
    position: relative;
    z-index: 1;
    padding-left: 0;
    padding-right: 0
  }

  .site-nav .menu-lv-1 > a > span:not(.icon-dropdown) {
    position: relative
  }

  .site-nav .menu-lv-1 > a > span:not(.icon-dropdown):before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    content: '';
    display: block;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    visibility: hidden
  }

  .site-nav .menu-lv-1:hover > a > span:not(.icon-dropdown):before {
    width: 100%;
    visibility: visible
  }

  .site-nav .menu-lv-1:first-of-type {
    margin-left: 0;
    color: #121212;
  }

  .site-nav .menu-lv-1:last-of-type {
    margin-right: 0
  }

  .site-nav .menu-lv-1 .icon-label {
    position: absolute;
    right: -4px;
    top: -6px
  }

  .header-parallax-tpl.layout_home_5 .site-nav .menu-lv-1 .icon-label {
    top: -7px
  }

  .site-nav .menu-lv-1 .icon-label:before {
    left: 50%;
    bottom: -9px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .site-nav .no-mega-menu {
    position: relative
  }

  .site-nav .no-mega-menu .sub-menu-mobile {
    position: absolute;
    left: 0;
    z-index: 10;
    min-width: 225px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    -webkit-box-shadow: 0 3px 3px -3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px -3px rgb(0 0 0 / 10%);
  }

  .site-nav .no-mega-menu:hover > .sub-menu-mobile {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -moz-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  .site-nav .no-mega-menu .dropdown:hover > .sub-menu-mobile {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -moz-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  .site-nav .no-mega-menu .sub-menu-mobile {
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1)
  }

  .site-nav .no-mega-menu .sub-menu-mobile {
    position: absolute;
    left: 0;
    z-index: 10;
    min-width: 225px
  }

  .site-nav .no-mega-menu .sub-menu-mobile li {
    padding: 0 20px;
  }

  .site-nav .no-mega-menu .sub-menu-mobile li:first-of-type {
    padding-top: 5px
  }

  .site-nav .no-mega-menu .sub-menu-mobile li:last-of-type {
    padding-bottom: 5px
  }
  .site-nav .no-mega-menu .sub-menu-mobile .menu-lv-2.dropdown:hover:after {
    content: "";
    position: absolute;
    right: -3px;
    top: 0;
    width: 3px;
    height: 100%;
  }

  .site-nav .no-mega-menu .menu-lv-2 .sub-menu-mobile {
    left: -moz-calc(100% + 3px);
    left: -webkit-calc(100% + 3px);
    left: -ms-calc(100% + 3px);
    left: calc(100% + 3px);
    top: 0
  }

  .site-nav .no-mega-menu .menu-lv-2 .site-nav-dropdown {
    margin: 0
  }

  .site-nav .no-mega-menu .dropdown {
    position: relative
  }

  .site-nav .no-mega-menu .dropdown:hover > .sub-menu-mobile {
    display: block
  }

  .site-nav .no-mega-menu li > a {
    padding: 10px 0 8px;
    line-height: 1.75em
  }

  .site-nav .no-mega-menu li.hide_pc + li > a {
    border-top: 0
  }

  .site-nav .mega-menu {
    position: static
  }

  .site-nav .mega-menu > .sub-menu-mobile {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 18px 0;
    max-height: 82vh;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1)
  }

  .site-nav .mega-menu > .sub-menu-mobile::-webkit-scrollbar {
    width: 0
  }

  .site-nav .mega-menu > .sub-menu-mobile.style_5 {
    padding-top: 30px;
    padding-bottom: 0
  }

  .site-nav .mega-menu > .sub-menu-mobile.style_6 {
    padding-top: 0;
    padding-bottom: 0
  }

  .site-nav .mega-menu:hover > .sub-menu-mobile {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto;
    -moz-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
  }

  .site-nav .mega-menu .menu-lv-2 {
    margin-bottom: 18px
  }

  .site-nav .mega-menu .menu-lv-2 a {
    padding: 6px 0 4px
  }

  .site-nav .mega-menu .menu-lv-2 .site-nav-dropdown {
    margin: 0
  }

  .site-nav .mega-menu .menu-lv-3 > a span {
    position: relative
  }

  .site-nav .mega-menu .menu-lv-3 > a span:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    content: '';
    display: block;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    visibility: hidden
  }

  .site-nav .mega-menu .menu-lv-3 > a:hover span:before {
    width: 100%;
    visibility: visible
  }

  .site-nav .mega-menu .mega-banner {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }

  .site-nav .mega-menu .mega-banner .product-label {
    position: absolute
  }

  .site-nav .mega-menu .mega-banner .col-right {
    margin-left: 25px
  }

  .site-nav .mega-menu .style_2 .mega-banner {
    padding-top: 12px
  }

  .site-nav .mega-menu .style_2 .col-right {
    margin-left: 6px
  }

  .site-nav .mega-menu .style_2 .mega-col > a {
    margin-bottom: 7px
  }
  .wrapper_header_02 .site-nav .mega-menu .style_2 .mega-col > a {
    margin-bottom: 20px
  }

  .site-nav .mega-menu .style_4 .col-xl-80 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
  }

  .site-nav .mega-menu .style_5 .mega-banner {
    height: 450px
  }

  .site-nav .mega-menu .style_5 .mega-banner.no-banner {
    background-color: transparent !important
  }

  .site-nav .mega-menu .style_5 .mega-banner.no-banner .col-left:before {
    background-color: transparent !important
  }

  .site-nav .mega-menu .style_5 .mega-banner .col-left {
    display: flex;
    width: 50%;
    padding-top: 30px;
    position: relative;
    margin: 0
  }

  .site-nav .mega-menu .style_5 .mega-banner .col-left:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 100%;
    top: 0
  }

  .site-nav .mega-menu .style_5 .mega-banner .col-right {
    width: 50%;
    padding-top: 0;
    margin-left: 0
  }

  .site-nav .mega-menu .style_5 .mega-banner .col-right .image-custom {
    position: absolute;
    right: 0;
    width: calc(50% - 15px)
  }

  .site-nav .mega-menu .style_5 .mega-banner .col-right .image-custom img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: left
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-1-product {
    margin: 0 -15px
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-2 {
    height: auto;
    justify-content: flex-start;
    position: relative
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-2:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-2:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-left {
    padding: 0
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-left img {
    width: 100%;
    height: 195px;
    object-fit: cover
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-center {
    padding: 0
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-center img {
    width: 100%;
    height: 195px;
    object-fit: cover
  }

  .layout_home_7 .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-left img,
  .layout_home_7 .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-center img {
    height: 255px;
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-right {
    padding: 0 0 0 30px
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-3 {
    background-color: transparent !important;
    height: auto;
    margin: 0;
    padding-top: 10px
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-3.skin-3-product {
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-3.skin-3-product:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-3.skin-3-product:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .product-item {
    padding: 0 10px
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .inner-top {
    display: flex
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .inner-top .product-bottom {
    text-align: left;
    padding-left: 20px;
    padding-top: 10px
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow {
    position: absolute;
    border-radius: 5px;
    padding: 2px 8px;
    width: 60px;
    height: 40px
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow svg {
    width: 35px;
    height: 35px;
    stroke: none
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow.slick-prev {
    left: -25px
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow.slick-next {
    right: -25px
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow.slick-next svg {
    transform: rotate(180deg)
  }

  .site-nav .mega-menu .style_6 .menu-lv-2 {
    padding: 0;
    margin: 0
  }

  .site-nav .mega-menu .style_6 .menu-lv-2:nth-child(odd) {
    display: flex;
    flex-direction: column-reverse;
    min-height: 600px;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
  }

  .site-nav .mega-menu .style_6 .menu-lv-2:nth-child(odd) .menu__moblie {
    order: 1
  }

  .site-nav .mega-menu .style_6 .menu-lv-2 .item-img {
    padding: 0;
    margin: 0
  }

  .site-nav .mega-menu .style_6 .menu-lv-2 a img {
    width: 100%;
    height: 300px;
    object-fit: cover
  }

  .site-nav .mega-menu .style_6 .menu-lv-2 .sub-menu-mobile,
  .site-nav .mega-menu .style_6 .menu-lv-2 .menu__moblie {
    text-align: center
  }

  .site-nav .mega-menu .style_6 .menu-lv-2 .sub-menu-mobile {
    padding-bottom: 36px
  }

  .site-nav .mega-menu .style_6 .menu-lv-2 .menu__moblie {
    padding-top: 40px;
    padding-bottom: 10px;
    margin: 0
  }

  .site-nav .sub-menu-mobile {
    width: 100%;
    text-align: left
  }

  .flex-nav-vertical .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow.slick-prev {
    left: 0
  }

  .flex-nav-vertical .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow.slick-next {
    right: 0
  }

  .home-slideshow .not_img {
    height: 720px;
    line-height: 720px
  }

  .container-padd60 .slide-content.style_2,
  .container-fluid .slide-content.style_2 {
    padding: 65px 50px 70px;
    min-width: 570px
  }

  .container .slide-content.style_3,
  .container-padd60 .slide-content.style_3,
  .container-fluid .slide-content.style_3 {
    padding: 65px 50px 60px;
    min-width: 400px;
  }

  .container-padd60 .slide-content.abs_left,
  .container-fluid .slide-content.abs_left {
    left: -moz-calc((100% - 1200px) / 2);
    left: -webkit-calc((100% - 1200px) / 2);
    left: -ms-calc((100% - 1200px) / 2);
    left: calc((100% - 1200px) / 2)
  }

  .container-padd60 .slide-content.abs_right,
  .container-fluid .slide-content.abs_right {
    right: -moz-calc((100% - 1200px) / 2);
    right: -webkit-calc((100% - 1200px) / 2);
    right: -ms-calc((100% - 1200px) / 2);
    right: calc((100% - 1200px) / 2)
  }

  .container-padd60 .banner-large-img .inner.abs_left,
  .container-fluid .banner-large-img .inner.abs_left {
    left: -moz-calc((100% - 1200px) / 2);
    left: -webkit-calc((100% - 1200px) / 2);
    left: -ms-calc((100% - 1200px) / 2);
    left: calc((100% - 1200px) / 2)
  }

  .container-padd60 .banner-large-img .inner.abs_right,
  .container-fluid .banner-large-img .inner.abs_right {
    right: -moz-calc((100% - 1200px) / 2);
    right: -webkit-calc((100% - 1200px) / 2);
    right: -ms-calc((100% - 1200px) / 2);
    right: calc((100% - 1200px) / 2)
  }

  .home-sub-banner .item,
  .home-custom-sub-banner .item {
    margin-bottom: 30px
  }

  .header-parallax-tpl.layout_home_5 .home-sub-banner.sub-banner-3 .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home-spotlight-block.layout_style_2 .spotlight-item .spotlight-button span {
    position: relative
  }

  .home-spotlight-block.layout_style_2 .spotlight-item .spotlight-button span:hover:before {
    width: 100%;
    visibility: visible
  }

  .home-spotlight-block.layout_style_2 .spotlight-item .spotlight-button span:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    content: '';
    display: block;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    visibility: hidden
  }

  /*     .product-item .action {
        max-width: 170px;
        margin-left: auto;
        margin-right: auto
    } */

  .style_product_grid_2 .product-item .product-top:hover .quickview-button,
  .style_product_grid_2 .product-item .product-top:hover .compare-button {
    opacity: 1;
    visibility: visible;
  }
  .style_product_grid_2 .product-item .action {
    max-width: 230px
  }

  .style_product_grid_2 .product-item .product-title:hover,
  .style_product_grid_2 .product-item .product-title:focus {
    text-decoration: underline;
    text-underline-position: under;
  }

  .style_product_grid_2 .product-item .product-vendor a {
    position: relative
  }

  .style_product_grid_2 .product-item .product-vendor a:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    content: '';
    display: block;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    visibility: hidden
  }

  .style_product_grid_2 .product-item .product-vendor a:hover:before {
    width: 100%;
    visibility: visible
  }

  .style_product_grid_3 .product-item .action {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .style_product_grid_3 .product-item .product-title:hover,
  .style_product_grid_3 .product-item .product-title:focus {
    text-decoration: underline;
    text-underline-position: under;
  }

  .style_product_grid_3 .product-item .product-vendor a {
    position: relative
  }

  .style_product_grid_3 .product-item .product-vendor a:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    content: '';
    display: block;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    visibility: hidden
  }

  .style_product_grid_3 .product-item .product-vendor a:hover:before {
    width: 100%;
    visibility: visible
  }

  .style_product_grid_4 .product-item .action {
    width: 100%;
    max-width: calc(100% - 73px);
    margin: 0;
  }

  .style_product_grid_4 .product-item .product-title:hover,
  .style_product_grid_4 .product-item .product-title:focus {
    text-decoration: underline;
    text-underline-position: under;
    text-underline-offset: -1px;
  }

  .grid-item-mansory .product-item .product-top:hover .countdown-grid-item {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  .home-custom-block .banner-large-img .not_img {
    height: 720px;
    line-height: 720px
  }

  .home-custom-block .banner-small-img .not_img {
    height: 485px;
    line-height: 485px
  }

  .featured-products .products-grid.five-items:not(.slick-slider) .grid-item:nth-child(-n + 5),
  .recently-viewed-products .products-grid.five-items:not(.slick-slider) .grid-item:nth-child(-n + 5),
  .featured-product-article .products-grid.five-items:not(.slick-slider) .grid-item:nth-child(-n + 5),
  .related-products .products-grid.five-items:not(.slick-slider) .grid-item:nth-child(-n + 5) {
    display: block
  }

  .featured-products .products-grid.six-items:not(.slick-slider) .grid-item:nth-child(-n + 6),
  .recently-viewed-products .products-grid.six-items:not(.slick-slider) .grid-item:nth-child(-n + 6),
  .featured-product-article .products-grid.six-items:not(.slick-slider) .grid-item:nth-child(-n + 6),
  .related-products .products-grid.six-items:not(.slick-slider) .grid-item:nth-child(-n + 6) {
    display: block
  }

  .featured-products.has-banner .img-box .not_img,
  .recently-viewed-products.has-banner .img-box .not_img,
  .featured-product-article.has-banner .img-box .not_img,
  .related-products.has-banner .img-box .not_img {
    height: 640px;
    line-height: 640px
  }

  .featured-products.has-banner .column-banner,
  .recently-viewed-products.has-banner .column-banner,
  .featured-product-article.has-banner .column-banner,
  .related-products.has-banner .column-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(40% - 15px);
    flex: 0 0 calc(40% - 15px);
    max-width: -moz-calc(40% - 15px);
    max-width: -webkit-calc(40% - 15px);
    max-width: -ms-calc(40% - 15px);
    max-width: calc(40% - 15px)
  }

  .featured-products.has-banner .column-product,
  .recently-viewed-products.has-banner .column-product,
  .featured-product-article.has-banner .column-product,
  .related-products.has-banner .column-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(60% + 15px);
    flex: 0 0 calc(60% + 15px);
    max-width: -moz-calc(60% + 15px);
    max-width: -webkit-calc(60% + 15px);
    max-width: -ms-calc(60% + 15px);
    max-width: calc(60% + 15px);
    padding-right: -moz-calc((100% - 1170px) / 2);
    padding-right: -webkit-calc((100% - 1170px) / 2);
    padding-right: -ms-calc((100% - 1170px) / 2);
    padding-right: calc((100% - 1170px) / 2)
  }

  .featured-products.has-banner .column-product .column-product-inner,
  .recently-viewed-products.has-banner .column-product .column-product-inner,
  .featured-product-article.has-banner .column-product .column-product-inner,
  .related-products.has-banner .column-product .column-product-inner {
    max-width: -moz-calc(1200px / 10 * 6 - 30px);
    max-width: -webkit-calc(1200px / 10 * 6 - 30px);
    max-width: -ms-calc(1200px / 10 * 6 - 30px);
    max-width: calc(1200px / 10 * 6 - 30px)
  }

  .featured-products.has-banner .flex-row-reverse .column-product,
  .recently-viewed-products.has-banner .flex-row-reverse .column-product,
  .featured-product-article.has-banner .flex-row-reverse .column-product,
  .related-products.has-banner .flex-row-reverse .column-product {
    padding-left: -moz-calc((100% - 1170px) / 2);
    padding-left: -webkit-calc((100% - 1170px) / 2);
    padding-left: -ms-calc((100% - 1170px) / 2);
    padding-left: calc((100% - 1170px) / 2);
    padding-right: 15px
  }

  .featured-products.has-banner.layout_style_2 {
    border-top: 0
  }

  .featured-products.has-banner.layout_style_2 .row {
    position: relative
  }

  .featured-products.has-banner.layout_style_2 .column-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs {
    top: auto;
    left: 20px;
    bottom: 20px;
    transform: none;
    min-width: auto
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-button span {
    position: relative
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-button span:hover:before {
    width: 100%;
    visibility: visible
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-button span:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    content: '';
    display: block;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    visibility: hidden
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-button + .banner-button {
    margin-left: 20px
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-heading {
    margin-bottom: 17px
  }

  .featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs .banner-des {
    margin-bottom: 27px
  }

  .featured-products.has-banner.layout_style_2 .column-banner .column-banner-inner .img-box {
    text-align: left
  }

  .featured-products.has-banner.layout_style_2 .column-banner .column-banner-inner .img-box img {
    height: 600px;
    max-width: 970px
  }

  .featured-products.has-banner.layout_style_2 .column-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 268px;
    flex: 0 0 268px;
    max-width: 268px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
  }

  .featured-products.has-banner.layout_style_2 .column-product .column-product-inner {
    padding: 0
  }

  .featured-products.has-banner.layout_style_2 .column-product .column-product-inner .row {
    margin: 0
  }

  .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item {
    padding: 0;
    margin: 0
  }

  .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-item {
    box-shadow: -5px 4px 5px 0 rgba(0, 0, 0, 0.1)
  }

  .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-item .price-box {
    margin-bottom: 0
  }

  .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-image {
    margin-bottom: 0
  }

  .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-bottom {
    background: #fff;
    padding: 15px 25px 5px
  }

  .featured-products.has-banner.layout_style_2 .slick-arrow {
    display: none !important
  }

  .featured-products.has-banner .column-product .widget-product .slick-arrow {
    top: -moz-calc(50% - 90px);
    top: -webkit-calc(50% - 90px);
    top: -ms-calc(50% - 90px);
    top: calc(50% - 90px)
  }

  .featured-products.has-banner.layout_style_4 .column-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    max-height: 870px;
  }

  .featured-products.has-banner.layout_style_4 .column-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 20px;
  }

  .featured-products.has-banner.layout_style_4.banner-right .column-product {
    padding-left: 0;
  }

  .featured-products.has-banner.layout_style_4.banner-right .column-banner {
    padding-left: 20px;
  }

  .featured-products.has-banner.layout_style_4 .column-product .widget-product .slick-dots {
    display: none !important;
  }

  .featured-products.has-banner.layout_style_4 .column-product .column-product-inner {
    max-width: 100%;
  }

  .featured-products.has-banner.layout_style_5 .column-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 460px);
    flex: 0 0 calc(100% - 460px);
    max-width: -moz-calc(100% - 460px);
    max-width: -webkit-calc(100% - 460px);
    max-width: -ms-calc(100% - 460px);
    max-width: calc(100% - 460px);
    padding-right: 15px;
    padding-left: 55px;
  }

  .featured-products.has-banner.layout_style_5 .column-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    max-width: 460px;
    padding-top: 20px;
  }

  .featured-products.has-banner.layout_style_5 .column-product .column-product-inner {
    max-width: 100%;
    padding-top: 0;
  }

  .featured-products.has-banner.layout_style_5 .column-product .products-grid .slick-dots {
    display: none !important;
  }

  .featured-products.has-banner.layout_style_5 .column-product .widget-product .slick-arrow {
    top: -20px;
  }

  .featured-products.has-banner.layout_style_5.banner-right .column-product {
    padding-right: 55px;
    padding-left: 15px;
  }

  .home-product-tabs .products-grid.five-items:not(.slick-slider) .grid-item:nth-child(-n + 5) {
    display: block
  }

  .home-brands-block .brands-slider:not(.slick-slider) .item:nth-child(-n + 5),
  .home-brands-block [data-instagram-feed]:not(.slick-slider) .item:nth-child(-n + 5),
  .brands-page .logo-brands .brands-slider:not(.slick-slider) .item:nth-child(-n + 5),
  .brands-page .logo-brands [data-instagram-feed]:not(.slick-slider) .item:nth-child(-n + 5),
  .home-instagram .brands-slider:not(.slick-slider) .item:nth-child(-n + 5),
  .home-instagram [data-instagram-feed]:not(.slick-slider) .item:nth-child(-n + 5) {
    display: block
  }

  .custom-block-image.layout_style_2 .img-inner {
    bottom: 70px;
    text-align: center !important;
  }
  .custom-block-image .btn-img-block {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    bottom: 10%;
    -webkit-transition: bottom 0.6s ease;
    -moz-transition: bottom 0.6s ease;
    -ms-transition: bottom 0.6s ease;
    -o-transition: bottom 0.6s ease;
    transition: bottom 0.6s ease
  }
  .custom-block-image.layout_style_2 .btn-img-block {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    bottom: auto;
    font-family: var(--fonts_name), "Arial", "sans-serif";
    font-size: 12px !important;
    line-height: 18.05px;
    color: #f8f8f8 !important;
  }
  .custom-block-image:hover .btn-img-block {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    bottom: 17%
  }

  .footer-default .footer-top .footer-col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
  }

  .footer-default .footer-top .footer-col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
  }

  .home-collections .collections-slider:not(.slick-slider) .item {
    display: none
  }

  .home-collections .collections-slider.five-items:not(.slick-slider) .item:nth-child(-n + 5) {
    display: block
  }

  .home-collections .collections-slider.six-items:not(.slick-slider) .item:nth-child(-n + 6) {
    display: block
  }

  .collection-item .content-box .banner-title {
    font-size: var(--page_title_font_size)
  }

  .list-categories-mansory .columns.columns-4 {
    -webkit-column-count: 4;
    column-count: 4
  }

  /* .col-sidebar .sidebar-label,
    .col-sidebar .close-sidebar,
    .collection-template .sidebar-label,
    .collection-template .close-sidebar {
        display: none;
    } */

  /* .col-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        max-width: 240px
    } */

  /* .col-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 240px);
        flex: 0 0 calc(100% - 240px);
        max-width: -moz-calc(100% - 240px);
        max-width: -webkit-calc(100% - 240px);
        max-width: -ms-calc(100% - 240px);
        max-width: calc(100% - 240px)
    } */

  .layout_style_1170 .col-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px
  }

  .layout_style_1170 .col-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 270px);
    flex: 0 0 calc(100% - 270px);
    max-width: -moz-calc(100% - 270px);
    max-width: -webkit-calc(100% - 270px);
    max-width: -ms-calc(100% - 270px);
    max-width: calc(100% - 270px)
  }

  .layout_style_1170 .collection-template-express-order .col-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px
  }

  .layout_style_1170 .collection-template-express-order .col-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 240px);
    flex: 0 0 calc(100% - 240px);
    max-width: -moz-calc(100% - 240px);
    max-width: -webkit-calc(100% - 240px);
    max-width: -ms-calc(100% - 240px);
    max-width: calc(100% - 240px)
  }

  .container-padd60,
  .body-full .container {
    padding: 0 1.5%
  }

  /* .container-padd60 .col-sidebar,
    .body-full .container .col-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px
    } */

  /* .container-padd60 .col-main,
    .body-full .container .col-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
        max-width: -moz-calc(100% - 300px);
        max-width: -webkit-calc(100% - 300px);
        max-width: -ms-calc(100% - 300px);
        max-width: calc(100% - 300px)
    } */

  .halo-collection-content .sidebar {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 270px;
    max-width: 100%;
    background-color: var(--body_bg);
    z-index: 101;
    overflow-y: auto;
    height: 100vh;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    padding: 72px 20px 80px;
  }

  .sidebar-links .widget-content li a:hover,
  .sidebar-links .widget-content li a.active {
    padding-left: 17px
  }

  .sidebar-links .widget-content li a:hover:before,
  .sidebar-links .widget-content li a.active:before {
    content: "\f105";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    top: 9.6px;
    left: 0;
    font-weight: 500;
    color: rgba(50, 50, 50, 0.4)
  }

  .sidebar-links .widget-content li.dropdown > a:hover,
  .sidebar-links .widget-content li.dropdown > a.active {
    padding-left: 0
  }

  .sidebar-links .widget-content li.dropdown > a:hover:before,
  .sidebar-links .widget-content li.dropdown > a.active:before {
    display: none
  }

  .sidebar-links .widget-content li.sidebar-link-lv1 > .dropdown-cat {
    padding-left: 15px
  }

  .sidebar-links .widget-content .dropdown-cat .dropdown-cat li a:before,
  .sidebar-links .widget-content .dropdown-cat .dropdown-cat li a.active {
    top: 7px
  }

  .collection-header.collection-header-sections .collection-image .tab-abs {
    display: none !important
  }

  .translate-filter-pc .col-sidebar .sidebar-label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 13px 0;
    margin-bottom: 35px
  }

  .translate-filter-pc .sidebar-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    max-width: 100%;
    background-color: var(--body_bg);
    z-index: 5;
    margin: 0;
    overflow-y: auto;
    height: 100vh;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    padding: 97px 30px 80px
  }

  .translate-filter-pc .sidebar-filter .close-sidebar {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 22px;
    top: 33px
  }

  .translate-filter-pc .sidebar-filter::-webkit-scrollbar-track {
    background-color: #e6e6e6
  }

  .translate-filter-pc .sidebar-filter::-webkit-scrollbar {
    width: 5px;
    background-color: #e6e6e6
  }

  .translate-filter-pc .sidebar-filter::-webkit-scrollbar-thumb {
    background-color: #969696
  }

  .translate-filter-pc .halo-collection-content {
    padding-top: 10px
  }

  html.sidebar-open .translate-filter-pc .sidebar-filter {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
  }

  html.halo-modal-open body,
  html.translate-overlay body,
  html.cart-show body,
  html.customer-show body,
  html.options-show body,
  html.sidebar-open body {
    padding-right: 17px
  }

  .collection-template-right-sidebar .products-grid {
    margin-bottom: 5px
  }

  .collection-template-fullwidth .products-grid,
  .collection-template-mansory .products-grid {
    margin-bottom: 10px
  }

  .products-grid .grid-item-mansory .product-bottom .countdown-grid-item {
    display: none !important
  }

  .products-grid.grid-5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5
  }

  .collection-template-express-order .halo-collection-content {
    padding-top: 23px
  }

  .cart-form .cart-list {
    overflow-y: scroll;
    max-height: 300px;
    margin-right: -17px;
    overflow-x: hidden;
    max-width: -moz-calc(100% + 17px);
    max-width: -webkit-calc(100% + 17px);
    max-width: -ms-calc(100% + 17px);
    max-width: calc(100% + 17px)
  }

  .cart-form .cart-list .flex_row {
    width: 335px
  }

  .cart-form .cart-list .details {
    width: -moz-calc(100% - 335px);
    width: -webkit-calc(100% - 335px);
    width: -ms-calc(100% - 335px);
    width: calc(100% - 335px)
  }

  .product-default .horizontal-tabs .product-photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: -moz-calc(50% - 10px);
    max-width: -webkit-calc(50% - 10px);
    max-width: -ms-calc(50% - 10px);
    max-width: calc(50% - 10px)
  }

  .product-default .horizontal-tabs .product-shop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 10px);
    flex: 0 0 calc(50% + 10px);
    max-width: -moz-calc(50% + 10px);
    max-width: -webkit-calc(50% + 10px);
    max-width: -ms-calc(50% + 10px);
    max-width: calc(50% + 10px)
  }

  .product-default .vertical-tabs .product-photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: -moz-calc(50% - 20px);
    max-width: -webkit-calc(50% - 20px);
    max-width: -ms-calc(50% - 20px);
    max-width: calc(50% - 20px)
  }

  .product-default .vertical-tabs .product-shop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 20px);
    flex: 0 0 calc(50% + 20px);
    max-width: -moz-calc(50% + 20px);
    max-width: -webkit-calc(50% + 20px);
    max-width: -ms-calc(50% + 20px);
    max-width: calc(50% + 20px)
  }

  .product-template .breadcrumb {
    margin-bottom: 0;
  }

  .product-template .bg-breddcrumb {
    margin-bottom: 32px
  }

  .product-template .bg-breddcrumb .breadcrumb {
    margin-bottom: 0
  }

  .cart-template .wrapper-cart-template .cart-list .quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .cart-template .wrapper-cart-template .cart-list .qty-group {
    margin-bottom: 0;
    margin-right: 0
  }

  .lookbook-slideshow .not_img {
    height: 670px;
    line-height: 670px
  }

  .lookbook-page .page-header h2,
  .lookbook-page .page-header h1 {
    margin-bottom: 49px
  }

  .lookbook-page .lookbook-custom .item {
    margin-bottom: 30px
  }

  .halo-blog-content .blog-default {
    margin-top: -12px
  }

  .blog-mansory .list-blog {
    margin-left: -15px;
    margin-right: -15px
  }

  .blog-mansory .list-blog .blog-item-2 {
    padding-left: 15px;
    padding-right: 15px
  }

  #comments form .comment-form {
    margin-left: -15px;
    margin-right: -15px
  }

  #comments form .comment-form .form-group {
    padding-left: 15px;
    padding-right: 15px
  }

  .article-template .blog-detail {
    margin-top: -10px
  }

  .product-img-box.vertical-moreview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .product-img-box.vertical-moreview .wrapper-images {
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -ms-calc(100% - 90px);
    width: calc(100% - 90px)
  }

  .product-img-box.vertical-moreview .product-photo-container {
    margin-bottom: 0
  }

  .product-img-box.vertical-moreview .slider-nav {
    width: 70px;
    padding: 35px 0;
    margin-bottom: 0;
    min-width: 70px;
  }

  .product-img-box.vertical-moreview .slider-nav .item {
    margin: 10px 0;
    border: none
  }

  .product-img-box.vertical-moreview .slider-nav:not(.slick-slider) .item {
    width: 100%
  }

  .product-img-box.vertical-moreview .slick-arrow {
    text-align: center;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .product-img-box.vertical-moreview .slick-arrow svg {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .product-img-box.vertical-moreview .slick-arrow.slick-prev {
    top: 0
  }

  .product-img-box.vertical-moreview .slick-arrow.slick-next {
    top: initial;
    bottom: -10px
  }

  .product-img-box.vertical-moreview:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both
  }
  .product-img-box.vertical-moreview + .theme-ask {
    width: calc(100% - 90px);
    float: right;
  }
  .product-img-box.left-vertical-moreview {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .product-img-box.left-vertical-moreview .wrapper-images {
    margin-left: 20px
  }

  .product-img-box.right-vertical-moreview .wrapper-images {
    margin-right: 20px
  }

  .product-template-slider .product-img-box .slider-for:not(.slick-slider) .thumb:nth-child(-n + 4) {
    display: block;
    width: 25%
  }

  .product-template-slider .product-img-box .slick-arrow {
    top: -moz-calc(50% - 22px);
    top: -webkit-calc(50% - 22px);
    top: -ms-calc(50% - 22px);
    top: calc(50% - 22px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0)
  }

  .product-template-slider .product-img-box .slick-arrow.slick-prev {
    left: -moz-calc((100% - 1170px) / 2 + 50px);
    left: -webkit-calc((100% - 1170px) / 2 + 50px);
    left: -ms-calc((100% - 1170px) / 2 + 50px);
    left: calc((100% - 1170px) / 2 + 50px)
  }

  .product-template-slider .product-img-box .slick-arrow.slick-next {
    right: -moz-calc((100% - 1170px) / 2 + 50px);
    right: -webkit-calc((100% - 1170px) / 2 + 50px);
    right: -ms-calc((100% - 1170px) / 2 + 50px);
    right: calc((100% - 1170px) / 2 + 50px)
  }

  .product-template-slider .product-img-box:hover .slick-arrow {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100)
  }

  .product-template-slider .product-img-box.four-items .video-open-popup > a,
  .product-template-slider .product-img-box.five-items .video-open-popup>a,
  .product-template-slider .product-img-box.multi-items .video-open-popup > a {
    left: -moz-calc(25% + 20px);
    left: -webkit-calc(25% + 20px);
    left: -ms-calc(25% + 20px);
    left: calc(25% + 20px)
  }

  .product-template-slider .product-img-box .product-label,
  .product-template-slider .product-img-box.two-items .product-label {
    right: 25%
  }

  .product-template-slider .product-img-box.one-item .product-label,
  .product-template-slider .product-img-box.three-items .product-label {
    right: 37.5%
  }

  .product-template-slider .product-img-box .product-single__compareColor,
  .product-template-slider .product-img-box.two-items .product-single__compareColor {
    right: calc(25% + 15px);
  }

  .product-template-slider .product-img-box.one-item .product-single__compareColor,
  .product-template-slider .product-img-box.three-items .product-single__compareColor {
    right: calc(37.5% + 15px);
  }

  .product-template-slider .product-img-box.four-items .product-single__compareColor {
    bottom: 45px;
  }

  .product-template-slider .product-img-box.multi-items:before,
  .product-template-slider .product-img-box.multi-items:after {
    position: absolute;
    top: 0;
    content: "";
    width: 25%;
    height: calc(100% - 30px);
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2
  }

  .product-template-slider .product-img-box.multi-items:before {
    left: 0
  }

  .product-template-slider .product-img-box.multi-items:after {
    right: 0
  }

  .product-template-slider .product-img-box.multi-items:before,
  .product-template-slider .product-img-box.multi-items:after {
    width: 25%
  }

  .product-template-slider .product-img-box.four-items .slick-arrow.slick-prev,
  .product-template-slider .product-img-box.five-items .slick-arrow.slick-prev,
  .product-template-slider .product-img-box.multi-items .slick-arrow.slick-prev {
    left: 25%
  }

  .product-template-slider .product-img-box.four-items .slick-arrow.slick-next,
  .product-template-slider .product-img-box.five-items .slick-arrow.slick-next,
  .product-template-slider .product-img-box.multi-items .slick-arrow.slick-next {
    right: 25%
  }

  .product-template-gallery .product-photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(40% + 100px);
    flex: 0 0 calc(47% + 100px);
    max-width: -moz-calc(40% + 100px);
    max-width: -webkit-calc(40% + 100px);
    max-width: -ms-calc(40% + 100px);
    max-width: calc(47% + 100px)
  }

  .product-template-gallery .product-shop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(45% - 100px);
    flex: 0 0 calc(45% - 100px);
    max-width: -moz-calc(45% - 100px);
    max-width: -webkit-calc(45% - 100px);
    max-width: -ms-calc(45% - 100px);
    max-width: calc(45% - 100px);
    margin-left: 50px;
    position: sticky;
    height: fit-content;
    top: 60px;
  }

  .product_bottom .has-relate-verticle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 240px);
    flex: 0 0 calc(100% - 240px);
    max-width: -moz-calc(100% - 240px);
    max-width: -webkit-calc(100% - 240px);
    max-width: -ms-calc(100% - 240px);
    max-width: calc(100% - 240px)
  }

  .relate-verticle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px
  }

  .relate-verticle .related-products {
    margin-top: 3px;
    border-top: none
  }

  .relate-verticle .related-products .widget-title {
    border-bottom: 1px solid var(--border_bt_sidebar);
    padding: 13px 0 14px;
    text-align: center;
    margin-bottom: 30px
  }

  .relate-verticle .related-products .box-title {
    margin-bottom: 0
  }

  .relate-verticle .related-products .products-grid {
    padding-bottom: 35px;
    margin-bottom: 45px;
  }

  .relate-verticle .related-products .products-grid .slick-arrow {
    top: initial;
    bottom: -17px
  }

  .relate-verticle .related-products .products-grid .slick-prev {
    left: calc(50% - 40px)
  }

  .relate-verticle .related-products .products-grid .slick-next {
    right: calc(50% - 40px)
  }

  .relate-verticle .related-products .products-grid .grid-item {
    margin-top: 0;
    margin-bottom: 0
  }

  .relate-verticle .related-products .products-grid .grid-item .product-item {
    margin-bottom: 43px
  }

  .relate-verticle .related-products .products-grid .grid-item .product-bottom,
  .relate-verticle .related-products .products-grid .grid-item .product-des {
    display: none !important
  }

  .relate-verticle .related-products .products-grid .grid-item .product-details {
    display: block !important;
    text-align: center
  }

  .relate-verticle .related-products .products-grid .grid-item .product-details .short-description,
  .relate-verticle .related-products .products-grid .grid-item .product-details .action,
  .relate-verticle .related-products .products-grid .grid-item .product-details .wishlist {
    display: none
  }

  .collection-template-no-sidebar .halo-collection-content {
    padding-top: 0
  }

  .collection-template-no-sidebar .bg-filter {
    margin-bottom: 40px;
    padding: 20px 0 7px
  }

  .collection-template-no-sidebar .col-sidebar {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important
  }

  .collection-template-no-sidebar .col-sidebar .sidebar {
    margin: 0
  }

  .collection-template-no-sidebar .col-sidebar .widget-content {
    display: none;
    position: absolute;
    top: 100%;
    background-color: var(--body_bg);
    left: 15px;
    right: 15px;
    z-index: 5;
    @indlude border-radius(2px);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 17px;
    margin-bottom: 0 !important;
    visibility: hidden;
    pointer-events: none
  }

  .collection-template-no-sidebar .col-sidebar .widget-content .clear,
  .collection-template-no-sidebar .col-sidebar .widget-content .clear-all {
    color: var(--breadcrumb_color);
    display: block;
    border-top: 1px solid #f2f2f2;
    line-height: 1em;
    padding-top: 15px
  }

  .collection-template-no-sidebar .col-sidebar .widget-content .clear {
    margin-top: 6px
  }

  .collection-template-no-sidebar .col-sidebar .widget-content .clear-all {
    margin-top: 15px
  }

  .collection-template-no-sidebar .col-sidebar .filter-color .widget-content {
    padding-bottom: 10px
  }

  .collection-template-no-sidebar .col-sidebar .sidebar-links .widget-content .scroll-content {
    max-height: 260px;
    overflow-y: auto
  }

  .collection-template-no-sidebar .col-sidebar .sidebar-links .widget-content .scroll-content::-webkit-scrollbar-track {
    background-color: #f4f4f4
  }

  .collection-template-no-sidebar .col-sidebar .sidebar-links .widget-content .scroll-content::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f4
  }

  .collection-template-no-sidebar .col-sidebar .sidebar-links .widget-content .scroll-content::-webkit-scrollbar-thumb {
    background-color: #323232
  }

  .collection-template-no-sidebar .col-sidebar .sidebar-links .widget-content .scroll-content > ul {
    margin-top: -10px;
    padding-right: 10px
  }

  .collection-template-no-sidebar .col-sidebar .sidebar-links .widget-content li a {
    font-size: var(--font_size);
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 3px
  }

  .collection-template-no-sidebar .col-sidebar .sidebar-links .widget-content li a:before {
    top: 8px
  }

  .collection-template-no-sidebar .col-sidebar .sidebar-links .widget-content li a:hover,
  .collection-template-no-sidebar .col-sidebar .sidebar-links .widget-content li a.active {
    padding-left: 15px
  }

  .collection-template-no-sidebar .col-sidebar .sidebar-links .widget-content .dropdown-cat .dropdown-cat li a:before,
  .collection-template-no-sidebar .col-sidebar .sidebar-links .widget-content .dropdown-cat .dropdown-cat li a.active {
    top: 7px
  }

  .collection-template-no-sidebar .col-sidebar .sidebar-links .icon-dropdown {
    top: -0.5px
  }

  .collection-template-no-sidebar .sidebar .widget-title {
    margin-bottom: 0
  }

  .collection-template-no-sidebar .sidebar .widget-title.open .sidebar-title:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0
  }

  .collection-template-no-sidebar .sidebar .sidebar-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0
  }

  .collection-template-no-sidebar .sidebar .sidebar-filter > .widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 23px;
    position: relative
  }

  .collection-template-no-sidebar .sidebar .sidebar-title {
    font-size: var(--font_size);
    font-weight: 600;
    border-bottom-color: #acacac;
    padding-bottom: 4px;
    color: #2d2d2d;
    padding-left: 0;
    padding-right: 26px;
    position: relative
  }

  .collection-template-no-sidebar .sidebar .sidebar-title:before {
    display: none
  }

  .collection-template-no-sidebar .sidebar .sidebar-title:after {
    font-family: FontAwesome;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -1px;
    font-weight: 600;
    font-size: 16px;
    color: #797979;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear
  }

  .collection-template-no-sidebar .sidebar-filter .sidebar-tags:not(.filter-color) .widget-content {
    max-height: initial;
    overflow: visible
  }

  .collection-template-no-sidebar .sidebar-filter .sidebar-tags:not(.filter-color) .scroll-content {
    max-height: 198px;
    overflow-y: auto
  }

  .collection-template-no-sidebar .sidebar-filter .sidebar-tags:not(.filter-color) .scroll-content::-webkit-scrollbar-track {
    background-color: #f4f4f4
  }

  .collection-template-no-sidebar .sidebar-filter .sidebar-tags:not(.filter-color) .scroll-content::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f4
  }

  .collection-template-no-sidebar .sidebar-filter .sidebar-tags:not(.filter-color) .scroll-content::-webkit-scrollbar-thumb {
    background-color: #323232
  }

  .collection-template-no-sidebar .sidebar-filter > .widget:hover .widget-content {
    display: block;
    visibility: visible;
    pointer-events: auto
  }

  .collection-template-no-sidebar .sidebar-filter .refined-widgets {
    display: none !important
  }

  body:not(.template-index) .wrapper_header_parallax .wrapper-header-bt {
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1)
  }

  body:not(.template-index) .wrapper_header_parallax .header-logo .logo-img .logo-parallax {
    display: none
  }

  .wrapper_header_parallax .wrapper-header-bt .header-pc,
  .wrapper_header_vertical .wrapper-header-bt .header-pc {
    display: none
  }

  .wrapper_header_parallax .sticky-wrapper {
    min-height: 80px
  }

  .wrapper_header_parallax .wrapper-navigation {
    position: static
  }

  .wrapper_header_parallax .is-sticky .wrapper-header-bt {
    padding-top: 0;
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1)
  }

  .wrapper_header_parallax .is-sticky .site-nav .menu-lv-1 > a {
    padding-bottom: 16px
  }

  .wrapper_header_parallax .is-sticky .left-header,
  .wrapper_header_parallax .is-sticky .right-header {
    margin-top: 2px
  }

  .wrapper_header_parallax .wrapper-header-bt {
    position: relative;
    padding-top: 10px
  }

  .header-parallax-tpl.layout_home_5 .wrapper_header_parallax .wrapper-header-bt {
    padding-top: 12px;
    padding-bottom: 6px;
  }
  .header-parallax-tpl.layout_home_5 .wrapper_header_parallax .header-items {
    margin-top: -5px;
  }

  .wrapper_header_parallax .wrapper-header-bt .header-logo {
    padding: 8px 0
  }

  .wrapper_header_parallax .wrapper-header-bt .header-panel-bt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: center;
  }

  .wrapper_header_parallax .wrapper-header-bt .icon-search svg {
    top: 1px
  }

  .wrapper_header_parallax .left-header {
    padding-right: 15px;
    width: 140px
  }

  .wrapper_header_parallax .right-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 1px
  }

  .wrapper_header_parallax .right-header > * {
    width: 50px;
    height: 50px;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }

  .wrapper_header_parallax .right-header .hamburger-icon {
    position: relative;
    top: 1px
  }

  .wrapper_header_parallax .right-header .icon-user {
    position: relative;
    top: -1px;
    padding: 3px 0
  }

  .wrapper_header_parallax .right-header .icon-user svg {
    width: 22px
  }

  .wrapper_header_parallax .right-header .wishlist-icon {
    padding-right: 3px
  }

  .wrapper_header_parallax .right-header .cart-icon {
    padding-right: 2px;
    position: relative;
    top: -1px
  }

  .wrapper_header_parallax .right-header .cart-icon .cartCount {
    right: -10px;
    top: 6px;
    line-height: 18px;
  }

  .wrapper_header_parallax .right-header .nav-search .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    width: 100%;
    z-index: 3;
    height: 100%;
    background-color: #f8f8f8;
    visibility: hidden;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease
  }

  .wrapper_header_parallax .right-header .nav-search .search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1170px;
    max-width: 82%;
    margin: auto;
    top: 0;
    height: 100%
  }

  .wrapper_header_parallax .right-header .nav-search .search-bar .icon-search {
    padding-right: 0;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 52px
  }

  .wrapper_header_parallax .right-header .nav-search .search-bar .icon-search svg {
    width: 18px;
    height: 18px
  }

  .wrapper_header_parallax .right-header .nav-search .input-group-field {
    font-size: var(--font_size_plus4);
    width: -moz-calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
    width: -ms-calc(100% - 52px);
    width: calc(100% - 52px);
    text-align: center;
    padding-left: 64px;
    line-height: var(--font_size_plus11)
  }

  .wrapper_header_parallax .right-header .nav-search .close-search {
    left: initial;
    right: -moz-calc(1.5% - 4px);
    right: -webkit-calc(1.5% - 4px);
    right: -ms-calc(1.5% - 4px);
    right: calc(1.5% - 4px);
    top: -moz-calc(50% + 1px);
    top: -webkit-calc(50% + 1px);
    top: -ms-calc(50% + 1px);
    top: calc(50% + 1px);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .wrapper_header_parallax .wrapper-navigation {
    margin-top: 4px
  }

  .wrapper_header_parallax .site-nav .menu-lv-1 > a {
    padding-bottom: 22px
  }

  .translate-header #dropdown-cart,
  .translate-header #dropdown-customer,
  .translate-header .lang-currency-groups {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    overflow-y: auto;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    padding-bottom: 100px;
    width: 400px;
    max-width: -moz-calc(100vw - 40px);
    max-width: -webkit-calc(100vw - 40px);
    max-width: -ms-calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  .translate-header #dropdown-cart .mini-products-list {
    max-height: calc(100% - 270px)
  }

  .translate-header .header-pc .customer-links,
  .translate-header .header-pc .wishlist {
    display: none !important
  }

  .translate-header .lang-currency-groups {
    background-color: var(--body_bg);
    padding: 15px 20px 25px
  }

  .translate-header .lang-currency-groups .dropdown-label {
    display: none !important
  }

  .translate-header .lang-currency-groups .lang-block {
    margin-bottom: 42px
  }

  .translate-header .lang-currency-groups .label-text {
    font-weight: 500;
    color: var(--page_title_color);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid var(--border_color_1);
    padding-top: 0;
    padding-bottom: 10px
  }

  .translate-header .lang-currency-groups .btn-group .dropdown-item.active .text {
    top: 1px
  }

  .has_sticky .wrapper_header_default .wrapper-top-cart {
    position: fixed;
    top: 0;
    right: 0;
    width: 51px;
    padding: 9px 0 4px;
    z-index: 999
  }

  .has_sticky .wrapper_header_default .wrapper-top-cart .cart-icon {
    padding: 3px 0 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: static;
  }

  .has_sticky .wrapper_header_default .wrapper-top-cart .cart-text {
    display: none
  }

  .has_sticky .wrapper_header_default .wrapper-top-cart .cartCount {
    position: absolute;
    margin: 0;
    top: 5px;
    right: 1px
  }

  .has_sticky .wrapper_header_default .wrapper-top-cart #dropdown-cart {
    left: initial;
    right: 0
  }

  .has_sticky .wrapper_header_default .fixed-right-menu .cart-fixed > a {
    display: none
  }

  html.cart-show .translate-header #dropdown-cart {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  html.customer-show .translate-header #dropdown-customer {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  html.options-show .translate-header .lang-currency-groups {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  html.search-open .wrapper_header_parallax .right-header .search-form {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  html.search-open .wrapper_header_parallax .header-search {
    top: 0;
    max-width: initial;
    width: 100%;
    position: static
  }

  html.search-open .wrapper_header_parallax .header-search .close-search {
    position: absolute;
    left: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }


  .close-search-style-3 {
    display: none !important;
  }

  html.search-open .wrapper_header_parallax .quickSearchResultsWrap {
    top: 100%;
    width: 100%
  }

  html.search-open .wrapper_header_parallax .quickSearchResultsWrap .container {
    padding-left: 0;
    padding-right: 0
  }

  html.search-open .wrapper_header_parallax .quickSearchResultsWrap .container:after {
    display: block;
    visibility: hidden;
    content: "";
    clear: both
  }

  html.search-open .wrapper_header_parallax .quickSearchResultsWrap .header-block,
  html.search-open .wrapper_header_parallax .quickSearchResultsWrap .header-search__results-wrapper {
    padding-left: 15px;
    padding-right: 15px
  }

  html.search-open .wrapper_header_parallax .quickSearchResultsWrap .header-search__trending {
    float: right;
    width: 40%
  }

  html.search-open .wrapper_header_parallax .quickSearchResultsWrap .header-search__product {
    float: left;
    width: 60%
  }

  html.search-open .wrapper_header_parallax .quickSearchResultsWrap .header-search__results-wrapper {
    width: 60%;
    margin: auto
  }

  html.search-open .wrapper_header_parallax .quickSearchResultsWrap .products-grid .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .banner-parallax .parallax-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
  }

  .banner-parallax .parallax-image + img {
    display: none
  }

  .custom-block-banner .clock-item {
    border-width: 2px
  }

  .shop-instagram .widget-title .box-title {
    font-size: var(--page_title_font_size_plus10)
  }

  .footer-2 .footer-top .footer-newsletter {
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  .footer-4 .store-location-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.6%;
    flex: 0 0 24.6%;
    max-width: 24.6%
  }

  .footer-4 .newsleter-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.4%;
    flex: 0 0 25.4%;
    max-width: 25.4%
  }

  .footer-4 .links-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .site-footer.footer-4 .store-location-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.2%;
    flex: 0 0 22.2%;
    max-width: 22.2%;
  }

  .site-footer.footer-4 .newsleter-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.8%;
    flex: 0 0 27.8%;
    max-width: 27.8%;
  }

  .home-custom-block-sub-banner .action-link,
  .home-custom-sub-banner-sections .action-link {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden
  }

  .home-custom-block-sub-banner .banner-item:hover .action-link,
  .home-custom-sub-banner-sections .banner-item:hover .action-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible
  }

  .home-custom-block-sub-banner .banner-item:hover .action-link {
    bottom: 12.5%
  }

  .home-custom-block-sub-banner.style_2 .banner-item .action-link {
    bottom: 12.5%;
    opacity: 1;
    visibility: visible
  }

  .home-custom-sub-banner-sections .banner-item:hover .action-link {
    bottom: 16.5%
  }

  .home-custom-block-sub-banner .fiveImages .banner-item:hover .action-link {
    bottom: 29%
  }

  .home-blog-style2 {
    padding: 40px 0 30px
  }

  .home-blog-style2 .content-blog .item .article-img {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0)
  }

  .home-blog-style2 .content-blog .item .article-title a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
  }

  .home-blog-style2 .content-blog .item:hover .article-img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100)
  }

  .home-blog-style2 .content-blog .item:hover .blog-item {
    color: #fff
  }

  .home-blog-style2 .content-blog .item:hover .blog-item .blog_author,
  .home-blog-style2 .content-blog .item:hover .blog-item .article-title a,
  .home-blog-style2 .content-blog .item:hover .blog-item .btn-read-more {
    color: #fff
  }

  .home-blog-style2 .content-blog .item:hover .blog-item .btn-read-more {
    border-color: #fff
  }

  .header-lang-style2 .lang-currency-groups {
    margin-left: 18px
  }

  .header-lang-style2 .lang-currency-groups .label-text {
    display: none
  }

  .header-lang-style2 .lang-currency-groups .dropdown-toggle:after {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0 0 0 3px;
    vertical-align: middle;
    line-height: 18px;
    text-align: center;
    color: var(--color_icon_drop);
    position: relative;
    top: 1px;
    font-weight: 500
  }

  .header-lang-style2 .lang-currency-groups .btn-group {
    position: relative
  }

  .header-lang-style2 .lang-currency-groups .dropdown-label {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: var(--font_size);
    font-weight: 600;
    letter-spacing: normal;
    padding: 2px 0 6px
  }

  .header-lang-style2 .lang-currency-groups .dropdown-label .img-icon {
    width: 17px
  }

  .header-lang-style2 .lang-currency-groups .dropdown-label .img-icon img {
    width: 17px;
    height: 17px
  }

  .header-lang-style2 .lang-currency-groups .text {
    position: relative;
    top: 1px;
    font-family: var(--fonts_name), "Arial", "sans-serif";
    font-size: 13.18px;
    line-height: 15.95px;

  }

  .header-lang-style2 .lang-currency-groups .dropdown-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    letter-spacing: normal;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 7px 15px 5px 0
  }

  .header-lang-style2 .lang-currency-groups .dropdown-item .text {
    top: 1.5px
  }

  .header-lang-style2 .lang-currency-groups .dropdown-menu {
    background-color: var(--body_bg);
    position: absolute;
    top: 100%;
    z-index: 3;
    padding: 3px 10px 8px;
    min-width: 100px;
    border: 1px solid var(--border_bt_sidebar);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    outline: none;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    display: none
  }

  .header-lang-style2 .lang-currency-groups .lang-block,
  .header-lang-style2 .lang-currency-groups .currency-block {
    display: inline-block;
    vertical-align: middle
  }

  .wrapper_header_02 .lang-currency-groups .currency-block .dropdown-label > .img-icon {
    display: none
  }
  .wrapper_header_02 .lang-currency-groups .dropdown-label .img-icon {
    width: 24px;
  }
  .wrapper_header_02 .lang-currency-groups .dropdown-label .img-icon img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
  }

  .wrapper_header_02 .lang-currency-groups .lang-block .dropdown-toggle:after {
    content: "|";
    width: 6px;
    top: 0;
    margin-left: 5px;
  }
  .wrapper_header_02 .lang-currency-groups .dropdown-label {
    font-weight: 400;
  }

  .wrapper_header_02 .lang-currency-groups .lang-block + .currency-block {
    margin-left: 15px
  }

  .wrapper_header_02 .header-pc .lang-currency-groups + .shipping-text {
    margin-left: 10px;
  }
  .wrapper_header_02 .header-pc .free-shipping-text {
    display: inline-block;
    padding: 4px 0 6px
  }

  .wrapper_header_02 .header-pc .free-shipping-text + .free-shipping-text {
    padding-left: 5px;
    position: relative
  }

  .wrapper_header_02 .header-pc .free-shipping-text + .free-shipping-text:before {
    content: "|";
    color: #cbcbcb;
    padding-right: 5px
  }

  .wrapper_header_02 .header-pc .right-groups {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }

  .wrapper_header_02 .header-pc .search-mb {
    padding: 4px 5px;
    justify-content: center;
    align-items: self-start;
    width: min-content;
  }

  .wrapper_header_02 .header-pc .icon-search svg {
    width: 23px;
    height: 24px;
    position: relative;
    top: 1px;
    stroke-width: 5px;
  }

  .wrapper_header_02 .header-pc .cart-icon {
    width: initial;
    padding: 2px 10px 1px 0;
    margin-left: 16px;
  }

  .wrapper_header_02 .header-pc .cart-icon a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .wrapper_header_02 .header-pc .cart-icon svg {
    width: 26px;
    height: 26px
  }

  .wrapper_header_02 .header-pc .cart-icon .cartCount {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: initial;
    padding-left: 0;
    min-width: 23px;
    height: 23px;
    line-height: 21px
  }

  .wrapper_header_02 .search-form {
    min-width: 200px
  }

  .wrapper_header_02 .search-form:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both
  }

  .wrapper_header_02 .search-form .input-group-field {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    padding: 5px 0 4px;
    float: left;
    width: 100%;
  }

  .wrapper_header_02 .search-form .close-search {
    display: none
  }

  .wrapper_header_02 .wishlist {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 5px;
    stroke-width: 8px;
  }

  .wrapper_header_02 .wishlist .wishlist-text {
    display: none !important
  }

  .wrapper_header_02 .wishlist svg {
    width: 25px;
    height: 24px
  }

  .wrapper_header_02 .customer-links {
    margin: 0 18px 0 24px
  }
  .wrapper_header_02 .customer-links svg {
    width: 23px;
    height: 24px;
  }
  .wrapper_header_02 .customer-links .text {
    display: none;
  }
  .wrapper_header_02 .acc-links {
    display: block;
    padding: 4px 0 6px
  }

  .wrapper_header_02 .site-nav .menu-lv-1 > a {
    padding-bottom: 10px;
  }

  .wrapper_header_02 .sticky-wrapper {
    height: 100% !important
  }

  .wrapper_header_03 .bg_header-panel-top {
    padding-top: 6px;
    padding-bottom: 4px
  }

  .wrapper_header_03 .header-panel-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }

  .wrapper_header_03 .header-panel-top .left-groups {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 30%;
    max-width: 30%
  }

  .wrapper_header_03 .header-panel-top .right-groups {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    text-align: right
  }

  .wrapper_header_03 .header-panel-top .right-groups > div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
  }

  .wrapper_header_03 .header-panel-top .right-groups > div + div {
    position: relative;
    margin-left: 13px;
    padding-left: 14px;
    margin-right: -5px
  }

  .wrapper_header_03 .header-panel-top .right-groups > div + div:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #b3b3b3
  }

  .wrapper_header_03 .header-panel-top .customer-links .acc-links + .acc-links {
    position: relative;
    margin-left: 13px;
    padding-left: 14px
  }

  .wrapper_header_03 .header-panel-top .customer-links .acc-links + .acc-links:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #b3b3b3
  }

  .wrapper_header_03 .header-panel-top .lang-block + .currency-block {
    margin-left: 10px
  }

  .wrapper_header_03 .header-panel-bt {
    padding: 30px 0 28px
  }

  .wrapper_header_03 .header-panel-bt > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .wrapper_header_03 .header-panel-bt .right-groups {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .wrapper_header_03 .header-panel-bt .right-groups .nav-search,
  .wrapper_header_03 .header-panel-bt .right-groups .wishlist,
  .wrapper_header_03 .header-panel-bt .right-groups .cart-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .wrapper_header_03 .header-panel-bt .right-groups .wishlist,
  .wrapper_header_03 .header-panel-bt .right-groups .cart-icon {
    width: 36px;
    height: 36px;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .wrapper_header_03 .header-panel-bt .cart-icon {
    padding: 0;
    margin-left: 10px
  }

  .wrapper_header_03 .header-panel-bt .cart-icon a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .wrapper_header_03 .header-panel-bt .cart-icon svg {
    width: 26px;
    height: 26px
  }

  .wrapper_header_03 .header-panel-bt .cart-icon .cartCount {
    right: -11px;
    top: -5px
  }

  .wrapper_header_03 .header-panel-bt .wishlist {
    margin-left: 15px
  }

  .wrapper_header_03 .header-panel-bt .wishlist .wishlist-text {
    display: none !important
  }

  .wrapper_header_03 .header-panel-bt .wishlist svg {
    width: 27px;
    height: 22px
  }

  .wrapper_header_03 .header-panel-bt .nav-search .close-search {
    display: none
  }

  .wrapper_header_03 .header-panel-bt .nav-search .search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }

  .wrapper_header_03 .header-panel-bt .nav-search .input-group-field {
    padding-top: 8px;
    padding-bottom: 6px;
    max-width: 140px
  }

  .wrapper_header_03 .header-panel-bt .nav-search .icon-search {
    padding: 9px 10px 7px
  }

  .wrapper_header_03 .header-panel-bt .nav-search .icon-search svg {
    width: 16px;
    height: 16px
  }

  .search-open .header-lang-style2 .search-form .input-group-field {
    padding: 10px 12px 8px;
    max-width: initial
  }

  .search-open .header-lang-style2 .search-form .close-search {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: -moz-calc(20% - 50px);
    top: -webkit-calc(20% - 50px);
    top: -ms-calc(20% - 50px);
    top: calc(20% - 50px);
    z-index: 2;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .home-list-collections .collection-item .collections-btn {
    padding: 10px 20px 8px;
    min-width: 170px
  }

  .home-list-collections .list-collumn-2 .grid-item {
    padding-bottom: 30px
  }

  .wrapper_header_04 .site-nav .menu-lv-1 {
    margin-left: 16px;
    margin-right: 16px
  }

  .wrapper_header_04 .site-nav .menu-lv-1 > a {
    padding-bottom: 30px
  }

  .wrapper_header_04 .right-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .wrapper_header_04 .right-header .wishlist-text,
  .wrapper_header_04 .right-header .close-search {
    display: none !important
  }

  .wrapper_header_04 .lang-currency-groups,
  .wrapper_header_04 .wishlist,
  .wrapper_header_04 .customer-links,
  .wrapper_header_04 .reverse-mb {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .wrapper_header_04 .cart-icon {
    padding-right: 0;
    padding-left: 20px;
    width: 60px
  }

  .wrapper_header_04 .cart-icon .cartCount {
    right: 4px;
    top: 6px
  }

  .wrapper_header_04 .wishlist {
    margin-left: 7px;
    padding-top: 5px;
    padding-bottom: 5px
  }

  .wrapper_header_04 .wishlist,
  .wrapper_header_04 .lang-currency-groups {
    padding-left: 21px;
    position: relative
  }

  .wrapper_header_04 .wishlist:before,
  .wrapper_header_04 .lang-currency-groups:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 22px;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    background: var(--color_slick_arrow)
  }

  .wrapper_header_04 .lang-block + .currency-block {
    margin-left: 13px
  }

  .wrapper_header_04 .acc-links {
    font-weight: 600;
    padding: 6px 0 4px
  }

  .wrapper_header_04 .appentMb {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 325px;
    flex: 0 0 325px;
    max-width: 325px;
    padding-left: 10px
  }

  .wrapper_header_04 .icon-search {
    padding: 6px 0 3px 15px
  }

  .wrapper_header_04 .icon-search svg {
    width: 18px;
    height: 18px
  }

  .wrapper_header_04 .nav-search .search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }

  .wrapper_header_04 .nav-search .input-group-field {
    padding: 6px 0 3px;
    max-width: 135px
  }

  .wrapper_header_04 .is-sticky .main-menu {
    width: 100%
  }

  .wrapper_header_04 .is-sticky .wrapper-header-bt {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)
  }

  .wrapper_header_04 .wrapper-header-bt {
    position: relative;
    padding-top: 15px
  }

  .wrapper_header_04 .header-panel-bt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
  }

  .wrapper_header_04 .header-panel-bt .right-header {
    padding-left: 15px
  }

  .wrapper_header_04 .header-panel-bt .left-header {
    padding: 9px 0 9px 15px
  }

  .wrapper_header_04 .header-panel-bt > .col-left {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 580px);
    flex: 0 0 calc(100% - 580px);
    max-width: -moz-calc(100% - 580px);
    max-width: -webkit-calc(100% - 580px);
    max-width: -ms-calc(100% - 580px);
    max-width: calc(100% - 580px)
  }

  .wrapper_header_04 .header-panel-bt .wrapper-navigation {
    position: static;
    margin-top: 3px
  }

  .wrapper_header_04 .header-panel-bt .left-header {
    min-width: 100px
  }

  .wrapper_header_04 .header-panel-bt .right-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 580px;
    flex: 0 0 580px;
    max-width: 580px
  }

  .product-template-full-width .video-open-popup > a {
    bottom: initial;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0)
  }

  .product-template-full-width .product-shop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    max-width: 500px
  }

  .product-template-full-width .product-shop .vertical-tabs {
    padding-bottom: 40px;
    margin-top: 25px
  }

  .product-template-full-width .product-shop .vertical-tabs .theme-ask {
    margin-bottom: 5rem
  }

  .product-template-full-width .product-photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 740px);
    flex: 0 0 calc(100% - 740px);
    max-width: -moz-calc(100% - 740px);
    max-width: -webkit-calc(100% - 740px);
    max-width: -ms-calc(100% - 740px);
    max-width: calc(100% - 740px);
  }

  .product-template-full-width .halo-product-content {
    padding-top: 20px
  }

  .product-template-full-width .halo-product-content .pro-page {
    margin-bottom: 60px
  }

  .product-template-full-width .related-products {
    margin-top: 0
  }

  .product-template-full-width .related-products .widget-title {
    padding: 7px 0 10px
  }

  .product-template-full-width .product-img-box {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
  }

  .product-template-full-width .product-img-box .margin-nav {
    left: 1.5vw
  }

  .product-template-full-width .product-img-box .margin-nav.sticky-on-bottom {
    left: 0
  }

  .product-template-full-width .product-img-box .slider-nav {
    margin: 17.2% 0
  }

  .product-template-full-width .product-img-box .wrapper-images {
    max-width: 710px;
    margin-left: auto
  }

  .product-template-full-width .product-img-box .slider-for .scroll-down {
    color: var(--color_slick_arrow);
    bottom: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0)
  }

  .product-template-full-width .product-img-box .slider-for .model-viewer {
    min-width: 100%;
    margin-bottom: 25px;
    position: relative
  }

  .product-template-full-width .product-img-box .slider-for .model-viewer model-viewer {
    min-height: 290px
  }

  .product-template-full-width .product-img-box .slider-for .model-viewer:hover .scroll-down {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100)
  }

  .product-template-full-width .product-img-box .slider-for .thumb {
    background-color: var(--body_bg);
    text-align: center;
    margin-bottom: 25px;
    min-width: 100%;
    position: relative
  }

  .product-template-full-width .product-img-box .slider-for .thumb:hover .scroll-down {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100)
  }

  .wrapper_header_vertical .right-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .wrapper_header_vertical .right-header .svg-mb {
    width: 50px;
    height: 50px;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }

  .wrapper_header_vertical .right-header .cart-icon {
    width: 56px;
    padding-right: 4px
  }

  .wrapper_header_vertical .right-header .cart-icon .cartCount {
    right: -8px
  }

  .wrapper_header_vertical .right-header .nav-search {
    margin-right: 3px
  }

  .wrapper_header_vertical .nav-search .close-search {
    display: none !important
  }

  .wrapper_header_vertical .nav-search .search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }

  .wrapper_header_vertical .nav-search .input-group-field {
    padding: 7px 0 2px;
    min-width: 178px
  }

  .wrapper_header_vertical .nav-search .icon-search {
    padding: 9px 0 6px 10px
  }

  .wrapper_header_vertical .nav-search .icon-search svg {
    width: 17px;
    height: 18px
  }

  .wrapper_header_vertical .header-panel-bt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .wrapper_header_vertical .left-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }

  .wrapper_header_vertical .wrapper-header-bt {
    padding: 5px 0 8px
  }

  .wrapper_header_vertical .right-header .svg-mb {
    margin-top: 7px
  }

  .nav-vertical .site-nav .menu-lv-1 {
    display: block;
    padding-right: 30%;
    margin: 0
  }

  .nav-vertical .site-nav .menu-lv-1 > a {
    padding-left: 0;
    display: inline-block
  }

  .nav-vertical .site-nav .menu-lv-1 .icon-label {
    top: -4px;
    right: -24px
  }

  .nav-vertical .site-nav .menu-lv-1.dropdown:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    cursor: pointer;
    float: right;
    width: 20px;
    height: 20px;
    padding: 13px 0 11px;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
    filter: alpha(opacity=40)
  }

  .nav-vertical .site-nav .menu-lv-1 > .sub-menu-mobile {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }

  .navigation-vertical-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: -moz-calc(1.5% + 330px);
    width: -webkit-calc(1.5% + 330px);
    width: -ms-calc(1.5% + 330px);
    width: calc(1.5% + 330px);
    z-index: 6;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-left: 1.5%;
    padding-bottom: 100px
  }

  .navigation-vertical-menu .mb-area {
    margin: 35px -15px 35px 0;
    padding-top: 42px;
    padding-bottom: 42px;
    position: relative;
  }

  .navigation-vertical-menu .mb-area .nav-bar {
    overflow-x: hidden;
    overflow-y: auto
  }

  .navigation-vertical-menu .mb-area .nav-bar::-webkit-scrollbar {
    width: 0
  }

  .navigation-vertical-menu .mb-area .nav-bar::-ms-scrollbar {
    width: 0
  }

  .navigation-vertical-menu .site-nav .mega-menu > .sub-menu-mobile {
    left: -moz-calc(100% - 15px);
    left: -webkit-calc(100% - 15px);
    left: -ms-calc(100% - 15px);
    left: calc(100% - 15px);
    top: -11px;
    right: initial;
    width: -moz-calc(100vw -(1.5vw + 330px - 30px));
    width: -webkit-calc(100vw -(1.5vw + 330px - 30px));
    width: -ms-calc(100vw -(1.5vw + 330px - 30px));
    width: calc(100vw -(1.5vw + 330px - 30px));
    padding-left: 15px
  }

  .navigation-vertical-menu .site-nav .no-mega-menu {
    position: static
  }

  .navigation-vertical-menu .site-nav .no-mega-menu .sub-menu-mobile {
    left: -moz-calc(100% - 20px);
    left: -webkit-calc(100% - 20px);
    left: -ms-calc(100% - 20px);
    left: calc(100% - 20px);
    top: -11px;
    width: 260px;
    min-height: 100%;
    padding-left: 15px
  }

  .navigation-vertical-menu .site-nav .menu-lv-1 > a > span:not(.icon-dropdown):before {
    display: none
  }

  .navigation-vertical-menu .style_1 .mega-banner .col-left,
  .navigation-vertical-menu .style_1 .mega-banner .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .navigation-vertical-menu .mega-menu .site-nav-dropdown .container > .row .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
  }

  .navigation-vertical-menu .mega-menu .site-nav-dropdown .container > .row .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
  }

  .translate-overlay .navigation-vertical-menu {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .translate-overlay .icon-nav.menu-open {
    left: -moz-calc(1.5vw + 330px);
    left: -webkit-calc(1.5vw + 330px);
    left: -ms-calc(1.5vw + 330px);
    left: calc(1.5vw + 330px)
  }

  .suppermarket-product-tabs .column-banner-inner {
    margin-bottom: 30px
  }

  .suppermarket-product-tabs .custom-block-imgs .banner-button {
    min-width: 170px
  }

  .suppermarket-product-tabs.has-banner .column-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
  }

  .suppermarket-product-tabs.has-banner .column-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
  }

  .sticky_form .container {
    max-width: 1200px
  }

  .sticky_form form .col-variant {
    max-width: -moz-calc(50% - 70px);
    max-width: -webkit-calc(50% - 70px);
    max-width: -ms-calc(50% - 70px);
    max-width: calc(50% - 70px)
  }

  .sticky_form form .col-img-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% + 65px);
    flex: 0 0 calc(25% + 65px);
    max-width: -moz-calc(25% + 65px);
    max-width: -webkit-calc(25% + 65px);
    max-width: -ms-calc(25% + 65px);
    max-width: calc(25% + 65px)
  }

  .sticky_form form .col-actions {
    max-width: -moz-calc(25% + 5px);
    max-width: -webkit-calc(25% + 5px);
    max-width: -ms-calc(25% + 5px);
    max-width: calc(25% + 5px)
  }

  .wrapper_header_supermarket .wrapper-header-bt .wrapper-right {
    text-align: right
  }

  .wrapper_header_supermarket .info-store,
  .wrapper_header_supermarket .header-links {
    margin: 0 -12.5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .wrapper_header_supermarket .info-store li,
  .wrapper_header_supermarket .header-links li {
    padding: 6px 12.5px 4px
  }

  .wrapper_header_supermarket .info-store a:hover,
  .wrapper_header_supermarket .header-links a:hover {
    text-decoration: underline
  }

  .wrapper_header_supermarket .free-shipping-text {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 6px 0 4px
  }

  .wrapper_header_supermarket .lang-currency-groups {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    top: -1px
  }

  .wrapper_header_supermarket .lang-currency-groups .lang-block + .currency-block {
    margin-left: 20px
  }

  .wrapper_header_supermarket .header-panel-top .lang-currency-groups {
    margin-left: 22px
  }

  .header-supermarket .lang-currency-groups .currency-block .dropdown-label > .img-icon {
    display: none;
  }
  .header-lang-style2 .header-supermarket .lang-currency-groups .dropdown-label .img-icon {
    width: 22px;
  }
  .header-lang-style2 .header-supermarket .lang-currency-groups .dropdown-label .img-icon img {
    width: 22px;
    height: 16px;
  }
  .header-supermarket .lang-currency-groups .lang-dropdown .dropdown-toggle:after {
    display: none;
  }
  .header-supermarket .lang-currency-groups .lang-block {
    position: relative;
    margin-right: 5px;
    padding-right: 10px;
  }
  .header-supermarket .lang-currency-groups .lang-block:before {
    content: "/";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-supermarket .lang-currency-groups.show .dropdown-menu {
    display: block !important;
  }
  .header-supermarket .lang-currency-groups .lang-block .dropdown-menu {
    right: 35px;
  }

  .wrapper_header_supermarket .header-panel-bt .wrapper-left,
  .wrapper_header_supermarket .main-menu .wrapper-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: -moz-calc(25% - 10px);
    max-width: -webkit-calc(25% - 10px);
    max-width: -ms-calc(25% - 10px);
    max-width: calc(25% - 10px)
  }

  .wrapper_header_supermarket .header-panel-bt {
    padding: 20px 0;
    border-bottom: 1px solid var(--border_color_1)
  }

  .header-10 .header-panel-bt > .container > .row {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .wrapper_header_supermarket .header-panel-bt .header-logo {
    text-align: center
  }

  .wrapper_header_supermarket .header-panel-bt .wrapper-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(40.666667% + 20px);
    flex: 0 0 calc(40.666667% + 20px);
    max-width: -moz-calc(40.666667% + 20px);
    max-width: -webkit-calc(40.666667% + 20px);
    max-width: -ms-calc(40.666667% + 20px);
    max-width: calc(40.666667% + 20px)
  }

  .wrapper_header_supermarket .header-panel-bt .wrapper-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(34.3333% - 10px);
    flex: 0 0 calc(34.3333% - 10px);
    max-width: -moz-calc(34.3333% - 10px);
    max-width: -webkit-calc(34.3333% - 10px);
    max-width: -ms-calc(34.3333% - 10px);
    max-width: calc(34.3333% - 10px)
  }

  .wrapper_header_supermarket .header-panel-bt .header-cart,
  .wrapper_header_supermarket .header-panel-bt .append-mb {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .wrapper_header_supermarket .header-panel-bt .header-cart {
    text-align: center;
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wrapper_header_supermarket .header-panel-bt .header-cart .groups-cart-text {
    max-width: 30px
  }

  .wrapper_header_supermarket .header-panel-bt .header-cart .groups-cart-text,
  .wrapper_header_supermarket .header-panel-bt .header-cart .cart-icon {
    display: inline-block
  }

  .wrapper_header_supermarket .header-panel-bt .header-cart .cart-icon {
    width: initial;
    padding-right: 2px
  }

  .wrapper_header_supermarket .header-panel-bt .header-cart .cart-icon svg {
    width: 32px;
    height: 31px;
    position: relative;
    top: 1px
  }

  .wrapper_header_supermarket .header-panel-bt .header-cart .cartCount {
    min-width: 30px;
    padding: 3px 0 2px 2px;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 3px
  }

  .wrapper_header_supermarket .header-panel-bt .header-cart .cartCount,
  .wrapper_header_supermarket .header-panel-bt .header-cart .cart-text {
    display: block;
    line-height: 1em
  }

  .wrapper_header_supermarket .header-panel-bt .wishlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
    line-height: var(--font_size_plus6)
  }

  .wrapper_header_supermarket .header-panel-bt .wishlist svg {
    width: 29px;
    height: 29px;
    margin-right: 10px
  }

  .wrapper_header_supermarket .header-panel-bt .wishlist .wishlist-text {
    padding-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 35px;
    word-break: break-all
  }

  .wrapper_header_supermarket .header-panel-bt .customer-links {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    line-height: var(--font_size_plus7)
  }

  .wrapper_header_supermarket .header-panel-bt .customer-links .icon-user {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px
  }

  .wrapper_header_supermarket .header-panel-bt .customer-links .icon-user svg {
    width: 28px;
    height: 26px
  }

  .wrapper_header_supermarket .header-panel-bt .header-wishlist + .customer-links {
    margin-left: 20px
  }

  .header-supermarket .header-panel-bt .customer-links .text-bottom .acc-links {
    font-weight: 700;
  }

  .wrapper_header_supermarket .search-form .search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.12)
  }

  .wrapper_header_supermarket .search-form .input-group-field {
    padding: 13px 18px 12px;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    width: calc(100% - 50px)
  }

  .wrapper_header_supermarket .main-menu .icon-nav {
    position: relative
  }

  .wrapper_header_supermarket .main-menu .mb-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px
  }

  .wrapper_header_supermarket .main-menu .mb-area > div {
    padding-left: 15px;
    padding-right: 15px
  }

  .wrapper_header_supermarket .main-menu .wrapper-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(75% + 10px);
    flex: 0 0 calc(75% + 10px);
    max-width: -moz-calc(75% + 10px);
    max-width: -webkit-calc(75% + 10px);
    max-width: -ms-calc(75% + 10px);
    max-width: calc(75% + 10px)
  }

  .wrapper_header_supermarket .main-menu .append-mb,
  .wrapper_header_supermarket .main-menu .header-panel-top {
    display: none
  }

  .wrapper_header_supermarket .fb-like-code {
    text-align: right
  }

  .wrapper_header_supermarket .fb-like-code a {
    padding: 0
  }

  .wrapper_header_supermarket .mega-menu .mega-banner-bt .col-cms {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: -moz-calc(50% - 10px);
    max-width: -webkit-calc(50% - 10px);
    max-width: -ms-calc(50% - 10px);
    max-width: calc(50% - 10px)
  }

  .wrapper_header_supermarket .wrapper-full {
    width: 100%
  }

  .wrapper_header_supermarket .horizontal-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 1px 0;
    height: 100%
  }

  .wrapper_header_supermarket .horizontal-menu .menu-lv-1 {
    margin: 0 13.5px
  }

  .wrapper_header_supermarket .horizontal-menu .menu-lv-1:first-of-type {
    margin-left: 0
  }

  .wrapper_header_supermarket .horizontal-menu .menu-lv-1:last-of-type {
    margin-right: 0
  }

  .wrapper_header_supermarket .horizontal-menu .fb-like-code {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px
  }

  .wrapper_header_supermarket .horizontal-menu .nav-bar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: -webkit-calc(100% - 100px);
    max-width: -ms-calc(100% - 100px);
    max-width: calc(100% - 100px)
  }

  .wrapper_header_supermarket .vertical-menu {
    position: relative;
  }

  .wrapper_header_supermarket .vertical-menu .categories-title {
    border-left: 1px solid var(--border_color_1);
    border-right: 1px solid var(--border_color_1);
    border-bottom: 1px solid var(--border_color_1);
    z-index: 4
  }

  .wrapper_header_supermarket .vertical-menu .site-nav {
    padding: 10px 0 15px;
    position: relative
  }

  .wrapper_header_supermarket .vertical-menu .menu-lv-1 {
    display: block;
    margin: 0
  }

  .wrapper_header_supermarket .vertical-menu .menu-lv-1.dropdown > a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    cursor: pointer;
    width: 21px;
    height: 18px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    filter: alpha(opacity=50);
    position: absolute;
    right: 0;
    left: auto;
    top: 9px
  }

  .wrapper_header_supermarket .vertical-menu .menu-lv-1 > a {
    font-weight: normal;
    padding: 8px 20px 6px;
    min-height: 35px
  }

  .wrapper_header_supermarket .vertical-menu .menu-lv-1 > .sub-menu-mobile {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }

  .wrapper_header_supermarket .vertical-menu .menu-lv-1 > .sub-menu-mobile .bg {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    overflow: hidden
  }

  .wrapper_header_supermarket .vertical-menu .mega-menu > .sub-menu-mobile {
    left: 100%;
    right: initial;
    top: 0;
    min-width: 911px;
    background: rgba(255, 255, 255, 0);
    padding: 10px 0 0 11px;
    max-height: 90vh
  }

  .wrapper_header_supermarket .vertical-menu .mega-menu .bg {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    padding: 8px 5px
  }

  .wrapper_header_supermarket .vertical-menu .mega-menu .mega-banner {
    padding: 12px 0
  }

  .wrapper_header_supermarket .vertical-menu .mega-menu [data-masonry] {
    margin-left: -10px;
    margin-right: -10px
  }

  .wrapper_header_supermarket .vertical-menu .mega-menu .menu-lv-2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px
  }

  .wrapper_header_supermarket .vertical-menu .mega-menu .menu-lv-2.col-xl-4:not(:nth-child(-n + 4)) {
    position: relative;
    padding-top: 15px
  }

  .wrapper_header_supermarket .vertical-menu .mega-menu .menu-lv-2.col-xl-4:not(:nth-child(-n + 4)):before {
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    height: 1px;
    background-color: var(--border_color_1);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: calc(100% - 20px)
  }

  .wrapper_header_supermarket .vertical-menu .mega-menu .style_4 .menu-lv-2.col5:not(:nth-child(-n + 5)) {
    position: relative;
    padding-top: 15px
  }

  .wrapper_header_supermarket .vertical-menu .mega-menu .style_4 .menu-lv-2.col5:not(:nth-child(-n + 5)):before {
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    height: 1px;
    background-color: var(--border_color_1);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: calc(100% - 20px)
  }

  .wrapper_header_supermarket .vertical-menu .mega-menu .style_5 .mega-banner.skin-1-product {
    padding: 0
  }

  .wrapper_header_supermarket .vertical-menu .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow.slick-next {
    right: 0
  }

  .wrapper_header_supermarket .vertical-menu .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow.slick-prev {
    left: 0
  }

  .wrapper_header_supermarket .vertical-menu .mega-menu .container .row {
    margin-left: -10px;
    margin-right: -10px
  }

  .wrapper_header_supermarket .vertical-menu .mega-menu .container .row .col-12 {
    padding-left: 10px;
    padding-right: 10px
  }

  .wrapper_header_supermarket .vertical-menu .mega-menu .menu-lv-2.col5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .wrapper_header_supermarket .vertical-menu .no-mega-menu > .sub-menu-mobile {
    left: 100%;
    background-color: rgba(255, 255, 255, 0);
    padding: 10px 0 0 11px;
    top: -10px
  }

  .wrapper_header_supermarket .vertical-menu .no-mega-menu .bg {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px
  }

  .wrapper_header_supermarket .vertical-menu .nav-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-top: none;
    z-index: 3;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    box-shadow: 0 0 5px rgba(30, 30, 30, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(30, 30, 30, 0.2);
    -moz-box-shadow: 0 0 5px rgba(30, 30, 30, 0.2);
    -ms-box-shadow: 0 0 5px rgba(30, 30, 30, 0.2);
  }

  .wrapper_header_supermarket .vertical-menu:hover .nav-bar {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .wrapper_header_supermarket .cart-fixed .cart-icon svg {
    width: 24px;
    height: 24px
  }

  .wrapper_header_supermarket .is-sticky .horizontal-menu .fb-like-code {
    display: none
  }

  .wrapper_header_supermarket .is-sticky .horizontal-menu .nav-bar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .product-notification,
  #accept-cookies {
    position: fixed;
    z-index: 99;
    bottom: 15px
  }

  .footbar-fixed.footbar-fixed-product .product-notification,
  .footbar-fixed.footbar-fixed-product #accept-cookies {
    position: absolute;
    bottom: 100%;
    margin: 0 0 15px
  }

  .horizontal-tabs.horizontal-tabs-center .tab-links {
    font-size: var(--font_size_plus4)
  }

  .vertical-tabs .wrapper-tab-content .tab-links {
    font-size: var(--font_size_plus4)
  }

  .recently-viewed-products .widget-title .box-title,
  .related-products .widget-title .box-title {
    font-size: var(--font_size_plus4)
  }

  .cart-popup-coll-related .products-grid .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .cart-popup-coll-related .products-grid .grid-item:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .container-fluid .slick-arrow.slick-next {
    right: 0
  }

  .container-fluid .slick-arrow.slick-prev {
    left: 0
  }

  .search-page .input-group-field {
    background: transparent;
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
  }

  .halo-collection-content .products-grid .col5 .item-swatch label {
    overflow: hidden
  }

  .halo-collection-content .products-grid .col5 .item-swatch label img {
    max-height: 18px;
    max-width: 19px;
    display: block;
    margin: 0 auto
  }
}

@media(min-width: 1025px) {
  .home-about-us.style_about_7 .list-item {
    margin: 0 -50px;
  }
  .home-about-us.style_about_7 .list-item .item.column-3 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media(min-width: 1281px) {
  .header-parallax-tpl.layout_home_5 .home-spotlight-block .container-fluid,
  .header-parallax-tpl.layout_home_5 .home-instagram .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }

  .home-custom-instagram .container {
    padding: 0 50px
  }

  .home-custom-block-bottom .banner-large-img .banner-content {
    border-bottom-right-radius: 180px
  }
}

@media(min-width: 1200px) and (max-width: 1280px) {
  .home-about-us.style_about_5 .list-item .item,
  .home-about-us.style_about_8 .list-item .item {
    width: 30%;
  }
  .home-about-us.style_about_5 .list-item .item .content-right .desctiption,
  .home-about-us.style_about_8 .list-item .item .content-right .desctiption {
    white-space: normal;
  }
  .categories-slider .categories-slider--list {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .categories-slider .categories-slider--list li {
    flex: 0 0 16%;
    max-width: 16%;
  }
  .slick-arrow.slick-next {
    right: 0
  }

  .slick-arrow.slick-prev {
    left: 0
  }
  #dropdown-cart .mini-products-list {
    max-height: 150px;
    margin: 10px -9px 20px 0;
  }
}

@media(min-width: 768px) and (max-width: 1280px) {

  .brands-slider .slick-arrow.slick-next,
  .home-instagram .slick-arrow.slick-next {
    right: 0
  }

  .brands-slider .slick-arrow.slick-prev,
  .home-instagram .slick-arrow.slick-prev {
    left: 0
  }
}

@media(min-width: 1200px) and (max-width: 1349px) {
  .header-vertical-tpl .container {
    padding: 0 1.5%;
    max-width: 100%
  }

  .header-vertical-tpl .site-nav-dropdown .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px
  }

  .flex-nav-vertical .navigation-vertical-menu .mb-area {
    margin: 0
  }

  .flex-nav-vertical .navigation-vertical-menu .mb-area .nav-bar {
    max-height: -moz-calc(100vh - 45px - 33px - 115px - 42px - 42px - 100px);
    max-height: -webkit-calc(100vh - 45px - 33px - 115px - 42px - 42px - 100px);
    max-height: -ms-calc(100vh - 45px - 33px - 115px - 42px - 42px - 100px);
    max-height: calc(100vh - 45px - 33px - 115px - 42px - 42px - 100px)
  }

  .product-template-slider .product-img-box.five-items .slider-for:before,
  .product-template-slider .product-img-box.five-items .slider-for:after {
    position: absolute;
    top: 0;
    content: "";
    width: 25%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2
  }

  .product-template-slider .product-img-box.five-items .slider-for:before {
    left: 0
  }

  .product-template-slider .product-img-box.five-items .slider-for:after {
    right: 0
  }
}

@media(min-width: 1200px) and (max-width: 1399px) {

  .container-padd60 .list-categories .col-lg-4,
  .body-full .container .list-categories .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .container-padd60 .list-categories .col-xl-3,
  .body-full .container .list-categories .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
  }

  .container-padd60 .list-categories .col5,
  .body-full .container .list-categories .col5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .container-padd60 .products-grid .grid-item.col-xl-2,
  .body-full .container .products-grid .grid-item.col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .wrapper_header_parallax .left-header {
    padding-right: 0
  }

  .wrapper_header_parallax .site-nav .menu-lv-1 {
    margin-left: 13px;
    margin-right: 13px
  }

  .wrapper_header_parallax .header-parallax.style_header_2 .site-nav .menu-lv-1 {
    margin-left: 0;
  }

  .wrapper_header_parallax .site-nav .menu-lv-1:first-of-type {
    margin-left: 0
  }

  .wrapper_header_parallax .site-nav .menu-lv-1:last-of-type {
    margin-right: 0
  }

  .footer-4 .newsletter .input-group-field,
  .footer-4 .newsletter .btn {
    width: 100%;
    margin-right: 0
  }
}

@media(min-width: 1350px) {
  .wrapper_header_parallax .header-parallax.style_header_2 .right-header .nav-search .close-search {
    right: -moz-calc(18% - 4px);
    right: -webkit-calc(18% - 4px);
    right: -ms-calc(18% - 4px);
    right: calc(18% - 4px)
  }
  .collection-custom-block-images .row .custom-block-image-col .img-box .animate-scale img {
    width: 100%;
    object-fit: contain
  }

  #custom-block-custom-block-banner-collection-list-5 .container-padd60,
  #custom-block-images-collection-custom-block-images .container-padd60 {
    padding: 0 50px
  }

  .container-padd60,
  .body-full .container {
    padding: 0 3.175%
  }

  .blog-fullWidth {
    padding-left: 40px
  }

  .blog-fullWidth .list-blog .blog-item-2:nth-child(odd) .article-img {
    padding-right: 70px
  }

  .blog-fullWidth .list-blog .blog-item-2:nth-child(3n + 3) .article-img {
    padding-left: 70px;
    padding-right: 0
  }

  .product-template-slider .product-img-box .slider-for:not(.slick-slider) .thumb:nth-child(-n + 5) {
    display: block;
    width: 20%
  }

  .product-template-slider .product-img-box.five-items .video-open-popup > a,
  .product-template-slider .product-img-box.multi-items .video-open-popup > a {
    left: -moz-calc(40% + 20px);
    left: -webkit-calc(40% + 20px);
    left: -ms-calc(40% + 20px);
    left: calc(40% + 20px)
  }

  .product-template-slider .product-img-box.three-items .product-label,
  .product-template-slider .product-img-box.one-item .product-label,
  .product-template-slider .product-img-box .product-label {
    right: 40%
  }

  .product-template-slider .product-img-box.four-items .product-label,
  .product-template-slider .product-img-box.two-items .product-label {
    right: 30%
  }

  .product-template-slider .product-img-box.one-item .product-single__compareColor,
  .product-template-slider .product-img-box.three-items .product-single__compareColor,
  .product-template-slider .product-img-box .product-single__compareColor {
    right: calc(40% + 15px);
  }

  .product-template-slider .product-img-box.four-items .product-single__compareColor,
  .product-template-slider .product-img-box.two-items .product-single__compareColor {
    right: calc(30% + 15px);
  }

  .product-template-slider .product-img-box.five-items .product-single__compareColor {
    bottom: 45px;
  }

  .product-template-slider .product-img-box.multi-items:before,
  .product-template-slider .product-img-box.multi-items:after {
    width: 20%
  }

  .product-template-slider .product-img-box.five-items .slick-arrow.slick-prev,
  .product-template-slider .product-img-box.multi-items .slick-arrow.slick-prev {
    left: 20%
  }

  .product-template-slider .product-img-box.five-items .slick-arrow.slick-next,
  .product-template-slider .product-img-box.multi-items .slick-arrow.slick-next {
    right: 20%
  }

  .wrapper_header_parallax .right-header .nav-search .close-search {
    right: -moz-calc(4% - 4px);
    right: -webkit-calc(4% - 4px);
    right: -ms-calc(4% - 4px);
    right: calc(4% - 4px)
  }

  .product-template-full-width .relate-verticle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px
  }

  .product-template-full-width .product-shop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    max-width: 570px;
    padding-right: 45px;
    padding-left: 40px
  }

  .product-template-full-width .product-photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% -(300px + 570px));
    flex: 0 0 calc(100% -(300px + 570px));
    max-width: -moz-calc(100% -(300px + 570px));
    max-width: -webkit-calc(100% -(300px + 570px));
    max-width: -ms-calc(100% -(300px + 570px));
    max-width: calc(100% -(300px + 570px))
  }

  .product-template-full-width .product-img-box .margin-nav {
    left: 3.175vw
  }

  .product-template-full-width .product-img-box .slider-nav {
    width: 85px
  }

  .product-template-full-width .product-img-box .wrapper-images {
    width: -moz-calc(100% - 105px);
    width: -webkit-calc(100% - 105px);
    width: -ms-calc(100% - 105px);
    width: calc(100% - 105px)
  }

  .header-vertical-tpl .container {
    padding: 0 3.175%;
    max-width: 100%
  }

  .header-vertical-tpl .site-nav-dropdown .container {
    padding-left: 15px;
    padding-right: 15px
  }

  .body-boxed.has_sticky .wrapper_header_default .wrapper-top-cart {
    right: -moz-calc((100% - 1350px) / 2);
    right: -webkit-calc((100% - 1350px) / 2);
    right: -ms-calc((100% - 1350px) / 2);
    right: calc((100% - 1350px) / 2)
  }

  .body-boxed.has_sticky .wrapper_header_default .wrapper-top-cart .cart-icon {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
  }
}

@media(min-width: 1400px) {
  .home-about-us.style_about_8 .list-item {
    padding: 0 65px;
  }
  .home-about-us.style_about_8 .list-item .item {
    padding: 60px 40px 105px
  }
  .wrapper_header_supermarket .header-panel-bt .wrapper-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(41.666667% + 20px);
    flex: 0 0 calc(41.666667% + 20px);
    max-width: -moz-calc(41.666667% + 20px);
    max-width: -webkit-calc(41.666667% + 20px);
    max-width: -ms-calc(41.666667% + 20px);
    max-width: calc(41.666667% + 20px)
  }

  .wrapper_header_supermarket .header-panel-bt .wrapper-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333% - 10px);
    flex: 0 0 calc(33.3333% - 10px);
    max-width: -moz-calc(33.3333% - 10px);
    max-width: -webkit-calc(33.3333% - 10px);
    max-width: -ms-calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px)
  }
  .home-custom-banner-3.banner_style_2 .content_sub_banner .item {
    padding-left: 0;
    padding-right: 0;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow.slick-prev {
    left: -120px
  }

  .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow.slick-next {
    right: -120px
  }

  .container-padd60 .recently-viewed-products .widget-product .slick-arrow,
  .body-full .container .recently-viewed-products .widget-product .slick-arrow {
    top: 36.5%
  }
}

@media(min-width: 1400px) and (max-width: 1599px) {
  .header-parallax-tpl.layout_home_5 .footer-4 .newsletter .input-group-field {
    max-width: calc(100% - 131px);
  }
}

@media(min-width: 1600px) {
  .header-parallax-tpl.layout_home_5 .footer-4 .newsletter .input-group-field {
    min-width: -moz-calc(100% - 141px);
    min-width: -webkit-calc(100% - 141px);
    min-width: -ms-calc(100% - 141px);
    min-width: calc(100% - 141px);
    max-width: calc(100% - 141px);
  }

  .header-parallax-tpl.layout_home_5 .footer-4 .newsletter .btn {
    min-width: 131px;
  }

  .home-brands-block .brands-block .widget-title.style_3 + .brands-slider .slick-arrow.slick-next {
    right: 40px;
  }

  .home-brands-block .brands-block .widget-title.style_3 + .brands-slider .slick-arrow.slick-prev {
    right: 90px;
  }

  .home-spotlight-block .style_4.widget-title + .spotlight-style-4 .slick-arrow.slick-next {
    right: 35px;
  }

  .home-spotlight-block .style_4.widget-title + .spotlight-style-4 .slick-arrow.slick-prev {
    right: 85px;
  }
  .header-parallax-tpl.layout_home_5 .content.spotlight-inner {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-fluid .slide-content.style_4.abs_left {
    left: -moz-calc((100% - 1425px) / 2);
    left: -webkit-calc((100% - 1425px) / 2);
    left: -ms-calc((100% - 1425px) / 2);
    left: calc((100% - 1425px) / 2);
  }

  .container-fluid .slide-content.style_4.abs_right {
    right: -moz-calc((100% - 1425px) / 2);
    right: -webkit-calc((100% - 1425px) / 2);
    right: -ms-calc((100% - 1425px) / 2);
    right: calc((100% - 1425px) / 2);
  }

  .wrapper_header_parallax .header-items {
    width: 250px
  }

  .wrapper_header_vertical .header-panel-bt {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }

  .wrapper_header_vertical .header-panel-bt .left-header {
    display: none !important
  }

  .wrapper_header_vertical .wrapper-header-bt {
    padding: 30px 0 15px
  }

  .wrapper_header_vertical .sticky-wrapper {
    height: 100% !important
  }

  .wrapper_header_vertical .is-sticky .wrapper-header-bt {
    padding: 12px 0
  }

  .navigation-vertical-menu .site-nav .mega-menu > .sub-menu-mobile {
    width: -moz-calc(100vw -(3.175vw + 280px));
    width: -webkit-calc(100vw -(3.175vw + 280px));
    width: -ms-calc(100vw -(3.175vw + 280px));
    width: calc(100vw -(3.175vw + 280px));
    padding-right: -moz-calc(3.175vw + 12px);
    padding-right: -webkit-calc(3.175vw + 12px);
    padding-right: -ms-calc(3.175vw + 12px);
    padding-right: calc(3.175vw + 12px);
    padding-left: 3.175vw
  }

  .navigation-vertical-menu .site-nav .no-mega-menu .sub-menu-mobile {
    padding-left: 3.175vw;
    width: -moz-calc(3.175vw + 225px);
    width: -webkit-calc(3.175vw + 225px);
    width: -ms-calc(3.175vw + 225px);
    width: calc(3.175vw + 225px)
  }

  .navigation-vertical-menu .site-nav .menu-lv-1 {
    padding-right: 17%
  }

  .navigation-vertical-menu .site-nav .menu-lv-1 > .sub-menu-mobile {
    pointer-events: none
  }

  .navigation-vertical-menu .site-nav .menu-lv-1:hover > .sub-menu-mobile {
    pointer-events: initial
  }

  .flex-nav-vertical .navigation-vertical-menu {
    float: left;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: -moz-calc(3.175% + 280px);
    width: -webkit-calc(3.175% + 280px);
    width: -ms-calc(3.175% + 280px);
    width: calc(3.175% + 280px);
    padding-left: 3.175%;
    z-index: 4
  }

  .flex-nav-vertical .wrapper-body {
    float: right;
    width: -moz-calc(100% - 3.175% - 280px);
    width: -webkit-calc(100% - 3.175% - 280px);
    width: -ms-calc(100% - 3.175% - 280px);
    width: calc(100% - 3.175% - 280px)
  }

  .flex-nav-vertical .wrapper-body .container-fluid,
  .flex-nav-vertical .wrapper-body .container-padd60,
  .flex-nav-vertical .wrapper-body .container {
    padding: 0 3.175vw
  }

  .flex-nav-vertical .wrapper-body .container-fluid .no-padd {
    padding-left: 15px;
    padding-right: 15px
  }

  .flex-nav-vertical:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both
  }
  .product-template-full-width .product-photos {
    padding-right: 27px
  }
}

@media(min-width: 1800px) {
  .container-fluid .banner-large-img .inner.abs_right {
    right: 21%
  }
}

@media(min-width: 1200px) and (max-width: 1499px) {
  .wrapper_header_04 .site-nav .menu-lv-1 {
    margin-left: 8px;
    margin-right: 8px
  }

  .wrapper_header_04 .appentMb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    max-width: 310px
  }
}

@media(min-width: 1200px) and (max-width: 1599px) {
  .navigation-vertical-menu .site-nav .menu-lv-1 {
    pointer-events: none
  }

  .translate-overlay .navigation-vertical-menu .site-nav .menu-lv-1 {
    pointer-events: initial
  }
}

@media screen and (-ms-high-contrast: active) and(min-width: 768px),
(-ms-high-contrast: none) and (min-width: 768px) {
  .suppermarket-product-tabs .list-product-tabs {
    overflow-x: visible
  }
}

@media screen and (-ms-high-contrast: active) and(min-width: 1200px),
(-ms-high-contrast: none) and (min-width: 1200px) {
  .header-default .nav-search {
    width: 160px
  }

  .wrapper_header_supermarket .main-menu .wrapper-left {
    width: -moz-calc(25% - 10px);
    width: -webkit-calc(25% - 10px);
    width: -ms-calc(25% - 10px);
    width: calc(25% - 10px)
  }

  .wrapper_header_supermarket .main-menu .wrapper-right {
    width: -moz-calc(75% + 10px);
    width: -webkit-calc(75% + 10px);
    width: -ms-calc(75% + 10px);
    width: calc(75% + 10px)
  }

  html.search-open .wrapper_header_parallax .header-search {
    max-width: 100%
  }

  .collection-template-no-sidebar .sidebar-filter .sidebar-tags:not(.filter-color) .widget-content {
    max-height: none
  }

  .collection-template-no-sidebar .sidebar-filter .sidebar-title .clear-all,
  .collection-template-no-sidebar .sidebar-filter .sidebar-title .clear {
    margin-left: auto
  }

  .product-img-box.vertical-moreview .slick-arrow.slick-next {
    top: auto
  }

}

@supports(-ms-ime-align: auto) {
  @media(min-width: 1200px) {
    .collection-template-fullwidth .col5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 19.95%;
      flex: 0 0 19.95%;
      max-width: 19.95%
    }
  }
}

@media(max-width: 550px) {
  .home-about-us.style_about_6 {
    padding: 0 !important;
  }
  .home-about-us.style_about_6.style_3 .btn-about-us {
    margin-top: -2px;
  }
  .new-arrivals-product .widget-title.style_3 .view_all {
    margin-top: -2px;
  }
  .layout_default .new-arrivals-product .widget-title.style_3 .view_all {
    margin-top: 0;
  }
  .home-spotlight-block.layout_style_5 .widget-title .title {
    font-size: 38px;
  }
  .home-spotlight-block.layout_style_5 .btn-view-all a {
    width: 300px;
  }
  .header-parallax.style_header_2 .top-message {
    padding: 11px 0 13px;
  }
  .header-parallax.style_header_2 .top-message .slick-arrow {
    display: none !important;
  }
  .custom_width.style_product_grid_4 .inner-top .product-bottom {
    padding: 0 6px 20px;
  }
  .categories-slider .categories-slider--list li {
    -ms-flex: 0 0 28% !important;
    flex: 0 0 28% !important;
    max-width: 28% !important;
  }
  .home-slideshow .has-banner .init-slider {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px;
  }
  .home-slideshow .block-banner-slider {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .block-banner-slider .banner {
    margin-bottom: 10px;
  }
  .policies-block .policies-slider .policy-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  .policies-block.layout_style_2 .policy-icon {
    margin-right: 15px;
  }
  .theme-ask {
    margin-bottom: 25px;
  }
  .cart-template .wrapper-cart-template .cart-list .cart-product-item {
    padding: 15px;
  }
  .cart-template .wrapper-cart-template .cart_items.left-col .cart-header .cart--price {
    padding-right: 15px;
  }
  .cart-template .right-col .discount-code-field input {
    max-width: 100%;
  }
  #is-a-gift p {
    letter-spacing: 0;
  }
  .home-about-us.style_about_3 {
    margin-bottom: 25px;
  }
  .home-spotlight-block .spotlight-style-4 .spotlight-item .shop_link {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .style_product_grid_4 .product-item .wrapper-button-card .action {
    width: 100%;
  }
  .home-brands-block .brands-block .link_all {
    top: 16px;
  }
  .home-about-us.style_4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-about-us.style_about_4 .title {
    font-size: 30px !important;
  }
  .home-about-us.style_about_4 .list-item .item,
  .home-about-us.style_about_6 .list-item .item {
    width: 64% !important;
    padding-top: 20px;
  }
  .home-about-us.style_about_4 .list-item .item p {
    font-size: var(--font_size_plus2);
    white-space: initial;
  }
  .home-about-us.style_about_4 .list-item .item .desctiption {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: var(--font_size);
  }
  .home-about-us.style_about_4 .list-item .item .button_text {
    font-size: var(--font_size);
  }
  .home-about-us.style_about_3 {
    padding: 50px 0;
  }
  .home-about-us.style_about_3 .list-item .item {
    width: 62% !important;
  }
  .home-about-us.style_about_3 .list-item .item .desctiption {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-spotlight-block .spotlight-style-4 .spotlight-item {
    margin-bottom: 0;
  }
  .home-spotlight-block .style_3.widget-title .link_all {
    top: 26px;
  }
  .announcement-bar .btn {
    display: none;
  }
  .announcement-bar span {
    font-size: 12px;
  }
  .announcement-bar-wrapper--close {
    top: 54%;
    right: -5px;
  }
  .banner-large-img .banner-content.content_style_2 .banner-heading {
    padding-bottom: 5px;
  }
  .banner-large-img .banner-content.content_style_2 .banner-des {
    margin-bottom: 20px;
  }
  .home-slideshow .style_2 .slick-dots,
  .lookbook-slideshow .style_2 .slick-dots {
    margin: 10px auto 0
  }
  .home-slideshow .slide-content.style_2,
  .home-slideshow .slide-content.style_3 {
    margin-top: -40%;
  }
  .layout_style_flower.style_product_grid_2 .product-item .product-des .action .btn {
    margin: 0 auto !important;
  }
  .home-spotlight-block .spotlight-style-2 .spotlight-item .not_img,
  .home-spotlight-block .spotlight-style-4 .spotlight-item .not_img {
    line-height: 100px;
  }
  .home-custom-instagram.layout_style_3 #instafeed {
    padding: 0;
    grid-gap: 2px;
  }
  .sticky_form .align-items-center.no-countdown {
    justify-content: center;
  }
  .sticky_form .content-right .action {
    margin-left: 15px;
    margin-right: 0;
  }
  .sticky_form .content-right .align-items-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: unset;
  }
  .sticky_form .align-items-center .col-actions {
    padding: 0 10px;
  }
  .sticky_form .align-items-center .col-actions .action {
    margin: 0;
  }
  .sticky_form .align-items-center .col-variant {
    width: auto;
    padding: 0 10px;
  }
  .toolbar {
    padding: 10px !important
  }

  #notify-me-wrapper {
    display: block
  }

  #notify-me-wrapper .input-field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px
  }

  #notify-me-wrapper .btn {
    min-width: 100%;
    min-height: 50px
  }

  .cart-template .wrapper-cart-template .cart-list .qty-group label {
    margin-right: 5px
  }

  .cart-template .wrapper-cart-template .cart-list .qty-group input {
    width: 60px !important
  }

  .cart-template .cart-form .cart-header > *.cart--title,
  .cart-template .cart-form .cart-list .details > *.cart--title {
    width: calc(100% - 100px) !important
  }

  .cart-template .cart-form .cart-header .cart--price,
  .cart-template .cart-form .cart-list .details .cart--price {
    width: 170px !important
  }

  .secure-shopping-guarantee {
    margin-bottom: 0
  }

  .cart-template .cart__count_down .count_down {
    width: calc(100% - 22px)
  }

  .cart-template .alert-warning {
    margin: 22px 0 15px
  }

  .cart-template .free_shipping_progress {
    margin-top: 20px
  }

  .style_product_grid_2 .product-item .product-bottom .product-title {
    margin-bottom: 5px
  }

  .style_product_grid_2 .product-item .product-bottom .wrapper-size {
    padding-bottom: 0
  }

  .style_product_grid_2 .product-item .product-bottom .wrapper-vendor .product-vendor {
    margin-right: 0
  }

  .product-card__variant--popup--content {
    padding-bottom: 62px
  }

  .sidebar_more,
  .toolbar .toolbar-col label {
    display: none
  }

  .toolbar .column-left .sidebar-label {
    padding-right: 0
  }

  .toolbar .filters-toolbar__sortby {
    padding-left: 0
  }

  .show-popup-qs .product-card__variant--popup--content .swatch {
    margin-bottom: 0
  }

  .show-popup-qs .product-card__variant--popup--content .variants {
    max-height: 120px
  }

  .show-popup-qs .product-card__button2 .add-to-cart-btn {
    margin: 0 !important;
    padding: 8px 15px 6px !important
  }

  .show-popup-qs .product-card__button2 .btn-cancel {
    display: none
  }

  .home-custom-instagram .infinite-scrolling-instagram a svg {
    width: 30px;
    height: 30px
  }

  .before-you-leave__content--product .products-grid .grid-item + .grid-item {
    margin-top: 30px
  }

  .before-you-leave__content--product .products-grid .grid-item:first-child {
    margin-top: 20px
  }

  .before-you-leave__content--product .products-grid .product-image .product-grid-image,
  .before-you-leave__content--product .products-grid .product-image img {
    min-height: 130px !important
  }

  .cart-sidebar-products .before-you-leave__content--product .products-grid .product-image .product-grid-image,
  .cart-sidebar-products .before-you-leave__content--product .product-top .product-image img {
    min-height: 100px !important
  }

  .before-you-leave__content--product .inner-top {
    display: flex
  }

  .before-you-leave__content--product .inner-top .product-top {
    width: 90px
  }

  .before-you-leave__content--product .inner-top .product-bottom {
    width: calc(100% - 90px);
    padding: 0 0 0 15px;
    text-align: left
  }

  .before-you-leave__content--product .inner-top .product-bottom .action .btn {
    padding: 10px 15px 8px
  }

  .before-you-leave__bg {
    padding: 45px 20px 30px
  }

  .before-you-leave__bg .rte p {
    padding: 0
  }

  .before-you-leave__bg .rte p:first-child strong {
    font-size: 28px
  }

  .home-custom-instagram.layout_style_2 .widget-title {
    padding-top: 10px;
    margin-bottom: 15px
  }

  .home-custom-instagram.layout_style_2 .widget-title p {
    margin-bottom: 15px
  }

  .home-custom-instagram.layout_style_2 #instafeed {
    margin-right: -5px;
    margin-left: -5px
  }

  .home-custom-instagram.layout_style_2 #instafeed .item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
  }

  .home-about-us.style_2.sub_title_padding {
    padding-top: 15px
  }

  .home-about-us.style_2.sub_title_padding .title {
    margin-bottom: 0 !important
  }

  .home-custom-block.layout_style_2 .item_style_2 + .item_style_2 {
    padding-top: 0
  }

  .home-custom-block.layout_style_2 .banner-small-img .banner-heading {
    font-size: 30px !important
  }

  .home-custom-block.layout_style_2 .banner-small-img .banner-button {
    min-width: 200px;
    padding: 10px 20px 8px
  }

  .home-spotlight-block.layout_style_2 .spotlight-item {
    padding: 20px 0
  }
  .home-spotlight-block .slick-slider .spotlight-item {
    margin-bottom: 15px;
  }
  .home-spotlight-block .slick-slider:not(.spotlight-style-4) .slick-dots {
    margin-bottom: 30px;
  }

  .home-spotlight-block.layout_style_2 .spotlight-item .title {
    margin-bottom: 18px
  }

  .home-spotlight-block.layout_style_2 .spotlight-item .des {
    margin-bottom: 20px
  }

  .home-spotlight-block.layout_style_2 .spotlight-item .content.spotlight-inner {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0
  }
  .home-spotlight-block .slick-slider .spotlight-item .content.spotlight-inner {
    padding-bottom: 5px;
  }

  .before-you-leave__wrapper--disableMobile {
    display: none !important
  }

  .open_beforeYouLeave .overlay_background {
    display: none
  }

  .open_beforeYouLeave .wrapper-overlay {
    display: none
  }
}

@media(max-width: 360px) {
  .home-about-us.style_about_4 .list-item .item p {
    font-size: var(--font_size);
    white-space: nowrap;
  }
  .header-mb.header_mobile_3 .header-mb-left,
  .header-mb.header_mobile_3 .header-mb-right {
    width: 85px
  }
  .header-mb.header_mobile_3 .header-mb-middle {
    width: -moz-calc(100% -(85px + 85px));
    width: -webkit-calc(100% -(85px + 85px));
    width: -ms-calc(100% -(85px + 85px));
    width: calc(100% -(85px + 85px));
  }
  .header-mb .header-mb-middle {
    width: -moz-calc(100% -(120px + 80px));
    width: -webkit-calc(100% -(120px + 80px));
    width: -ms-calc(100% -(120px + 80px));
    width: calc(100% -(120px + 80px));
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0;
  }

  .header-mb .header-mb-middle .header-logo {
    padding: 0
  }
}
@media(max-width: 768px) {
  .style_product_grid_6 .product-item .product-des.abs-center {
    display: none;
  }
  .site-footer .footer-newsletter .input-group {
    width: 90%;
  }
  html.cart-show .translate-header #dropdown-cart {
    right: 0;
    margin: 0 auto;
    left: 0;
  }
  .translate-header #dropdown-cart {
    width: calc(100% - 15px) !important;
    height: calc(100% - 20px) !important;
  }
  .row {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .products-grid .grid-item {
    padding-right: 6.5px !important;
    padding-left: 6.5px !important;
  }
  .wrapper-navigation .header-bottom-right .search-mb {
    display: none;
  }
  .site-footer .footer-newsletter .foot-title {
    width: 100%;
    font-size: 14px!important;
    margin-bottom: 32px;
    font-weight: 600!important;
  }
  .header-bottom .icon-nav svg {
    width: 26px;
    height: 26px;
  }
  .custom-block-image.layout_style_2 .btn-img-block {
    min-width: 175px;
    margin-top: unset;
  }
  .footer-top .col-footer .dropdow-mb {
    border-bottom: none !important;
  }
  .custom-block-image.layout_style_2 .img-inner {
    transform: translate(-50%);
    bottom: 30px;
  }
  .collection-template-default .sidebar-label {
    border: none !important;
    background-color: #dadada00 !important;
  }
  .custom-block-image.layout_style_2 .img-inner .des {
    display: none;
  }
  .home-custom-block-bottom .video-open-popup > a svg {
    width: 40px !important;
    height: 40px !important;
  }
  .home-custom-block-bottom .video-open-popup > a {
    left: 175px !important;
    bottom: unset !important;
    transform: none !important;
    top: 35% !important;
  }
  .wrapper-navigation .dropdown-toggle::after {
    content: "\f107";
    font: 14px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0 0 0 3px;
    vertical-align: middle;
    color: var(--color_icon_drop);
    position: relative;
    top: 3px;
    font-weight: 500;
  }
  .wrapper-navigation .site-nav .menu-lv-1 {
    border-bottom: none;
  }
  .wrapper-navigation .site-nav .menu-lv-1 > a,
  .site-nav .menu-mb-title {
    font-family: 'Inter';
    font-weight: 600;
    position: relative;
    top: 6px;
  }
  .wrapper-navigation .header-bottom-right a.wishlist {
    display: none;
  }
  .wrapper-navigation .header-bottom-right .acc-sign-in {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    font-family: 'Inter';
  }
  .wrapper-navigation .jas-mb-style .mb-area {
    display: flex;
    flex-direction: column-reverse;
  }
  .wrapper-navigation .header-bottom-right {
    border-top: none !important;
  }
  .wrapper-navigation .jas-mb-style .row {
    flex-direction: row-reverse;
    padding-top: 20px;
  }
  .wrapper-navigation .lang-currency-groups .dropdown-menu {
    display: none;
    position: unset;
  }
  .wrapper-navigation .jas-mb-style .mb-area .text-center {
    text-align: unset;
  }
  .wrapper-navigation .jas-mb-style .mb-area .header-logo {
    padding-left: 20px;
  }
  .wrapper-navigation .header-bottom-right .right-groups {
    display: none;
  }
  .wrapper-navigation .lang-currency-groups {
    position: absolute;
    padding-left: unset;

  }
  .collection-template .toolbar.has-padding,
  .breadcrumb {
    display: none;
  }
  /* #shopify-section-collection-template-default .different-toolbar .sidebar-label{
  display: none;
} */
  .custom-slider .custom-slider-bar {
    display: block;
  }
  .custom-slider .custom-filter .sidebar-label {
    display: block;
  }
  .custom-slider {
    display: flex;
    justify-content: space-between;
  }
  .style_product_grid_6 .product-item .item-swatch {
    display: none;
  }
  .product-gallery .product-shop .swatch {
    border-bottom: 1px solid #D9D9D9;
  }
  .product-gallery .product-shop .quantity {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
  }
  .product-gallery .product-shop .quantity .qty-group {
    margin-left: 10px;
  }
  .product-template-gallery .vertical-tabs .wrapper-tab-content .tab-links {
    font-weight: 600 !important;
    font-family: 'Inter';
  }
  .product-gallery .product-shop .short-description {
    display: none;
  }
  .product-gallery .product-shop .prices {
    font-weight: 400;
  }
  .product-template-gallery .slick-dots {
    position: absolute;
    bottom: 50%;
    left: 95%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column-reverse;
  }
  .recently-viewed-products .widget-title {
    text-align: center !important;
  }
  .footer-7 .footer-top .groups-block {
    text-align: center !important;
  }
  .col-md-6,
  .col-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .product-template-gallery .product-shop .groups-btn .wishlist {
    border: unset;
    border-radius: unset;
    width: 50%;
    padding: 25px;
    margin-right: unset;
  }
  .product-template-gallery .product-shop .groups-btn .wishlist:after {
    content: "ADD TO WISHLIST";
    font-weight: 400;
    padding-left: 10px;
    margin-top: 5px;
    font-size: 13px;
  }
  .product-shop .groups-btn #product-add-to-cart {
    width: 50%;
  }
  .site-footer .footer-top .social-icons {
    text-align: center !important;
  }


  .header-bottom .header-mb-right .wishlist {
    display: inline-flex;
    padding: 4px 5px;
    stroke-width: 8px;

  }
  .header-bottom .header-mb-right .wishlist svg {
    width: 25px;
    height: 24px;
  }
  .product-template-gallery header .size-chart {
    margin-top: 8px;
  }
  .swatch .header {
    margin-top: 8px;
  }

  .product-gallery .product-shop .quantity {
    display: flex;
    align-items: center;
  }
  .product-shop.qty-group {
    margin-left: 35px;
  }
  .header-bottom .header-mb-right .wishlist .countPill {
    position: absolute;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    max-height: 27px;
    height: 21px;
    position: absolute;
    top: 8px;
    right: 52px;
    min-width: 19px;
    min-height: 19px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
  }
  .product-template-gallery .slick-dots li:not(.slick-active) button {
    background: #808489;
    border-color: #d0cece;
  }
  .style_product_grid_6 .product-title span {
    font-size: 15px !important;
    line-height: 15.31px;
  }
  .price-box .price-regular {
    font-size: 11px !important;
    line-height: 13.31px;
  }
  .wrapper_header_02 .header-bottom {
    padding-top: 0 !important;
  }
  .product-gallery .product-img-box .slider-for [data-zoom] {
    height: 55%;
    overflow: hidden;
  }