body .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    color: var(--color3);
}
.product-sku {
    background: var(--color1);
    color: #fff;
    width: fit-content;
    padding: 10px;
    border-radius: var(--border-r);
    margin-bottom: 27px;
}
html .woocommerce table.shop_table.wishlist_table{
    background: transparent;
    border: 0px solid #f2f2f2;
}
html .woocommerce table.shop_table.wishlist_table th, 
html .woocommerce table.shop_table.wishlist_table tr td {
    background: #fff;
    border: 2px solid #f2f2f2;
}


.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    background: #fff;
    border-radius: var(--border-r);
    padding: 10px;
}
.pagination span, .pagination a {
    background: var(--color1);
    color: #fff;
    padding: 0;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.pagination i {
    margin: 0 auto;
    font-size: 12px;
}

#joie-products {
    position: relative;
}
.joie-filter-overlay {
    position: absolute;
    inset: 0;
    background: rgb(242 242 242 / 68%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    opacity: 0; 
    pointer-events: none;
    transition: opacity .2s ease;
}
.joie-filter-overlay--show {
    opacity: 1;
    pointer-events: auto;
}
.joie-filter-overlay__spinner {
    font-size: 24px;
    /* color: #fff; */
    /* text-shadow: 0 0 10px rgba(0,0,0,.4); */
}
.woocommerce .wishlist-title {
    margin-bottom: 30px;
    display: none;
}
.joie-filter-overlay__spinner i {
    display: inline-block;
    color: var(--color1);
}
body ul.products.columns-4 a.yith-wcwl-add-to-wishlist-button {
    font-size: 0px;
    position: absolute;
}
.wishlist_table .product-add-to-cart a {
    display: table !important;
    margin: 0 auto 5px !important;
    text-align: center;
    width: 150px;
    border-radius: 8px;
}
.wishlist_table  .tova {
    margin-top: 0;
}
.wishlist_table .qty-controls {
    display: none;
}
.wishlist_table .product-add-to-cart a i {
    left: 20px;
}
body .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 5px;
    top: 5px;
    left: auto;
    width: fit-content;
    transition: 0.4s;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
    float: left;
    clear: both;
    display: none;
}
body .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: var(--color3);
}

body ul.products.columns-4 .yith-add-to-wishlist-button-block {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 22px;
}
.filter-menu,
.filter-close{display:none;}
.woocommerce-product-details__short-description p, .woocommerce-product-details__short-description li {
    font-size: 14px;
}
.tovar-sect .qty-controls input {
    max-width: 90px;
    margin-right: 0;
    border: none;
    text-align: center;
}
.tovar-sect .tova {
    display: grid;
    grid-template-columns: 152px auto;
    gap: 2px;
    margin-top: 20px;
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 0px;
    padding: 0px 0px;
}
ul.products.columns-4 input.qty-display {
    width: 100%;
    text-align: center;
    height: 36px;
    border-radius: 0;
}
/* Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"]:focus {
    outline: none;
    box-shadow: none;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td, .woocommerce table.shop_attributes td p {
    width: fit-content;
    font-weight: 700;
    padding: 4px;
    border-top: 0;
    border-bottom: 0px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1;
    text-align: left;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
}

ul.product-attributes {
    position: absolute;
    top: 10px;
    left: 10px;
    gap: 5px;
    display: grid;
}
span.attr-label {
    display: none;
}
ul.product-attributes span, ul.product-attributes li {
    font-size: 14px;
}

.contents .home-categories {
    margin: 0;
}
body ul.products li.product > a.buy-wholesale {
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 13px 0px;
}

/* ===== GLOBAL FONT AWESOME CHECKBOX ===== */
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;

  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;

  display: inline-grid;
  place-content: center;

  border: 2px solid #bdbdbd;
  border-radius: 4px;
  background: transparent;

  transition: all 0.2s ease;
}

/* галочка */
input[type="checkbox"]::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; /* solid */
  content: "\f00c"; /* check */
  font-size: 12px;
  color: #fff;
  transform: scale(0);
  transition: transform 0.15s ease;
}

/* checked */
input[type="checkbox"]:checked {
  background-color: var(--color1, #E91E63);
  border-color: var(--color1, #E91E63);
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

/* hover */
input[type="checkbox"]:hover {
  border-color: var(--color1, #E91E63);
}

/* disabled */
input[type="checkbox"]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* выравнивание */
label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.main-category {
    display: flex;
    gap: 30px;
}

.filter .el-slider__button {
    border: 2px solid var(--color1);
}
.filter .el-slider__bar {
    background-color: var(--color1);
}
.filter .wc-range-values input {
    text-align: center;
}
.filter {
    background: #fff;
    padding: 25px;
    border-radius: var(--border-r);
}
.filter h4 {
    margin: 15px 0px;
}
.filter label {
    margin: 0;
    padding: 0;
}

.product-stock.in-stock {
    background: #4CAF50;
    color: #fff;
}
.product-stock.out-of-stock {
    background: var(--color1);
    color: #fff;
    opacity: 0.8;
}
.product-stock {
    position: absolute;
    top: 5px;
    left: 6px;
    background: #fffffffa;
    padding: 4px 9px;
    border-radius: var(--border-r);
    font-size: 12px;
    font-weight: 600;
}
.tova button {
    border: none;
    background: var(--color1);
    color: #fff;
}

.qty-controls {
    display: grid;
    grid-template-columns: 30px auto 30px;
}
span.qty-display {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
}

.price-cart-wrapper span.qty-display {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
    background: #f1f1f1;
    border-radius: var(--border-r);
}

.volume-switcher > a {
    border: 2px solid var(--color1);
    text-align: center;
    padding: 5px;
    border-radius: var(--border-r);
}
.volume-switcher > a.active {
    background: var(--color1);
    color: #fff;
}
.volume-switcher {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
	margin-bottom: 25px;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    border-radius: 0px;
}

.product-packaging__label svg, .attr-icon svg {
    height: 30px;
    width: 30px;
    margin-bottom: -11px;
    margin-top: 6px;
    aspect-ratio: 1/1;
    object-fit: contain;
    background: #ffffff;
    padding: 4px;
    border-radius: 8px;
}

li.product .product-packaging__label svg {
    background: var(--color1);
    margin-top: -3px;
    margin-bottom: -10px;
}
li.product .product-packaging__label svg path {
    stroke: #fff;
    stroke-width: 30;
    margin-bottom: 0;
    margin-top: 0px;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    width: 42%;
    float: left;
    background: #fff;
    border-radius: var(--border-r);
    padding: 25px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 5px 22px;
    margin: 0;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 2;
    background: #fff;
    font-weight: 600;
    text-align: left;
    padding: 15px 33px;
}
.product-stock-qty {
    padding: 15px;
    background: #eeeeee;
    border-radius: 10px;
    margin-top: 23px;
    width: fit-content;
    font-weight: 600;
}

.product-stock-qty i {
    color: var(--color1);
    margin-right: 9px;
}
.joie-full-description td {
    border: 1px solid #d3d3d3;
    padding: 10px;
}
.joie-full-description table {
    margin:10px 0px;
}

.wp-block-woocommerce-cart-order-summary-block {
    display: none;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    margin-top: 25px;
}
form.wc-cert-search {
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 5px 10px;
}
.wc-cert-registry td {
    background: #f7f7f7;
    border-radius: 10px;
    border: 3px solid #fff;
    transition: 0.4s;
    padding: 5px 12px;
    max-width: 240px;
}
.sen{text-align:center;}
.wc-cert-registry tr:hover td {
        background: #c1daff;
}
span.done {
    background: #4fd691;
    padding: 10px 25px;
    border-radius: 8px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: fit-content;
    border: none;
    font-size: 14px;
}

section.related.products ul.products.columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

ul.product-categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
    padding: 35px 10%;
    list-style: none;
    margin: 0;
}
ul.product-categories ~ section.about {
    padding-top: 0;
}
li.product-category-item .main-a {
    /* position: absolute; */
    /* bottom: 25px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    margin-bottom: 25px;
}

ul.product-categories li a {
    position: relative;
    display: block;
}
ul.product-categories li a .category-thumb video {
    transition: transform 0.4s ease;
    will-change: transform;
    transform: translateZ(0);
}
ul.product-categories li:hover a .category-thumb video {
    transform: scale(1.05);
}
.category-thumb video {
    width: 100%;
    aspect-ratio: 1 / 1;
}
.category-thumb {
    position: relative;
    overflow: hidden;
}
.product-category-group h2 {
    max-width: 650px;
}
.category-thumb img {
    aspect-ratio: 1/1;
    object-fit: contain;
    background: #fff;
    padding: 7%;
}
.home-categories {
    margin: 100px 0px;
}

ul.product-categories li {
    padding: 0;
    text-align: center;
    position: relative;
    padding-bottom: 0;
    transition: 0.4s;
    overflow: hidden;
    background: transparent;
    border-radius: var(--border-r);
}

ul.product-categories li a:hover h3{color:#fff;background:var(--color1);}
ul.product-categories li h3 {
    font-size: 16px;
    color: var(--color1);
    position: relative;
    z-index: 9;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 25px;
    transition: 0.4s;
    margin: 0;
    border-top: 5px solid #f2f2f2;
    border-radius: 0px 0px 15px 15px;
}

body.woocommerce div.product form.cart .reset_variations,
a.reset_variations {
    display: none!important;
}
.selected {
    padding: 10px 25px;
    background: #254f8e;
    color: #fff;
    border-radius: 10px;
    margin: 3px 0px;
    position: relative;
    line-height: 1;
    padding-right: 35px;
}
.selected i {
    position: absolute;
    right: 5px;
    top: calc(50% - 7px);
}


.custom-select::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  pointer-events: none;
}

/* Кастомный checkbox */
.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
}

.custom-checkbox input {
  opacity: 0;
  position: absolute;
}

.custom-checkbox span::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #777;
  border-radius: 4px;
  display: inline-block;
  transition: 0.2s;
}

.custom-checkbox input:checked + span::before {
  background-color: #f4b200;
  border-color: #f4b200;
  box-shadow: inset 0 0 0 3px #fff;
}
.custom-dropdown {
  position: relative;
  width: 100%;
  cursor: pointer;
  user-select: none;
}



.custom-dropdown .options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 0px solid #ccc;
    border-radius: 8px;
    margin-top: 4px;
    background: #fff;
    max-height: max-content;
    overflow-y: auto;
    display: none;
    z-index: 10;
    list-style: none;
    padding: 0;
    margin: 5px 0px;
    box-shadow: 0px 0px 30px -6px #254f8e;
}

.custom-dropdown.active .options {
  display: block;
}

.custom-dropdown .options li {
    padding: 8px 16px;
    transition: background 0.2s;
    font-size: 16px;
    font-weight: 600;
		line-height: 1;
}

.custom-dropdown .options li:hover {
    background: var(--color1);
    color: #fff;
}


.woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    display: none;
}

section ul.product-categories {
    padding: 0;
    margin-bottom: 30px;
}

html body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: none;
    box-shadow: none;
    outline: 3px solid transparent;
}


.vah-sert {
    max-width: 650px;
}
body .wc-block-components-sidebar-layout .wc-block-components-main, body .wc-block-cart .wc-block-components-sidebar {
    width: 100%;
    padding: 0;
}
section.woocommerce-customer-details,
section.woocommerce-order-details {
    padding: 0;
}
body .wc-block-components-sidebar-layout {
    display: block;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative;
}

body.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    display: block;
    grid-template-columns: 1fr 2fr;
    gap: 5px;
}

body.woocommerce div.product div.summary,
body.woocommerce #content div.product div.images, 
body.woocommerce div.product div.images, 
body.woocommerce-page #content div.product div.images, 
body.woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}

body.woocommerce div.product div.summary >  form.cart {
    padding: 0px;
    border-radius: 15px;
    border: 0px solid #e6e6e6;
}


body.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #e7e7e7;
    border-radius: 15px;
}
body.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em;
    line-height: 20px;
}
.woocommerce-variation-price {
    margin-top: 15px;
    margin-bottom: 20px;
}
.sku_wrapper,
.tagged_as{display:none;}
body.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
    border: 0;
    width: fit-content;
}
body.woocommerce div.product form.cart::before,
body.woocommerce div.product form.cart::after{display:none;}
body.woocommerce div.product form.cart {
    display: grid;
    justify-content: start;
    margin: 0;
    gap: 10px;
    grid-template-columns: 1fr;
    width: fit-content;
    min-width: 300px;
}
label.joie-variation-item {
    margin: 0;
    padding: 2px 0px;
    display: flex;
    gap: 10px;
}

body.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
    margin-top: 15px;
}
p.price {
    margin: 0;
    margin-bottom: 15px;
}
body.woocommerce div.product form.cart .variations td, body.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 0;
    vertical-align: top;
    height: fit-content;
}

body #adfy__woofc-trigger .badge,
body #adfy__woofc-trigger:hover{background:var(--color1);}


body.woocommerce ul.products li.product .product-packaging {
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    font-size: .857em;
   margin: 0;
    text-align: center;
    width: 50%;
    float: right;
    border-top: 1px solid #d3d3d3;
    padding: 10px 0px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
body.woocommerce ul.products li.product .tova {
    width: 100%;
}

body.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    font-size: .857em;
    margin: 6px 0px;
    text-align: center;
    width: 50%;
    float: left;
    border-top: 1px solid #d3d3d3;
    padding: 10px 0px;
	margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
a.added_to_cart.wc-forward {
    display: none;
}
form.checkout.woocommerce-checkout {
    display: grid;
}


.cart-shipping {
    font-size: 0px;
    order: 50;
}
form.checkout.woocommerce-checkout #wcus-billing-fields {
    order: 52;
}
.payment-title {
    order: 59;
}
div#payment {
    order: 60;
}

body .theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, 
body .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, 
body .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, 
body .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: 16px;
}
body .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: 16px;
}



body.woocommerce-checkout #payment ul.payment_methods li, .woocommerce-billing-fields__field-wrapper, .order-total, body .woocommerce ul#shipping_method, .checkout-review-order-body .cart-item, .wcus-checkout-fields.wcus-checkout-np-fields > div, .woocommerce-additional-fields__field-wrapper {
    border: 0px solid #e7e7e7;
    border-radius: 15px;
    box-shadow: 0px 0px 15px -9px #ffffff;
    background: #fff;
}


body .woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 5px 10px;
}
.order-total .value bdi {
    font-size: 22px;
    color: var(--color1);
}
.order-total {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 15px;
}
.checkout-review-order-body .cart-item,
.wcus-checkout-fields.wcus-checkout-np-fields > div,
.woocommerce-additional-fields__field-wrapper {
    padding: 15px;
    margin-top: 15px;
}

.checkout-review-order-body .cart-item > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.cart-shipping h3 ~ ul {
    font-size: 16px;
}
.cart-shipping h3 {
    font-size: 18px;
}
.cart-shipping {
    font-size: 0px;
}
.checkout-review-order-body .cart-item img{width:100px;}

.checkout-review-order-body .cart-item, .checkout-review-order-header {
    display: grid;
    grid-template-columns: 30% 33% 33%;
    gap: 2%;
    margin: 0;
}
.checkout-review-order-body .cart-item ~ .cart-item{margin-top:15px;}

.woocommerce table.shop_table img {
    max-width: 100px;
}

body .woocommerce ul#shipping_method li {
    margin: 15px 0px;
    line-height: 1.5em;
    list-style: none outside;
}
body.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
body.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}




body tr.woocommerce-shipping-totals.shipping {
    display: grid;
}
body .woocommerce ul#shipping_method li label {
    display: flex;
    margin: 0;
    padding: 0px 0px;
}
/* Скрываем стандартные радио */
input.input-radio {
    display: none;
}
input[type="radio"] {
    display: none;
}

/* Стилизация лейбла, который оборачивает input */
input[type="radio"] + label, input.input-radio + label, label {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 10px 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    line-height: normal;
}

/* Подсветка при выборе */

/* Фейковый радиокруг */
input~label::before {
    content: '';
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
}

/* Круг внутри выбранного радио */
input[type="radio"]:checked + label::after, input.input-radio:checked + label::after {
    content: '';
    min-width: 10px;
    min-height: 10px;
    background: #8BC34A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
}


body #add_payment_method #payment ul.payment_methods, 
body.woocommerce-cart #payment ul.payment_methods, 
body.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 0px solid rgba(104, 87, 125, .14);
    margin: 0;
    list-style: none outside;
}

label,input{cursor:pointer;}
body.woocommerce-checkout #payment ul.payment_methods li {
    margin: 4px 0px;
    padding: 10px;
}
body.woocommerce-checkout #payment ul.payment_methods {
    margin: 0;
    padding: 0;
}
body #add_payment_method #payment div.payment_box::before, body.woocommerce-cart #payment div.payment_box::before, body.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #f3f3f3;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

body #add_payment_method #payment div.payment_box p:last-child, 
body.woocommerce-cart #payment div.payment_box p:last-child, 
body.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
    margin: 0;
}

body #add_payment_method #payment div.payment_box, 
body.woocommerce-cart #payment div.payment_box, 
body.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #f3f3f3;
    color: #000;
    font-family: 'Montserrat';
    border-radius: 15px;
    padding: 15px;
}

body #add_payment_method #payment, 
body.woocommerce-cart #payment, 
body.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 5px;
}

.woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    padding: 15px;
}
body input, body .woocommerce form .form-row .input-text, body .woocommerce form .form-row select {
    border: none;
    background: #f3f3f3;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
}


body .woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background: #82b95b;
}

body.woocommerce form .form-row-first, 
body.woocommerce form .form-row-last, 
body.woocommerce-page form .form-row-first, 
body.woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}
section.related.products {
    padding: 0;
    margin-top: 50px;
    width: 100%;
    display: table;
}
body #add_payment_method #payment div.form-row, 
body.woocommerce-cart #payment div.form-row, 
body.woocommerce-checkout #payment div.form-row {
    padding: 0em;
    margin-top: 15px;
}

body.woocommerce-checkout #payment ul.payment_methods li img {
    max-width: 100%;
    width: 66px;
    background: transparent;
    padding: 14px;
    box-sizing: border-box;
    display: block;
    padding-top: 18px;
    border-radius: 0;
    position: relative;
    right: 0;
    z-index: -1;
    margin: 0px 0px;
    padding: 0;
    margin-left: 10px;
}


body.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    max-height: 450px;
    object-fit: contain;
}

body.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0;
    max-height: 100px;
    object-fit: contain;
}

body.woocommerce ul.products li.product::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    border-radius: 15px;
    transition: 0.4s;
    opacity: 0;
    box-shadow: 0px 0px 30px -17px #ffffff;
}
body.woocommerce ul.products li.product:hover::after{opacity: 1;}

li.sub-total {
    opacity: 0;
}
.summary.entry-summary > h2 {
    color: #000;
    font-size: 36px;
}

body.woocommerce div.product div.summary > .custom-qty-form {
    margin-bottom: 10px;
    margin-top: 15px;
}
body.woocommerce div.product div.summary > :nth-child(6){order:4;}

body.woocommerce div.product
.flex-viewport {
    border-radius: 15px;
}
body.woocommerce div.product div.images .flex-control-thumbs li {
    width: 24%;
    float: left;
    margin: 0;
    list-style: none;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 1%;
}
body.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    border-radius: 15px;
    margin-top: 15px;
}


body.woocommerce div.product div.summary >.woocommerce-product-details__short-description {
    background: transparent;
    padding: 15px 25px;
    border-radius: 15px;
    margin: 5px 0px;
    display: block;
}

body.woocommerce div.product div.summary {
    margin-bottom: 2em;
    display: block;
    width: 58%;
    float: left;
    padding-left: 2%;
}
body.woocommerce ul.products li.product:hover a img {
    transform: scale(1.1);
}
body.woocommerce ul.products li.product a img {
    width: 100%;
    max-height: max-content;
    margin: 0;
    object-fit: contain;
    margin-bottom: 0;
    max-height: max-content;
    position: relative;
    left: auto;
    top: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    transition: 0.4s;
}

body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #958e09;
    font-size: 26px;
    font-weight: 600;
}

body.woocommerce p.stars a::before,
body.woocommerce .star-rating span::before {
    color: #FF9800;
}


bdi {
    color: var(--color1);
    font-weight: 600;
    font-size: 19px;
}
span.price-label {
    color: var(--color1);
}
body.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0;
}
body.woocommerce .quantity .qty {
    width: 50px;
    text-align: center;
    background: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: center;
    height: 46px;
    font-size: 16px;
    padding: 0;
}
.custom-quantity {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 0px;
}

.custom-quantity input.qty {
  width: 60px;
  text-align: center;
}

.custom-quantity .qty-btn {
    background: #eee;
    border: none;
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.2s;
    height: 46px;
    width: 46px;
}
h2.woocommerce-loop-category__title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}
mark.count {
    background: transparent;
    font-size: 12px;
}
.custom-quantity .qty-btn:hover {
    background: var(--color1);
    color: #fff;
}
body.woocommerce ul.products.columns-3 li.product, body .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
    min-height: 150px;
}
ul.products.columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
body ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}
body.woocommerce ul.products li.product:hover {
    box-shadow: 0px 0px 37px -7px rgb(255 255 255 / 23%);
}
.price-cart-wrapper button.qty-increase, 
.price-cart-wrapper button.qty-decrease {
    color: var(--color1);
    background: #ffffff;
    width: fit-content;
    font-size: 30px;
}
.product-top, .price-cart-wrapper, .product-excerpt {
    background: #fff;
    padding: 25px;
    border-radius: var(--border-r);
    margin-bottom: 25px;
}
body.woocommerce ul.products li.product, body .woocommerce-page ul.products li.product {
    float: left;
    margin: 0;
    margin-bottom: 1%;
    padding: 0;
    position: relative;
    width: 100%;
    margin-left: 0;
    border-radius: 15px;
    transition: 0.4s;
    padding: 0px;
    border: 0px solid #e7e7e7;
    min-height: 168px;
    background: #fff;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    height: fit-content;
}

body.woocommerce .products ul::after, 
body.woocommerce .products ul::before, 
body.woocommerce ul.products::after, 
body.woocommerce ul.products::before {
    content: " ";
    display: none;
}



body .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
body.woocommerce #payment #place_order, 
body.woocommerce-page #payment #place_order,
.wc-block-components-button__text, .a21,
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
body:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, 
body:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, 
body:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, 
body:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,
body.woocommerce-account .addresses .title .edit {
background: var(--color1);
    padding: 15px 25px;
    border-radius: 8px;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: fit-content;
    float: none;
    transition: 0.4s;
    font-weight: 600;
    font-size: 14px;
}
body .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
body.woocommerce #payment #place_order:hover, 
body.woocommerce-page #payment #place_order:hover,
.wc-block-components-button__text:hover,
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
body:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
body:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
body:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
body:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover,
body.woocommerce-account .addresses .title .edit:hover {
    background: #05639c;
		color:#fff;
		
}

body.woocommerce .main-a i ~ i {
    opacity: 0;
}
body.woocommerce .main-a.loading i{opacity:0;}
body.woocommerce .main-a.loading i ~ i {
    animation: spin 1s linear infinite;
    opacity: 1;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.woocommerce ul.products li.product .button::after {
    display:none;
}





.woocommerce-MyAccount-navigation li a {
    color: #fff;
    padding: 15px 0px;
    display: block;
}
.woocommerce-MyAccount-navigation li:hover,
.woocommerce-MyAccount-navigation li.is-active {
    background: var(--color1);
}
.woocommerce-MyAccount-navigation li {
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    transition: 0.4s;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    background: var(--color2);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 35px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 100%;
}



.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: var(--color1);
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    background: 0 0;
    border-radius: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    min-height: 33px;
    min-width: 33px;
    height: 33px;
    width: 33px;
    left: 13px;
    top: calc(50% - 16px);
    pointer-events: none;
    transition: none;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 8px;
    padding: 13px 50px;
    transition: 0.4s;
    border: 1px solid #d8d8d8;
    background: transparent;
    color: #000;
    font-weight: 400;
}
body .dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover, 
body .dgwt-wcas-tpd-image {
    background-color: transparent;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
    background-color: transparent;
    /* border: none; */
}
body .dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-color: var(--color1);
    border-radius: 10px;
}






#fibos{display:none;}

body li.product-category.product {
    display: grid;
}
body.woocommerce li.product-category.product > a {
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
}
body.woocommerce li.product-category.product > a img{margin: 5px auto!important;}

body .wc-block-components-spinner:after {
    border-left: .2em solid #000000;
}

body.woocommerce .tova >:nth-child(1) i ~ i, .tova >:nth-child(1) i {
    left: calc(50% - 10px);
}
.price-cart-wrapper .tova .main-a i {
    left: 30px;
}
.tova a {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 40px;
    text-align: center;
}
.tova .main-a i {
    position: absolute;
    left: 8px;
    top: calc(50% - 9px);
    transition: 0.4s;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* background: red; */
}
.tova {
    display: grid;
    grid-template-columns: 132px auto;
    gap: 2px;
    margin-top: 20px;
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 0px;
    padding: 0px 0px;
}

.tova .main-a ~ a {
    padding-left: 50px;
}
body .woocommerce ul.products li.product .price, body .woocommerce ul.products li.product .woocommerce-loop-category__title, body .woocommerce ul.products li.product .woocommerce-loop-product__title, body .woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: 1em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    width: 100%;
    text-align: left;
    text-transform: none;
    font-weight: 600;
    color: #000;
    padding-left: 15px;
}
p.stock.out-of-stock {
    color: #F44336;
}
p.stock {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 55px;
}

body .woocommerce ul.products li.product .price {
    text-align: right;
}

body .woocommerce ul.products li.product > a.woocommerce-loop-product__link, 
body ul.products li.product > a {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 20% 20% 20% 20% 20%;
}
.woocommerce ul.products li.product a img {
    width: 200px;
    margin: 0;
}

body .dgwt-wcas-search-wrapp {
    max-width: 100%;
    margin: 0;
}
form.cart {
    display: flex;
    justify-content: start;
}

.rbl {
    display: flex;
    justify-content: center;
    flex-direction: column;
    order: 10;
}
body .woocommerce .products ul, 
body .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: grid;
    grid-template-columns: 100%;
}
body .woocommerce ul.products li.product, body .woocommerce-page ul.products li.product {
    display: grid;
    width: 100%;
    grid-template-columns: 44% 17% 7% auto;
    gap: 1%;
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}
body .woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 0em;
}


@media(max-width:1600px){
.tova a {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 32px;
    text-align: center;
}
.tova {
    grid-template-columns: 100px auto;
}
ul.product-categories {
    grid-template-columns: 1fr 1fr 1fr;
}
}


@media(max-width:1400px){
ul.product-categories li h3 {
    right: -4px;
    border-radius: 50px 0px 0px 50px;
}
.tova .main-a ~ a {
    padding: 0px 5px;
    text-align: center;
}
.tova .main-a ~ a i{
    display:none;
}
section.related.products ul.products.columns-4 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.wc-cert-registry td {
    font-size: 12px;
}
ul.product-categories {
    grid-template-columns: 1fr 1fr 1fr;
}
ul.products.columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 13px 5px;
    margin: 0;
    font-size: 18px;
    text-align: center;
}

}


@media(max-width:1200px){
body ul.products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
ul.product-categories {
    grid-template-columns: 1fr 1fr;
}
section.main-site {
    grid-template-columns: 1fr;
    margin-top: 0;
}
.all-menu {
    display: none;
}

}




@media(max-width:1100px){

.filter-close {
    position: absolute;
    display: block;
    right: 7px;
    top: 10px;
    font-size: 25px;
}
.filter-act .filter {
    left: 0;
    box-shadow: 0px 0px 135px -30px #000;
}
.filter-menu {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: var(--border-r);
    padding: 18px;
    margin-bottom: 23px;
    font-size: 18px;
    font-weight: 600;
}
.main-category {
    display: block;
    gap: 30px;
}
.el-tooltip__popper{display:none;}
.filter {
    background: #fff;
    padding: 0px;
    border-radius: var(--border-r);
    position: fixed;
    z-index: 99999999;
    width: 96%;
    top: 0;
    left: -350px;
    transition: 0.4s;
    max-height: 100vh;
    overflow: hidden;
    width: 250px;
}
.filter form {      padding: 25px;max-height: 100vh;  overflow-y: scroll;}
.wc-cert-registry table {
    display: block;
    max-width: 100%;
    max-height: 70vh;
    overflow: scroll;
}

body.woocommerce-page #payment button#place_order{
margin: 0 auto;
    float: none;
    display: block;
}
    .wcus-checkout-fields.wcus-checkout-np-fields {
        max-width: calc(100vw - 35px);
    }
.zen-ui-select__value-text {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;
    max-width: 98vw;
}
span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 100%;
}
}



@media(max-width:850px){
.main-category {
    display: block;
    gap: 30px;
}
body ul.products.columns-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
ul.products.columns-3 {
    display: grid;
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {
ul.product-categories {
    grid-template-columns: 1fr 1fr;
}
.dgwt-wcas-st {
    display: block;
    color: #ffffff;
    font-size: 15px;
    width: 100%;
    line-height: 110%;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
}


@media (max-width: 650px) {
.wishlist_table.mobile li .item-wrapper .item-details {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.wishlist_table.mobile li .item-wrapper {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 0;
    display: grid;
    background: #fff;
    padding: 0;
    border-radius: var(--border-r);
}
.wishlist_table .product-add-to-cart a {
    display: table !important;
    margin: 0 auto 5px !important;
    text-align: center;
    width: 150px;
    margin-top: 29px !important;
}
.wishlist_table.mobile li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 7px;
    display: grid;
    background: #fff;
    padding: 25px;
    border-radius: var(--border-r);
}
.wishlist_table.modern_grid li .item-details table.item-details-table, .wishlist_table.images_grid li .item-details table.item-details-table, .wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info {
    border: none;
    margin-bottom: 0;
}
.wishlist_table.mobile {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: right;
    position: absolute;
    top: 17px;
    right: 17px;
}
.price-cart-wrapper .tova .main-a i {
    left: 15px;
}
.tova button.main-a {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.home-categories {
    margin: 54px 0px;
}
ul.product-categories li h3 {
    right: 0;
    border-radius: 0;
    width: 100%;
    padding: 12px 2px;
    height: fit-content;
    bottom: -42px;
    border: 0px solid #f2f2f2;
    position: absolute;
}
section.related.products ul.products.columns-4 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
ul.product-categories li {
    margin-bottom: 0px;
    border-radius: var(--border-r);
    overflow: hidden;
    padding-bottom: 47px;
    background: #fff;
}
.category-thumb {
    position: relative;
}
.tovar-sect .tova button {
    border-radius: var(--border-r);
    width: 100%;
    margin-top: 10px;
    min-height: 30px;
}
.tovar-sect .tova,
.tova {
    grid-template-columns: 100%;
}
body.woocommerce div.product form.cart {
    min-width: 100%;
}
label.joie-variation-item {
    margin: 0;
    padding: 2px 0px;
    display: block;
    gap: 10px;
}
.volume-switcher {
    grid-template-columns: 1fr;
}
.category-thumb {
    border-radius: 77px 0px;
}

ul.product-categories li a {
    min-height: fit-content;
    background: #fff;
    margin-bottom: 0;
}
.home-categories h2 {
    text-align: center;
    margin-bottom: 55px;
}
input.qty.text {
    margin: 0;
}
body.woocommerce div.product div.summary,
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    width: 100%;
    float: left;
}
html .dgwt-wcas-suggestions-wrapp {
    margin-top: 30px!important;
}
a.js-dgwt-wcas-enable-mobile-form.dgwt-wcas-enable-mobile-form {
    font-size: 10px;
    background: transparent;
    left: 0;
    position: absolute;
    top: 0;
}
header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    padding: 10px 0px;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    right: 0;
    border: 1px solid #d6d6d6;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 0!important;
    position: absolute;
    right: 0;
}
body .dgwt-wcas-overlay-mobile .dgwt-wcas-search-wrapp {
    min-width: 84%;
    position: absolute;
    top: 23px;
    right: 6px;
    width: fit-content;
}

body .js-dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp ::placeholder{color:#000;}
body .js-dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{opacity:1;}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 0;
    opacity: 0;
}
body #adfy__woofc-trigger {
    right: auto;
    bottom: auto;
    top: 17px;
    right: 111px;
    width: 36px;
    height: 36px;
    background: transparent;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    box-shadow: none;
}
body .dgwt-wcas-search-wrapp {
    min-width: fit-content;
    position: absolute;
    top: 17px;
    right: 62px;
    width: fit-content;
}

ul.product-categories li img {
    max-width: fit-content;
    transition: 0.4s;
    border-radius: 6px;
    margin-top: 4%;
    border-radius: 100px;
    padding: 4px;
    width: 90%;
}


.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    text-align: center;
}
form.wc-cert-search input {
    width: 100%;
}
form.wc-cert-search {
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 10px 25px;
    padding-bottom: 25px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: block;
}

body.woocommerce div.product form.cart .variations tr {
    display: grid;
}
body.woocommerce ul.products li.product .price {
    text-align: center;
    width: 100%;
}
body.woocommerce ul.products li.product .product-packaging {
    width: 100%;
    padding-bottom: 12px;
}

body.woocommerce div.product div.images img {
    max-width: 150px;
    margin: 18px auto;
}
body.woocommerce div.product {
    grid-template-columns: 1fr;
}
body.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding-left: 0;
}
body.woocommerce div.product > :nth-child(1) {
    order: 2;
}
body.woocommerce div.product form.cart {
    display: block;
}
body.woocommerce div.product div.summary >  form.cart > *, body.woocommerce div.product div.summary > * {
    width: 100%;
}
.home-1 h1 {
    font-size: 24px;
}
.tova a {
    width: 100%;
}
.head-top h1 {
    font-size: 16px;
    display: none;
}
section.fyter p {
    text-align: center;
}
section.home-1 {
    margin-top: 64px;
    padding: 17px 2%;
    padding-bottom: 25px;
}

section.home-1 h1 {
    font-size: 22px;
}
section.home-1 ul ~ div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
header .head-top  .main-a {
    font-size: 0px;
    height: 51px;
    width: 36px;
    padding: 0;
    display: flex;
}
body.woocommerce-checkout #payment ul.payment_methods li img {
        opacity: 1;
        position: relative;
    }
.custom-quantity ~ .main-a {
    width: 151px;
}
.custom-quantity {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 15px;
    margin-bottom: 6px;
}
body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 22px;
}
.summary.entry-summary > h2 {
    font-size: 22px;
}
    body ul.products.columns-4 {
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
#fibos {
    display: block;
    position: absolute;
    top: 76px;
    left: calc(50% - 151px);
}

    form.cart {
        display: grid;
        justify-content: space-around;
        margin-bottom: 55px;
    }
input, textarea, select {
    word-break: break-word;
    max-width: 100%;
}
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: left;
        max-width: 100%;
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        padding-bottom: 50px;
        width: fit-content;
        margin: 0 auto;
    }
body .woocommerce ul.products li.product, body .woocommerce-page ul.products li.product {
    display: grid;
    width: 100%;
    grid-template-columns: 100%;
    gap: 8%;
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2;
    margin-bottom: 26px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    position: relative;
    left: auto;
}
body .woocommerce ul.products li.product a.woocommerce-loop-product__link, body ul.products li.product a {
    display: block;
    justify-content: center;
}
body .woocommerce ul.products li.product .price {
    text-align: left;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    padding-bottom: 50px;
    min-width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0;
}
body .swiper-slide > a div {
    margin-top: 25px;
}
}


@media (max-width: 400px) {

.main-a span {
    font-size: 3vw;
}
}