/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html {
    scroll-behavior: smooth;
}

input[type=number] {
    padding: 5px;
}

.wpml-ls-legacy-dropdown-click {
    width: auto;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    background: transparent;
    width: auto;
}


.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    /* content: ""; */
    /* vertical-align: middle; */
    /* display: inline-block; */
    border: none;
    border-top: none;
    position: unset; 
    right: unset;
    top: unset; 

    display: inline-block;
    width: 1em;
    height: 1em;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='e-font-icon-svg e-fas-angle-down'%3E%3Cpath fill='%23ffffff' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 0.5em;
}

.elementor-location-header .elementor-nav-menu>li.wpml-ls-item {
    display: none;
}

.rank-math-breadcrumb {
    background: #F6F6F8;
    padding: 9px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
}

.rank-math-breadcrumb .separator {
    font-weight: 400px;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

.rank-math-breadcrumb,
.rank-math-breadcrumb a {
    color: #898989;
}

.rank-math-breadcrumb a:hover {
    color: var(--e-global-color-primary);
    text-decoration: underline;
}

.elementor-widget-woocommerce-my-account,
.elementor-widget-woocommerce-cart .woocommerce {
    font-family: "Lexend Deca", Sans-serif;
}

.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next {
    background: #fff;
    border-radius: 19px;
    padding: 17px;
}

.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
    left: -16px; 
}

.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next {
    right: -16px; 
}

.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.home-products-loop-carousel.elementor-pagination-type-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    border-radius: 23px;
}


.elementor-widget-n-accordion.faq-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    border-radius: 14px 14px 0 0;
}


.elementor-widget-text-editor .elementor-widget-container a {
    text-decoration: underline;
}



.select2-dropdown {
    padding: 0px 12px 17px 12px;
    border-radius: 0 0 6px 6px;
    border: 1px solid #EBEBEB;
}

.e-woo-select2-wrapper .select2-results__option {
    font-family: "Lexend Deca", Sans-serif;
    padding: 6px 6px 6px 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #DDF4FF;
    color: #2179DE;
    border-radius: 4px;
}


.e-loop-item.product .price,
.woocommerce.single-product div.product p.price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.e-loop-item.product .price .woocommerce-price-suffix {
    font-weight: 500;
    font-size: 10px;
    line-height: 1em;
    margin-left: 8px;
    color: #898989;
}


.woocommerce table.shop_table .cart_item .stock {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

.woocommerce table.shop_table .cart_item .stock.in-stock,
.woocommerce div.product .stock.in-stock,
.woocommerce div.product .stock.available-on-backorder {
    color: #1FCC3A;
}
.woocommerce table.shop_table .cart_item .stock.out-of-stock,
.woocommerce div.product .stock.out-of-stock {
    color: #CC1F1F;
}

.home-products-loop-carousel.elementor-element .swiper~.elementor-swiper-button {
    padding: 21px;
    border-radius: 19px;
    background-color: #fff;
}


.e-filter-item:before,
.manual-categories-filter li.menu-item:before  {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="1" y="1" width="23" height="23" rx="6" stroke="%23DADADA" stroke-width="2"/%3E%3C/svg%3E'); /* Use the provided SVG */
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.manual-categories-filter li.menu-item {
    display: flex;
    align-items: center;
}


.tax-product_cat .jet-smart-filters-categories,
body.archive:not(.tax-product_cat) .manual-categories-filter {
    display: none;
}


.e-filter-item[aria-pressed="true"]:before,
.manual-categories-filter li.menu-item.current-menu-item:before,
.term-22 .manual-categories-filter li.menu-item.term-22-categories-filter:before,
.term-23 .manual-categories-filter li.menu-item.term-23-categories-filter:before,
.term-24 .manual-categories-filter li.menu-item.term-24-categories-filter:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="23" height="23" rx="6" fill="%2379102F"/%3E%3Cpath d="M7.125 12.125L9.625 14.625L15.875 8.375" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}

.woocommerce.single-product div.product .stock.in-stock {
    margin-bottom: 0;
}

.woocommerce.single-product div.product p.price .woocommerce-price-suffix {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #898989;
}

.woocommerce.single-product div.product p.price {
    justify-content: left;
}

.woocommerce.single-product .elementor-loop-container div.product p.price {
    justify-content: center;
}


.woocommerce.single-product div.product .woocommerce-tabs  {
    border-width: 2px 2px 0 2px;
}

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--description strong,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    color: #121212;
    margin-bottom: 7px;
}


.chekout-steps .chekout-steps-item {
    min-width: 200px;
}

.chekout-steps .chekout-steps-item .elementor-icon-box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chekout-steps .chekout-steps-item .elementor-icon-box-title > * {
    width: 44px;
    height: 44px;
    background-color: #F6F6F8;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.chekout-steps .chekout-steps-item.chekout-steps-item-current .elementor-icon-box-title > * {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-woocommerce-cart .e-cart__container {
    grid-template-columns: 65% auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-width: 2px;
    margin-right: 8px;
}

.woocommerce div.product .product-badge {
    width: 68px;
    height: 68px;
}

.woocommerce div.product .product-badge .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
}


.woocommerce div.product .product-badge .elementor-heading-title small {
    font-size: 0.7em;
}

.woocommerce div.product .product-badge .elementor-heading-title img {
    max-width: 19px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 3px;
}

.error404 #newsletter-form-section,
.woocommerce-account #newsletter-form-section {
    display: none!important
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
    padding: 18px 22px;
    background: #F6F6F8;
    border-radius: 14px;
}


.woocommerce-account .elementor-widget-woocommerce-my-account .woocommerce-MyAccount-navigation-link--customer-logout:before {
    content: " ";
    display: block;
    border-top: 1px solid #EBEBEB;
    margin-bottom: 12px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border: 1px solid;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.woocommerce-error {
    border-color: #F5A5AF;
    background-color: #FFE5E7;
}

.woocommerce-error,
.woocommerce-error::before,
.woocommerce-error a {
    color: #97384B!important;
}



.woocommerce-info::before  {
    content: "\e007";
    font-weight: bold;
}

.woocommerce-info[data-notice-type="limit-cart-item-quantity"]::before  {
    content: "\e016";
    font-weight: normal;
}

.woocommerce-info {
    border-color: #BAE2FF;
    background-color: #DDF4FF;
}


.woocommerce-info[data-notice-type="limit-cart-item-quantity"] {
    border-color: #EFDE9D;
    background-color: #FFF8C5;
}

.woocommerce-info,
.woocommerce-info::before {
    color: #2179DE;
}

.woocommerce-info[data-notice-type="limit-cart-item-quantity"],
.woocommerce-info[data-notice-type="limit-cart-item-quantity"] a,
.woocommerce-info[data-notice-type="limit-cart-item-quantity"]::before {
    color: #A77A19!important;
}

.woocommerce-info[data-notice-type="limit-cart-item-quantity"] a {
    text-decoration: underline;
}

.woocommerce-message {
    border-color: #9FC4A1;
    background-color: #E3EEE3
}

.woocommerce-message,
.woocommerce-message::before {
    color: #33633A;
}


.e-woocommerce-notices-wrapper .woocommerce-info[data-notice-type="limit-cart-item-quantity"]:not(:first-of-type) {
    /* display: none; */
}

.woocommerce-info[data-notice-type="limit-cart-item-quantity"] {
    position: absolute;
    bottom: 0;
    width: 60%;
}

.woocommerce-checkout .woocommerce-info[data-notice-type="limit-cart-item-quantity"] {
    display: none;
}


.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
    min-width: 400px;
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container .elementor-menu-cart__product-image img {
    max-width: 50px;
}

.elementor-menu-cart--cart-type-mini-cart .minicart-title-container {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__product-name .stock {
    display: none;
}

.elementor-menu-cart--cart-type-mini-cart .minicart-title {
    color: #121212;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.elementor-menu-cart--cart-type-mini-cart .minicart-subtitle {
    padding-left: 30px;
}


.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__product {
    grid-template-columns: 20% auto;
}

/*.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__subtotal,
.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__footer-buttons
 {
    background: #EBEBEB;
    margin-left: -24px;
    margin-right: -24px;
    padding-right: 24px;
    padding-left: 24px;
}

.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__footer-buttons {
    padding-bottom: 16px!important;
    border-radius: 0 0 10px 10px;
}

.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__subtotal {
    padding-top: 24px;
} */


.elementor-menu-cart--cart-type-mini-cart .minicart-subtitle,
.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__subtotal .elementor-menu-cart__subtotal_without_tax {
    color: #898989;
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
}

.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__subtotal .elementor-menu-cart__subtotal_without_tax {
    margin-top: 6px;
}

.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart-footer {
    display: flex;
    margin-left: -24px;
    margin-right: -24px;
    justify-content: space-between;
    padding: 10px 24px;
    background: #EBEBEB;
    border-radius: 0 0 10px 10px;
    align-items: center;
}

.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart-footer .elementor-menu-cart__footer-buttons {
    padding-top: 0;
}


.jet-smart-filters-range .jet-range__inputs__group__text {
    background: #fff;
    border: 0;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr.shipping {
    position: relative;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr.shipping .woocommerce-shipping-tooltip {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    color: #898989;
    padding: 12px;
    border-radius: 8px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    pointer-events: none;
    box-shadow: 0px 5px 15px 0px #0000001F;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr.shipping .woocommerce-shipping-tooltip strong {
    color: #121212;
    line-height: 20px;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr.shipping:hover .woocommerce-shipping-tooltip {
    opacity: 1;
    visibility: visible;
}

.elementor-widget-woocommerce-cart .woocommerce .woocommerce-shipping-destination,
.elementor-widget-woocommerce-cart .woocommerce .woocommerce-shipping-calculator  {
    display: none;
}

.woocommerce-cart .elementor-shortcode .shipping-calculator-form p {
    margin-bottom: 0;
}


.woocommerce-cart .elementor-shortcode .shipping-calculator-button,
/*.woocommerce-cart .elementor-shortcode .shipping-calculator-form #calc_shipping_country_field,*/
.woocommerce-cart .elementor-shortcode .shipping-calculator-form #calc_shipping_city_field,
.woocommerce-cart .elementor-shortcode .shipping-calculator-form #calc_shipping_state_field,
.woocommerce-cart .select2-container--default .select2-search--dropdown .select2-search__field[aria-owns="select2-calc_shipping_country-results"],
.woocommerce-cart .cart_totals .woocommerce-cart-no-shipping-available-html {
    display: none!important;
}



.woocommerce-cart .elementor-shortcode .shipping-calculator-form {
    display: flex!important;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}

.woocommerce-cart .elementor-shortcode .shipping-calculator-form .button {
    padding: 16px 26px 16px 26px;
    border-radius: 10px;
    background: #33673B;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: #F3FCF3;
    border: 0;
}

.woocommerce-cart .elementor-shortcode .shipping-calculator-form .input-text {
    max-width: 140px;
}


.woocommerce-cart .elementor-shortcode .shipping-calculator-form .input-text,
.woocommerce-cart .elementor-shortcode .shipping-calculator-form #calc_shipping_country_field .select2-selection--single {
    padding: 17px 12px 17px 12px;
    border-radius: 6px;
    border: 1px solid #EBEBEB;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    color: #333219;
}
.woocommerce-cart .elementor-shortcode .shipping-calculator-form #calc_shipping_country_field .select2-container {
    min-width: 260px;
}


.woocommerce-cart .elementor-shortcode .shipping-calculator-form #calc_shipping_country_field .select2-selection--single {
    height: auto;
}

.woocommerce-cart .elementor-shortcode .shipping-calculator-form #calc_shipping_country_field #select2-calc_shipping_country-container {
    line-height: unset;
}

.woocommerce-cart .elementor-shortcode .shipping-calculator-form #calc_shipping_country_field .select2-selection__arrow {
    height: 48px;
    height: -webkit-fill-available;
}


.elementor-widget-woocommerce-checkout-page #ship-to-different-address {
    font-family: "Lexend Deca", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0;
    padding-left: 0;

}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr.order-total,
.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr.order-total td strong .woocommerce-Price-amount.amount,
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.order-total td:before {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;    
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table th.product-quantity {
    text-align: center;
}


.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead tr th.product-name,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead tr th.product-total {
    display: none;
}


.woocommerce.home-products-loop-carousel div.product form.cart div.quantity,
.woocommerce div.product.elementor-location-archive form.cart div.quantity {
    margin-top: 14px;
}

.woocommerce .e-loop-item.type-product .quantity .qty,
.woocommerce div.product form.cart div.quantity .qty,
.elementor-widget-woocommerce-cart .woocommerce .product-quantity .qty {
    width: 100%;
    height: 36px !important;
}

.elementor-widget-woocommerce-cart .woocommerce .product-quantity .qty {
    text-align: center;
}

.woocommerce .e-loop-item.type-product.outofstock .quantity .qty,
.woocommerce .e-loop-item.type-product.outofstock .quantity .plus,
.woocommerce .e-loop-item.type-product.outofstock .quantity .minus {
    pointer-events: none;
    opacity: 25%;
}

.woocommerce .e-loop-item.type-product .quantity .qty[type=number]::-webkit-inner-spin-button,
.woocommerce div.product form.cart div.quantity .qty[type=number]::-webkit-inner-spin-button,
.elementor-widget-woocommerce-cart .woocommerce .product-quantity .qty[type=number]::-webkit-inner-spin-button  {
    display: none;
}

.woocommerce.single-product div.product .elementor-add-to-cart .stock {
    display: none;
}

.woocommerce div.product form.cart div.quantity button,
.elementor-widget-woocommerce-cart .woocommerce .product-quantity .quantity button {
    position: absolute;
    padding: 9px 15px;
    background: none;
    border: 0;
    color: var(--e-global-color-accent);
    border-radius: 9px;
    margin: 0!important;
}

.elementor-widget-woocommerce-cart .woocommerce .product-quantity .quantity button {
    padding: 6px 9px;
}

.woocommerce div.product form.cart div.quantity button.plus {
    right: 0;
}

.elementor-widget-woocommerce-cart .woocommerce .product-quantity .quantity button.plus {
    right: 10px;
}

.woocommerce div.product form.cart div.quantity button:hover,
.elementor-widget-woocommerce-cart .woocommerce .product-quantity .quantity button:hover {
    color: #F3FCF3;
    background-color: var(--e-global-color-accent);
}


:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .e-loop-add-to-cart-form-container {
    justify-content: center;
}

.woocommerce a.added_to_cart {
    display: none!important;
    font-size: 12px;
    line-height: 14px;
}


.elementor-widget-loop-carousel.woocommerce a.added_to_cart {
    display: none !important;
}


.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
    border-radius: 10px;
    font-size: 14px;
    max-height: 36px;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr td.product-quantity {
    padding-right: 10px;
    position: relative;
    min-width: 90px;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr td.product-subtotal,
.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr th.product-subtotal {
    text-align: right;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr .woocommerce-shipping-notice-content {
    border: 1px solid #BAE2FF;
    padding: 14px 20px;
    border-radius: 8px;
    background-color: #DDF4FF;
    color: #2179DE;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr.fee th {
    max-width: 120px;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr.fee {

}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.fee td:before {
    text-align: left;
    max-width: 70%;
}

.woocommerce-order-received #thank-you-radio-form {
    text-align: center;
}


.woocommerce-order-received #thank-you-radio-form h5 {
    color: var(--e-global-color-secondary);
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}

.woocommerce-order-received #thank-you-radio-form button {
    background-color: var(--e-global-color-accent);
    font-family: "Lexend Deca", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    fill: #F3FCF3;
    color: #F3FCF3;
    border-radius: 10px 10px 10px 10px;
    padding: 16px 12px 16px 12px;
    border: 0;
}
.woocommerce-order-received #thank-you-radio-form button:hover {
    background-color: var(--e-global-color-primary);
}

.woocommerce-order-received #thank-you-radio-form button .elementor-button-content-wrapper {
    flex-direction: row-reverse;
    gap: 12px;
}

.woocommerce-order-received #thank-you-radio-form .thank-you-radio-form-list {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 18px;
    padding-top: 20px;
    padding-bottom: 34px;
}

.woocommerce-order-received #thank-you-radio-form .thank-you-radio-form-list label {
    color: #333219;
    font-size: 14px;
    font-weight: 400;
}


.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-section .e-checkout-secondary-title .e-show-login {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}


.elementor-widget-woocommerce-checkout-page {
    font-family: "Lexend Deca", Sans-serif;
}

.elementor-widget-woocommerce-cart .woocommerce #shipping_method li label {
    color: #333219;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce ul#shipping_method li {
    margin: 0 0 0.8em
}

/* Hide the default radio button */
.woocommerce input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 2px solid #DADADA;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: relative;
    outline: none;
    cursor: pointer;
}

/* Checked state styles */
.woocommerce input[type="radio"]:checked,
.woocommerce input[type="radio"][checked="checked"] {
    background-color: #79102F;
    border-color: #79102F;
}

/* Inner white dot when checked */
.woocommerce input[type="radio"]:checked::before,
.woocommerce input[type="radio"][checked="checked"]::before {
    content: "";
    position: absolute;
    top: 51%;
    left: 51%;
    width: 7.5px; /* Size of the inner dot */
    height: 7.5px;
    background-color: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


.elementor-widget-woocommerce-checkout-page .woocommerce #order_review .shop_table tr.woocommerce-shipping-totals,
.elementor-widget-woocommerce-checkout-page .woocommerce #order_review .shop_table tr.woocommerce-shipping-notice,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-shipping-totals-separate table.woocommerce-checkout-review-order-table thead,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-shipping-totals-separate table.woocommerce-checkout-review-order-table tbody, 
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-shipping-totals-separate table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-totals):not(.woocommerce-shipping-notice),
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-shipping-totals-separate table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th {
    display: none!important;
}


.woocommerce ul#shipping_method .amount,
.woocommerce-checkout #payment ul.payment_methods .amount {
    color: var(--e-global-color-primary);
    font-size: 14px;
    font-weight: 600;
}


.woocommerce-checkout #payment ul.payment_methods li.payment_method_stripe_cc .wc-stripe-card-icons-container img {
    max-width: 32px;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_stripe_cc .wc-stripe-card-icons-container {
    order: 2;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_stripe_cc .amount {
    order: 3;
}

.payment_methods .wc-stripe-save-source, .wc-stripe_cc-new-method-container .wc-stripe-save-source {
    margin-top: 15px!important;
}

.woocommerce ul#shipping_method li,
.elementor-widget-woocommerce-cart .woocommerce ul#shipping_method li,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li {
    clear: both;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
}


.woocommerce ul#shipping_method li,
.woocommerce ul#shipping_method li label,
.elementor-widget-woocommerce-cart .woocommerce ul#shipping_method li,
.elementor-widget-woocommerce-cart .woocommerce ul#shipping_method li label,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}



.woocommerce ul#shipping_method li label,
.elementor-widget-woocommerce-cart .woocommerce ul#shipping_method li label,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label {
    width: 90%;
    width: calc(100% - 30px);
    justify-content: space-between;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li .wc-stripe-save-source label {
    width: auto;
    margin-left: 10px;

}

.woocommerce ul#shipping_method li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin-right: 0.7em;
    margin-top: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li,
.woocommerce ul#shipping_method li {
    margin: 0 0 0.8em;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box,
.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li .shipping-method-description,
.elementor-widget-woocommerce-cart .woocommerce #shipping_method li .shipping-method-description {
    padding: 0;
    margin-top: 6px;
    margin-bottom: 0;
    color: #898989;
    font-weight: 400;
    font-size: 12px;
}


.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box.payment_method_stripe_cc {
    margin-top: 18px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-shipping-totals-separate {
    background: var(--sections-background-color, #fff);
    border-color: var(--sections-border-color, #d5d8dc);
    border-radius: var(--sections-border-radius, 3px);
    border-style: var(--sections-border-type, solid);
    border-width: 1px;
    display: block;
    margin: var(--sections-margin, 0 0 24px 0);
    padding: var(--sections-padding, 16px 30px);
}


.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    display: block;
    float: unset;
    clear: none;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #billing_city_field,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #billing_postcode_field, 
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #shipping_postcode_field,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #shipping_city_field {
    width: 48%;
    clear: none;

}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #billing_postcode_field,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #shipping_postcode_field {
    float: left;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #billing_city_field,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #shipping_city_field {
    float: right;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details #billing_address_1_field {
    margin-bottom: 16px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}


.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-shipping-totals-separate .woocommerce-checkout-review-order-table td {
   padding: 0; 
}

.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper::after {
    content: " ";
    display: table;
    clear: both;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .ship_to_different_address_copy_forms_field {
    margin-top: 8px;
    margin-bottom: 3px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
    padding: 0;
    margin-bottom: 0;
}


.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout .e-checkout__container .e-checkout__order_review-2 {
    background: var(--sections-background-color, #fff);
    border-color: var(--sections-border-color, #d5d8dc);
    border-radius: var(--sections-border-radius, 3px);
    border-style: var(--sections-border-type, solid);
    border-width: 1px;
    display: block;
    margin: var(--sections-margin, 0 0 24px 0);
    padding: var(--sections-padding, 16px 30px);
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout .custom-payment-title {
    text-align: center;
}

.elementor-widget-woocommerce-checkout-page .privacy label,
.woocommerce form .privacy.form-row.woocommerce-invalid label {
    color: var(--sections-checkboxes-color);
}

.elementor-widget-woocommerce-checkout-page .place-order .woocommerce-terms-and-conditions-wrapper .form-row .required,
.elementor-widget-woocommerce-checkout-page .place-order .form-row.privacy .required {
    /*display: none;*/
}


.elementor-widget-woocommerce-checkout-page .place-order .form-row {
    margin-top: 0;
    margin-bottom: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-terms-and-conditions-wrapper .form-row a,
.elementor-widget-woocommerce-checkout-page .privacy a {
    text-decoration: underline;
}

.woocommerce-invalid #privacy_policy {
    outline: 2px solid var(--wc-red);
    outline-offset: 2px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order {
    margin-top: 20px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .place-order {
    padding-top: 14px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background-color: var(--e-global-color-primary);
    font-family: "Lexend Deca", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    fill: var(--e-global-color-b809331);
    color: var(--e-global-color-b809331);
    text-decoration: none;
    border-radius: 58px 58px 58px 58px;
    padding: 18px 23px 18px 23px;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: var(--e-global-color-primary);
    text-decoration: none;
    background-image: none;
    color: var(--e-global-color-b809331);
}


.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td .product-quantity {
    font-weight: 400;
    color: var(--e-global-color-primary);
    display: block;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td .checkout-product-thumbnail {
    float: left;
    margin-right: 10px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .cart_item:last-child td {
    border-bottom: 1px solid #EBEBEB;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .cart-subtotal th,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .cart-subtotal td {
    padding-top: 15px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td:last-child {
    text-align: right;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total th,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total td,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total td strong {
    font-size: 16px!important;
    font-weight: 600!important;
    line-height: 24px!important;
}


/* My account */
.woocommerce-account #customer_login h2 {
    color: var(--e-global-color-secondary);
    font-family: "Lexend Deca", Sans-serif;
    font-size: 48px;
    font-weight: 400;
}

.woocommerce-account #customer_login,
.woocommerce-account .woocommerce-ResetPassword {
    display: flex;
    flex-direction: column;
    font-family: "Lexend Deca", Sans-serif;
    font-size: 14px;
}


.woocommerce-account #customer_login > div {
    float: unset;
    width: 100%;
}

.woocommerce-account #customer_login .woocommerce-form,
.woocommerce-account .woocommerce-ResetPassword {
    background-color: #F6F6F8;
    padding: 30px 30px 20px 30px;
    border-radius: 14px 14px 14px 14px;
    border: 0;
}

.woocommerce-account #customer_login .woocommerce-form label,
.woocommerce-account .woocommerce-ResetPassword label {
    color: var(--e-global-color-secondary);
    font-size: 14px;
    font-weight: 400;
    
}


.woocommerce-account #customer_login .woocommerce-form input.input-text,
.woocommerce-account .woocommerce-ResetPassword input.input-text {
    background-color: #ffffff;
    border-color: #EBEBEB;
    border-radius: 6px 6px 6px 6px;
    min-height: 47px;
    padding: 6px 16px;
}

.woocommerce-account #customer_login .woocommerce-button,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button {
    background-color: var(--e-global-color-accent);
    border-radius: 10px 10px 10px 10px;
    flex-basis: 100%;
    min-height: 40px;
    margin-top: 12px;
    margin-bottom: 9px;
}

.woocommerce-account #customer_login .woocommerce-button.woocommerce-form-register__submit,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button {
    background-color: var(--e-global-color-primary);
}


.woocommerce-account #customer_login .form-row:not(.woocommerce-form),
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row {
    display: flex;
    flex-direction: column;
}

.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row {
    width: 100%;
}

.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button {
    width: 100%;
}

/* END My account */


.ecomail-form .elementor-field-type-acceptance label a {
    color: #FFFFFF;
    text-decoration: underline;
}


.ecomail-form .elementor-field-type-acceptance .elementor-acceptance-field {
    margin-top: 3px;
}


.ecomail-form .elementor-field-type-submit {
    position: absolute;
    top: 9px;
    right: 2px;
    width: auto;
}

.woocommerce-shop .e-con.elementor-sticky--active.archive-filter-right-column {
    max-height: calc(-132px + 100vh);
    overflow-y: auto;
}

.elementor-widget-loop-carousel .e-loop-item.product .product_title,
.elementor-widget-loop-grid .e-loop-item.product .product_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 50px;
    line-height: 25px;
}

.elementor-widget-loop-carousel .e-loop-item.product .woocommerce-product-details__short-description,
.elementor-widget-loop-grid .e-loop-item.product .woocommerce-product-details__short-description {
    max-height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.elementor-pagination .page-numbers {
    background: #F6F6F8;
    padding: 11px 15px;
    border-radius: 10px;
    color: #121212;
}
.elementor-pagination .page-numbers.current {
    background: #33673B;
    color: #F3FCF3;
}


.woocommerce-order-pay #order_review,
.woocommerce-order-pay.woocommerce-checkout #payment ul.payment_methods {
    max-width: 600px;
    background-color: #F6F6F8;
    margin: 0 auto;
    border-radius: 14px;
}

.woocommerce-order-pay #order_review .shop_table,
.woocommerce-order-pay.woocommerce-checkout #payment ul.payment_methods {
    padding: 30px;
}

.woocommerce-order-pay.woocommerce-checkout #payment ul.payment_methods {
    border-radius: 0;
    border: 0;
}

.woocommerce-order-pay.woocommerce-checkout #payment .form-row {
    background-color: #F6F6F8;
}


.woocommerce-order-pay .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th,
.woocommerce-order-pay .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td {
    font-weight: 500;
    color: #121212;
}


.woocommerce-checkout.woocommerce-order-pay #payment ul.payment_methods li {
    clear: both;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
    color: #121212;
}

.woocommerce-order-pay.woocommerce-checkout #payment div.payment_box {
    background: #fff;
    color: #898989;
    font-weight: 400;
    font-size: 12px;
}

.woocommerce-order-pay.woocommerce-checkout #payment div.payment_box:before {
    content: unset;
}

.woocommerce-order-pay.woocommerce-checkout #payment .payment_methods li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.woocommerce-order-pay.woocommerce-checkout #payment .payment_methods li label {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    width: calc(100% - 30px);
    justify-content: space-between;
}

.woocommerce-order-pay .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead {
    display: none;
}

.woocommerce-order-pay.woocommerce-checkout #payment .payment_methods .wc-stripe-save-source {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.woocommerce-order-pay .woocommerce #payment #place_order {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 23px;
}



@media (max-width: 1024px) {

    .elementor-location-header .elementor-nav-menu>li.wpml-ls-item {
        display: block;
        position: absolute;
        bottom: 30px;
        min-height: 100px;
    }

    .elementor-location-header .elementor-nav-menu>li.wpml-ls-item a {
        font-size: 14px!important;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .elementor .elementor-element .sub-menu.elementor-nav-menu--dropdown .elementor-sub-item {
        font-size: 15px;
        line-height: 16px;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .mobile-menu .elementor-nav-menu {
        height: calc(100vh - 130px);
    }

    .mobile-menu .elementor-nav-menu .sub-arrow {
        fill: #FBFBFB;
    }

    .mobile-menu .elementor-widget-container > .elementor-nav-menu--dropdown {
        padding-top: 40px;
    }

    .woocommerce div.product .product-badge {
        width: 50px;
        height: 50px;
    }

    .woocommerce div.product .single-product-content .product-badge {
        width: 56px;
        height: 56px; 
    }

    .woocommerce div.product .single-product-content .product-badge-grid .product-badge {
        width: 67px;
        height: 67px; 
    }

    .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next {
        right: 5px;
    }

    .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
        left: 5px;
    }

    .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev, .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next {
        border-radius: 9px;
        padding: 14px;
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
        display: inline-flex;
        align-items: center;
    }

    .elementor .elementor-element .mobile-menu .elementor-nav-menu .elementor-item  {
        line-height: 1em;
    }


    .elementor-widget-woocommerce-cart .e-cart__container {
        grid-template-columns: repeat(1, 1fr);
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart.shop_table_responsive .product-thumbnail {
        display: table-cell!important;
    }
 


}

@media (max-width: 768px) {

    .rank-math-breadcrumb {
        font-size: 14px;
        line-height: 18px;
    }

    .elementor .elementor-element .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
        left: unset;
        right: -65%;
        position: absolute;
        width: 92vw;
    }

    .woocommerce div.product .product-badge {
        width: 36px;
        height: 36px;
    }

    .chekout-steps .chekout-steps-item {
        min-width: unset;
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart.shop_table_responsive tr td.product-name {
        text-align: left!important;
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
        padding: 0;
    }

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: none;
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart td,
    .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove  {
        padding-right: 10px;
    }

   
    .elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr  {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr td > td {
        box-sizing: border-box;
    }

    /* First row: .product-remove, .product-thumbnail, .product-name */
    .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr td.product-remove {
        order: 1;
        width: 10%;
        flex: 1 1 10%;
        text-align: left!important;
        align-items: center;
    }

     .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr td.product-thumbnail {
        order: 2;
        width: 20%;
        flex: 1 1 20%;
        text-align: center;
    }

    .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr td.product-name {
        order: 3;
        width: 70%;
        flex: 1 1 70%;
    }

    .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr td.product-price {
        order: 4;
        width: 24%;
        flex: 1 1 24%;
    }

    /* Second row: .product-quantity, .product-subtotal */
    .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr td.product-quantity,
    .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr td.product-subtotal {
        order: 5;
        width: 30%; /* Each taking up a third of the width */
        flex: 1 1 30%;
        text-align: right!important;
    }
    .elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr td.product-price {
        visibility: hidden;
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart td {
        padding: 0;
    }

    .elementor-widget-woocommerce-cart .e-cart-section.e-cart-totals {
        padding: 34px 20px;
    }

    .woocommerce-cart .elementor-shortcode .shipping-calculator-form {
        flex-direction: column;
        row-gap: 20px;
        align-items: stretch;
        padding-left: 20px;
        padding-right: 20px;
    }

    .woocommerce-cart .elementor-shortcode .shipping-calculator-form .input-text,
    .woocommerce-cart .elementor-shortcode .shipping-calculator-form .button {
        width: 100%;
        max-width: unset;
    }

    .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #billing_city_field, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #billing_postcode_field, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #shipping_postcode_field, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #shipping_city_field {
        width: 100%;
    }

    .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
        padding-right: 12px;
        max-width: unset;
    }

    .woocommerce-account #customer_login h2 {
        font-weight: 400;
        line-height: 1em;
    }

    .ecomail-form .elementor-field-type-submit {
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
    }

    .ecomail-form .elementor-field-type-submit .elementor-button {
        width: 100%;
        margin-top: 7px;
    }

    .ecomail-form .elementor-field-textual.elementor-size-xl {
        min-height: 57px;
    }

    .elementor-widget-loop-carousel .e-loop-item.product .product_title,
    .elementor-widget-loop-grid .e-loop-item.product .product_title {
        height: 28px!important;
        line-height: 14px!important;
    }

    .elementor-widget-loop-carousel .e-loop-item.product .woocommerce-product-details__short-description,
    .elementor-widget-loop-grid .e-loop-item.product .woocommerce-product-details__short-description {
        max-height: 42px;
        -webkit-line-clamp: 2;
        
    }

    .elementor-widget-loop-carousel .e-loop-item.product .woocommerce-product-details__short-description {
        margin-bottom: 8px;
    }
    
    
}

.woocommerce.single-product div.product p.price {
    color: var(--e-global-color-secondary);
    font-family: "Lexend Deca", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
}


.woocommerce.single-product div.product .price-quantity-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.woocommerce.single-product div.product .price-quantity-container .price,
.woocommerce.single-product div.product .price-quantity-container .quantity {
    width: 50%;
    box-sizing: border-box;
}

.woocommerce.single-product div.product .price-quantity-container .price {
    margin-bottom: 0;
}

.woocommerce.single-product div.product .cart .wpcpq-wrap {
    padding: 10px 7px 14px 10px;
    background: #F6F6F8;
    border-radius: 14px;
    font-family: 'Lexend Deca';
    margin-top: 14px;
    margin-bottom: 20px;
    color: #333219;
    font-size: 14px;
    font-weight: 400;
    
}

.woocommerce.single-product div.product .cart .wpcpq-table .wpcpq-row.wpcpq-head {
    font-size: 16px;
    font-weight: 600;
}

.woocommerce.single-product div.product .cart .wpcpq-table .wpcpq-row {
    padding: 6px 10px;
    border-bottom: none;
    border-bottom: 2px solid #EBEBEB;
    margin-bottom: 8px;
    padding-bottom: 7px;
}

.woocommerce.single-product div.product .cart .wpcpq-table .wpcpq-item-active {
    border-radius: 14px;
}


.woocommerce.single-product div.product .cart .wpcpq-table .wpcpq-row-price,
.woocommerce.single-product div.product .cart .wpcpq-table .wpcpq-foot.wpcpq-summary {
    display: none;
}
.woocommerce.single-product div.product .cart .wpcpq-table .wpcpq-item-price {
    display: flex;
    justify-content: space-between;
}
.woocommerce.single-product div.product .cart .wpcpq-table .wpcpq-item-price .wpcpq-item-text,
.elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-name .wpcpq-item-text {
    background: #C91F28;
    font-weight: 600;
    font-size: 12px;
    color: #F3FCF3;
    border-radius: 10px;
    padding: 1px 6px 1px 7px;
} 

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-name .wpcpq-item-text {
    margin-left: 16px;
    font-size: 11px;
    padding: 1px 6px 2px 7px;
}



.woocommerce.single-product div.product .cart .wpcpq-table .wpcpq-item-price .wpcpq-item-price-val .amount:after {
    content: "/ks";
}

@media (max-width: 425px) {
    
    .woocommerce.single-product div.product .cart .wpcpq-table .wpcpq-item-qty {
        max-width: 40%;
    }

}


