/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
/*Global*/
:focus-visible {
    outline: none;
}
.ehf-header #masthead{
    z-index: 999;
}
.textcenteralign{
    text-align: center;
}
.textleftalign{
    text-align: left;
}
.textrightalign{
    text-align: right;
}
/*Header Cart*/
.header-cart .elementor-menu-cart__main{
    max-width: 480px;
    width: 80%;
    padding: 24px 24px 0 24px;
}
.header-cart .elementor-menu-cart__main .widget_shopping_cart_content{
    justify-content: space-between;
}
ul.tw_custom_minicart{
    list-style: none;
    padding: 0;
    overflow: auto;
}
ul.tw_custom_minicart li{
    padding: 24px 24px 24px 0;
    border-bottom: 1px solid #C2C2C2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    position: relative;
}
ul.tw_custom_minicart li .tw_thumbnail{
    width: 80px;
    height: 96px;
}
ul.tw_custom_minicart li .tw_thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.tw_custom_minicart li .tw_product-info{
    width: calc(100% - 96px);
    display: flex;
    flex-direction: column;
    gap: 15px;
}
ul.tw_custom_minicart li .tw_product-name{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    gap: 24px;
}
ul.tw_custom_minicart li .tw_product-name span{
    width: calc(100% - 48px);
}
ul.tw_custom_minicart li .tw_product-name,
ul.tw_custom_minicart li .tw_product-price .amount{
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #1E1E1E;
}
ul.tw_custom_minicart li .tw_product-price .quantity{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1E1E1E;
}
ul.tw_custom_minicart li .tw_remove{
    width: 24px;
    height: 24px;
}
.tw_total-cart-checkout{
    background: #1e1e1e;
    color: #fff;
    padding: 24px;
    margin: 0 -24px;
}
.tw_total-cart-checkout .cart-subtotal{
    display: flex;
    justify-content: space-between;
    background: #1e1e1e;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}
.tw_total-cart-checkout .cart-shippingtotal, .tw_total-cart-checkout .order-total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.cart-subtotal {padding-bottom:10px;}

.tw_total-cart-checkout .order-total{
    border-top: 1px solid #C2C2C2;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.tw_total-cart-checkout .order-total strong{
    font-weight: 500;
}
.tw_total-cart-checkout .cart-shippingtotal ul#shipping_method{
    padding: 0;
    list-style: none;
}
.tw_total-cart-checkout .cart-shippingtotal ul#shipping_method .amount{font-weight: 400;}
.tw_total-cart-checkout .woocommerce-mini-cart__buttons{
    background: #1e1e1e;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 24px;
}
.tw_total-cart-checkout .woocommerce-mini-cart__buttons a.tw_cart{
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border: none;
    display: inline-block;
    padding: 0;
    gap: 10px;
    color: #fff;
}

.tw_total-cart-checkout .woocommerce-mini-cart__buttons a.tw_continue{
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border: none;
    display: inline-block;
	float: right;
    padding: 0;
    gap: 10px;
    color: #fff;
}

.tw_total-cart-checkout .woocommerce-mini-cart__buttons a.tw_cart:hover{
    color: #fff;
}
.tw_total-cart-checkout .woocommerce-mini-cart__buttons a.tw_cart::after{
    content: '';
    background: url('./assets/images/shopping_cart.svg') no-repeat center;
  
}
.tw_total-cart-checkout .woocommerce-mini-cart__buttons a.tw_checkout{
    height: 58px;
    background: #B22B2F;
    color: #fff;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--e-global-typography-primary-font-family);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-transform: uppercase;
}
.header-cart  .elementor-menu-cart__toggle .elementor-button{border: none !important;}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]{font-size: 11px !important;}
#cff .cff-author .cff-date, #cff-lightbox-wrapper .cff-author .cff-date{color: #4e4e4e !important;}
/* .header-cart  .elementor-menu-cart__close-button:after{
    transform: inherit;
    content: "Cart";
}
.header-cart  .elementor-menu-cart__close-button:before{
    transform: inherit;
    content: "\f061";
} */
.tw-mini-cart-empty{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    gap: 24px;
}
.tw-mini-cart-empty img{
    width: 48px;
}
.tw-mini-cart-empty h3{
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.tw-mini-cart-empty p{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.tw-mini-cart-empty .tw_shopnow{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background: #B22B2F;
    color: #fff;
    padding: 16px 34px;
    border-radius: 5px;
    border: 1px solid #B22B2F;
}
.tw-mini-cart-empty .tw_shopnow:hover{
    background: #fff;
    color: #B22B2F;
}
#search_box #search_box_form #div_nameSearch, #search_box #search_box_form #addy_in_address, #search_box #search_box_form #addy_in_radius{
    margin: 0px !important;
    flex-direction: column;
}
#search_box #search_box_form LABEL{
    width: 100% !important;
    text-align: left !important;
    line-height: 30px;
    font-weight: 500;
}
#search_box #search_box_form #radiusSelect{
    margin: 0px !important;
}
/* PRODUCT LISTING */
.filter-reset p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #4E4E4E;
    margin: 0;
    padding-bottom: 24px;
}
.filter-reset p span{
    display: flex;
    gap: 10px;
    align-items: center;
}
.filter-reset p a{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #4E4E4E;
}
.post-type-archive .filter-reset p a{display: none;}
.he_product_categories_title, .he_product_categories ul.wc-block-product-categories-list--depth-0 > li > a{
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 20px;
    margin: 0;
    padding-top: 24px;
    float: left;
    width: 100%;
}
.he_product_categories ul.wc-block-product-categories-list--depth-0 > li > a:hover{
    color: #1E1E1E;
}
.wc-block-product-categories{margin-bottom: 0;}
.he_product_categories ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: var(--e-global-typography-primary-font-family);
    float: left;
    width: 100%;
}

.he_product_categories ul li {
    font-size: 16px;
    font-family: var(--e-global-typography-primary-font-family);
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
.he_product_categories ul.wc-block-product-categories-list--depth-0 > li{
    padding-bottom: 5px;
    border-bottom: 1px solid #c2c2c2;
}
.he_product_categories ul.wc-block-product-categories-list--depth-0 > li.current-category-item a{
    color: inherit;
}
.he_product_categories ul li a {
    color: #1e1e1e;
}
.he_product_categories ul li.current-category-item a,
.he_product_categories ul li a:hover {
    color: #B22B2F
}
ul.products li.product {
    position: relative;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{position: relative;}
.woocommerce .woocommerce-ordering .select2-container{float: right;}
.woocommerce .woocommerce-ordering .select2-container .select2-selection--single{
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    height: 46px;
}
.woocommerce .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered{
    color: #1E1E1E;
    line-height: 46px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px;
}
.woocommerce .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__arrow{
    height: 46px;
    right: 10px;
}
.select2-container .select2-results{
    font-size: 14px;
    font-weight: 400px;
    padding-bottom: 16px;
}
.select2-container .select2-results__option{
    background-color: transparent !important;
    color: #1E1E1E !important;
    line-height: 20px;
    padding: 8px;
}
.select2-container .select2-results__option:hover{
    color:#B22B2F !important;
}
.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: 0;
}
ul.products li.product .tp-image-wrapper{
    margin: -24px -24px 24px -24px;
}
.woocommerce ul.products li.product .price{
    margin-bottom: 0;
}
ul.products li.product .acoqvw_trigger_outer{
    display: none;
    position: absolute;
    left: 0;
    bottom: 150px;
}
ul.products li.product:hover .acoqvw_trigger_outer{
    display: flex;
}
ul.products li.product .acoqvw_trigger_outer a.acoqvw_quickview_button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px;
    width: 242px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0;
}
ul.products li.product .acoqvw_trigger_outer a.acoqvw_quickview_button span.acoqvw_trigger_icon{
    display:none !important;
}
ul.products li.product .acoqvw_trigger_outer a.acoqvw_quickview_button::before{
    content: '';
    background: url(./assets/images/visibility.svg) no-repeat scroll center;
    width: 16px;
    height: 40px;
}
ul.products li.product a.woocommerce-LoopProduct-link img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 0.90 / 1;
}
#acoqvw_quickview_modal_window .acoqvw_quickview .acoqvw_inner{
    padding: 60px 80px;
}
#acoqvw_quickview_modal_window .acoqvw_quickview .acoqvw_inner .acoqvw_imageSec{
    height: 100%;
}
#acoqvw_quickview_modal_window .acoqvw_quickview .acoqvw_inner .acoqvw_imageSec .flex-direction-nav .flex-nav-prev a,
#acoqvw_quickview_modal_window .acoqvw_quickview .acoqvw_inner .acoqvw_imageSec .flex-direction-nav .flex-nav-next a{
    width: 40px;
    height: 40px;
    color: transparent;
    text-align: center;
}
#acoqvw_quickview_modal_window .acoqvw_quickview .acoqvw_inner .acoqvw_imageSec .flex-direction-nav .flex-nav-prev a::before{
    content: "\f060";
    background: none;
    width: 40px;
    height: 40px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #1e1e1e;
}
#acoqvw_quickview_modal_window .acoqvw_quickview .acoqvw_inner .acoqvw_imageSec .flex-direction-nav .flex-nav-next a::before{
    content: "\f061";
    background: none;
    width: 40px;
    height: 40px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #1e1e1e;
}
#acoqvw_quickview_modal_window .acoqvw_quickview .acoqvw_inner .acoqvw_contentSec{
    padding: 0px 0 0 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#acoqvw_quickview_modal_window .acoqvw_quickview .acoqvw_inner .acoqvw_contentSec h1{
    color: #1E1E1E;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 36px;
    font-weight: 600;
    line-height: 50.4px;
}
#acoqvw_quickview_modal_window .acoqvw_quickview .acoqvw_inner .acoqvw_contentSec .price,
#acoqvw_quickview_modal_window .acoqvw_quickview .acoqvw_inner .acoqvw_contentSec .price .woocommerce-Price-amount{
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 28px;
    font-weight: 700;
    line-height: 39.2px;
    color: var(--e-global-color-accent);
}
#acoqvw_quickview_modal_window .acoqvw_quickview .acoqvw_inner .acoqvw_contentSec .variations_form.cart{
    margin-bottom: 0;
}
#acoqvw_quickview_modal_window .acoqvw_quickview .acoqvw_inner .acoqvw_contentSec .woocommerce-product-details__short-description{
    color: #1E1E1E;
    font-weight: 500;
}
#acoqvw_quickview_modal_window .acoqvw_quickview .acoqvw_inner .acoqvw_contentSec .cart .single_add_to_cart_button{
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 16px;
    text-transform: uppercase;
    color: var(--e-global-color-secondary );
    background-color: var(--e-global-color-accent );
    width: 100%;
    height: 58px;
    border-radius: 5px;
    font-weight: 600;
    margin: 12px 0 0 0;
}
#acoqvw_quickview_modal_window .acoqvw_quickview .acoqvw_inner .acoqvw_contentSec .woocommerce-variation-price .woocommerce-Price-amount{
    font-size: 20px;
}
.woocommerce .woocommerce-result-count {
    font-size: 18px;
    line-height: 27px;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 500;
    color: #1e1e1e;
    height: 46px;
    margin-bottom: 40px;
}

.woocommerce-loop-product__buttons {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce-pagination .page-numbers li .page-numbers {
    width: 42px;
    height: 47px;
    line-height: 47px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: #1E1E1E;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: none;
    color: #B22B2F;
}

.woocommerce-pagination .page-numbers li .next.page-numbers:hover,
.woocommerce-pagination .page-numbers li .prev.page-numbers:hover {
    color: #4E4E4E;
}
.informative-badge .elementor-widget-container {
    height: auto !important;
}

.informative-badge h5 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 16px 0;
    font-weight: 700;
}

.informative-badge p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 16px 0;
}

.informative-badge a {
    font-weight: 600;
    text-decoration: underline;
    color: #FFFFFF;
}

.informative-badge pre {
    font-size: 14px;
    line-height: 22.4px;
    margin: 0;
    font-weight: 400;
    font-family: var(--e-global-typography-primary-font-family);
    color: #C2C2C2
}
.woocommerce-LoopProduct-link div[itemprop="description"]{
    display: none;
}
/*Product Details*/
.woocommerce div.product div.images .flex-viewport{
    border: 1px solid #c2c2c2;
    margin-bottom: 30px;
}
.woocommerce div.product div.images .flex-control-thumbs{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66.66%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    width: 25%;
}
.woocommerce div.product div.images .flex-direction-nav{
    list-style: none;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -10px;
    z-index: 1;
    transform: translateY(-100%);
}
.woocommerce div.product div.images .flex-direction-nav li.flex-nav-prev{
    width: 16.66%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.woocommerce div.product div.images .flex-direction-nav li.flex-nav-prev a{
    position: relative;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-right: 16px;
}
.woocommerce div.product div.images .flex-direction-nav li.flex-nav-next{
    width: 16.66%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.woocommerce div.product div.images .flex-direction-nav li.flex-nav-next a{
    position: relative;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-left: 16px;
}

.woocommerce div.product div.images  .flex-direction-nav a:before {
    content: "\f060";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #1e1e1e;
    text-align: center;
    line-height: 40px;
}
.woocommerce div.product div.images  .flex-direction-nav a.flex-next:before {
    content: "\f061";
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--e-global-color-accent);
    margin-bottom: 0;
    font-weight: 700;
    font-size: 28px;
}

.single_variation_wrap {
    position: relative;
}

.woocommerce-variation.single_variation {
    position: absolute;
    right: 0;
    top: 0;
}

#acoqvw_quickview_modal_window .acoqvw_quickview .quantity .input-text.qty, 
.quantity .input-text.qty{
    width: 66px;
    height: 27px !important;
    text-align: center;
    background-color: transparent;
    border: none;
    padding: 9.5px;
    color: #B22B2F;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--e-global-typography-primary-font-family);
}

#acoqvw_quickview_modal_window .acoqvw_quickview .quantity .buttons_added,
.quantity .buttons_added {
    float: left;
    position: relative;
    border: 1px solid #B22B2F;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 134px;
}

#acoqvw_quickview_modal_window .acoqvw_quickview .quantity .buttons_added .minus,
#acoqvw_quickview_modal_window .acoqvw_quickview .quantity .buttons_added .plus,
.quantity .buttons_added .minus,
.quantity .buttons_added .plus {
    height: 44px !important;
    color: #B22B2F;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    width: 34px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--e-global-typography-primary-font-family);
}

#acoqvw_quickview_modal_window .acoqvw_quickview .quantity input::-webkit-outer-spin-button,
#acoqvw_quickview_modal_window .acoqvw_quickview .quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

#acoqvw_quickview_modal_window .acoqvw_quickview .quantity .buttons_added input,
.quantity .buttons_added input {
    outline: none;
}
/*Cart Page Css*/
.woocommerce form[action="/cart/?add-free-gift=go"] table.shop_table {
    width: 100%;
    max-width: 632px;
}
.woocommerce form:first-of-type table.shop_table input[name="add_free_gift_to_cart"]{
    font-size: 14px;
    font-weight: 600;
    width: 142px;
    height: 45px;
    padding: 0;
    border: 1px solid var(--e-global-color-accent );
}
#free_gift_selection{
    width: 100% !important;
    padding: 0px 16px !important;
    max-width: 440px;
    height: 45px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}
.woocommerce table.shop_table {
    border: none;
    border-collapse: collapse !important;
    margin: 0 !important;
}
.woocommerce table.shop_table td,.woocommerce table.shop_table th {
    border: none !important;
    padding: 0;
}
.woocommerce .woocommerce-cart-form table.shop_table th{
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce .woocommerce-cart-form table.shop_table th.product-name{
    width: 50%;
}
.woocommerce .woocommerce-cart-form table.shop_table th.product-quantity, .woocommerce .woocommerce-cart-form table.shop_table th.product-subtotal, .woocommerce .woocommerce-cart-form table.shop_table th.product-remove{
    width: 16.66%;
}
.woocommerce .woocommerce-cart-form table.shop_table td {
    padding: 50px 0;
}
#add_payment_method table.cart .cart_item img, .woocommerce-cart table.cart .cart_item img, .woocommerce-checkout table.cart .cart_item img{
    width: 144px;
    padding-right: 24px;
}
.woocommerce table.shop_table tbody>tr:nth-child(odd)>td, 
.woocommerce table.shop_table tbody>tr:nth-child(odd)>th,
.woocommerce table.shop_table tbody tr:hover>td, 
.woocommerce table.shop_table tbody tr:hover>th{
    background: none;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-name a{
    font-size: 20px;
    line-height: 28px;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 700;
    color: #1e1e1e;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-quantity{
    color: #B22B2F;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--e-global-typography-primary-font-family);
}
.woocommerce .woocommerce-cart-form table.shop_table .product-quantity .quantity.buttons_added_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-quantity .quantity .buttons_added{
    width: 96px;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-quantity .quantity .buttons_added .minus, .quantity .buttons_added .plus{
    width: 34px;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-quantity .quantity .input-text.qty{
    width: 28px;
    padding: 0px;
}
.woocommerce .woocommerce-cart-form table.shop_table .cart_item {
    border-bottom: 1px solid #C2C2C2;
}
.woocommerce .woocommerce-cart-form table.shop_table caption+thead tr:first-child td, 
.woocommerce .woocommerce-cart-form table.shop_table caption+thead tr:first-child th, 
.woocommerce .woocommerce-cart-form table.shop_table colgroup+thead tr:first-child td, 
.woocommerce .woocommerce-cart-form table.shop_table colgroup+thead tr:first-child th, 
.woocommerce .woocommerce-cart-form table.shop_table thead:first-child tr:first-child td, 
.woocommerce .woocommerce-cart-form table.shop_table thead:first-child tr:first-child th {
    border: none;
}
.woocommerce .woocommerce-cart-form table.shop_table a.remove{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce .woocommerce-cart-form table.shop_table a.remove:hover{
    background: none;
}
.woocommerce .woocommerce-cart-form table.shop_table a.remove img{
    width: 24px;
    padding: 0;
}
.woocommerce .woocommerce-cart-form table.shop_table .button, 
.woocommerce .woocommerce-cart-form table.shop_table input.button,
.woocommerce .cart-collaterals .shipping-calculator-form .button{
    width: 100%;
    height: 58px;
    background: #B22B2F;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
    border: 1px solid #B22B2F;
}
.woocommerce .woocommerce-cart-form table.shop_table .button:hover, 
.woocommerce .woocommerce-cart-form table.shop_table input.button:hover,
.woocommerce .cart-collaterals .shipping-calculator-form .button:hover{
    background: #fff;
    color: #B22B2F !important;
}
.woocommerce .woocommerce-cart-form table.shop_table .button, 
.woocommerce .woocommerce-cart-form table.shop_table input.button{
    width:288px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    background: #1e1e1e;
    padding: 24px;
    width: 100%;
    color: #fff;
    position: relative;
    max-width: 480px;
}
.woocommerce .cart-collaterals .shop_table .cart-subtotal, .woocommerce .cart-collaterals .shop_table .order-total{
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    font-family: var(--e-global-typography-primary-font-family);
}
.woocommerce .cart-collaterals .shop_table .order-total{
    border-top: 1px solid #C2C2C2;
}
.woocommerce .cart-collaterals .shop_table .order-total strong{
    font-weight: inherit;
}
.woocommerce .cart-collaterals .shop_table .order-total th,.woocommerce .cart-collaterals .shop_table .order-total td{
    padding-top: 20px;
}
.woocommerce .cart-collaterals .shop_table .shipping{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    font-family: var(--e-global-typography-primary-font-family);
    position: relative;
}
.woocommerce .cart-collaterals .shop_table .shipping ul#shipping_method .amount{
    font-weight: inherit;
}
.woocommerce .cart-collaterals .shop_table .shipping .woocommerce-shipping-destination{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #c2c2c2;
    position: absolute;
    left: 0;
}
.woocommerce .cart-collaterals .shop_table .shipping .woocommerce-shipping-destination strong{
    font-weight: inherit;
}
.woocommerce .cart-collaterals table.shop_table td,.woocommerce .cart-collaterals table.shop_table th{
    border: none;
    font-weight: inherit;
    padding-bottom: 20px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button{
    margin: 0;
    float: right;
    color: var(--e-global-color-accent);
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout{
    padding: 0;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button{
    width: 100%;
    height: 58px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--e-global-color-accent);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--e-global-typography-primary-font-family);
    text-transform: uppercase;
    border: 1px solid var(--e-global-color-accent);
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover{
    background: #fff;
    color: #B22B2F;
}
.woocommerce .woocommerce-info{
    border-top-color: var(--e-global-color-primary);
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
    background-color: var(--e-global-color-text);
    color: #fff;
    margin: 0 0 50px 0;
    padding: 24px;
    border: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: var(--e-global-typography-primary-font-family);
}
.woocommerce .woocommerce-info::before{
    content: "";
    display: none !important;
}
.woocommerce .woocommerce-info::before,.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-message::before{
    position: relative;
    display: inline;
    left: 0;
    top: 0;
    margin-right: 15px;
}
.woocommerce .woocommerce-info::before,.woocommerce .woocommerce-message::before{
    color: #53B224;
}
.woocommerce .woocommerce-info .button{display: none;}
.woocommerce .woocommerce-cart-form{margin-top: 50px;}
.woocommerce .cart-collaterals .shipping-calculator-form{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1;
    margin: 0;
}
.woocommerce .cart-collaterals .shipping-calculator-form h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    background: #F2EFE8;
    color: #1E1E1E;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 24px;
    border-radius: 5px 5px 0 0;
}
.woocommerce .cart-collaterals .shipping-calculator-form .shipping-calculator-form-cont{
    padding: 24px;
    border: 1px solid #c2c2c2;
}
.woocommerce form .form-row{
    padding: 0;
    margin:0 0 16px 0;
    font-size: 16px;
}
#add_payment_method .cart-collaterals .shipping-calculator-button::after, 
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{
    display: none;
}
.woocommerce .cart-collaterals .shipping-calculator-form .shipping-calculator-form-cont .select2-container .select2-selection--single,
.woocommerce-MyAccount-content .select2-container .select2-selection--single,
.woocommerce form .form-row input.input-text{
    border-color: #c2c2c2;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;

}
.woocommerce form .form-row .required{color: #B22B2F;}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
    display: none;
}
.woocommerce form .password-input:hover .show-password-input, .woocommerce-page form .password-input:hover .show-password-input{
    display: block;
}

.woocommerce form .form-row#billing_country_field .woocommerce-input-wrapper,
.woocommerce form .form-row#shipping_country_field .woocommerce-input-wrapper{
    border: 1px solid #c2c2c2;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    display: block;
    border-radius: 5px;
    padding: 0rem 1rem;
}
.woocommerce form .form-row#billing_country_field .woocommerce-input-wrapper strong,
.woocommerce form .form-row#shipping_country_field .woocommerce-input-wrapper strong{
    font-weight: inherit;
}
.woocommerce form .form-row.notes textarea{
    border-color: #c2c2c2;
}
.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 42px;
}
.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}
.woocommerce-cart .breadcrumb_section,.woocommerce-checkout .breadcrumb_section, .woocommerce-account .breadcrumb_section,.woocommerce-order-pay .tw_checkout_breadcrump{
    display: none;
}
.woocommerce form .form-row.woocommerce-invalid label{
    color: #1e1e1e;
}
.variations ul.acovsw-attribute-style{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}
.variations ul.acovsw-attribute-style li{
    margin: 0 !important;
    width: 89px;
    height: 80px;
    position: relative;
}
.variations ul.acovsw-attribute-style li .acovsw-variation{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none !important;
}
.variations ul.acovsw-attribute-style li .acovsw-variation img {
    position: relative;
    transform: inherit;
    top: auto;
    width: 48px;
    height: auto;
}
.variations ul.acovsw-attribute-style li.acovsw-selected img{
    border: 4px solid #FFFFFF;
    filter: drop-shadow(0px 4px 6px rgba(30, 30, 30, 0.15));
    border-radius: 100px;
}
.variations ul.acovsw-attribute-style li .acovswToolTip{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1E1E1E;
    padding-top: 8px;
    visibility: visible;
    opacity: 1;
    position: relative;
    left: 0;
    transform: inherit;
    top: auto;
    z-index: inherit;
    background: none;
    border: none;
    bottom: auto;
}
.testimonial-section.elementor-widget-testimonial-carousel .elementor-testimonial__image img{
    width: 320px;
    height: auto;
}
.testimonial-section.elementor-testimonial--layout-image_left .elementor-testimonial{
    align-items: center;
}
.testimonial-section.elementor-testimonial--layout-image_left .elementor-testimonial .elementor-testimonial__content::before{
    content: '';
    background-image: url(./assets/images/star_border_purple500.svg);
    background-repeat: space;
    background-size: 24px auto;
    margin-bottom: 24px;
    display: block;
    width: 120px;
    height: 24px;
}
/*Login Page Css*/
.login-container{
    background: #fff;
    float: left;
    padding: 40px 10px 20px 40px;
    width: 100%;
}
.login-container .br_img_cont{
    float: left;
    width: 55%;
    padding-right: 40px;
    display: none;
}
.login-container .u-columns{
    width: 100%;
    float: left;
}
.login-container .u-columns > ul {
    list-style: none;
    padding: 0;
    margin: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    box-shadow: 0px 3px 0px -1px #C2C2C2;
}
.login-container .u-columns > ul li{
    padding-bottom: 4px;
}
.login-container .u-columns > ul li.active{
    box-shadow: 0px 3px 0px -1px #B22B2F;
}
.login-container .u-columns > ul li a{
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;    
    color: #4E4E4E;
}
.login-container .u-columns > ul li.active a{
    color: #1E1E1E;
}
.woocommerce .login-container form.checkout_coupon, .woocommerce .login-container form.login, .woocommerce .login-container form.register{
    margin: 0;
    border: none;
}
.register-image{
    display: none;
}
.login-container form.login .woocommerce-form-login__rememberme{display: none;}
.woocommerce .login-container .woocommerce-button,.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    height: 58px;
    width: 179px;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    background: #B22B2F;
    color: #fff;
    border: 1px solid #B22B2F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.woocommerce .login-container .woocommerce-button:hover,.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
    color: #B22B2F;
    background: #fff;
}
.woocommerce-account.logged-in .login-image,.woocommerce-account.logged-in .register-image{
    display: none;
}
.woocommerce .login-container form .form-row{
    margin-bottom: 24px;
}
.woocommerce .login-container form .form-row:last-of-type{
    margin-bottom: 0;
}
.woocommerce .login-container form.login .login_title_section, 
.woocommerce .login-container form.register .register_title_section,
.woocommerce .login-container form .common_title_section{
    margin:20px 0 40px 0;
}
.woocommerce .login-container form .form-row label{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--e-global-typography-primary-font-family);
    margin-bottom: 6px;
}
.woocommerce .login-container form.login .login_title_section h3, 
.woocommerce .login-container form.register .register_title_section h3,
.woocommerce .login-container form .common_title_section h3{
    
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 50.4px;
    color: #1E1E1E;
    margin: 0;
}
.woocommerce .login-container form.login .login_title_section p, 
.woocommerce .login-container form.register .register_title_section p,
.woocommerce .login-container form .common_title_section p{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1E1E1E;
    margin: 0;
}
.woocommerce .login-container form.login .login_title_section p a, 
.woocommerce .login-container form.register .register_title_section p a,
.woocommerce .login-container form .common_title_section p a{
    color: #B22B2F;
    font-weight: 500;
}
.woocommerce .login-container form.login .forgotpwdwithpassword{
    position: relative;
}
.woocommerce .login-container form.login .forgotpwdwithpassword .lost_password{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.woocommerce .login-container form.login .forgotpwdwithpassword .lost_password a{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4E4E4E;
}
.woocommerce .login-container .woocommerce-privacy-policy-text,.woocommerce .login-container form .form-row .woocommerce-password-hint{
    display: none;
}
.register-image{
    max-width: 615px;
}
.woocommerce .login-container form .form-row .woocommerce-password-strength{
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 5px;
}
.woocommerce .login-container form .form-row .woocommerce-password-strength.strong{
    background-color: #53B224;
    color: #fff;
    border-color: #53B224;
}
.woocommerce .login-container form .form-row .woocommerce-password-strength.short,.woocommerce .login-container form .form-row .woocommerce-password-strength.bad{
    background-color: #BF262E;
    color: #fff;
    border-color: #BF262E;
}
.woocommerce .login-container form .form-row .woocommerce-password-strength.good{
    background-color: #E5A422;
    color: #fff;
    border-color: #E5A422;
}
/*Account Page CSS*/
.logged-in .login-register-section{display: none;}
.logged-in .dashboard-section{display: block;}
body:not(.logged-in) .login-register-section{display: block;}
body:not(.logged-in) .dashboard-section{display: none;}
.woocommerce .dashboard-container{
    display: flex;
    width: 100%;
    gap: 40px;
}
.woocommerce .dashboard-container .account-info-nav{
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 24px;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 367px;
}
.woocommerce .dashboard-container .account-info-nav .avatar-name{
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    border-radius: 50%;
    background: #F5F5F5;
    margin-bottom: 24px;
}
.woocommerce .dashboard-container .account-info-nav h5{
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    color: #1E1E1E;
    margin: 0 0 8px 0;
}
.woocommerce .dashboard-container .account-info-nav small{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1E1E1E;
}
.woocommerce .dashboard-container .account-info-nav .woocommerce-MyAccount-navigation{
    width: 100%;
    padding-top: 40px;
}
.woocommerce .dashboard-container .account-info-nav .woocommerce-MyAccount-navigation ul{
    list-style:none;
    padding: 0;
    margin: 0;
}
.woocommerce .dashboard-container .account-info-nav .woocommerce-MyAccount-navigation ul li{
    padding: 16px 0;
    border-bottom: 1px solid #d9d9d9;
}
.woocommerce .dashboard-container .account-info-nav .woocommerce-MyAccount-navigation ul li:last-of-type{
    border-bottom: none;
}
.woocommerce .dashboard-container .account-info-nav .woocommerce-MyAccount-navigation ul li a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #4E4E4E;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce .dashboard-container .account-info-nav .woocommerce-MyAccount-navigation ul li a.logout{
    color: #B22B2F;
}
.woocommerce .dashboard-container .account-info-nav .woocommerce-MyAccount-navigation ul li.is-active a{
    color: #1E1E1E;
    font-weight: 500;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content{
    background: #fff;
    padding: 24px;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 100%;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content h2.heading-title{
    font-family: var(--e-global-typography-primary-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #1E1E1E;
    margin: 0 0 40px 0;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content a{
    color: #B22B2F;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content .form-row label{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content .form-row span{
    color: #4E4E4E;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content .form-row span.woocommerce-input-wrapper strong{
    border: 1px solid #c2c2c2;
    height: 42px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    float: left;
    width: 100%;
    border-radius: 5px;
    color: #1e1e1e;
    padding: 0.5rem 1rem;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content fieldset{
    margin-top: 16px;
    float: left;
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    padding: 24px;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content fieldset h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding-bottom: 24px;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content .addresses{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content .addresses::after, 
.woocommerce .dashboard-container .woocommerce-MyAccount-content .addresses::before{
    display: none;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content .addresses .woocommerce-Address{
    border: 1px solid #C2C2C2;
    padding: 24px;
    border-radius: 5px;
    width: 50%;
    float: none;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content .addresses .woocommerce-Address header.title h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    padding: 0 0 16px 0;
    margin: 0;
    text-transform: capitalize;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content .addresses .woocommerce-Address address{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    margin: 0;
    padding: 0 0 16px 0;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content .addresses .woocommerce-Address a.edit{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4E4E4E;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content .addresses .woocommerce-Address a.edit i{
    font-size: 12px;
    line-height: 24px;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content button.button,.woocommerce .dashboard-container .woocommerce-MyAccount-content input.button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 45px;
    background: #B22B2F;
    border-radius: 5px;
    border: 1px solid #B22B2F;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.woocommerce .dashboard-container .woocommerce-MyAccount-content button.button:hover,.woocommerce .dashboard-container .woocommerce-MyAccount-content input.button:hover{
    background: #fff;
    color: #B22B2F;
}
/*Checkout*/
.woocommerce-checkout #page{
    background: linear-gradient(to left, #F5F5F5 50%, #FFFFFF 50%);
}
.tw_checkout_breadcrump, .tw_checkout_breadcrump a, .tw_checkout_breadcrump p{
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #4E4E4E;
    margin: 0;
    letter-spacing: 0.08em;
}
.tw_checkout_breadcrump a:hover{
    color: #4E4E4E;
}
.checkout-container{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.checkout-container .checkout-container_left-section{
    flex-basis: 50%;
    padding-right: 80px;
}
.checkout-container .checkout-container_right-section{
    flex-basis: 50%;
    padding-left: 80px;
    background: #F5F5F5;
    margin-top: -21px;
}
.checkout-container .checkout-container_left-section .woocommerce-info{
    display: none;
}

.checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .checkout-container__product-thumbnail img{
    width: 80px;
}
.checkout-container .checkout-container_left-section .tw_checkout_title{
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    margin: 0;
    padding: 40px 0 16px 0;
}
.checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .product-name p{
    font-size: 18px;
    font-weight: 500;
    color: #1e1e1e;
    margin: 0 0 0 16px;
}
.checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table{
    width: 100%;
    float: left;
    padding-bottom: 24px;
}
.checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item{
    display: flex;
    align-items: center;
    padding-bottom: 23px;
}
.checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table hr{
    margin-bottom: 80px;
    border: none;
    border-bottom: 1px solid #c2c2c2;
}
.checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-totals{
    display: flex;
    flex-direction: column;
}
.checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-totals .flextotal{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-totals .flextotal p,
.checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-totals .woocommerce-shipping-totals th{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1E1E1E;
    margin: 0 0 20px 0;
}
.checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-totals ul#shipping_method .amount{
    font-weight: 400;
}
.checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-totals .order-total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid #c2c2c2;
    margin-top: 20px;
}
.checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-totals .order-total p{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #1E1E1E;
}
.checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-totals .order-total p strong{
    font-size: 22px;
    font-weight: 600;
}
.checkout-container .checkout-container_right-section .acceptpayment{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.checkout-container .checkout-container_right-section .acceptpayment h5{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #1E1E1E;
    margin: 0;
    padding: 36px 0 27px 0;
}
.checkout-container .checkout-container_right-section .acceptpayment .payment_method_authorize_net_aim{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.checkout-container .checkout-container_right-section .acceptpayment .payment_method_authorize_net_aim img{
    width: 45px;
    height: auto;
    border: 0.56px solid #D9D9D9;
    border-radius: 5px;
}
.elementor-13739 .elementor-element.elementor-element-9f7cbe5{
    width:40% !important; /*Checkout header fix*/ 
}
.checkout-container .select2-container .select2-selection--single{
    border-color: #c2c2c2;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;

}
.checkout-container .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 42px;
}
.checkout-container .select2-container--default .select2-selection--single .select2-selection__arrow{height: 42px;}
form.checkout.woocommerce-checkout .woocommerce-error,.woocommerce #order_review .woocommerce-error{
    width: calc(50% - 80px);
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background: none;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
    padding: 0;
    border: none;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    padding: 0;
    background: #fff;
    margin: 0;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
    display: none;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box > p{
    display: none;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box #wc-authorize-net-aim-credit-card-form{
    padding: 0;
    border: none;
}
.woocommerce-checkout #payment div.payment_box #wc-authorize-net-aim-credit-card-form input{
    font-size: 16px;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row{
    padding: 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    float: left;
    max-width: 288px;
    width: 100%;
    margin-bottom: 20px;
}


/*Button Large*/
@media (min-width: 1440px) {
.elementor-button.elementor-size-lg {
	padding: 18px 40px;
}


.elementor-button.elementor-size-md {
	padding: 18px 40px;
}


.eael_infobox_button {
    position :absolute !important;
    top:20% !important;
    right:0;
}
}



.infobox-content {
    margin-right:40px;
}
.woocommerce-checkout #payment a {
    color: var(--e-global-color-accent);
}
/*Checkbox*/
/* The container */
.tw_check_container {
    display: block !important;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 20px !important;
}

/* Hide the browser's default checkbox */
.tw_check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #B22B2f;
}

/* When the checkbox is checked, add a blue background */
.tw_check_container input:checked ~ .checkmark {
    background-color: #B22B2f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.tw_check_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.tw_check_container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Orders*/
.woocommerce table.my_account_orders{
    width: 100%;
    table-layout: fixed;
}
.woocommerce table.my_account_orders th, .woocommerce table.order_details thead th{
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 24px;
}
.woocommerce table.my_account_orders td{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    margin: 0;
    padding: 0 0 16px 0;
    text-align: left !important;
    background: none !important;
}
.woocommerce table.my_account_orders td a.button{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    background: #B22B2F;
    margin-bottom: 10px;
    text-align: center;
    padding: 5px 10px;
    width: 100%;
}
.woocommerce #order_review{
    padding-top: 50px;
    padding-bottom: 50px;
}
.woocommerce #order_review .tw_checkout_title{
    padding-top: 0px;
}
.woocommerce table.order_details .order_item{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.woocommerce table.order_details tfoot td,.woocommerce table.order_details tfoot th{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.woocommerce-message {
    border-top-color: #B22B2F !important;
}

.woocommerce-message::before {
    content: "\e015";
    color: #B22B2F !important;
}

/*Responsive*/
@media only screen and (max-width: 1024px) {
    .woocommerce-load-area{width: 100% !important;}
    .register-image,.login-image{display: none !important;}
    .login-container{padding: 40px;}
    .our-awards-section h1{
        font-size: 40px;
        line-height: 52px;
    }
    .woocommerce div.product div.images .flex-direction-nav{bottom: -30px;}
    .woocommerce div.product p.price, .woocommerce div.product span.price{
        font-size: 24px;
    }
    .checkout-container .checkout-container_left-section{
        padding-right: 30px;
    }
    .checkout-container .checkout-container_right-section{
        padding-left: 30px;
    }
    .checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .product-name p{
        font-size: 16px;
    }
    .checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table hr{
        margin-bottom: 30px;
    }
    .checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-totals .flextotal p, 
    .checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-totals .woocommerce-shipping-totals th,
    .checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-totals .woocommerce-shipping-totals td{
        margin-bottom: 8px;
        font-size: 14px;
    }
    .checkout-container .checkout-container_right-section .woocommerce-checkout-review-order .woocommerce-checkout-review-order-totals .order-total p strong{
        font-size: 16px;
    }
    .woocommerce table.my_account_orders td{font-size: 14px;}
    .woocommerce table.my_account_orders td a.button{
        font-size: 14px;
        font-weight: 400;
    }
    .woocommerce .dashboard-container .woocommerce-MyAccount-content .addresses{
        flex-direction: column;
    }
    .woocommerce .dashboard-container .woocommerce-MyAccount-content .addresses .woocommerce-Address{width: 100%;}
}
@media only screen and (min-width: 768px) {
    #filter-container{display: block !important;}
}
@media only screen and (max-width: 768px) {
    .woocommerce-checkout #page{
        background: #fff;
    }
    .checkout-container{
        flex-direction: column;
    }
    .checkout-container .checkout-container_left-section,.checkout-container .checkout-container_right-section{
        width: 100%;
        padding: 0px;
    }
    .checkout-container .checkout-container_right-section{
        padding: 20px;
    }
    .checkout-logo{
        width: 110px !important;
        height: 86px;
        margin-right: 0;
    }
    .login-container{padding: 20px;}
    .woocommerce .dashboard-container{
        flex-direction: column;
    }
    .woocommerce .dashboard-container .account-info-nav{width: 100%;}
    #filter-container{display: none;}
    .filter-reset p{
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    .he_product_categories_title, .he_product_categories ul.wc-block-product-categories-list--depth-0 > li > a{font-size: 16px;line-height: 24px;padding-bottom: 16px;}
    .he_product_categories ul li{padding-bottom: 16px;}
    .informative-badge h5{font-size: 18px;line-height: 27px;font-weight: 500;}
    .informative-badge p{font-size: 14px;line-height: 22px;}
    .informative-badge pre{
        font-size: 12px;
        line-height: 15px;
    }
    .woocommerce-result-count,
    .woocommerce .woocommerce-ordering{display: none;}
    ul.products li.product .tp-image-wrapper{
        margin: -10px -10px 10px -10px;
    }
    .variations ul.acovsw-attribute-style{
        gap: 20px;
    }
    .testimonial-section.elementor-testimonial--layout-image_left .elementor-testimonial{
        flex-direction: column-reverse;
    }
    .testimonial-section.elementor-widget-testimonial-carousel .swiper-slide{padding: 0;}
    .testimonial-section.elementor-testimonial--layout-image_left .elementor-testimonial__footer{padding: 0;}
    .testimonial-section.elementor-widget-testimonial-carousel .elementor-main-swiper{
        width: 100% !important;
        text-align: center;
    }
    .testimonial-section.elementor-widget-testimonial-carousel .elementor-testimonial__image img{width: 100%;height: auto;}
    .testimonial-section.elementor-widget-testimonial-carousel .elementor-main-swiper .elementor-swiper-button{
        position: relative;
        transform: inherit;
        top: 0;
        font-size: 16px;
    }
    .testimonial-section.elementor-widget-testimonial-carousel .elementor-main-swiper .elementor-swiper-button-next{
        right: -10px;
    }
    .testimonial-section.elementor-widget-testimonial-carousel .elementor-main-swiper .elementor-swiper-button-prev{
        left: -10px;
    }
    /**/
    .woocommerce .woocommerce-cart-form table.shop_table td{
        padding: 10px 0;
        text-align: center !important;
        background-color: transparent !important;
        font-weight: 600;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
        content: "";
        display: none;
    }
    .woocommerce-page table.cart .product-thumbnail{
        display: block;
    }
    .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
        margin: 0 0 20px 0;
    }
    .woocommerce .woocommerce-cart-form table.shop_table .product-name a{
        font-size: 14px;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
        width: 100%;
        max-width: 100%;
    }
    .woocommerce form[action="/cart/?add-free-gift=go"] table.shop_table tr{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }
    .woocommerce .cart-collaterals .shop_table .cart-subtotal, .woocommerce .cart-collaterals .shop_table .order-total{
        font-size: 16px;
    }
    .woocommerce .cart-collaterals .shop_table .shipping,.woocommerce .cart-collaterals .shop_table .shipping .woocommerce-shipping-destination{
        font-size: 14px;
    }
    .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
        font-size: 14px;
    }
    ul.tw_custom_minicart li{
        padding: 24px 0px 24px 0;
        flex-direction: column;
    }
    ul.tw_custom_minicart li .tw_thumbnail{display: none;}
    ul.tw_custom_minicart li .tw_product-info{width: 100%;}
    ul.tw_custom_minicart li .tw_product-name, ul.tw_custom_minicart li .tw_product-price .amount{font-size: 14px;}
    .tw_total-cart-checkout .cart-shippingtotal, .tw_total-cart-checkout .order-total{padding: 10px 0;}
    .tw_total-cart-checkout .order-total{font-size: 14px;}
    .tw_total-cart-checkout .woocommerce-mini-cart__buttons a.tw_checkout{font-size: 14px;}
    .checkout-container .checkout-container_right-section .acceptpayment h5{
        padding: 0px 0 27px 0;
    }
    .tw_related-products {
        background-image: none !important;
    }
    .woocommerce table.my_account_orders.shop_table_responsive tr td {
        text-align: left !important;
    }
    form.checkout.woocommerce-checkout .woocommerce-error,.woocommerce #order_review .woocommerce-error{
        width: 100%;
    }
}