::-webkit-scrollbar {
    width: 6px;
    height: 2px;
  }
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #d3d0ca;
    border-radius: 20px;
  }
  :focus-visible {
    outline: 0;
  }
  .search ul::-webkit-scrollbar {
    width: 0;
  }
  .sc-megamenu-list::-webkit-scrollbar,
  .sc-megamenu-list ul::-webkit-scrollbar {
    width: 8px;
  }
  .breadcrumb::-webkit-scrollbar {
    height: 2px;
  }
  .alert-dismissable .close,
  .alert-dismissible .close {
    right: -10px;
  }
  
  * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
  }
  
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  html {
    width: 100%;
    height: 100%;
  }
  
  html.lock {
      overflow: hidden;
  }
  
  html, body {
      max-width: 100%;
    }
  body {
    width: 100%;
    color: #000;
    background: #fcfbf9;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    overflow-x: hidden;
    /* overscroll-behavior: none; */
    /* -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; */
  }
  
  .wrapper {
    width: 100%;
    /*
    min-height: 100%;
    */
    display: flex;
    flex-direction: column;
    /* overflow-x: hidden; */
    /* overflow: hidden; */
  }

  .swiper-wrapper {
    height: auto !important;
  }
  
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  
  @media (min-width: 1700px) {
    .container {
      max-width: 1430px;
      width: 100%;
    }
  }
  
  @media (max-width: 1023.98px) {
    .container {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  
  @media (max-width: 767.98px) {
    .container {
      width: 100%;
    }
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000;
    font-weight: inherit;
    font-size: inherit;
  }
  /* default font size */
  .fa {
    font-size: 14px;
  }
  /* Override the bootstrap defaults */
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 15px;
  }
  h5 {
    font-size: 12px;
  }
  h6 {
    font-size: 10.2px;
  }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 32px;
    }
  }
  img {
    height: auto;
    max-width: 100%;
    display: block;
    border: none;
  }
  ul,
  table,
  fieldset,
  hr {
    margin: 0;
  }
  hr {
    border-color: #f2f2f2;
  }
  address {
    margin-bottom: 0;
  }
  ul li {
    list-style: none;
  }
  ul {
    padding-left: 0;
  }
  
  /* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE */
  /* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE */
  /* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE */
.line_buy {
    display: none;
}

  .mobile .line_buy {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    z-index: 89;
    position: fixed;
    bottom: 75px;
    background: #fffcf8;
    padding: 10px;
    transition: 0.2s ease-in-out;
  }

  .mobile .line_buy.scrolled {
    opacity: 1;
  }


  .mobile .line_buy .price_wrap {
        margin-right: 10px;
  }


  .mobile .line_buy .price_wrap .list-price {
        display: flex;
        align-items: end;
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 16px;
        line-height: 129%;
        color: #6a6f4c;
  }

  .mobile .line_buy .price_wrap .list-price  .old-price {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 12px;
    line-height: 129%;
    text-decoration: line-through;
    color: #a0a487;
    margin-right: 10px;
  }

  .mobile .line_buy .btn-buy {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 5px;
    background: #f99c8b;
  }

  .mobile .line_buy .btn-buy.disabled {
    cursor: not-allowed;
    opacity: 0.3;
    pointer-events: none;
  }

  .mobile .line_buy .btn-buy  span {
    font-family: var(--font5);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    margin-right: 10px;
  }





  #product-product .main-product {
    display: flex;
    position: relative;
  }
  
  .mobile #product-product .main-product {
    display: block;
    margin-bottom: 50px;
  }
  
  
  #product-product .main-product .main-slide {
      position: sticky;
      top: 140px;
      display: flex;
      margin-right: 45px;
      height: 100%;
      
  }
  
  .mobile #product-product .main-product .main-slide {
      position: relative;
      top: 0;
    display: block;
    margin: 0;
    width: 100%;
  }
  
  #product-product .main-product .main-slide .slider-nav {
    max-width: 110px;
  }
  
  .mobile #product-product .main-product .main-slide .slider-nav {
    display: none;
  }
  
  #product-product .main-product .main-slide .slider-nav .slick-slide {
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #f0efef;
    overflow: hidden;
    margin: 0 5px 5px 0;
    transition: 0.2s ease-in-out;
  }
  
  #product-product .main-product .main-slide .slider-nav .slick-slide.slick-current {
    border: 1.5px solid #6A6F4C;
  }
  
  #product-product .main-product .main-slide .main-image-section {
    width: 600px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }

  .mobile #product-product .main-product .main-slide .main-image-section {
    width: 100%;
    margin-bottom: 20px;
  }

  
  
  
  #product-product .main-product .main-slide .main-image-section .arrow-main-slide {
    position: absolute;
    display: flex;
    justify-content: end;
    width: 100px;
    z-index: 10;
    bottom: 25px;
    right: 20px;
  }
  
  .mobile #product-product .main-product .main-slide .main-image-section .arrow-main-slide {
    display: none;
  }
  
  
  #product-product .main-product .main-slide .main-image-section .arrow-main-slide .prev_arr, 
  #product-product .main-product .main-slide .main-image-section .arrow-main-slide .next_arr {
    cursor: pointer;
  }
  
  #product-product .main-product .main-slide .main-image-section .arrow-main-slide .prev_arr.slick-disabled, 
  #product-product .main-product .main-slide .main-image-section .arrow-main-slide .next_arr.slick-disabled {
    cursor: default;
  }
  
  #product-product .main-product .main-slide .main-image-section .arrow-main-slide .prev_arr svg, 
  #product-product .main-product .main-slide .main-image-section .arrow-main-slide .next_arr svg {
    transition: 0.2s ease-in-out;
    fill: #1E1E1E;
  }
  
  #product-product .main-product .main-slide .main-image-section .arrow-main-slide .prev_arr.slick-disabled svg, 
  #product-product .main-product .main-slide .main-image-section .arrow-main-slide .next_arr.slick-disabled svg {
    fill: transparent;
  }
  
  #product-product .main-product .main-slide .main-image-section .arrow-main-slide .prev_arr path, 
  #product-product .main-product .main-slide .main-image-section .arrow-main-slide .next_arr path {
    fill: #FFF;
    transition: 0.2s ease-in-out;
  
  }
  
  #product-product .main-product .main-slide .main-image-section .arrow-main-slide .prev_arr.slick-disabled path, 
  #product-product .main-product .main-slide .main-image-section .arrow-main-slide .next_arr.slick-disabled path {
    fill: #1E1E1E;
  }
  
  #product-product .main-product .main-slide .main-image-section .arrow-main-slide .prev_arr {
    margin-right: 20px;
  }
  
  
  #product-product .main-product .data-product {
    width: 100%;
  }
  
  #product-product .main-product .data-product .top-data-product {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
    max-width: 500px;
  }
  
  #product-product .main-product .data-product .top-data-product h1 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #271c02;
    margin: 0 0 15px 0;
  }
  
  #product-product .main-product .data-product .top-data-product .manufacturer a {
    font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #6a6f4c;
  }
  
  #product-product .main-product .data-product .price_wrap {
    display:  flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    max-width: 500px;
  }
  
  #product-product .main-product .data-product .price_wrap .old-price {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    text-decoration: line-through;
    color: #000;
  }

  #product-product .main-product .data-product .price_wrap .new-price {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 129%;
    color: #000;
  }
  
  #product-product .main-product .data-product .price_wrap .stock {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 129%;
    text-align: center;
    padding: 2px 10px;
    border-radius: 10px;
  }
  
  #product-product .main-product .data-product .price_wrap .stock.green {
    color: #0ea438;
    background-color: #dff7e6;
  }
  
  #product-product .main-product .data-product .price_wrap .stock.red {
    color: #a4310e;
    background-color: #f7e3df;
  }
  
  #product-product .main-product .data-product .product_buttons {
  display: flex;
  align-items: end;
  margin-bottom: 20px;
  }
  
  #product-product .main-product .data-product .quantity_group {
  margin-right: 20px;
  }
  
  #product-product .main-product .data-product .quantity_group label {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #141414;
    margin-bottom: 10px;
  }
  
  
  #product-product .main-product .data-product .quantity_group .number-spinner {
    display: flex;
    background-color: #f4f4f4;
    border-radius: 10px;
    overflow: hidden;
    width: 150px;
  }
  
  #product-product .main-product .data-product .quantity_group .number-spinner button {
    width: 50px;
    height: 50px;
    color: #000;
    font-size: 21px;
  }
  
  #product-product .main-product .data-product .quantity_group .number-spinner .quntity_input {
    width: 50px;
    height: 50px;
    background-color: transparent;
    font-family: var(--font5);
    font-weight: 400;
    font-size: 21px;
    line-height: 129%;
    text-align: center;
    color: #000;
  }
  
  #product-product .main-product .data-product .product_buttons .wish_list_group .product__wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #FF9F8E;
  border-radius: 10px;
  }
  
  #product-product .main-product .data-product .product_buttons .wish_list_group .product__wishlist svg path {
  transition: 0.2s ease-in-out;
  fill: transparent;
  }
  
  #product-product .main-product .data-product .product_buttons .wish_list_group .product__wishlist.active svg path {
  fill: #fff;
  }
  
  
  
  #product-product .main-product .data-product .section-buy {
      margin-bottom: 20px;
  }
  
  #product-product .main-product .data-product .section-buy .group-btn-buy {
      display: flex;
  }

  #product-product .main-product .data-product .section-buy .group-btn-buy.disabled { 
    cursor: not-allowed;

  }

  #product-product .main-product .data-product .section-buy .group-btn-buy.disabled button{
    opacity: 0.3;
    pointer-events: none;
  }

  
  #product-product .main-product .data-product .section-buy .btn-buy-one {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  padding: 15px 30px;
  height: 50px;
  background-color: #F4F4F4;
  border-radius: 10px;
  margin-right: 10px;
  }
  
  .mobile #product-product .main-product .data-product .section-buy .btn-buy-one {
      padding: 0 10px;
  width: 100%;

  }
  
  
  #product-product .main-product .data-product .section-buy .btn-buy-one svg {
  margin-right: 20px;
  }
  
  .mobile #product-product .main-product .data-product .section-buy .btn-buy-one svg {
  margin-right: auto;
  }
  
  #product-product .main-product .data-product .section-buy .btn-buy-one span {
  font-family: var(--font5);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  }
  
  #product-product .main-product .data-product .section-buy .btn-buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: auto;
  height: 50px;
  background-color: #6A6F4C;
  border-radius: 10px;
  padding: 15px 30px;
  }
  
  .mobile #product-product .main-product .data-product .section-buy .btn-buy {
      padding: 0px 15px;
      width: 100%;
  }
  
  
  #product-product .main-product .data-product .section-buy .btn-buy span {
      font-family: var(--font5);
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #fff;
  margin-right: 20px;
  }
  
  .mobile #product-product .main-product .data-product .section-buy .btn-buy span {
  margin-right: auto;
  }
  
  #product-product .main-product .data-product .panel-group .panel {
  border-radius: 0;
  margin: 0;
  background-color: transparent;
  }
  
  #product-product .main-product .data-product .panel-group .panel .accordion_icon {
  width: 11px;
  height: 11px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  #product-product .main-product .data-product .panel-group .panel .accordion_icon span {
  position: absolute;
  transition: 0.2s ease-in-out;
  }
  
  #product-product .main-product .data-product .panel-group .panel .accordion_icon span.first {
  width: 100%;
  height: 1px;
  border-bottom: 3px solid #646464;
  bottom: 4px;
  }
  
  #product-product .main-product .data-product .panel-group .panel a.collapsed .accordion_icon span.second {
  width: 3px;
  height: 100%;
  border-right: 3px solid #646464;
  left: 4px;
  transform: rotate(0deg);
  }
  
  #product-product .main-product .data-product .panel-group .panel a .accordion_icon span.second {
  transform: rotate(90deg);
  }
  
  #product-product .main-product .data-product .panel-group .panel > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  }
  
  #product-product .main-product .data-product .panel-group .panel a .panel-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #646464;
  }
  
  #product-product .main-product .data-product .panel-group .panel .panel-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #3b3b3b;
  margin-bottom: 10px;
  }
  
  #product-product .main-product .data-product .panel-group .panel .panel-body .item-advantage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #3b3b3b;
  gap: 30px;
  }
  
  #product-product .main-product .data-product .panel-group .panel .panel-body .item-advantage .description-advantage {
  text-align: right;
  }

  #product-product .attributes > strong {
    margin-bottom: 15px;
    display: block;
  }


  #product-product .attributes ul li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: end;
    position: relative;
    margin-bottom: 10px;
  }

  #product-product .attributes ul li strong {
    display: block;
    flex-shrink: 0;
  }


  #product-product .attributes ul li .line {
    width: 100%;
    margin: 0 15px;
    height: 1px;
    background-color: transparent;
    border-bottom: 1px dotted #3b3b3b;
}

#product-product .attributes ul li .attr_name {
  flex-shrink: 0;
}
  
  #product-product .block__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  }
  
  #product-product .block__title > span {
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 24px;
  line-height: 98%;
  letter-spacing: -0.07em;
  color: #000;
  }
  
  .mobile #product-product .block__title > span {
    font-size: 20px;
  }
  
  
  
  #product-product .block__title .row-slide {
  display: flex;
  }
  
  .mobile #product-product .block__title .row-slide {
    display: none;
  }
  
  #product-product .block__title .row-slide .product__carousel--next {
  margin-left: 12px;
  }
  
  
  #product-product .block__title .row-slide .product__carousel--prev,
  #product-product .block__title .row-slide .product__carousel--next {
    cursor: pointer;
  }
  
  #product-product .block__title .row-slide .product__carousel--prev.swiper-button-disabled,
  #product-product .block__title .row-slide .product__carousel--next.swiper-button-disabled {
    cursor: default;
    opacity: 1;
  }
  
  #product-product .block__title .row-slide .product__carousel--prev svg, 
  #product-product .block__title .row-slide .product__carousel--next svg {
    transition: 0.2s ease-in-out;
    fill: #1E1E1E;
  }
  
  #product-product .block__title .row-slide .product__carousel--prev.swiper-button-disabled svg, 
  #product-product .block__title .row-slide .product__carousel--next.swiper-button-disabled svg {
    fill: transparent;
  }
  
  #product-product .block__title .row-slide .product__carousel--prev path, 
  #product-product .block__title .row-slide .product__carousel--next path {
    fill: #FFF;
    transition: 0.2s ease-in-out;
  
  }
  
  #product-product .block__title .row-slide .product__carousel--prev.swiper-button-disabled path, 
  #product-product .block__title .row-slide .product__carousel--next.swiper-button-disabled path {
    fill: #1E1E1E;
  }
  
  
  
  
  .product_slide {
    position: relative;
    padding-top: 58px;
    padding-bottom: 30px;
  }
  
  .mobile .product_slide {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
  }
  
  #product-product .product__carousel--pagination .swiper-pagination-bullet {
    background-color: #e2e2e2;
  }
  
  #product-product .product__carousel--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #6a6f4c;
    border-color: #6a6f4c;
  }
  
  #product-product .product__carousel--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    display: none;
  }
  
  #product-product .main_image_pagination .slick-dots {
    top: unset;
    bottom: 10px;
    display: none !important;
  }
  
  .mobile #product-product .main_image_pagination .slick-dots {
    display: block !important;
  }
  
  
  #product-product .main_image_pagination .slick-dots li {
    background-color: #e2e2e2;
    width: 12px;
    height: 12px;
    opacity: 1;
    border-radius: 100%;
    margin: 0 5px 0 0;
  }
  
  .mobile #product-product .main_image_pagination .slick-dots li {
   
  }
  
  
  #product-product .main_image_pagination .slick-dots li.slick-active {
    background-color: #6a6f4c;
  }
  
  #product-product .main_image_pagination .slick-dots li button {
    display: none;
  }
  
  
  
  
  
  
  
  /* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE */
  /* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE */
  /* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE *//* PRODUCT STYLE */
  
  
  
  
  
  .navbar {
    border: 0;
  }
  .navbar-menu-top {
    margin-bottom: 0;
    width: 50%;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navbar-menu-top hr {
    display: none;
  }
  .nav.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile .nav.navbar-nav {
    display: block;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li a:hover {
    text-decoration: underline;
  }
  .navbar-nav > li a.noLink {
    cursor: pointer;
  }
  .navbar-nav > li a.noLink:hover {
    text-decoration: none;
  }
  .navbar-nav>li>.dropdown-menu {
    position: absolute;
    width: 220px;
    top: 40px;
    right: 0;
    padding: 20px 30px;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 9px 19px 0 rgba(0, 0, 0, 0.1), 0 35px 35px 0 rgba(0, 0, 0, 0.09), 0 78px 47px 0 rgba(0, 0, 0, 0.05), 0 138px 55px 0 rgba(0, 0, 0, 0.01), 0 216px 61px 0 rgba(0, 0, 0, 0);
    z-index: 1111;
  }
  .navbar-nav>li>.dropdown-menu li {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .navbar-nav>li>.dropdown-menu li a {
    color: #1e1e1e;
    font-family: var(--second-font);
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
  }
  .navbar-nav>li>.dropdown-menu li a:hover {
    color: #4d4d4d;
    text-decoration: none;
  }
  .mobile .navbar-nav>li>.dropdown-menu li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile .navbar-nav>li>.dropdown-menu li a {
    text-transform: uppercase;
  }
  .mobile .navbar-nav>li>.dropdown-menu li:hover a {
    color: #78c619;
  }
  @media (max-width: 767.98px) {
    .navbar-nav>li>.dropdown-menu {
      /* display: block; */
      position: relative;
      top: 0;
      width: 100%;
      padding: 0 12px;
      border-radius: 0;
      box-shadow: none;
    }
  }
  button {
    background-color: transparent;
    user-select: none;
    cursor: pointer;
  }
  a {
    color: #1e1e1e;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    /* text-decoration-skip-ink: auto; */
  }
  a:hover,
  a:link,
  a:visited {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
    text-underline-position: under;
  }
  a:link {
    text-underline-position: under;
  }
  a:focus {
    color: inherit;
    outline: none;
    outline-offset: 0;
  }
  .urn {
    display: none;
  }
  .in__wishlist .badgewishlist {
    display: none;
  }
  .in__wishlist .urn {
    display: block;
  }
  .phone {
    white-space: nowrap;
  }
  .phone-number {
    white-space: nowrap;
  }
  
  .hidden {
    display: none;
  }
  
  .text-center {
    text-align: center;
  }
  
  .center {
    margin-left: auto;
    margin-right: auto;
  }
  
  .right {
    margin-left: auto;
  }
  
  small {
    font-size: 70%;
  }
  
  .form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
  }
  
  label {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  textarea {
    resize: vertical;
  }
  input,
  button {
    border: none;
  }
  .tab-content > .active,
  .vertical-tab-container .active {
    animation: fadeIn 0.7s;
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  /* Search = START */
  .header__search .dropdown-menu {
    position: fixed;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: none;
    /* width: calc(100% - 20px); */
    /* max-width: 768px; */
    min-width: 840px;
    /* width: 360px; */
    padding: 25px;
    border-radius: 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 1px solid #f2f2f2;
    box-shadow: none;
    border-radius: 15px;
    overflow: hidden auto;
    height: 42dvh;
  }
  
  .header__search .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  
  .header__search .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  
  .header__search .dropdown-menu > li > a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: unset;
    text-decoration: none;
  }
  
  .header__search .dropdown-menu li.disabled {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: unset;
    text-decoration: none;
  }
  
  .header__search .dropdown-menu li.inline a {
    border-radius: 5px;
    padding: 5px 5px;
  }
  
  .header__search .dropdown-menu li.more a {
    padding: 0;
  }
  
  .header__search .dropdown-menu > li > a:hover,
  .header__search .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
    background-image: none;
  }
  
  .header__search .dropdown-menu > .active > a {
    color: #fff;
    text-decoration: none;
    background-image: none;
    outline: 0;
  }
  
  .header__search .dropdown-menu > .active > a:hover,
  .header__search .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-image: none;
    outline: 0;
  }
  
  .header__search .dropdown-menu > .disabled > a {
    color: #777;
  }
  
  .header__search .dropdown-menu > .disabled > a:hover,
  .header__search .dropdown-menu > .disabled > a:focus {
    color: #777;
  }
  
  .header__search .dropdown-menu > .disabled > a:hover,
  .header__search .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  
  .header__search .dropdown-menu .box_search a:hover {
    color: #000;
  }
  
  .header__search .dropdown-menu::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  .header__search .dropdown-menu::-webkit-scrollbar {
    width: 4px;
    background-color: white;
  }
  
  .header__search .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  
  .header__search .dropdown-menu li {
    list-style-image: none !important;
    clear: both;
  }
  
  .header__search .dropdown-menu li self:not(.disabled, .inline, .more) {
    border-bottom: 1px solid #f1f1f1;
  }
  
  .header__search .dropdown-menu li.inline {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
  }
  
  .header__search .dropdown-menu li.inline .search-suggestion {
    text-align: center;
  }
  
  .header__search .dropdown-menu li.disabled .title {
    width: fit-content;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
  }
  
  .search-suggestion {
    overflow: hidden;
    width: 100%;
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
  }
  
  .search-suggestion.product img {
    width: 60px;
  }
  
  .search-suggestion .left,
  .search-suggestion .right {
    align-self: center;
    text-align: center;
  }
  
  .search-suggestion .left {
    flex-shrink: 0;
  }
  
  .search-suggestion .label {
    font-weight: normal;
    color: darkgray;
    padding-left: 0;
    padding-right: 5px;
  }
  
  .search-suggestion .more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #fff;
    background-color: #6a6f4c;
    text-align: center;
    font-family: var(--second-font);
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 10px;
    height: 50px;
  }
  
  /* .search-suggestion .more:hover {
    opacity: 1;
  } */
  
  .search-suggestion .out-stock .value {
    color: #ff2e2e;
    color: white;
    background-color: #ff2e2e;
    width: fit-content;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: 700;
  }
  
  .search-suggestion .in-stock .value {
    color: #0d0;
    color: white;
    background-color: #0d0;
    width: fit-content;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: 700;
  }
  
  .search-suggestion.category div,
  .search-suggestion.manufacturer div {
    overflow: hidden;
    display: flex;
    gap: 15px;
  }
  
  .search-suggestion.product .name,
  .search-suggestion.category .name,
  .search-suggestion.manufacturer .name {
    text-decoration: none;
    margin-bottom: 15px;
    color: #1e1e1e;
    font-family: var(--second-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .search-suggestion.category {
    align-items: center;
  }
  
  .search {
    color: #000;
    font-family: var(--second-font);
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
  }
  
  .search a {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
  }
  
  .search a:hover {
    color: #4d4d4d;
  }
  
  #search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
  }
  
  #search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #fff;
  }
  
  .dropdown-menu li.disabled .search-suggestion .title,
  .search-suggestion.product .price {
    font-family: var(--second-font);
  }
  
  .dropdown-menu li.disabled .search-suggestion .title {
    border-bottom: 0;
  }
  
  .box_search li {
    margin-bottom: 12px;
  }
  
  .box_search li:not(.disabled) {
    border-bottom: 1px solid #ededed;
  }
  
  .header__search .dropdown-menu li:not(.disabled, .inline, .more) {
    border-bottom: 1px solid #f1f1f1;
  }
  
  .search-suggestion .center {
    margin-left: unset;
    margin-right: unset;
    flex-grow: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .dropdown-menu li.disabled .search-suggestion .title {
    font-weight: 700;
    font-size: 16px;
  }
  
  .search-suggestion.product .name:hover,
  .search-suggestion.category .name:hover,
  .search-suggestion.manufacturer .name:hover {
    color: #4d4d4d;
  }
  
  .search-suggestion.category {
    align-items: center;
  }
  
  .search-suggestion.product .price {
    display: flex;
    align-items: end;
    color: #1e1e1e;
    font-family: var(--second-font);
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    white-space: nowrap;
  }
  
  .search-suggestion.product span.price-new {
    color: #1e1e1e;
    font-weight: 600;
    font-size: 14px;
  }
  
  .close-mobile-search {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 10px;
  }
  
  
  .search .dropdown-menu {
    /* position: fixed; */
    top: 70px !important;
    min-width: 800px !important;
    max-height: none;
    overflow: auto;
    border-radius: 0;
    box-shadow: none;
    border: none;
    left: 0;
    border: 0;
    flex-wrap: wrap;
    box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.03);
  }

  .mobile #search ul.dropdown-menu {
    left: 50% !important;
  }
  
  ul.dropdown-menu .box_search {
    padding: 10px;
    width: 50%;
    /*
    height: 450px;
    overflow: auto;
    */
  }
  
  .header__search .box_search li:nth-child(1), .header__search .box_search li:nth-last-child(1), .header__search .box_search li:nth-last-child(2) {
    border: none;
  }
  
  @media (min-width: 1024px) {
    .search .dropdown-menu {
      min-width: 840px;
      max-width: 100%;
    }
    .dropdown-menu .box_search:nth-of-type(even), .dropdown-menu .box_search:nth-of-type(even) {
      border-left: 1px solid #ededed;
    }
  }
  
  @media (max-width: 1199.98px) {
    .header__search .dropdown-menu {
      top: 140px;
      margin: 0;
      padding: 10px;
      min-width: auto;
      width: calc(100% - 20px);
      height: 42dvh;
      border: 0;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }
  
    .header__search .dropdown-menu li {
      padding-left: 19px;
      padding-right: 19px;
    }
  }
  
  @media (max-width: 1023.98px) {
    .close-mobile-search.active {
      display: block;
    }
  }
  
  @media (max-width: 649.98px) {
    .header__search .dropdown-menu {
      flex-direction: column;
    }
    ul.dropdown-menu .box_search {
      width: 100%;
    }
  }
  /* Search = END */
  
  .flex,
  .d-flex {
    display: flex !important;
  }
  .flex-column {
    flex-direction: column !important;
  }
  .align-items-start {
    align-items: flex-start !important;
  }
  .product-thumb .image img {
    width: 100%;
  }
  legend {
    font-size: 18px;
    padding: 7px 0px;
  }
  label {
    font-size: 12px;
    font-weight: normal;
  }
  .red {
    color: #ed1c24;
  }
  .input-group input,
  .input-group select,
  .input-group .dropdown-menu,
  .input-group .popover {
    font-size: 12px;
  }
  .input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
  }
  /* Fix some bootstrap issues */
  span.hidden-xs,
  span.hidden-sm,
  span.hidden-md,
  span.hidden-lg {
    display: inline;
  }
  
  div.required .control-label::after {
    content: ' *';
    color: #f00;
    font-weight: bold;
  }
  /* Gradent to all drop down menus */
  /*
  .dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
  }
  */
  .btn-language-menu ul a.activeLanguage,
  .btn-currency-menu ul button.activeCurrency {
    pointer-events: none;
  }
  .btn-language-menu ul a.activeLanguage span,
  .btn-currency-menu ul button.activeCurrency {
    color: #ccc;
  }
  /* top */
  #top {
    background-color: #eeeeee;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
  }
  #top .container {
    padding: 0 20px;
  }
  #top #form-currency .currency-select,
  #top #form-language .language-select {
    text-align: left;
  }
  #top #form-currency .currency-select:hover,
  #top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
  }
  #top .btn-link,
  #top-links li,
  #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
  }
  #top .btn-link:hover,
  #top-links a:hover {
    color: #444;
  }
  #top-links .dropdown-menu a {
    text-shadow: none;
  }
  #top-links .dropdown-menu a:hover {
    color: #fff;
  }
  #top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
  }
  #top-links {
    padding-top: 6px;
  }
  #top-links a + a {
    margin-left: 15px;
  }
  /* tabs */
  .nav-tabs {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 15px;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav > li > a {
    position: relative;
    padding: 10px 12px;
    border-bottom: 1px solid transparent;
    color: #1e1e1e;
    font-family: var(--second-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav > li > a svg {
    margin-left: 5px;
    width: 10px;
    flex-shrink: 0;
  }
  
  .tab-pane {
    display: none;
  }
  .tab-pane.active {
    display: block;
  }
  /* logo */
  #logo {
    margin: 0;
  }
  #logo h1 {
    margin: 0;
    font-size: 28px;
  }
  #logo h1 a {
    color: #000;
  }
  @media (max-width: 1199.98px) {
    #logo {
      margin-left: 20px;
      margin-right: 80px;
      max-width: 50px;
    }
  }
  /* search */
  /*
  #search {
    margin-bottom: 10px;
  }
  */
  #search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
  }
  #search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #fff;
  }

  #search  .title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    color: #000;
  }

  #search .image {
    max-width: 60px;
    flex-shrink: 0;
  }

  #search  .name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #000;
    width: 100%;
   
  }

  #search  .price span {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    color: #000;
  } 

  .mobile #search .dropdown-menu { 
        max-height: 80vh;
        padding: 0;
  }

  /* cart */
  #cart {
    cursor: pointer;
  }
  .title-mini-cart-wrap {
    margin-bottom: 17px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .title-mini-cart {
    color: #0f0f0f;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
  }
  .list-product-cart {
    overflow: auto;
    max-height: 240px;
  }
  .container-cart ul {
    list-style-type: none;
    padding: 0;
  }
  .cart-totals {
    padding: 0 30px;
  }
  .item-product-cart,
  .information-product-cart,
  .top-product-cart,
  .bottom-product-cart {
    display: flex;
  }

  .mobile .item-product-cart,
  .mobile .information-product-cart,
  .mobile .top-product-cart,
    .mobile .bottom-product-cart {
    padding-right: 10px;
  }

  .image-product-cart {
    margin-right: 28px;
    flex-shrink: 0;
  }
  .image-product-cart img {
    width: 82px;
  }
  .information-product-cart {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .top-product-cart {
    margin-bottom: 11px;
    justify-content: space-between;
    align-items: center;
  }
  /*
  .name-product {
    margin-top: 14px;
  }
  */
  .delete-product {
    padding: 2px 0 2px 10px;
  }
  .delete-product .btn {
    padding: 0;
  }
  .bottom-product-cart {
    justify-content: space-between;
    align-items: center;
  }
  .qty-spinedit {
    display: flex;
  }
  .qty-spinedit button {
    width: 20px;
    height: 20px;
    background-color: transparent;
    outline: none;
    border: 1px solid #edf1f7 !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .name-product a {
    color: #1e1e1e;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.29;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .item-totals.total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .name-product-options {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .name-product-option {
    display: flex;
    align-items: center;
  }
  .name-product-option-name,
  .name-product-option-value {
    color: #000;
    font-family: var(--second-font);
    font-size: 10px;
    line-height: 1;
  }
  .name-product-option-value {
    margin-left: 5px;
    font-weight: 700;
  }
  .total-product {
    min-width: 65px;
    color: #1e1e1e;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    white-space: nowrap;
  }
  .group-cart-button {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
  }
  .quantity-product .quantity {
    width: 35px;
    border: none;
    text-align: center;
    background: #fff;
    font-family: var(--main-font);
    font-weight: 700;
    text-align: center;
    color: #c5cee0;
    font-size: 14px;
    line-height: 1;
  }
  a.btn-checkout {
    color: #fff;
    background: #6A6F4C;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 29px;
    /* margin-bottom: 22px; */
    text-align: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
  }
  button.btn-exit {
    padding: 10px 18px 10px;
    color: #222b45;
    font-size: 16px;
    background: #fff;
    border: 0;
    text-decoration: none;
  }
  .item-product-cart {
    display: flex;
    padding: 0 15px;
  }
  
  
  /* HEADER STYLE *//* HEADER STYLE *//* HEADER STYLE *//* HEADER STYLE *//* HEADER STYLE */
  /* HEADER STYLE *//* HEADER STYLE *//* HEADER STYLE *//* HEADER STYLE *//* HEADER STYLE */
  /* HEADER STYLE *//* HEADER STYLE *//* HEADER STYLE *//* HEADER STYLE *//* HEADER STYLE */
  /* HEADER STYLE *//* HEADER STYLE *//* HEADER STYLE *//* HEADER STYLE *//* HEADER STYLE */
  
  
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    animation: slide-down 0.5s;
  }
  header.fixed {
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    animation: slide-down 1s;
  }
  
  .header_phone {
      display: flex;
      align-items: center;
  }
  
  .header_phone li {
      flex-shrink: 0;
      margin-right: 10px;
  }
  
  .header_phone li a {
      color: black;
  }
  
  @keyframes slide-down {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes slide-up {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-100%);
    }
  }
  /* menu */
  #menu .nav > li > a {
    padding: 10px 12px;
    color: #1e1e1e;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
  }
  #menu .nav > li:hover > a {
    color: #78c619;
    text-decoration: none;
  }
  #menu .nav > li > a svg {
    -webkit-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
  }
  #menu .nav > li:hover > a svg {
    transform: rotate(-90deg);
  }
  #menu .nav > li:first-child > a {
    color: #78c619;
    font-weight: 700;
  }
  
  
  /* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE */
  /* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE */
  /* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE */
  /* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE */
  /* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE */
  
  
  
  .category__subcategories {
  }
  
  .category__subcategories {
    display: flex;
    gap: 15px;
    width: auto;
    height: auto;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }

  .category_btn_wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 15px 0 40px;
  }

  .mobile .category_btn_wrapper {   
    display: flex;
  }


  .category_btn_wrapper button {
    display: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #6a6f4c;
    border-radius: 21px;
    padding: 12px 15px;
  }

  .category_btn_wrapper button.in {
    display: block;
  }

  

    .mobile .category__subcategories {
        position: relative;
        max-height: 200px;
        overflow: hidden;
    }

    .mobile .category__subcategories::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 50px;
        background: linear-gradient(transparent, #ffffff);
        user-select: none;
        pointer-events: none;
        left: 0;
        bottom: 0;
    }

    .mobile .category__subcategories.in::after {
        display: none;
    }



    .mobile .category__subcategories.in {
        max-height: 100%;
    }



  .mobile .category__subcategories .swiper-slide {
  
  }
  
  
  
  
  
  .category__subcategories .subcategory__link {
    display: flex;
    align-items: center;
    padding: 0 20px 0 10px;
    height: 44px;
    border: 1px solid #d4d4d4;
    border-radius: 30px;
    transition: 0.2s ease-in-out;
  }
  
  .category__subcategories .subcategory__link:hover {
    border-color: #6A6F4C;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.13);
  }
  
  .category__subcategories .subcategory__link .category_image {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
  }
  
  
  
  .category_title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0em;
    color: #271c02;
    margin: 0 0 60px 0 ;
  }
  
  .search_wrap,
  .category_wrap {
    padding-bottom: 50px;
  }
  
  .category_header_wrapp {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 30px;
  }

  .mobile .category_header_wrapp {
    display:  block;
  }
  
  .category_header_wrapp .category_title {
    width: 100%;
    margin-bottom: 0;
  }
  
  .mobile .category_header_wrapp .category_title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0em;
    color: #271c02;
    margin-bottom: 20px;
  }
  
  .sort_row {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  
  .ocf-btn-mobile-static {
      width: 50%;
      margin: 0;
      padding: 0;
      border: none;
  }
  
  .ocf-btn-mobile-static .ocf-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding-top: 8px;
    margin: 8px 0 0;
  }
  
  .ocf-btn-mobile-static .ocf-btn svg {
      margin-right: 15px;
  }
  
  .ocf-btn-mobile-static .ocf-btn span {
      font-family: var(--font-family);
      font-weight: 600;
      font-size: 14px;
      line-height: 130%;
      color: #141414;
      text-transform: uppercase;
  }
  
  
  .sort_row .select_group {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
  }
  
  .mobile .sort_row .select_group {
      width: 50%;
    justify-content: unset;
  
  }
  
  
  .sort_row .select_group .select_label {
    padding: 0 30px;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #141414;
  }
  
  .mobile .sort_row .select_group .select_label {
      display: none;
  }
  
  
  
  .sort_row .select_group .customSelect {
    background-color: #fbfbfb !important;
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #141414;
    width: 300px;
    padding: 20px;
  }
  
  .mobile .sort_row .select_group .customSelect {
    width: 100%;
  
  }
  
  
  
  .sort_row .select_group .customSelect .custom-select-panel {
    box-shadow: 6px 5px 26px rgb(0, 0, 0, 0.1);
    z-index: 10;
  }
  
  .sort_row .select_group .customSelect .custom-select-panel .custom-select-option {
    transition: 0.15s ease-in-out;
  }
  
  .sort_row .select_group .customSelect .custom-select-panel .custom-select-option.has-focus {
    background-color: #6A6F4C;
  }
  
  
  .product_row .product_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 100px;
  }
  
  .mobile .product_row .product_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .pagination_row .pagination_block {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  
  .pagination_row .pagination_block .theme-pagination {
    display: flex;
    width: 100%;
    justify-content: end;
  }
  
  .pagination_row .pagination_block .theme-pagination li {
    border-radius: 12px;
    width: 54px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    font-family: var(--font3);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #141414;
    margin-right: 15px;
    transition: 0.2s ease-in-out;
  }
  
  .pagination_row .pagination_block .theme-pagination li {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
  
  
  .pagination_row .pagination_block .theme-pagination li:last-child {
      margin: 0;
  }
  
  
  .pagination_row .pagination_block .theme-pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
  .pagination_row .pagination_block .theme-pagination li:hover,
  .pagination_row .pagination_block .theme-pagination li.active {
    background-color: #6A6F4C;
    color: #fff;
  }
  
  
  .pagination_row .pagination_block .theme-pagination li.active span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .pagination_row .pagination_block .theme-pagination li:hover a {
    color: #fff;
  }
  
  
  
  .pagination_row .pagination_block .theme-pagination li.next-pag {
    margin-left: 110px;
  }
  
  .mobile .pagination_row .pagination_block .theme-pagination li.next-pag {
    margin-left: 0;
  }
  
  
  .pagination_row .pagination_block .theme-pagination li.prev-pag {
    margin-right: 110px;
  }
  
  .mobile .pagination_row .pagination_block .theme-pagination li.prev-pag {
    margin-right: 10px;
  }
  
  
  
  
  
  /* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE */
  /* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE */
  /* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE */
  /* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE */
  /* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE *//* CATEGORY STYLE */
  
  
  
  /* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE */
  /* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE */
  /* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE */
  /* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE */
  /* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE */
  
  
  .search_wrap .col-sm-3,
  .category_wrap .col-sm-3 {
    width: unset !important;
    padding: 0 !important;
    margin-right: 15px;
  }
  
  .search_wrap .col-sm-3 .ocf-container,
  .category_wrap .col-sm-3 .ocf-container {
    width: 280px;
    border: none;
    border-radius: 20px;
    padding: 25px 15px;
    background: #fbfbfb;
  }
  
  .mobile .search_wrap .col-sm-3 .ocf-container,
  .mobile .category_wrap .col-sm-3 .ocf-container {
      border: none;
      border-radius: 0;
      padding: 10px;
  
  }
  
  .ocf-header {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #141414;
    padding: 0;
  }
  
  .mobile .ocf-body>.ocf-filter-list {
      padding: 0;
  }
  
  .mobile .ocf-filter {
      margin: 0;
      border: none;
  }
  
  .ocf-body .panel {      
    background-color: transparent;
  
  }
  
  .mobile .ocf-body .panel {
      margin-bottom: 0;
      box-shadow: none;
      background-color: transparent;
  }
  
  
  .ocf-container .ocf-content {
      margin: 0;
  }
  
  .ocf-filter-body.panel .ocf-filter-header {
    cursor: pointer;
    text-transform: none;
  }
  
  .ocf-filter-body.panel .ocf-filter-header .ocf-filter-name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    color: #1e1e1e;
    display: flex;
    align-items: center;
  }
  
  .mobile .ocf-filter-body.panel .ocf-filter-header .ocf-filter-name {
      font-family: var(--font-family);
      font-weight: 300;
      font-size: 18px;
      line-height: 140%;
      color: #141414;
      width: 100%;
      justify-content: space-between;
  }
  
  .ocf-filter-body.panel .ocf-filter-header .ocf-filter-name svg {
    margin-left: 15px;
    transition: 0.2s ease-in-out;
  }
  
  .mobile .ocf-filter-body.panel .ocf-filter-header .ocf-filter-name svg {
      display: none;
  }
  
  .ocf-filter-body.panel .ocf-filter-header.collapsed .ocf-filter-name svg {
    margin-left: 15px;
    transform: rotate(180deg);
  }
  
  
  .ocf-slider .ocf-filter-body.panel .ocf-filter-header .ocf-filter-name {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #141414;
    width: 100%;
    justify-content: space-between;
  }
  
  .mobile .ocf-slider .ocf-filter-body.panel .ocf-filter-header .ocf-filter-name {
      font-size: 18px;
  }
  
  
  .ocf-value-list.collapse.in {
    margin-bottom: 30px;
  }
  
  .mobile .ocf-value-list {
      height: 100% !important;
      opacity: 0;
  }
  
  .mobile .ocf-filter.ocf-open .ocf-value-list {
      opacity: 1;
  }

  .mobile .ocf-filter.ocf-open .ocf-value-list .ocf-collapse-value {
    height: max-content;
  }
  
  .ocf-filter .ocf-value-list .ocf-scroll-y::-webkit-scrollbar-thumb {
    background-color: #6A6F4C !important;
  }
  
  
  .ocf-value-list .slider_input_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
  }
  
  .ocf-value-list .slider_input_wrap .ocf-input-group {
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    border-radius: 10px;
  }
  
  .ocf-value-list .slider_input_wrap .ocf-input-group input {
    background-color: transparent;
    border: none;
    padding: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #141414;
    text-align: center;
    max-width: 60px;
    height: 30px;
    margin-left: 10px;
  }
  
  .ocf-value-list .slider_input_wrap .ocf-input-group .ocf-input-group-addon {
    background-color: transparent;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #141414;
    padding: 0;
    width: auto;
    margin-left: 10px;
  }
  
  
  
  .ocf-value-list .slider_input_wrap .filter-ok {
    width: 50px;
    height: 50px;
    background: #6A6F4C;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    flex-shrink: 0;
    margin-left: 15px;
    border-radius: 10px;
  }
  
  .ocf-value-slider {
    padding: 0;
  }
  .ocf-value-slider .ocf-noUi-connect:before,
  .ocf-value-slider .ocf-noUi-handle {
    box-shadow: none;
    border: none;
    background-color: #6A6F4C;
  }
  
  .ocf-noUi-connects::before,
  .ocf-noUi-connects::after {
    display: none;
  }
  
  .ocf-value-list .ocf-noUi-pips {
    display: none;
  }
  
  .ocf-value-list-body .ocf-value-input-checkbox::before {
    border: 1px solid #1E1E1E;
    border-radius: 5px;
  }
  
  .ocf-value-list-body .ocf-selected .ocf-value-input-checkbox::before {
    border-color: #6A6F4C;
  }
  
  
  .ocf-value-list-body .ocf-selected .ocf-value-input-checkbox::after {
    background-color: #6A6F4C;
    border: 1px solid #6A6F4C;
    border-radius: 5px;
  }
  
  .ocf-value-list-body .ocf-value-name {
    font-family: var(--font-family);
    font-weight: 500; 
    font-size: 16px;
    line-height: 156%;
    color: #232323;
  }
  
  .ocf-btn-show-values span{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    letter-spacing: 0.01em;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #4e4e4e; 
  }
  
  
  .ocf-filter-list .ocf-btn-show-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 40px;
    background: #150f01;
    margin-bottom: 10px;
  }
  
  .ocf-filter-list .ocf-btn-show-filters span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  
  .ocf-theme-light .ocf-footer {
    box-shadow: none !important;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
  }
  
  .ocf-theme-light .ocf-footer:after {
    box-shadow: none !important;
  }
  
  .ocf-footer .ocf-btn-link {
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 14px;
      line-height: 114%;
      letter-spacing: 0.01em;
      text-decoration: underline;
      text-decoration-skip-ink: none;
      text-align: center;
      color: #4e4e4e;
  }
  
  /*.ocf-search-btn-static {
      display: none;
  }*/
  
  .ocf-footer .ocf-between {
      align-items: center;
      justify-content: center;
      padding: 0;
      margin: 0;
  }
  
  
  /* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE */
  /* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE */
  /* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE */
  /* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE */
  /* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE *//* OCFILTER STYLE */
  
  
  
  
  
  .form-group-sort {
    display: flex;
    align-items: center;
  }
  
  .form-group-sort label {
    margin-right: 26px;
    margin-bottom: 0;
    color: #141414;
    font-family: var(--second-font);
    font-weight: 700;
    line-height: 1.3;
  }
  
  select#input-sort {
    margin: 0;
    padding: 14px 23px;
    height: auto;
    border: none;
    box-shadow: none;
    user-select: none;
    cursor: pointer;
  }
  
  select#input-sort:hover,
  select#input-sort:focus {
    margin: 0;
    padding: 14px 23px;
    height: auto;
    border: none;
    box-shadow: none;
  }
  
  .product__item--stickers {
    position: absolute;
    top: 12px;
    left: 15px;
    white-space: nowrap;
    user-select: none;
    pointer-events: none;
    z-index: 1;
  }
  
  .product__item--stickers .sticker {
    margin-bottom: 10px;
      padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--second-font);
    font-weight: 500;
    font-size: 10px;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 5px;
  }
  
  .sticker.sticker_top {
    color: #fff;
    background-color: #1e1e1e;
  }
  
  .sticker.sticker_new {
    color: #1e1e1e;
    background-color: #d6fc52;
  }
  
  .sticker.sticker_sale {
    color: #fff;
    background-color: #6A6F4C;
  }
  /*
  .mobile .list-product-sale.title_scroll,
  .mobile .block__extra,
  .mobile .product_slide--pagination,
  .mobile .page-title-link svg {
    display: none;
  }
  */
  /*
  .list-product-special.mobile .container {
    padding-left: 0;
    padding-right: 0;
  }
  
  .list-product-special.mobile .product_slide-heading {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .list-product-special.mobile .product_slide--wrapper {
    margin-left: 7px;
    margin-right: 7px;
  }
  */
  .mobile .product_slide--wrapper {
    margin-left: -5px;
    margin-right: -5px;
    flex-direction: column;
  }
  
  .mobile .list-product {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 10px;
  }
  
  .mobile .product_slide--banner.banner__left {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  
  .mobile .product_slide-heading {
    margin-bottom: 10px;
    justify-content: center;
  }
  
  .mobile h2.block__title {
    margin-right: 19px;
    padding-right: 0;
    font-weight: 700;
    border-right: 0;
  }
  
  /*
  .mobile .list-product-special .product_slide--buttons {
    display: flex;
  }
  */
  .mobile .product_slide--buttons {
    margin-left: auto;
    margin-right: 0;
  }
  
  
  .mobile.list-product-featured h2.block__title {
    font-weight: 500;
  }
  
  .mobile.list-product-featured h2.block__title span {
    font-weight: 700;
  }
  
  
  
  /*
  #menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
  }
  #menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    outline-offset: 0;
  }
  #menu .nav > li > a:hover,
  #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu {
    padding-bottom: 0;
  }
  #menu .dropdown-inner {
    display: table;
  }
  #menu .dropdown-inner ul {
    display: table-cell;
  }
  #menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
  }
  #menu .dropdown-inner li a:hover {
    color: #ffffff;
  }
  #menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
  }
  #menu .see-all:hover,
  #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
  }
  #menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  }
  #menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
  }
  #menu .btn-navbar:hover,
  #menu .btn-navbar:focus,
  #menu .btn-navbar:active,
  #menu .btn-navbar.disabled,
  #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
  }
  @media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
      display: block;
    }
  }
  @media (max-width: 767.98px) {
    #menu {
      border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
      display: block;
    }
    #menu div.dropdown-menu {
      margin-left: 0 !important;
      padding-bottom: 10px;
      background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
      display: block;
    }
    #menu .dropdown-inner a {
      width: 100%;
      color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
      background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
      margin-top: 0;
      border: none;
      border-radius: 0;
      color: #fff;
    }
  }
  */
  /* content */
  #content {
    min-height: 600px;
  }
  /* alert */
  .alert {
    padding: 8px 14px 8px 14px;
  }
  .alert.alert-danger {
    margin-top: 15px;
    color: #222b45;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 0;
    border-color: #f57c27;
    background-color: #fffaf6;
    display: flex;
    align-items: center;
  }
  
  .alert.alert-danger b {
    font-weight: 700 !important;
  }
  
  .alert.alert-danger svg {
    margin-left: 24px;
    margin-right: 22px;
    flex-shrink: 0;
  }
  
  /* buttons */
  .buttons {
    margin: 1em 0;
  }
  .btn {
    padding: 15px 34px;
    color: #1e1e1e;
    font-family: var(--second-font);
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    border: 1px solid #000;
    border-radius: 0;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .btn:hover {
    color: #fff;
    background-color: #1e1e1e;
  }
  .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0;
  }
  .btn:active {
    box-shadow: none;
  }
  .btn-xs {
    font-size: 9px;
  }
  .btn-sm {
    font-size: 10.2px;
  }
  .btn-lg {
    padding: 10px 16px;
    font-size: 15px;
  }
  .btn-group > .btn,
  .btn-group > .dropdown-menu,
  .btn-group > .popover {
    font-size: 12px;
  }
  .btn-group > .btn-xs {
    font-size: 9px;
  }
  .btn-group > .btn-sm {
    font-size: 10.2px;
  }
  .btn-group > .btn-lg {
    font-size: 15px;
  }
  .btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
  }
  .btn-primary {
    color: #1e1e1e;
    font-family: var(--second-font);
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    border-color: unset;
  }
  .btn-primary.focus,
  .btn-primary:focus {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-primary:hover,
  .btn-primary:active,
  .btn-primary.active,
  .btn-primary.disabled,
  .btn-primary[disabled] {
    background-color: #1e1e1e;
    /* background-position: 0 -15px; */
  }
  .btn-primary.active.focus,
  .btn-primary.active:focus,
  .btn-primary.active:hover,
  .btn-primary:active.focus,
  .btn-primary:active:focus,
  .btn-primary:active:hover,
  .open > .dropdown-toggle.btn-primary.focus,
  .open > .dropdown-toggle.btn-primary:focus,
  .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
  }
  .btn-warning:hover,
  .btn-warning:active,
  .btn-warning.active,
  .btn-warning.disabled,
  .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  }
  .btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
  }
  .btn-danger:hover,
  .btn-danger:active,
  .btn-danger.active,
  .btn-danger.disabled,
  .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  }
  .btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
  }
  .btn-success:hover,
  .btn-success:active,
  .btn-success.active,
  .btn-success.disabled,
  .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  }
  .btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
  }
  .btn-info:hover,
  .btn-info:active,
  .btn-info.active,
  .btn-info.disabled,
  .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
  }
  .btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0;
  }
  .btn-link,
  .btn-link:active,
  .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
  }
  .btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
  }
  .btn-inverse:hover,
  .btn-inverse:active,
  .btn-inverse.active,
  .btn-inverse.disabled,
  .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
  }
  .btn.active.focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn:active:focus,
  .btn:focus {
    outline: none;
    outline-offset: 0;
  }
  .button-group-buy button {
    color: #222b45;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .button-group-buy button svg {
    margin-right: 6px;
  }
  .btn-none {
    border: none !important;
    background: none !important;
  }
  .section-wishlist .hover,
  .section-wishlist:hover .normal,
  .section-wishlist.add-wishlist .normal {
    display: none;
  }
  .section-wishlist:hover .hover,
  .section-wishlist .normal,
  .section-wishlist.add-wishlist .hover {
    display: block;
  }
  /* product */
  .product-item {
    position: relative;
  }
  .item-product-image img {
    margin: 0 auto;
  }
  .section-wishlist {
    position: absolute;
    right: 6px;
    top: 6px;
  }
  .section-wishlist button,
  .section-wishlist > div {
    border-radius: 14px;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .item-product-information h4 a {
    color: #000;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
  }
  .item-product-information .price {
    color: #1a151b;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
  }
  .stickers_image {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
    padding: 0px;
  }
  .stickers_image.stickers_image_product {
    height: max-content;
  }
  .stickers_image li {
    margin-right: 10px;
    display: flex;
    height: max-content;
  }
  .stickers_image_product.stickers_image img {
    height: 25px;
  }
  .stickers_image.stickers_image_product {
    height: max-content;
  }
  .alert.alert-success {
    position: fixed;
    z-index: 9;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 350px;
    top: 40%;
    transform: translateY(-50%);
    padding: 20px;
    padding-top: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 10px;
    overflow: hidden;
  }
  .alert.alert-success svg {
    width: 100%;
    margin-bottom: 10px;
  }
  .alert_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
  }
  .alert_buttons button {
    color: #344054;
    width: 100%;
    max-width: 170px;
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    border: 1px solid #d0d5dd;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background-color: transparent;
    border-radius: 8px;
  }
  .alert_buttons a {
    color: #fff !important;
    margin-left: 10px;
    width: 100%;
    max-width: 170px;
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    border: 1px solid #ed1c24;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background-color: #ed1c24;
    border-radius: 8px;
    user-select: none;
  }
  .alert-success {
    padding: 24px;
    border-radius: 0;
    color: #101828;
    background-color: #fff;
    border-color: transparent;
    text-align: left;
    line-height: 2;
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03),
      0px 20px 24px -4px rgba(16, 24, 40, 0.08);
  }
  .alert.alert-success a {
    color: #ed1c24;
  }
  .alert.alert-success.alert__product__added {
    z-index: 1090;
  }
  .alert.alert-success.alert__product__added > svg {
    width: auto;
    margin-bottom: 20px;
  }
  .alert__heading {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .alert.alert-success.alert__product__added .alert__product > a {
    font-family: var(--font-family);
    color: #667085;
    line-height: 20px;
  }
  .alert__buttons > a {
    font-size: 14px;
    line-height: 1;
    background-color: #6A6F4C !important;
    border: 1px solid #6A6F4C;
    height: 44px;
    color: #fff !important;
    display: flex;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
    border-radius: 5px;
  }
  .alert__buttons > button {
    position: unset !important;
    opacity: 1 !important;
    font-size: 14px;
    position: unset;
    line-height: 1;
    background-color: #fff !important;
    border: 1px solid #d0d5dd;
    height: 44px;
    color: #000 !important;
    display: flex;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
    border-radius: 5px;
    /*
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    */
  }
  .alert__buttons * {
    float: none;
  }
  .alert__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }
  
  /* product */
  /* list group */
  .list-group a {
    border: 1px solid #dddddd;
    color: #888888;
    padding: 8px 12px;
  }
  .list-group a.active,
  .list-group a.active:hover,
  .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #dddddd;
    text-shadow: 0 1px 0 #fff;
  }
  /* carousel */
  .carousel-caption {
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
  }
  .carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
  }
  .carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
  }
  /* product list */
  .product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
  }
  .product-thumb .image {
    text-align: center;
  }
  .product-thumb .image a {
    display: block;
  }
  .product-thumb .image a:hover {
    opacity: 0.8;
  }
  .product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
  }
  .product-grid .product-thumb .image {
    float: none;
  }
  @media (min-width: 768px) {
    .product-list .product-thumb .image {
      float: left;
      padding: 0 15px;
    }
  }
  .product-thumb h4 {
    font-weight: bold;
  }
  .product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
  }
  
  .product-thumb .caption > h4 + p {
    height: 70px;
    overflow: hidden;
  }
  
  .product-list .product-thumb .caption {
    margin-left: 230px;
  }
  @media (max-width: 1199.98px) {
    .product-grid .product-thumb .caption {
      min-height: 210px;
      padding: 0 10px;
    }
  }
  @media (max-width: 767.98px) {
    .product-list .product-thumb .caption {
      min-height: 0;
      margin-left: 0;
      padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
      min-height: 0;
    }
  }
  .product-thumb .rating {
    padding-bottom: 10px;
  }
  .rating .fa-stack {
    font-size: 8px;
  }
  .rating .fa-star-o {
    color: #999;
    font-size: 15px;
  }
  .rating .fa-star {
    color: #fc0;
    font-size: 15px;
  }
  .rating .fa-star + .fa-star-o {
    color: #e69500;
  }
  h2.price {
    margin: 0;
    white-space: nowrap;
  }
  .product-thumb .price {
    color: #444;
    white-space: nowrap;
  }
  .product-thumb .price-new {
    font-weight: 600;
    white-space: nowrap;
  }
  .product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    white-space: nowrap;
  }
  .product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
    white-space: nowrap;
  }
  .product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
  }
  .product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
  }
  @media (max-width: 767.98px) {
    .product-list .product-thumb .button-group {
      border-left: none;
    }
  }
  .product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
  }
  .product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
  }
  .product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
  }
  @media (max-width: 1199.98px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
      width: 33.33%;
    }
  }
  @media (max-width: 767.98px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
      width: 33.33%;
    }
  }
  .thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .thumbnails > li {
    margin-left: 20px;
  }
  .thumbnails {
    margin-left: -20px;
  }
  .thumbnails > img {
    width: 100%;
  }
  .image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
  }
  .image-additional {
    max-width: 78px;
  }
  .thumbnails .image-additional {
    float: left;
    margin-left: 20px;
  }
  h3.title-section {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 49px;
  }
  @media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n + 1),
    #content .col-lg-3:nth-child(4n + 1),
    #content .col-lg-4:nth-child(3n + 1),
    #content .col-lg-6:nth-child(2n + 1) {
      clear: left;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n + 1),
    #content .col-md-3:nth-child(4n + 1),
    #content .col-md-4:nth-child(3n + 1),
    #content .col-md-6:nth-child(2n + 1) {
      clear: left;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n + 1),
    #content .col-sm-3:nth-child(4n + 1),
    #content .col-sm-4:nth-child(3n + 1),
    #content .col-sm-6:nth-child(2n + 1) {
      clear: left;
    }
  }
  
  /* fixed colum left + content + right*/
  @media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
      width: 100%;
    }
  
    #column-left + #content .product-layout .col-md-3 {
      width: 50%;
    }
  
    #column-left + #content + #column-right .product-layout .col-md-3 {
      width: 100%;
    }
  
    #content + #column-right .product-layout .col-md-3 {
      width: 100%;
    }
  }
  
  /* fixed product layouts used in left and right columns */
  #column-left .product-layout,
  #column-right .product-layout {
    width: 100%;
  }
  
  /* fixed mobile cart quantity input */
  .input-group .form-control[name^='quantity'] {
    min-width: 50px;
  }
  
  /* Missing focus and border color to overwrite bootstrap */
  .btn-info:hover,
  .btn-info:active,
  .btn-info.active,
  .btn-info.disabled,
  .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
  }
  
  /* Modal = START*/
  .modal {
    display: none;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  .modal-open .modal.in {
    opacity: 1;
    transform: translateY(0);
  }
  
  .modal_login {
    text-decoration: none !important;
    cursor: pointer;
  }
  
  .modal-header {
    padding: 0;
    min-height: auto !important;
  }
  
  .modal-body {
    border-radius: 10px;
    overflow: hidden;
  }

  .modal-body .login_wrapper {
    border-radius: 10px;
    overflow: hidden;
  }

  
  .modal-header .close {
    position: relative;
    z-index: 99999;
    opacity: 1;
    height: 20px;
    width: 20px;
  }
  
  .modal-open .modal {
    padding-right: 0 !important;
  }
  
  .modal-dialog {
    max-width: 282px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    border-radius: 10px;
    overflow: hidden;
  }

  .modal-dialog .btn {
    background-color: #6a6f4c !important;
    border-color: #6a6f4c !important;
    border-radius: 5px !important;
  }
  
  .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: 0;
  }
  
  .register__log {
    text-decoration: underline !important;
    font-size: 14px;
  }
  
  .register__wrapper {
    width: 100%;
    padding: 20px 15px 20px 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
  }
  
  .register__clouse-svg {
    fill: #000;
    height: 20px;
    width: 20px;
  }
  
  .simpleregister-have-account {
    margin: 0 !important;
  }
  
  .register .simpleregister-have-account {
    margin-top: 14px;
  }
  
  .form-horizontal .form-group {
    margin-top: 0px;
    padding: 0;
  }
  .register .form-horizontal .form-group {
    margin-bottom: 0 !important;
  }
  
  .login .form-horizontal .form-group {
    margin-bottom: 0 !important;
  }
  
  .forgotten-link {
    display: block;
    text-align: right;
  }
  
  .view_pass {
    position: absolute;
    background: transparent;
    z-index: 10;
    right: 14px;
    top: 12px;
  }
  
  .register .form-group {
    margin-top: 14px;
  }
  
  .simpleregister-button {
    margin-top: 24px;
  }
  
  .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  
  .login .title-page {
    padding-top: 24px;
  }
  
  .form-control {
    border-color: #b6b6b6;
  }
  
  .register .modal-dialog {
    width: 320px;
  }
  
  #simpleregister .form-group > div {
    width: 100%;
  }
  
  #simpleregister fieldset {
    padding: 0;
  }
  /* Modal = END*/
  
  .lock body {
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none;
  }
  
  #overlay.active {
    background: rgba(0, 0, 0, 0.4);
    z-index: 49;
    visibility: visible;
  }
  #overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    visibility: hidden;
    -webkit-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }

  /* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*/
  /* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*/
  /* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*/
  /* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*/
  /* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*//* ACCOUNT MENU STYLE START*/

  .account_btn {
    cursor: pointer;
  }

  .account_menu_wrapp {
    animation: slide-up 0.3s;
    opacity: 0;
    position: fixed;
    z-index: 90;
    left: 0;
    top: 110px;
    height: calc(100vh - 110px);
    background-color: #FCFBF9;
    padding: 70px 50px 0;
    box-shadow: 7px 0 15px 0 rgba(0, 0, 0, 0.1), 28px 0 28px 0 rgba(0, 0, 0, 0.09), 62px 0 37px 0 rgba(0, 0, 0, 0.05), 110px 0 44px 0 rgba(0, 0, 0, 0.01), 173px 0 48px 0 rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: 0.3s;
}

.mobile .account_menu_wrapp {
    width: 100vw;
    height: calc(100vh - 90px);
    top: 90px;
    padding: 20px 30px 230px;
    overflow-y: auto;
}

  .account_menu_wrapp.in {
    animation: slide-down 0.3s;
    opacity: 1;
    pointer-events: all;
  }


  .account_menu_wrapp .account_menu {
    width: 230px;
  }

  .mobile .account_menu_wrapp .account_menu {
    width: 100%;
  }


  .account_menu_wrapp .account_menu .menu_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
  }

  .account_menu_wrapp .account_menu .menu_heading .title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #090a0a;
  }

  .account_menu_wrapp .account_menu .menu_heading svg {
    cursor: pointer;
  }

  .account_menu_wrapp .account_menu .links_list {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
  }

  .account_menu_wrapp .account_menu .links_list .link{
    width: 100%;
    margin-bottom: 15px;
  }

  .account_menu_wrapp .account_menu .links_list .link a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #746f58;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s ease-in-out;
  }

  .account_menu_wrapp .account_menu .links_list .link a:hover {
    font-weight: 600;
    color: #000;
    }

  .account_menu_wrapp .account_menu .links_list .link a .text_wrapp {
    display: flex;
    align-items: center;
  }

  .account_menu_wrapp .account_menu .links_list .link a .text_wrapp svg {
    margin-right: 15px;
  }


  .account_menu_wrapp .account_menu .discount_wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .account_menu_wrapp .account_menu .discount_wrapp .discount_text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #090a0a;
  }

  .account_menu_wrapp .account_menu .discount_wrapp .discount {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #545040;
    padding: 10px;
    background: #f1efea;
    border-radius: 10px;
  }




@media (max-width: 1500px) {
    .account_menu_wrapp {
        padding: 20px 50px 0;
    }
}



  /* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  */
  /* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  */
  /* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  */
  /* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  */
  /* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  *//* ACCOUNT MENU STYLE END  */
  
  
  .sc-megamenu-list {
    margin: 0;
    padding: 0;
    /*
    padding-top: 20px;
    padding-bottom: 20px;
    */
    list-style: none;
  }
  
  
  .sc-megamenu-child-narrow {
    right: auto;
    bottom: 0;
  }
  .sc-megamenu-child-narrow li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sc-megamenu-child-narrow li a {
    flex-grow: 1;
  }
  
  .menu-title-mobile {
    margin: 98px 45px 27px 84px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .menu-title-mobile .language,
  .menu-title-mobile .currency {
    margin-left: 20px;
  }
  
  .menu-title-mobile .language ul,
  .menu-title-mobile .currency ul {
    display: flex;
    align-items: center;
  }
  
  .menu-title-mobile .language ul li,
  .menu-title-mobile .currency ul li {
    margin-right: 10px;
  }
  
  .menu-title-mobile .language-link.activeLanguage,
  .menu-title-mobile .currency-select.activeCurrency {
    font-weight: 600;
    pointer-events: none;
  }
  
  .menu-title-mobile .currency-select.activeCurrency {
    color: #1e1e1e;
  }
  
  .menu-title-mobile .btn-currency {
    display: none;
  }
  
  .menu-title-mobile .btn-currency-menu li .currency-select {
    margin-top: 0;
  }
  
  .menu-title-mobile .btn-currency-menu {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    margin-top: 0;
    padding: 0;
  }
  
  .menu-title {
    color: #000;
    font-family: var(--second-font);
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
  }
  
  .header_bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 60;
  }
  
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: unset;
  }
  
  .mobile .navbar {
    display: block;
    overflow: auto;
    height: calc(100vh - 165px);
    padding: 20px 15px 200px;
  }
  
  .navbar .header_menu_banner {
    flex-shrink: 0;
  }
  
  .mobile .navbar .header_menu_banner {
    display: block;
      width: 100%;
      margin-bottom: 30px;
  }
  
  .mobile .navbar .header_menu_banner img {
      width: 100%;
  }
  
  
  
  
  .sc-megamenu-wrapp {
      position: fixed;
      width: 100%;
      top: -100%;
      background-color: #6A6F4C;
      transition: 0.3s;
      z-index: 30;
      opacity: 0;
  }
  
  .sc-megamenu-wrapp .container{
      height: 100%;
    overflow-y: auto;
  }
  
  
  
  
  .sc-megamenu-wrapp.active {
      top: 110px;
      opacity: 1;
  }
  
  .mobile .sc-megamenu-wrapp.active {
    top: 90px;
  }
  
  .sc-megamenu-wrapp .navbar .sc-megamenu-list{
      display: flex;
      padding: 40px 0;
      margin-right: auto;
  }
  
  .mobile .sc-megamenu-wrapp .navbar .sc-megamenu-list{
    display: block;
    padding: 0;
    margin-bottom: 30px;
  }
  
  
  .sc-megamenu-wrapp .navbar .sc-megamenu-list .list_chunk {
      margin-right: 50px;
      min-width: 190px;
  }
  
  .mobile .sc-megamenu-wrapp .navbar .sc-megamenu-list .list_chunk {
      margin-right: 50px;
      width: 100%;
  }
  
  .mobile .sc-megamenu-wrapp .navbar .sc-megamenu-list .list_chunk {
    margin-right: 0;
  }
  
  .sc-megamenu-wrapp .navbar .sc-megamenu-list .list_chunk .sc-megamenu-list-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  .sc-megamenu-wrapp .navbar .sc-megamenu-list-item .category_arrow {
      padding: 10px 0 10px 15px;
  }
  
  .sc-megamenu-wrapp .navbar .sc-megamenu-list-item .category_arrow.sub_btn {
    cursor: pointer;
  }
  
  .menu_bottom {
      display: none;
  }
  
  .mobile .menu_bottom {
      display: block;
  }
  
  .sc-megamenu-wrapp .navbar .sc-megamenu-list-item a{
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      color: #ede1d2;
      display: flex;
      align-items: center;
      padding: 10px 0;
  }
  
  .sc-megamenu-wrapp .navbar .sc-megamenu-list .sc-megamenu-list-item a:hover {
      color: #4a4540;
  }
  
  
  
  .categories_lvl2 {
    position: absolute;
    width: 100vw;
    left: -100vw;
    background-color: #6A6F4C;
    opacity: 0;
    transition: 0.4s;
  }
  
  .mobile .categories_lvl2 {
    display: block;
    overflow: auto;
    height: calc(100vh - 165px);
    padding: 20px 15px 60px;
  }
  
  .lv_2_wrapper {
    display: block;
  }
  .lv_2_wrapper .list-unstyled {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .mobile .lv_2_wrapper .list-unstyled {
    display: block;
    width: 100%;
    padding-bottom: 50px;
  }

  
  .lv_2_wrapper .list-unstyled svg{
    margin-right: 30px;
  }


  .mobile .lv_2_wrapper {
      display: block;
  }
  
  
  
  .categories_lvl2.active {
    left: 0;
    top: 0;
    opacity: 1;
  }
  
  .categories_lvl2  .main-title-category {
    width: min-content;
    cursor: pointer;
  }
  
  .categories_lvl2 .main-title-category .prev-catalog {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #ede1d2;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .categories_lvl2 .main-title-category .prev-catalog .categories_listTitle {
    margin-right: 20px;
  }
  
    button.btn.btn-buy.no-product {
      margin-right: 0;
      margin-bottom: 9px;
      width: 100%;
      color: #000;
      background-color: #fff;
      pointer-events: none;
      cursor: default;
    }
  
    .text-danger {
      font-size: 12px;
      line-height: 1.3;
    }
  
    #menu {
      position: fixed;
      top: 90px;
      width: 100%;
      height: calc(100% - 90px);
      background: #fff;
      left: -102%;
      border-radius: 0;
      transition: 1s;
      z-index: 12;
    }
    nav#menu.in {
      left: 0;
      padding-bottom: 90px;
      transition: 1s;
    }
  
    .navbar-ex1-collapse {
      width: 100%;
      height: 100%;
      overflow: auto;
    }
  
    /* Mobile panel */
    .mobile__bottom--line {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 75px;
      display: flex;
      justify-content: space-between;
      padding: 20px 25px 20PX 20PX;
      align-items: end;
      background: #6a6f4c;
      box-shadow: 0px -131px 37px 0px rgba(0, 0, 0, 0),
        0px -84px 34px 0px rgba(0, 0, 0, 0.01),
        0px -47px 28px 0px rgba(0, 0, 0, 0.05),
        0px -21px 21px 0px rgba(0, 0, 0, 0.09),
        0px -5px 12px 0px rgba(0, 0, 0, 0.1);
      z-index: 233;
    }
    .navbar-nav {
      margin: 15px 45px 15px 72px;
    }
    .mobile__bottom--left .header__icon {
      margin-right: 0 !important;
    }
    
    .header__icon .head-ico {
      position: relative;
    }
    .header__icon button,
    .button__menu {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      background-color: transparent;
    }
    .mobile__catalog--button::before,
    .mobile__catalog--button::after {
      position: absolute;
      content: '';
      top: 22px;
      width: 13px;
      height: 13px;
      border-bottom: 4px solid #fff;
      z-index: 2;
    }
    .mobile__catalog--button::after {
      right: -3px;
      border-bottom-left-radius: 100%;
    }
    .mobile__catalog--button::before {
      left: -3px;
      border-bottom-right-radius: 100%;
    }
    .mobile__catalog--button {
      position: absolute;
      bottom: 0;
      left: calc(50% - 50px);
      width: 100px;
      height: 111px;
      padding-bottom: 16px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      border-radius: 50% 50% 0 0;
      background-color: #fff;
    }
    .mobile__bottom--right .header__icon {
      /* margin-right: 30px; */
      margin-left: 0 !important;
    }
    .header__cart,
    .header__icon button {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      background-color: transparent;
    }

    .account-wrap .mini-cart {
        position: relative;
    }

    .container-cart {
      position: absolute !important;
      max-width: calc(100% - 30px) !important;
      min-width: 350px;
      padding: 30px 0;
    }

    .mobile .container-cart {
        position: fixed !important;
        max-width: calc(100% - 30px) !important;
        width: 100%;
    }

    .container-cart.in {
      top: 60px !important;
      right: 0;
    }
    
    
  
    .header__icon span,
    .mobile__catalog--button span {
      margin-top: 7px;
      color: #8b8b8b;
      font-family: var(--second-font);
      font-weight: 400;
      font-size: 10px;
      line-height: normal;
    }
    .header__icon .whishlist-total {
      margin-top: 0;
      padding: 3px;
      background: #EDE1D2;
      min-width: 15px;
      height: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -10px;
      right: -9px;
      border-radius: 100%;
      font-family: var(--font-family);
      font-weight: 600;
      font-size: 10px;
      text-transform: uppercase;
      color: #6a6f4c;
    }
    .mobile__catalog--button svg {
      margin-bottom: 15px;
    }
    .btn-close-content,
    .btn-close {
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }
    div#close-mobile-menu,
    div.close-mobile-menu {
      padding: 10px;
    }
    /* Mobile panel */
  }
  
  /* Custom styles */
  
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 11111;
  }
  
  .account__block {
    display: flex;
  }
  
  .account__block--elem {
    padding: 0 15px;
    width: calc(100% / 3);
    flex-shrink: 0;
  }
  
  .btn-green {
    color: rgb(255, 255, 255);
    background: #40ab35;
    width: 150px;
    height: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border-radius: 5px;
  }
  
  /* Swiper = START */
  .pagination_container {
      width: 100%;
      display: flex;
      justify-content: center;
  }
  
  .swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: auto;
  }
  
  .swiper-pagination-bullet {
    background: #e1e1e1;
    width: 12px;
    height: 12px;
    border: none;
    opacity: 1;
  }
  
  .swiper-pagination-bullet-active {
    background: #6a6f4c;
  }
  
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: unset;
  }
  
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
  }
  /* Swiper = END */
  
  /* Module list_product = START */
  .product_slide {
    position: relative;
    padding-top: 58px;
    padding-bottom: 30px;
  }
  
  .product__loadmore.list-product-special {
      border-bottom: 1px solid #eae8e4;
      padding-bottom: 100px;
      margin-bottom: 40px;
  }
  
  .product_slide--body {
    padding: 0 10px 50px;
    width: 100%;
    overflow: hidden;
  }
  
  .products__grid--wrapper {
    display: block;
  }
  
  .products__grid--wrapper .section-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 10px;
  }
  
  .mobile .products__grid--wrapper .section-grid { 
      grid-template-columns: repeat(2, 1fr);
  }
  
  
  .title_wrap {
      margin-bottom: 40px;
  }
  
  .product__loadmore--heading .block__title {
      font-family: var(--second-family);
      font-weight: 800;
      font-size: 24px;
      letter-spacing: -0.01em;
      text-transform: uppercase;
      color: #000;
      margin: 0 0 10px 0;
  }
  
  .product__loadmore--heading .block__extra {
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 16px;
      color: #000;
  }
  
  .title_wrap .page-title-link {
      display: inline-block;
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 16px;
      text-decoration: underline;
      text-decoration-skip-ink: none;
      color: #000;
      border: none;
      height: auto;
      padding: 0;
      margin: 0;
  }
  
  .product__carousel--pagination {
    margin-top: 0;
    text-align: center;
  }
  
  .product__carousel--body {
    padding-bottom: 40px;
  }
  
  .product__loadmore--button {
    margin-top: 35px;
    display: flex;
    justify-content: end;
  }
  
  .mobile .product__loadmore--button {
      justify-content: center;
  }
  
  
  .product__loadmore--button > button {
      font-family: var(--third-family);
      font-weight: 400;
      font-size: 14px;
      text-decoration: underline;
      text-decoration-skip-ink: none;
      text-align: right;
      color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  section.product__loadmore {
    margin-top: 70px;
    margin-bottom: 90px;
  }
  
  .block__title-wrap {
    padding-left: 0;
  }
  
  h2.block__title,
  h2.block__title span {
    font-size: 24px;
  }
  
  h2.block__title {
    margin: 0;
  }
  
  h2.block__title span {
    margin-right: auto;
    padding-left: 0;
  }
  
  .list-product-special h2.block__title {
    font-weight: 700;
  }
  
  .block__extra {
    margin-bottom: 8px;
    color: #000;
    font-family: var(--second-font);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
  }
  
  
  .mobile.product_slide {
    margin-top: 19px;
  }
  
  .mobile.list-product-latest {
    margin-top: 10px;
    margin-bottom: 12px;
  }

.price_wrap .col {
  display: flex;
}
span.model-product {
  margin-right: 20px;
}
  @media (max-width: 1023.98px) {
    .product_slide {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }
  
  /*
    .product__item.swiper-slide {
      width: calc(100% / 3);
    }
  
    .list-product-special .product__item.swiper-slide {
      min-width: fit-content;
      width: calc(100% / 2);
      max-height: fit-content;
    }
  */
  
  
  /* Module list_product = END */
  
  /* Breadcrumb = START */
  .breadcrumb {
    margin: 21px 0;
    padding: 8px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: auto;
  }
  
  .breadcrumb i {
    font-size: 15px;
  }
  
  .breadcrumb > li {
    list-style-type: none;
    position: relative;
    padding-right: 8px;
    white-space: nowrap;
  }
  
  .breadcrumb > li:not(:first-child) {
    padding-left: 8px;
  }
  
  .breadcrumb > li + li::before {
    content: '';
    padding: 0;
  }
  
  .breadcrumb > li::after {
    content: '';
    display: block;
    position: absolute;
    background: #bcbcbc;
    top: 4px;
    right: 0;
    width: 1px;
    height: 8px;
  }
  
  .breadcrumb > li:last-child::after {
    display: none;
  }
  
  .breadcrumb > li a {
    color: #000;
    font-family: var(--second-font);
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  
  .breadcrumb > li a svg {
    margin-right: 10px;
  }
  
  @media (max-width: 991.98px) {
    .breadcrumb {
      margin: 10px 0;
    }
  }
  /* Breadcrumb = END */
  
  /* Product = START */
  .list-product {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 40px;
    grid-column-gap: 14px;
  }
  
  .product_slide-heading,
  .product_slide--buttons {
    position: relative;
  }
  
  .product_slide--buttons-wrap,
  .product_slide--buttons {
    display: flex;
    align-items: center;
  }
  
  .product_slide-heading {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /*
  .list-product-special .product_slide-heading {
    padding-left: 404px;
  }
  */
  .list-product-sale {
    position: absolute;
    top: -24px;
    left: 37%;
    width: 100%;
    height: 229px;
    user-select: none;
    pointer-events: none;
  }
  
  .product_slide--pagination {
    margin-top: 40px;
    text-align: center;
    flex-shrink: 0;
  }
  /*
  .product_slide--buttons {
    margin-left: auto;
    margin-right: 43px;
    display: flex;
    align-items: center;
  }
  */
  /*
  .list-product-special .product_slide--buttons {
    margin-left: 0;
    margin-right: 0;
  }
  */
  .product_slide--prev, .product_slide--next {
    border-radius: 50%;
    overflow: hidden;
  }
  
  .product_slide--prev {
    margin-right: 6px;
  }
  
  .product__item {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
  }
  
  .product__item--image {
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    overflow: hidden;
    margin-bottom: 20px;
  }
  
  .product__item--status {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
  }
  
  .stock__green {
    color: #65a04b;
  }
  
  .stock__red {
    color: #a0584b;
  }
  
  /*
  .product__item.swiper-slide {
    padding-left: 7px;
    padding-right: 7px;
    width: calc(100% / 4);
  }
  
  .list-product-special .product__item.swiper-slide {
    min-width: fit-content;
    width: calc(100% / 3);
    max-height: fit-content;
  }
  */
  
  .product__item--buttons {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 3;
    -webkit-transition: top 0.2s ease 0s;
    -o-transition: top 0.2s ease 0s;
    transition: top 0.2s ease 0s;
  }

.product__item--buttons button {
    background: no-repeat;
}

.product__item--buttons button svg path {
    transition: 0.2s ease-in-out;
}

.product__item--buttons button.in__wishlist svg path {
    fill: #6a6f4c;
}
  
  /*
  .first__image {
    position: relative;
    z-index: 1;
  }
  
  .second__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .first__image,
  .second__image,
  .change__image .first__image,
  .change__image .second__image {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .change__image:hover .first__image,
  .change__image:focus .first__image,
  .change__image:active .first__image {
    visibility: hidden;
    opacity: 0;
  }
  
  .change__image:hover .second__image,
  .change__image:focus .second__image,
  .change__image:active .second__image {
    visibility: visible;
    opacity: 1;
  }
  */
  
  .second__image {
    display: none;
  }
  
  .change__image:hover .second__image,
  .change__image:focus .second__image,
  .change__image:active .second__image {
    display: block;
  }
  
  .change__image:hover .first__image,
  .change__image:focus .first__image,
  .change__image:active .first__image {
    display: none;
  }
  
  .product__item--image > a img {
    margin-left: auto;
    margin-right: auto;
  }
  
  .product__item--image img {
    width: 100%;
  }
  
  .product_slide--wrapper {
    margin-left: -7px;
    margin-right: -7px;
    display: flex;
  }
  
  .product_slide--banner.banner__left {
    position: relative;
    margin-right: 7px;
    max-width: 390px;
    background-color: #fff;
  }
  
  .list-option-product ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 11px;
  }
  
  .list-option-product ul li {
    padding: 5px;
    color: #1e1e1e;
    background-color: #f7f7f7;
    width: 51px;
    height: 51px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--second-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .list-option-product ul li:hover {
    color: #fff;
    background-color: #1e1e1e;
  }
  
  .product__item--name {
    margin-bottom: 10px;
  }
  
  .product__item--name a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 42px;
  }
  
  .mobile .product__item--name a {
    font-size: 14px;
    height: 38px;
  }
  
  .product__item--price {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  
  .product__item--price .price {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
  }
  
  .product__item--price .price-old {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 12px;
    text-decoration: line-through;
    color: #787878;
    margin-bottom: 0;
  }
  
  .product__item--price .price-new {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
  }
  
  
  .product__item--rating-wrap {
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
  
  .product__item--rating {
    margin-right: 8px;
    display: flex;
    align-items: center;
  }
  
  .product__item--rating-value {
    color: #52525b;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
  }
  
  .product__item--buy > button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 120px;
    width: 100%;
    height: 40px;
    background: #34302b;
    color: #fff;
    font-family: var(--second-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 25px;
  }
  
  .product__item--buy > button svg {
    margin-left: 20px;
    flex-shrink: 0;
  }
  
  .product__item--buy > button.btn-cart-item-no-quantity {
    justify-content: center;
    background-color: #ccc;
  }
  
  .product__item--buy-mob {
    display: none;
  }
  
  .form-group-sort {
    display: flex;
    align-items: center;
  }
  
  .form-group-sort label {
    margin-right: 26px;
    margin-bottom: 0;
    color: #141414;
    font-family: var(--second-font);
    font-weight: 700;
    line-height: 1.3;
  }
  
  select#input-sort {
    margin: 0;
    padding: 14px 23px;
    height: auto;
    border: none;
    box-shadow: none;
    user-select: none;
    cursor: pointer;
  }
  
  select#input-sort:hover,
  select#input-sort:focus {
    margin: 0;
    padding: 14px 23px;
    height: auto;
    border: none;
    box-shadow: none;
  }
  
  .product__item--stickers {
    position: absolute;
    top: 12px;
    left: 15px;
    white-space: nowrap;
    user-select: none;
    pointer-events: none;
    z-index: 1;
  }
  
  .product__item--stickers .sticker {
    margin-bottom: 10px;
    width: 50px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--second-font);
    font-weight: 500;
    font-size: 10px;
    line-height: normal;
    text-transform: uppercase;
  }
  
  .sticker.sticker_top {
    color: #fff;
    background-color: #1e1e1e;
  }
  
  .sticker.sticker_new {
    color: #1e1e1e;
    background-color: #d6fc52;
  }
  
  .sticker.sticker_sale {
    color: #fff;
    background-color: #ff92f2;
  }
  /*
  .mobile .list-product-sale.title_scroll,
  .mobile .block__extra,
  .mobile .product_slide--pagination,
  .mobile .page-title-link svg {
    display: none;
  }
  */
  /*
  .list-product-special.mobile .container {
    padding-left: 0;
    padding-right: 0;
  }
  
  .list-product-special.mobile .product_slide-heading {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .list-product-special.mobile .product_slide--wrapper {
    margin-left: 7px;
    margin-right: 7px;
  }
  */
  .mobile .product_slide--wrapper {
    margin-left: -5px;
    margin-right: -5px;
    flex-direction: column;
  }
  
  .mobile .list-product {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 10px;
  }
  
  .mobile .product_slide--banner.banner__left {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  
  .mobile .product_slide-heading {
    margin-bottom: 10px;
    justify-content: center;
  }
  
  .mobile h2.block__title {
    margin-right: 19px;
    padding-right: 0;
    font-weight: 700;
    border-right: 0;
  }
  
  .mobile .page-title-link {
    margin-right: auto;
    padding: 0 20px 0 0;
    min-width: auto;
    border: 0;
    text-decoration: underline;
  }
  /*
  .mobile .list-product-special .product_slide--buttons {
    display: flex;
  }
  */
  .mobile .product_slide--buttons {
    margin-left: auto;
    margin-right: 0;
  }
  
  .mobile .product__item--buttons button svg {
    width: 16px;
  }
  
  .mobile.list-product-featured h2.block__title {
    font-weight: 500;
  }
  
  .mobile.list-product-featured h2.block__title span {
    font-weight: 700;
  }
  
  @media (min-width: 992px) {
    .product__item--buttons {
      top: -40px;
    }
  
    .product__item:hover .product__item--buttons {
      top: 12px;
    }
  }
  
  @media (max-width: 1439.98px) {
    .list-option-product ul li {
      width: 45px;
      height: 45px;
      font-size: 14px;
    }
  }
  
  @media (max-width: 991.98px) {
    .list-product {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 20px;
      grid-column-gap: 10px;
    }
  
    .list-option-product ul {
      gap: 5px;
    }
  
    .list-option-product ul li {
      width: 30px;
      height: 30px;
      font-size: 12px;
    }
  }
  /*
  @media (max-width: 649.98px) {
    .product__item.swiper-slide {
      padding-left: 5px;
      padding-right: 5px;
      width: calc(100% / 2);
    }
  
    .list-product-special .product__item.swiper-slide {
      min-width: fit-content;
      width: calc(100% / 2);
      max-height: fit-content;
    }
  }
  */
  /*
  @media (max-width: 649.98px) {
    .list-product-sale.title_scroll,
    .block__extra,
    .product_slide--pagination,
    .page-title-link svg {
      display: none;
    }
  
    .list-product {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 20px;
      grid-column-gap: 10px;
    }
  
    .product_slide--wrapper {
      flex-direction: column;
    }
  
    .product_slide--banner.banner__left {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
    }
  
    h2.block__title {
      margin-right: 19px;
      padding-right: 0;
      font-weight: 700;
      border-right: 0;
    }
  
    .list-product-special .page-title-link {
      margin-right: auto;
      padding: 0 20px 0 0;
      min-width: auto;
      border: 0;
      text-decoration: underline;
    }
  
    .list-product-special .product_slide--buttons {
      display: flex;
    }
  
    .product_slide--buttons {
      margin-right: 0;
    }
  
    .product__item--buttons button svg {
      width: 16px;
    }
  
    .product__item.swiper-slide {
      width: calc(100% / 3);
    }
  
    .list-product-special .product__item.swiper-slide {
      min-width: fit-content;
      width: calc(100% / 2);
      max-height: fit-content;
    }
  }
  
  @media (max-width: 449.98px) {
    .product__item.swiper-slide {
      width: calc(100% / 2);
    }
  }
  */
  /* Product = END */
  
  /* Pagination = START */
  .pagination {
    margin: 0;
  }
  
  .pagination__dots {
    pointer-events: none;
  }
  
  .pagination_wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
  }
  
  
  
  li.next-pag {
    margin-left: 110px;
  }
  
  li.prev-pag {
    margin-right: 110px;
  }
  
  
  @media (max-width: 649.98px) {
    .pagination_wrapper {
      margin-top: 20px;
      margin-bottom: 20px;
    }
  
    ul.theme-pagination li a,
    ul.theme-pagination li span {
      padding: 5px;
      min-width: 34px;
      height: 34px;
      font-size: 14px;
    }
  
    li.next-pag {
      margin-left: 66px;
    }
  
    li.prev-pag {
      margin-right: 66px;
    }
  
    li.prev-pag svg,
    li.next-pag svg {
      width: 16px;
    }
  }
  /* Pagination = END */
  /* Subcategories = START */
  .subcategories__title,
  .subcategories__title span {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #000;
    margin-bottom: 12px;
  }
  .subcategories__title {
    margin-right: 30px;
  }
  .subcategories__list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  .subcategories__list.in {
    overflow: visible;
  }
  .category__subcategories--checkbox {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .category__subcategories--checkbox .subcategories__title {
    display: inline-block;
    color: #000;
    font-family: var(--second-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
  }
  .category__subcategories--checkbox .subcategories__title svg {
    margin-left: 10px;
    margin-bottom: 4px;
    flex-shrink: 0;
  }
  .category__subcategories--checkbox .subcategories__title svg {
    -webkit-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
  }
  .category__subcategories--checkbox.click .subcategories__title svg {
    transform: translate(0) rotate(-180deg);
  }
  .category__subcategories--checkbox .subcategories__list li a {
    color: #000;
    display: flex;
    align-items: center;
  }
  .category__subcategories--checkbox .subcategories__list li a:hover {
    text-decoration: underline;
  }
  .category__subcategories--checkbox .subcategories__list li {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }
  .category__subcategories--checkbox .subcategories__list li a img {
    margin-right: 20px;
    width: 30px;
    border-radius: 20px;
    overflow: hidden;
  }
  /* Subcategories = END */
  /* Cookie = START */
  #policy-pop-up {
    display: none;
    position:fixed;
    bottom: 0;
    left: 0;
    width: 525px;
    margin: 15px;
    padding: 15px 20px;
    color: #000;
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    z-index: 9999;
  }
  
  .policy-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .policy-logo {
    margin-right: 10px;
  }
  
  .policy-logo img {
    width: 52px;
  }
  
  .policy-title {
    margin-right: 10px;
    color: #000;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  
  #close-popup {
    padding: 10px;
    cursor: pointer;
  }
  
  .policy-middle {
    padding: 20px 10px 20px 0;
    color: #1e1e1e;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
  }
  
  .group-policy-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  
  .policy-bottom {
    padding-right: 10px;
  }
  
  button.no_policy,
  a.yes_policy {
    padding: 10px;
    width: 150px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1;
    white-space: nowrap;
    cursor: pointer;
  }
  
  button.no_policy {
    color: #000;
    background-color: transparent;
  }
  
  a.yes_policy {
    margin-left: 10px;
    color: #fff;
    background-color: #00483a;
    border-radius: 55px;
    overflow: hidden;
  }
  
  .policy-page {
    margin-top: 20px;
    text-align: center;
  }
  
  a.policy-link {
    color: #00483a;
    text-decoration: underline;
  }
  
  @media (max-width: 649.98px) {
    #policy-pop-up {
      width: calc(100% - 30px);
    }
  
    button.no_policy,
    a.yes_policy {
      width: 100%;
    }
  
    a.yes_policy {
      margin-left: 0;
    }
  }
  /* Cookie = END */
  
  /* Brands = START */
  .brands {
    margin-bottom: 30px;
  }
  
  .brands_info {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  
  .brands__title {
      font-family: var(--second-family);
      font-weight: 800;
      font-size: 24px;
      text-transform: uppercase;
      color: #000;
  }
  
  .brands .brands__link {
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 16px;
      text-decoration: underline;
      text-decoration-skip-ink: none;
      color: #000;
  }
  
  .brands_slider_wrap {
      position: relative;
  }
  
  .brands_slider {
      height: 100px;
      overflow: hidden;
  }
  
  .mobile .brands_slider {
      padding: 0 15px;
  }
  
  .brands_slider .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f7f7f7;
  }
  
  
  .brands .swiper-pagination-brands {
    position: relative;
    top: 0;
    bottom: 0;
    margin-top: 17px;
    margin-bottom: 18px;
    text-align: center;
  }
  
  .brands .swiper-buttons-brands {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 40%;
      left: -15;
      width: calc(100% + 30px);
  }
  
  
  .mobile .brands .swiper-buttons-brands { 
      display: none;
  }
  
  .swiper-button-next-brands,
  .swiper-button-prev-brands {
      position: relative;
      z-index: 20;
  
  }
  
  
  .swiper-button-prev-brands, .swiper-button-next-brands {
    border-radius: 50%;
  }
  
  .swiper-button-prev-brands {
    margin-right: 6px;
  }
  
  .brands_slider_wrapper {
    position: relative;
    margin: 0 15px;
  }
  
  .mobile .brands_slider_wrapper {
    margin: 0 -15px;
  }
  
  .brands_slider_item img {
    margin-left: auto;
    margin-right: auto;
  }
  /* Brands = END */
  
  .ocf-btn-mobile-static.ocf-mobile {
    display: none;
  }
  
  /* Burger-animation = START */
  .svg-icon {
    transition: transform 0.3s ease-in-out;
  }
  
  .svg-icon.active {
    transform: rotate(180deg);
  }
  
  .svg-icon path {
    transition: opacity 0.2s ease-in-out, transform 0.3s ease-in-out;
  }
  
  .svg-icon path.line {
    opacity: 1;
  }
  
  .svg-icon.active path.line {
    opacity: 0;
  }
  
  .svg-icon path.cross {
    opacity: 0;
  }
  
  .svg-icon.active path.cross {
    opacity: 1;
  }
  /* Burger-animation = END */
  #modal-login .modal-dialog {
    min-width: 300px;
}