@charset "UTF-8";
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: .8751em;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}

.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #C29A43;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -.3em;
  margin-left: -.5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #d8d8d8;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #EFEFEF;
  border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

#products-category {
  padding-top: 45px;
  padding-bottom: 45px;
}

#products-category .wrapper {
  padding: 30px 15px;
}

#products-category .wrapper .category-products-container {
  font-size: 0;
}

#products-category .wrapper .woocommerce-products-header-desktop {
  display: none;
}

#products-category .wrapper .woocommerce-products-header .woocommerce-breadcrumb {
  display: none;
}

#products-category .wrapper .woocommerce-products-header .term-description {
  margin-bottom: 25px;
}

#products-category .wrapper .woocommerce-result-count {
  display: inline-block;
  width: 40%;
}

#products-category .wrapper .woocommerce-ordering {
  position: relative;
  display: inline-block;
  width: 60%;
  text-align: right;
}

#products-category .wrapper .woocommerce-ordering .orderby {
  display: none;
}

#products-category .wrapper .woocommerce-ordering .order-select {
  cursor: pointer;
}

#products-category .wrapper .woocommerce-ordering .order-select span {
  position: relative;
  padding-right: 25px;
  font-weight: 400;
}

#products-category .wrapper .woocommerce-ordering .order-select span::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url(../../media/icons/chev_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#products-category .wrapper .woocommerce-ordering .order-select-dropdown {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 0;
  text-align: left;
  background-color: #FFFFFF;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  overflow: hidden;
}

#products-category .wrapper .woocommerce-ordering .order-select-dropdown a {
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
}

#products-category .wrapper .woocommerce-ordering .active {
  padding: 10px;
  max-width: 100%;
  border: 1px solid #EFEFEF;
  border-top-width: 0;
}

#products-category .wrapper ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  list-style: none;
}

#products-category .wrapper ul.products li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% - 7px);
  padding: 10px;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#products-category .wrapper ul.products li .woocommerce-LoopProduct-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

#products-category .wrapper ul.products li .onsale {
  position: absolute;
  padding: 5px 10px;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C29A43;
  border-radius: 3px;
  z-index: 1;
  cursor: default;
}

#products-category .wrapper ul.products li .attachment-woocommerce_thumbnail {
  width: 100%;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}

#products-category .wrapper ul.products li .woocommerce-loop-product__title {
  display: block;
  font-family: 'Josefin Sans', serif !important;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

#products-category .wrapper ul.products li .product-price .price {
  display: block;
  color: #191919;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

#products-category .wrapper ul.products li .product-price .price .woocommerce-Price-amount,
#products-category .wrapper ul.products li .product-price .price .woocommerce-Price-currencySymbol {
  color: #C29A43;
  font-family: 'Josefin Sans', serif !important;
  font-weight: 400;
}

#products-category .wrapper ul.products li .product-price .price del {
  margin-right: 5px;
}

#products-category .wrapper ul.products li .product-price .price del .amount,
#products-category .wrapper ul.products li .product-price .price del .woocommerce-Price-currencySymbol {
  color: #292929;
  font-size: 12px;
}

#products-category .wrapper ul.products li .product-price .price .regular-price {
  color: #C29A43;
}

#products-category .wrapper ul.products li .product-price .price ins {
  text-decoration: none;
}

#products-category .wrapper ul.products li .product-price .price ins .amount,
#products-category .wrapper ul.products li .product-price .price ins .woocommerce-Price-currencySymbol {
  color: #C29A43;
}

#products-category .wrapper ul.products li .button-light {
  display: none;
}

#products-category .wrapper ul.products li .buttons-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

#products-category .wrapper ul.products li .buttons-wrapper .subscription-btn {
  margin: 7px 0 0 7px;
  font-size: 12px;
  padding: 5px 8px;
}

#products-category .wrapper ul.products li .buttons-wrapper .tinvwl_add_to_wishlist_button {
  margin-top: 0 !important;
  background-color: transparent;
  border: none !important;
}

#products-category .mrb-shop-sidebar .accordion-heading {
  margin-top: 20px;
}

#products-category .mrb-shop-sidebar .accordion-heading .icon {
  padding: 5px 10px;
}

#products-category .mrb-shop-sidebar .accordion-content {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: .05s ease-in-out;
  transition: .05s ease-in-out;
}

#products-category .mrb-shop-sidebar .accordion-content .close-button {
  position: absolute;
  top: 45px;
  right: 22px;
  height: 25px;
}

#products-category .mrb-shop-sidebar .accordion-content .close-button .hamburger {
  position: relative;
  display: block;
  width: 25px;
  height: 2px;
}

#products-category .mrb-shop-sidebar .accordion-content .close-button .hamburger::before, #products-category .mrb-shop-sidebar .accordion-content .close-button .hamburger::after {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 2px;
  background: #191919;
}

#products-category .mrb-shop-sidebar .accordion-content .close-button .hamburger::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#products-category .mrb-shop-sidebar .accordion-content .close-button .hamburger::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#products-category .mrb-shop-sidebar .accordion-content .filter-headline,
#products-category .mrb-shop-sidebar .accordion-content .widget-title {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 24px;
}

#products-category .mrb-shop-sidebar .accordion-content ul {
  max-height: 100%;
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

#products-category .mrb-shop-sidebar .accordion-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#products-category .mrb-shop-sidebar .accordion-content ul li a,
#products-category .mrb-shop-sidebar .accordion-content ul li span {
  font-family: 'Josefin Sans', serif !important;
  font-weight: 400;
}

#products-category .mrb-shop-sidebar .accordion-content ul li a {
  width: 100%;
  padding: 4px 0;
  font-size: 18px;
  white-space: nowrap;
}

#products-category .mrb-shop-sidebar .accordion-content ul li span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2px 4px;
  font-size: 14px;
  background: #EFEFEF;
  border-radius: 5px;
}

#products-category .mrb-shop-sidebar .accordion-content .price_slider_wrapper {
  margin: 15px 0;
}

#products-category .mrb-shop-sidebar .accordion-content .woocommerce-widget-layered-nav-list__item a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: -2px;
  margin-right: 10px;
  padding: 0 2px 6px 4px;
  height: 12px;
  width: 12px;
  font-size: 13px;
  border: 1px solid #EFEFEF;
}

#products-category .mrb-shop-sidebar .accordion-content .woocommerce-widget-layered-nav-list__item.chosen a::before {
  content: "✓";
}

#products-category .mrb-shop-sidebar .accordion-content .brands-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  max-width: 300px;
}

#products-category .mrb-shop-sidebar .accordion-content .brands-grid .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

#products-category .mrb-shop-sidebar .accordion-content .brands-grid .block:hover {
  opacity: .85;
  border: 1px solid #949494;
}

#products-category .mrb-shop-sidebar .accordion-content .brands-grid .block img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#products-category .mrb-shop-sidebar .active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  padding: 20px;
  height: 100% !important;
  opacity: 1;
  z-index: 99999999;
  overflow-y: scroll;
}

#products-category .woocommerce-pagination {
  padding-top: 15px;
}

#products-category .woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 0;
  list-style: none;
}

#products-category .woocommerce-pagination ul li a {
  font-weight: 400;
}

#products-category .woocommerce-pagination ul li .current {
  font-weight: 700;
}

@media only screen and (min-width: 550px) {
  #products-category .wrapper ul.products li {
    width: calc(33% - 10px);
  }
}

@media only screen and (min-width: 900px) {
  #products-category .wrapper ul.products li {
    width: calc(25% - 11px);
  }
}

@media only screen and (min-width: 1200px) {
  #products-category .wrapper {
    padding: 40px 30px;
  }
  #products-category .wrapper .woocommerce-breadcrumb {
    display: none;
  }
  #products-category .wrapper .woocommerce-products-header {
    display: none;
  }
  #products-category .wrapper .woocommerce-products-header-desktop {
    display: block;
  }
  #products-category .wrapper .woocommerce-products-header-desktop .woocommerce-breadcrumb {
    display: block;
  }
  #products-category .wrapper .woocommerce-products-header-desktop .term-description {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #products-category .wrapper .woocommerce-products-header-desktop .term-description .column-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  #products-category .wrapper .woocommerce-products-header-desktop .term-description .column-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  #products-category .wrapper .woocommerce-products-header-desktop .woocommerce-products-header__title {
    margin-top: 12px;
    margin-bottom: 0;
  }
  #products-category .wrapper .woocommerce-ordering .order-select-dropdown a {
    padding: 8px;
    font-size: 16px;
  }
  #products-category .wrapper .woocommerce-ordering .order-select-dropdown a:hover {
    opacity: .75;
  }
  #products-category .wrapper .category-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #products-category .wrapper .category-container .mrb-shop-sidebar {
    min-width: 375px;
    max-width: 375px;
    padding-right: 4em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #products-category .wrapper .category-container .mrb-shop-sidebar .brands-grid {
    max-width: 400px;
  }
  #products-category .wrapper .category-container .category-products-container {
    width: 100%;
  }
  #products-category .wrapper ul.products {
    padding-top: 15px;
  }
  #products-category .wrapper ul.products li {
    position: relative;
    border: none;
  }
  #products-category .wrapper ul.products li:hover .attachment-woocommerce_thumbnail {
    opacity: .7;
  }
  #products-category .wrapper ul.products li:hover .buttons-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #products-category .wrapper ul.products li:hover .button-light {
    display: block;
    white-space: nowrap;
  }
  #products-category .wrapper ul.products li .onsale {
    font-size: 12px;
  }
  #products-category .wrapper ul.products li .attachment-woocommerce_thumbnail {
    width: 100%;
    height: 260px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #products-category .wrapper ul.products li .woocommerce-loop-product__title {
    font-size: 22px;
    text-align: center;
  }
  #products-category .wrapper ul.products li .product-price .price .woocommerce-Price-amount,
  #products-category .wrapper ul.products li .product-price .price .woocommerce-Price-currencySymbol {
    font-size: 23px;
  }
  #products-category .wrapper ul.products li .product-price .price del .amount,
  #products-category .wrapper ul.products li .product-price .price del .woocommerce-Price-currencySymbol {
    color: #292929;
    font-size: 16px;
  }
  #products-category .wrapper ul.products .buttons-wrapper {
    display: none !important;
    top: 140px !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 15px;
  }
  #products-category .wrapper ul.products .buttons-wrapper .tinvwl_add_to_wishlist_button {
    font-size: 16px;
    background-color: #FFFFFF !important;
    border: 1px solid #EFEFEF !important;
  }
  #products-category .wrapper ul.products .buttons-wrapper .tinvwl_add_to_wishlist_button img {
    position: relative;
    left: 1px;
    bottom: -4px;
  }
  #products-category .wrapper ul.products .buttons-wrapper .subscription-btn {
    margin-top: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42px !important;
    height: 44px !important;
  }
  #products-category .wrapper ul.products .button-light {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 16px;
  }
  #products-category .wrapper ul.products .button-light {
    top: 75px;
  }
  #products-category .wrapper ul.products .button-light:hover {
    color: #292929;
    background: #C29A43;
  }
  #products-category .wrapper ul.products .button-light:hover .icon {
    -webkit-filter: none;
            filter: none;
  }
  #products-category .mrb-shop-sidebar .accordion-heading {
    display: none;
  }
  #products-category .mrb-shop-sidebar .accordion-content {
    position: relative;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  #products-category .mrb-shop-sidebar .accordion-content .close-button {
    display: none;
  }
  #products-category .mrb-shop-sidebar .accordion-content .widget-title {
    margin-top: 30px;
  }
  #products-category .mrb-shop-sidebar .accordion-content ul {
    max-height: 284px;
    padding-right: 20px;
    overflow: auto;
  }
  #products-category .mrb-shop-sidebar .accordion-content .price_slider_wrapper {
    padding: 0 2px;
  }
}
/*# sourceMappingURL=archive-product.css.map */