tr.cart-subtotal {
  display: none;
}
.woocommerce ul.products{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
  border: 1px solid var(--footer--border);
}
ul.products>li.product-category{
  background-color: var(--elab--color--tab);
  text-align: center;
  margin: 0.5em !important;
}
.woocommerce ul.products li.product-category a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: black;
}
.woocommerce ul.products li.product-category a:hover{
  color:black;
}
.woocommerce ul.products li.product-category,
.woocommerce-page ul.products li.type-product,
.woocommerce ul.products li.product-category:hover,
.woocommerce-page ul.products li.type-product:hover
{
/* 31/03/2025  box-shadow: 0px 0px 9px 2px rgb(0 0 0 / 25%);*/ 
}
ul.products>li.product-category:hover{
  background-color: var(--secondary--color);
}
@media (max-width:1080px){
  ul.products>li.product-category{
  /*  width:48% !important; */
    width:30% !important;
  }
}
@media (max-width:768px){
  ul.products>li.product-category{
    /*width:100% !important;*/
    width:46% !important;
  }
}
@media (max-width:600px){
  ul.products>li.product-category{
    width:100% !important;
  }
}
ul.products>li.product-category>a.catalog-link>div.catalog-link__img{
  display: none;
}
ul.products>li.product-category>a.catalog-link>div.catalog-link__sub-title {
  position: inherit;
  padding-top: 1em;
  font-size: 0.875rem;
}
.catalog-link__sub-title {
  width: -webkit-fill-available;
  /*margin: 0 0 10px;*/
	transition: all 0.5s ease 0s;
}
/* Обрезаем до 3-х строк */
ul.products>li.product-type-simple>a.catalog-link>div.catalog-link__sub-title{
  display: -webkit-box;
/*  -webkit-line-clamp: 5;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
/*  margin: 0 10px;*/
}
ul.products>li.product-type-simple>a.catalog-link>div.catalog-link__sub-title p{
  padding: 0 !important;
}
@media (mim-width:769px) {
  ul.products>li.product-type-simple>a.catalog-link>div.catalog-link__sub-title{
    font-size: 0.75rem;
  }
}
.catalog-link__sub-title h2:hover{
	border-bottom:none !important;
}
/* Для wishlist */
.wishlist-btn{
  color:green;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt
{
  background-color:var(--elab--color--b);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover
{
  background-color: var(--elab--color--hover);
}
 
ul.custom-attributes {
  font-size: small;
  margin-top:0.5em !important;
  flex-direction: column;
}
.summary ul.custom-attributes {
  display: table;
  font-size: 1rem;
  width: 100%;
}
.summary ul.custom-attributes li span.attribute-value{
  padding-left: 16px;
}
.attribute-label-text{
  font-weight: bold;
}
ul.custom-attributes li {
  display: table-row;
}
ul.custom-attributes li span.attribute-label,
ul.custom-attributes li span.attribute-value
{
  display: contents;
}

.woopq-quantity{
  float:right;
}
.attribute-value{
  color:black;
}
.page-card-slider-info-specification-wrapper{
  flex-basis: 100%;
}
.svg-icon{
  width: 15px;
  height: 15px;
  margin-right: 5px
}
.woocommerce div.product p.stock{
  flex-basis: 100%;
  margin: 0;
}
.single_add_to_cart_button{
  top:4px;
}
td.product-quantity div.quantity {
    display: inline-flex;
}
.akcent{
  border: 1px solid var(--accent--color);
  border-left: 20px solid var(--elab--primary--color);
  padding: 15px 25px 15px 30px;
  color: black;
  margin-top: 15px;
  background: var(--background--light);
  font-size: small;
  margin-left: 2rem;
  margin-right: 1rem;
}
.woocommerce-notices-wrapper{
  max-width: 1080px;
  margin:0 auto;
}
.cross-sells .catalog-link__sub-title{
  font-size: 1rem;
  padding:0;
  margin:0;
  max-width: 100%;
}
.cross-sells ul.custom-attributes{
  flex-direction: column;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  padding: unset;
  word-wrap: break-word;
}
.woocommerce ul.products li.product .price{
  color: red;
  font-weight: 700;
  top: 10px;
  left: 10px;
  background-color: white;
  padding: 2px;
  margin-left: auto;
}
div.product-details>div.catalog-link__sub-title{
  margin-bottom: 0.5em
}
.woocommerce .woocommerce-result-count{
  margin-left: 1em;
}
form.form-wppp-select.products-per-page{
  margin-right: 1em;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
  margin-right: auto;
}
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product{
  display: grid;
}
.woocommerce table.shop_attributes th{
  width: auto;
}
.page-catalog-body ul.products li.product{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 100px;
}
.summary.entry-summary table {
    font-size: 0.8rem;
}
.woocommerce ul.products li.product a img{
/*  aspect-ratio: 1 / 1; /* Фиксирует соотношение 1:1 */
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
  clear:none;
}
.woocommerce div.product div.images .flex-control-thumbs li{
  /*margin-right: 1rem;*/
}

ol.flex-control-nav.flex-control-thumbs{
    display: flex;
/*    flex-direction: column;*/
    /*position: absolute;*/
    flex-direction: row;
    /*top: 0;*/
    background-color: white;
    margin-right: 0;
    flex-wrap: wrap;
}
