#main{
  min-height: 74vh;
}

.woof_products_top_panel_ul .woof_reset_button_2{
  margin: 0px !important;
  line-height: 0px !important;
}

.woof_products_top_panel_ul{
    display: flex;
    flex-direction: row;
    align-items: center;
}


.woof_list_checkbox li {
  display: block;
  clear: both;
  margin-bottom: 5px;
}

.woof_checkbox_label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.woof_childs_list {
  display: none;
  padding-left: 20px;
  margin-top: 5px;
}


.cart .single_add_to_cart_button{
  background: #16b3e6 !important;
}

.product-info .stock{
  display: none;
}

.woof_list_checkbox li ins.iCheck-helper {
  display: inline-block;
  vertical-align: middle;
}

.woof_list_checkbox li > ul.woof_childs_list {
  display: block;
  margin-top: 5px;
}


.woof_opened > .woof_childs_list {
  display: block;
}



.products-per-page-radios {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 16px;
}
.products-per-page-radios .label {
    margin-right: 10px;
    font-weight: 500;
}

.radio-bubble {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 999px;    
    padding: 0px 4px;
    transition: all 0.3s ease;
}

.radio-bubble input[type="radio"] {
    display: none;
}

.radio-bubble span {
    pointer-events: none;
}

.radio-bubble input[type="radio"]:checked + span {
    font-weight: bold;
    color: #fff;
}

.radio-bubble input[type="radio"]:checked + span {
    background: #0073aa;
    border-radius: 999px;
    padding: 6px 12px;
}





.has-equal-box-heights .box-image img, .has-format img, .image-cover img, .video-fit iframe, .video-fit video, img.back-image{
  object-fit: contain !important;
}

.category-title h2{
  font-size: 18px;
  font-weight: bold;
}

.category-title span{

}

.category-title{
  margin-bottom: 20px;
  margin-top:-15px;
}

.product-small .brand-label{
    color: #4fa598;
    font-size: 10px;
}

.woof_container_inner.woof_container_inner_ .filter-title-text{
  font-size: 12px;
}

.product-small .col-inner{
  height: 100%;
}

.product-small .box-image img{
  height: 90% !important;
  margin-top: 5%;
  width: 95% !important;
  margin-left: 2.5%;
}

.woof_list_checkbox li {
  display: flex;
  align-items: flex-start;
  gap: 8px; /* расстояние между чекбоксом и текстом */
  margin-bottom: 5px;
  line-height: 1.3;
}

/* сам чекбокс (обёртка icheckbox) */
.woof_list_checkbox li > div {
  flex-shrink: 0; /* не сжимать чекбокс */
  margin-top: 2px; /* немного подровнять по вертикали */
}

/* текст label */
.woof_list_checkbox label {
  flex: 1;
  word-break: break-word; /* переносим длинные слова */
  cursor: pointer;
}


.woof label{
  font-size: 12px;
  font-weight: 300;
  margin: 0px;
}

.product-small .col-inner, .products .product .col-inner {
  border: 1px solid #dddddd;
}

.products .product .col-inner .get-price-wrapper{
  width: 100%;
  padding: 0px 18px;
}

.box-text {
    padding-left: 1.2em;
    padding-right: 1.2em;
}

.products .product .col-inner .get-price-wrapper a{
  padding: 6px 20px;
}

.product.type-product .get-price-wrapper a{
      background: #96bf5d !important;
    color: #ffffff !important;
    border: .5px solid #e9e9e9 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: .2s all !important;
    padding: 6px 20px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

div.product-main > div > div.product-info.summary.col-fit.col.entry-summary.product-summary > div.get-price-wrapper{
  width: 100%;
  padding: 0px 0px;
}

div.product-main > div > div.product-info.summary.col-fit.col.entry-summary.product-summary > div.get-price-wrapper a, .products .product .col-inner .get-price-wrapper a{
  background: none;
  color: #e9e9e9;
  border: .5px solid #e9e9e9;
  font-size: 12px;
  font-weight: 500;
  transition: .2s all;
}

div.product-main > div > div.product-info.summary.col-fit.col.entry-summary.product-summary > div.get-price-wrapper a:hover, .products .product .col-inner .get-price-wrapper a:hover{
  background: white;
  box-shadow: none;
  color: #1db2eb;
  border: .5px solid #1db2eb;
  transition: .2s all;
}








.product-small .box-image{
  border-bottom: 1px solid #dcdcdc;
}

.product-small.box .woocommerce-loop-product__title a{
      font-weight: bold;
      margin-top: 10px;
}


.hover-slide, .hover-slide-in, .hover-zoom, .hover-zoom-in, .show-on-hover{
  opacity: 1 !important;
}


.category.is-smaller.no-text-overflow.product-cat{
      color: #96bf5d;
      font-size: 10px;
}


.wc-cat-accordion {
/*  font-family: sans-serif;*/
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.wc-cat-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;    
  background: #ffffff;
  border: 1px solid #ddd;
  transition: background 0.3s;
  color: #000;
  font-size: 14px;
  padding: 20px 20px;
}

.wc-cat-toggle:hover {
  background: #e9e9e9;
}

.wc-cat-children {
  display: none;
  padding-left: 1rem;
  margin: 0;
}

.wc-cat-parent.open > .wc-cat-children {
  display: block;
}

.wc-cat-parent {
  margin-bottom: 5px;
  margin-left: 0px !important;
}

.wc-cat-parent .wc-cat-children{
  margin-top: 10px;
    padding: 0px;
    font-size: 14px;
}

.wc-cat-parent .wc-cat-children li{
  padding: 0px;
}

.wc-cat-toggle::after {
  content: "▶";
  transition: transform 0.3s;
}

.wc-cat-parent.open > .wc-cat-toggle::after {
  transform: rotate(90deg);
}


.product-gallery{
      border: 1px solid #e6e6e6;
      height: fit-content;
}

.product-info .product-brand .brand_value{
  color: #96bf5d;
  text-transform: uppercase;
  font-weight: 600;
}

.product-gallery .vertical-thumbnails{
    overflow-y: scroll; /* скроллим, но... */
    scrollbar-width: none; /* Firefox */
}

.product-gallery .vertical-thumbnails::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.product-main .yith-wcwl-add-to-wishlist{
  margin-top: 0px;
  font-size: 14px;
}

.product-main .yith-wcwl-add-to-wishlist .single_add_to_wishlist, .product-main .yith-wcwl-add-to-wishlist .single_add_to_wishlist svg{
  color: #a5a5a5;
}

.product-main .product-info{
  padding-left: 40px;
}


.description_tab.active a{
  font-size: 18px;
}

.description_tab.active a::before{
  background-color: #4fa598 !important;
}