body #adfy__woofc-trigger .badge.top-left {
    bottom: auto;
    left: -14px;
    right: auto;
    top: -12px;
    width: fit-content;
    padding: 0px 7px;
}
ul.product-categories li a {
    display: flex;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    width: 35%;
}
.joie-bulk-live-price__line > div span {
    margin: 8px 0px;
    display: block;
    float: left;
}
.joie-bulk-live-price__line > div {
    background: var(--color1);
    color: #fff;
    padding: 5px 15px;
    border-radius: 7px;
    font-weight: 600;
}

form.cart.custom-qty-form.add-to-cart-ajax b {
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 900;
}
form.cart.custom-qty-form.add-to-cart-ajax b.joie-bulk-discount,
form.cart.custom-qty-form.add-to-cart-ajax b.joie-bulk-savings {
    color: #ffa400;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 34px 60px;
    text-shadow: 0px 0px 10px #000000;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.woocommerce-product-gallery__image {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.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;
		gap:30px;
}

ul.product-categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 35px 10%;
    list-style: none;
    margin: 0;
}
.category-image a {
    display: flex;
}
ul.product-categories ~ section.about {
    padding-top: 0;
}
li.product-category-item .main-a {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
ul.product-categories li {
    padding: 0;
    padding-bottom: 40px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    padding-bottom: 0;
    transition: 0.4s;
    overflow: hidden;
}
ul.product-categories li:hover {
    box-shadow: 0px 0px 30px -17px #797979;
}
ul.product-categories li:hover h3{background: rgb(0 0 0 / 62%);}
ul.product-categories li h3 {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgb(0 0 0 / 42%);
    color: #fff;
    font-size: 28px;
    transition: 0.4s;
    z-index: 2;
}

nav.breadcrumb {
    color: #fff;
}
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;
}

/*
.cart-shipping,
.woocommerce-additional-fields,
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em;
    display: none;
}
*/

.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: 30px;
}

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%;
}
.joie-bulk-discount-table {
    overflow: hidden;
    border: 1px solid #efefef;
    border-radius: 15px;
    padding: 10px;
    width: 100%;
}
body.woocommerce div.product div.summary >  form.cart {
    padding: 0px;
    border-radius: 15px;
    border: 0px solid #e6e6e6;
    width: 100%;
}
.qty-text {
    background: var(--color1);
    font-weight: 600;
    color: #fff;
    height: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 6px;
    border-radius: 6px;
    position: absolute;
    right: 93px;
    bottom: 0;
    font-size: 12px;
}

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;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}
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;
    grid-template-columns: 1fr;
    gap: 15px;
}
body.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
    margin-top: 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 .price {
    display: block;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 22px;
    margin: 6px 0px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
a.added_to_cart.wc-forward {
    display: none;
}
form.checkout.woocommerce-checkout {
    display: grid;
}
form.checkout.woocommerce-checkout > wc-order-attribution-inputs{order:1;}
form.checkout.woocommerce-checkout > wc-order-attribution-inputs ~ h3{order:2;}
form.checkout.woocommerce-checkout > wc-order-attribution-inputs ~ h3 ~ div {order:3;}
form.checkout.woocommerce-checkout > wc-order-attribution-inputs ~ h3 ~ div  ~ div {order:5;}
form.checkout.woocommerce-checkout > wc-order-attribution-inputs ~ h3 ~ div  ~ div ~ div {order:6;}
form.checkout.woocommerce-checkout > wc-order-attribution-inputs ~ h3 ~ div  ~ div ~ div ~ div {order:11;}
form.checkout.woocommerce-checkout > wc-order-attribution-inputs ~ h3 ~ div  ~ div ~ div ~ div ~ h3 {order:8;}
form.checkout.woocommerce-checkout > wc-order-attribution-inputs ~ h3 ~ div  ~ div ~ div ~ div ~ h3 ~ div {order:9;}
form.checkout.woocommerce-checkout > wc-order-attribution-inputs ~ h3 ~ div  ~ div ~ div ~ div ~ h3 ~ div  ~ div {order:4;}
form.checkout.woocommerce-checkout > wc-order-attribution-inputs ~ h3 ~ div  ~ div ~ div ~ div ~ h3 ~ div  ~ div  ~ div {order:10;}
form.checkout.woocommerce-checkout > wc-order-attribution-inputs ~ h3 ~ div  ~ div ~ div ~ div ~ h3 ~ div  ~ div  ~ div ~ div {order:13;}
form.checkout.woocommerce-checkout > wc-order-attribution-inputs ~ h3 ~ div  ~ div ~ div ~ div ~ h3 ~ div  ~ div  ~ div ~ div  ~ div {order:14;}


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 #000;
}


body .woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 10px 14px;
}
.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;
    border-radius: 6px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
}



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;
}
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: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: 62%;
    margin-left: 3%;
}

body.woocommerce ul.products li.product a img {
    width: 100%;
    height: 100%;
    max-height: max-content;
    margin: 0;
    object-fit: contain;
    margin-bottom: 15px;
    border-radius: 15px;
    max-height: max-content;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
    transition: 0.4s;
    filter: brightness(0.6);
    max-width: 200%;
    max-height: 200%;
}
body.woocommerce ul.products li.product:hover a img {
    transform: scale(1.1);
    filter: brightness(0.8);
}
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: #114c9f;
    font-size: 26px;
    font-weight: 600;
}

body.woocommerce p.stars a::before,
body.woocommerce .star-rating span::before {
    color: #FF9800;
}
ul.product-categories li:hover img{transform:scale(1.05);}
ul.product-categories li img {
    object-fit: cover;
    max-width: 100%;
    transition: 0.4s;
    border-radius: 6px;
    width: 100%;
    aspect-ratio: 1 / 1;
}
bdi {
    font-weight: 600;
}

body.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0;
}
body.woocommerce .quantity .qty {
    width: 140px;
    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: 15px;
    position: relative;
    width: fit-content;
}

.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: fit-content;
}
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;
    padding-bottom: 200px;
    position: relative;
    overflow: hidden;
    margin: 0;
}
ul.products.columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
body ul.products.columns-4 {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 2%;
}
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: 60px;
    border: 1px solid #e7e7e7;
    min-height: 168px;
}

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 {
    position: absolute;
    left: 16px;
    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: #000;
    background: #f3f3f3;
    padding: 15px 0px;
    display: block;
}
.woocommerce-MyAccount-navigation li:hover > a,
.woocommerce-MyAccount-navigation li.is-active > a {
    background: var(--color1);
		color:#fff;
}
.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: none;
}
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: #f2f2f2;
    border: none;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
    background-color: #d3eeff;
		border: none;
}
body .dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-color: #ff0000;
		border: none;
}






#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;
}

.tova a {
    width: fit-content;
}
.tova a {
    margin-right: 5px;
}
.tova {
    display: flex;
    justify-content: start;
    margin-top: 20px;
    position: absolute;
    bottom: auto;
    left: auto;
    bottom: 30px;
}

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){
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    padding-top: 30px;
}
}


@media(max-width:1400px){
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 22px;
}
.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;
}
body ul.products.columns-4 {
    grid-template-columns: 1fr 1fr;
}
}


@media(max-width:1280px){
body ul.products.columns-4 {
    grid-template-columns: 49% 49%;
    gap: 2%;
}

}




@media(max-width:1100px){

.wc-cert-registry table {
    display: block;
    max-width: 100%;
    max-height: 70vh;
    overflow: scroll;
}

body ul.products.columns-4 {
    grid-template-columns: 1fr;
    gap: 0;
}
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){
ul.products.columns-3 {
    display: grid;
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {
.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) {
.custom-quantity .qty-btn {
    font-size: 14px;
}
.qty-text {
    right: 83px;
}
.woocommerce div.product div.images.woocommerce-product-gallery,
body.woocommerce div.product div.summary {
    width: 100%;
    margin-left: 0%;
}

.home h2 {
    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;
}
ul.product-categories {
    grid-template-columns: 1fr;
}
body.woocommerce div.product form.cart .variations tr {
    display: grid;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 22px;
}
.tova {
    left: 18px;
    bottom: 30px;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    padding: 18px;
}
body.woocommerce div.product div.images img {
    max-width: 100%;
    margin: 0px auto;
}
body.woocommerce div.product {
    grid-template-columns: 1fr;
}

.tova a {
    width: 100%;
}
.head-top h1 {
    font-size: 16px;
    display: none;
}
section.fyter p {
    text-align: center;
}

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: 0px;
    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: 100%;
        gap: 0%;
    }
#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 li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2;
    margin-bottom: 26px;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 10px;
    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;
}

body .swiper-slide > a div {
    margin-top: 25px;
}
}