.header-list-categories .categories-item {
    min-height: 114px;
}
@media (min-width: 768px) {
    .logo-header img {
        width: 150px;
    }
}
.logo-header{
        padding: 10px 0;
}
.bg_dark {
    background-color: #24a256 !important;
}
.header-list-categories .categories-item.active a {
    background-color: #e4f4ea;
}
.btn-fill{
    background-color: #23a355;
    border: 1px solid #23a355;
}
.footer-logo img{
    width: 180px;
}
.btn-light-icon {
    background-color: #24a256;
    color: #fff;
}
.widget-tab-3 .nav-tab-item a:hover, .widget-tab-3 .nav-tab-item a.active{
    border-bottom-color: #ee5f35;
    color: #ee5f35;
}
.list-product-btn .box-icon:hover {
    background-color: #23a356 !important;
}
.list-product-btn.style-black .box-icon {
    background-color: #24a257 !important;
}
.card-product .card-product-wrapper .on-sale-wrap .new, .card-product .card-product-wrapper .on-sale-wrap .recommend, .card-product .card-product-wrapper .on-sale-wrap .best-seller {
    background-color: #f05d3b;
}
.card-product .card-product-info .price{
    color: #23a356;
}
.header-list-categories .categories-item:hover a{
    background-color: #e4f4ea;
}
header.header-default{
    border-bottom: 1px solid var(--line);
}
.box-nav-ul .menu-item {
    padding: 40px 0px;
}
.menu-col-count-3{
    margin-bottom: 15px;
}
.menu-col-count-3 .menu-list{
    column-count: 3;
    padding-top: 1px;
}
.menu-col-count-2 .menu-list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 20px;
    padding-top: 1px;
}
.mega-menu-item{
    margin-bottom: 30px;
}
.box-nav-ul .menu-list li:not(:last-child) {
    margin-bottom: 8px;
}
.box-nav-ul .menu-heading {
   margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
    color: #ee5f35;
}
.p-sticky{
    position: sticky;
    top: 0;
}
.menu-link-text.link .icon{
    font-size: 10px;
    margin-right: 4px;
}
.box-nav-ul .menu-heading:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #ee5f35;
    position: absolute;
    bottom: 0;
}
.mega-menu-item .menu-list .menu-link-text{
    display: flex;
    align-items: baseline;
}
.card-product:has(.swatch-value.bg_light-blue:hover) .card-product-wrapper img {
  filter: hue-rotate(234deg);
}
.card-product:has(.swatch-value.bg_blue-3:hover) .card-product-wrapper img {
    filter: hue-rotate(275deg);
}
.card-product .card-product-info{
    padding-top: 15px;
    gap: 10px;
    text-align: center;
}
.card-product .card-product-wrapper{
    background: #f8f8f8;
}
.icon-arrow-down {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 8px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.widget-facet .cate-item a{
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 10px;
}
.widget-facet .facet-title {
    padding-right: 5px;
}
.widget-facet .cate-item.current a{
    color: var(--main);
}
.widget-facet.wd-categories ul{
    margin-left: 15px;
}
.tf-product-media-main .item img {
    object-fit: contain;
}
.tf-product-delivery {
    height: 100%;
}
.tf-img-with-text.style-4 .text p{
    margin-bottom: 15px;
}
.tf-page-title .container-full{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce .woocommerce-ordering select{
    padding: 10px 18px;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 3em;
}
.woocommerce ul.products li.product a img {
    background: #f8f8f8;
    border-radius: 10px;
    margin: 0 0 .5em;
}
.products .yith-wcwl-add-button{
    border-radius: 50%;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
}
.products .yith-wcwl-add-button a{
    display: flex;
    color: #23a356;
    align-items: center;
    justify-content: center;
}
.products .yith-wcwl-add-to-wishlist{
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
}
.products .add-to-wishlist-before_image:hover .yith-wcwl-add-to-wishlist{
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}
/* Loader styles */
.wishlist-loading {
  position: relative;
}

.wishlist-loading:after {
  content: '';
  position: absolute;
  top: unset;
  left: unset;
  width: 25px;
  height: 25px;
  border: 3px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Hide wishlist icon while loading */
.wishlist-loading .yith-wcwl-icon {
  visibility: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    line-height: 1.2;
}
.woocommerce ul.products li.product .onsale{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.236em;
    height: 3.236em;
    margin: 10px;
    background-color: #f15d3a;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 1.2em;
    font-weight: 500;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #ec6034;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    text-align: center;
}
.woocommerce ul.products li.product .button{
    background: #ef5f33;
    color: #fff;
}
.woocommerce ul.products li.product .button:hover{
    background: #23a356;
}
.woocommerce ul.products li.product .button {
    margin-top: .5em;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: pointer;
    pointer-events: unset;
}
.woocommerce div.product h1.product_title{
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #ee5f35;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}
.woocommerce div.product p.stock {
    margin: 10px 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #23a356;
    margin: 10px 0;
}
.woocommerce div.product form.cart .button {
    width: calc(100% - 70px - 4px);
    padding: 12px;
    background-color: #23a356;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.add_to_wishlist{
    border-radius: 50px;
    padding: .4em !important;
    background-color: #ffede9;
    color: #ef5f33;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yith-wcwl-add-button>a i{
    margin: 0;
    font-size: 20px;
}
.woocommerce .quantity .qty {
    width: 70px;
    padding: 7px;
}
.tf-main-product .yith-wcwl-add-to-wishlist{
    display: inline-block;
    margin-bottom: 15px;
}
.tf-main-product .yith-wcwl-add-to-wishlist .wishlist-loading:after {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}
.tf-main-product .product_meta{
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
}
.product_meta>*>* {
    margin-left: 5px;
    color: #222;
    font-weight: 500;
}
.product_meta>*{
    width: 100%;
    display: inline-block;
    line-height: 2;
    padding-left: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    display: flex;
    gap: 10px 50px;
    margin: 0 38px;
    border-bottom: 1px solid #ebebeb;
    overflow-x: auto;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    padding: 15px 0;
    min-width: max-content;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    background: none;
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
    position: absolute;
    content: "";
    background-color: var(--main);
    width: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    border-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
    color: var(--main);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--main);
}
.woocommerce div.product .woocommerce-tabs .panel h2{
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel{
    margin: 0;
    padding: 35px 35px 10px 35px;
}
.woocommerce-Tabs-panel h2{
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
}
.woocommerce-Tabs-panel p{
    margin-bottom: 15px;
}
.woocommerce-Tabs-panel ul li, .woocommerce-product-details__short-description ul li, .card-product.style-price .tf-price-table-contents ul li{
    list-style: none;
    line-height: 25px;
    position: relative;
    padding-left: 20px;
}
.woocommerce-Tabs-panel ul li:after, .woocommerce-product-details__short-description ul li:after, .card-product.style-price .tf-price-table-contents ul li:after{
    position: absolute;
    content: "";
    left: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--main);
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.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: #23a355;
    color: #fff;
}
.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: #f05e34;
    color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .yith-wcwl-add-button a.button.alt.delete_item{
    background-color: #f15d3a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .yith-wcwl-add-button a.button.alt.delete_item i{
    font-size: 15px;
}
.woocommerce-tabs.wc-tabs-wrapper{
    border: 1px solid var(--line);
}
.related.products{
    padding-top: 60px;
}
.related.products h2{
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.woocommerce a.added_to_cart {
    margin-left: 10px;
    font-weight: 600;
    color: #23a355;
}
.page-content, .entry-content, .entry-summary, .post, .page{
    margin: 0;
}
.wp-block-woocommerce-cart .is-large.wc-block-cart {
    margin-bottom: 0;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
    font-size: 1.5em;
    font-weight: 500;
    color: #24a257;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    line-height: 1.2;
    font-size: 16px;
}
.is-large.wc-block-cart .wc-block-cart-items th, .is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
    font-size: 16px;
}
.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    font-size: 14px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    background: #20a457;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-weight: 500;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    background: #ee5f35;
}
.entry-content .wp-block-woocommerce-checkout {
    padding-top: 0;
}
.wc-block-components-title.wc-block-components-title{
    line-height: 1.4;
}
.entry-content .wc-block-checkout__shipping-fields .wc-block-components-checkout-step__description, .entry-content .wc-block-checkout__billing-fields .wc-block-components-checkout-step__description{
    margin: 0;
}
.wc-block-components-main .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    margin-bottom: 20px;
}
.wc-block-components-form .wc-block-checkout__terms.wc-block-checkout__terms--with-separator{
    padding-top: 20px;
    margin: 0 0 20px;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
    margin-bottom: 30px;
    font-size: 22px;
}
.woocommerce-order-details .woocommerce-order-details__title, .woocommerce .woocommerce-customer-details .woocommerce-column__title{
    font-size: 32px;
    line-height: 1.4;
    margin: 30px 0 10px 0;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before{
    height: 3em;
    margin: 0 auto .5em;
    mask-size: 3em;
    width: 3em;
    color: #24a256;
}
.d-sm-none{
    display: none;
}
.bapf_head{
    background: #23a356;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.bapf_head h3{
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
}
.bapf_sfilter .bapf_colaps_smb{
    position: absolute;
    right: 0;
    line-height: inherit;
    font-size: 14px;
    cursor: pointer;
}
.bapf_sfilter ul li {
    margin-bottom: 5px !important;
    margin: 0 0 5px;
    padding: 5px 0 10px 0 !important;
    position: relative;
}
.bapf_sfilter ul li:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
    margin-right: 10px;
    cursor: pointer;
    border: 2px solid #23a356;
    margin-right: 5px;
    position: relative;
}
.bapf_sfilter label{
    font-weight: 500;
}
.bapf_sfilter .bapf_cchild, .bapf_sfilter .bapf_ochild{
    cursor: pointer;
    padding: 0 5px;
    position: absolute;
    right: 3px;
    top: 10px;
    font-size: 14px;
}
.irs--sharp .irs-bar, .irs--sharp .irs-handle, .irs--sharp .irs-from, .irs--sharp .irs-single, .irs--sharp .irs-to {
    background-color: #23a356;
}
.irs--sharp .irs-handle>i:first-child, .irs--sharp .irs-from:before, .irs--sharp .irs-single:before, .irs--sharp .irs-to:before{
    border-top-color: #23a356;
}
.announcement-bar-item {
    padding-right: 55px;
    padding-left: 35px;
}
.announcement-bar-item *, .announcement-bar-item{
    color: #fff;
}
.announcement-bar-item {
    padding: 10px 55px 10px 35px;
    white-space: nowrap;
}
.announcement-bar-item:last-child::after{
    content: none;
}
.tf-categories-wrap .tf-categories-container{
    width: 100%;
    justify-content: space-between;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}
.price ins{
    text-decoration: none;
}
.price{
    color: #ef5f33;
}
.canvas-search .tf-loop-item{
    align-items: center;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 10px;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    width: 100%;
}
/* Show the dropdown on hover */
.nav-account:hover .dropdown-menu {
    display: block;
}

/* Prevent extra width by ensuring dropdown is absolutely positioned */
.nav-account .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0;
    min-width: 200px; /* Adjust as needed */
    z-index: 1000; /* Make sure it's on top */
    border: none;
    box-shadow: 0 0px 5px 0px rgb(229 229 229);
}
.dropdown-item{
    font-size: 14px;
}
.dropdown-item i{
    width: 20px;
    text-align: center;
    margin-right: 5px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f5f5f5;
}
.woocommerce h2{
    font-size: 36px;
    line-height: 1.4;
    font-weight: 500;
}
.woocommerce-form-row  .woocommerce-Button.woocommerce-form-register__submit{
    margin-top: 15px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    margin: 1em 0;
}
/*Woocommerce*/
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    width: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    box-shadow: 0 0px 10px 4px rgb(34 34 34 / 5%);
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
    width: 100%;
    padding: 15px;
    color: #23a356;
    font-weight: 500;
}
.dashboard-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mr-5{
    margin-right: 5px;
}
.dashboard-bottom{
    margin-top: 80px;
    text-align: center;
    box-shadow: 0 0px 10px 4px rgb(34 34 34 / 5%);
    padding: 30px 15px;
}
.dashboard-bottom h3{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 500;
}
.dashboard-buttons a{
    margin: 0 10px !important;
}
.woocommerce-address-fields .woocommerce-input-wrapper{
    display: block;
}
.woocommerce-address-fields .woocommerce-input-wrapper select{
    background: #f6f6f6;
    padding: 10px;
    border: 1px solid #dedede;
}
.woocommerce-EditAccountForm fieldset{
    margin-bottom: 15px;
    margin-top: 15px;
}
.dashboard-top h4{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt{
    background-color: #23a356;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover{
    background-color: #ee5f35;
}
.woocommerce table.my_account_orders {
    font-size: 1em;
}
.woocommerce-Address-title.title{
    background-color: unset;
    box-shadow: none;
    margin: 20px 0 5px;
    z-index: 1;
}
.woocommerce-Address-title.title h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}
.woocommerce-account .addresses .title .edit {
    background: #24a256;
    color: #fff;
    float: right;   
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 5px;
}
.woocommerce form .form-row .select2-container{
    z-index: 1;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.woocommerce table.shop_table{
    font-size: 100%;
}
.wishlist_table tr td, .wishlist_table tr th.product-checkbox, .wishlist_table tr th.wishlist-delete{
    text-align: left;
}
.woocommerce table.shop_table td {
    color: #23a356;
    font-weight: 500;
}
.woocommerce table.shop_table td.product-name a{
    color: #23a356;
    font-weight: 600;
}
.wishlist_table .product-add-to-cart a{
    background: #23a356;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 auto !important;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
    float: none;
}
.yith-wcwl-share h4.yith-wcwl-share-title{
    font-size: 24px;
    line-height: 1.4;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 0;
    margin-bottom: 20px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 13px;
    top: 11px;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding-left: 43px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-preloader {
    margin-right: 0;
}
.woocommerce .flat-tab-store ul.products.columns-3 li.product{
    width: 22.05%;
}
.card-product.style-price .tf-price-table-contents ul li{
    font-size: 16px;
    font-weight: 500;
}
.card-product.style-price .card-product-info{
    text-align: left;
}
.card-product.style-price.bg_black .vendor > *{
    color: #fff;
}
.br-0{
    border-radius: 0 !important;
}
.woocommerce-product-details__short-description{
    margin-bottom: 20px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover{
    background-color: #ee5f35;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    display: block;
}
.woocommerce div.product form.cart .variations th {
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td{
    margin-bottom: 15px;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_1.thwvsf-selected, .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_1.thwvsf-selected:hover, .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_1:hover {
    -webkit-box-shadow: 0 0 0 2px #827d7d !important;
    box-shadow: 0 0 0 2px #23a356 !important;
    background-color: #eefff5 !important;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li.attr_swatch_design_1 {
    width: auto;
    height: 30px;
    color: #23a356 !important;
    font-weight: 500;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 10px;
    border: 1px solid #23a356;
    box-shadow: 0 0 0 1px #23a356;
}
.wc-block-components-product-metadata__description{
    display: none;
}
.page-404-wrap .image{
    max-width: 250px;
    margin: 0 auto 20px;
}
.entry-content p, .entry-content li, .flat-accordion .toggle-content li, .flat-accordion .toggle-content p{
    font-weight: 500 !important;
    margin-bottom: 5px;
}
.entry-content li, .flat-accordion .toggle-content li{
    margin-left: 15px;
    list-style: disc;
}
.entry-content h6{
    margin-bottom: 5px;
}
.tf-accordion-link-list.sticky-top{
    top: 120px;
}
.scroll-page {
    height: 100px;
    margin-top: -100px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #23a356;
    font-weight: 500;
}
.tf-marquee{
    margin-bottom: 0;
}
.tf-btn{
    /*padding: 10px 0;*/
}
/*Responsive*/
@media only screen and (max-width: 767px) {
    .slider-radius .wrap-slider {
        height: auto;
    }
    .slider-radius .tf-sw-slideshow .subheading {
        font-size: 14px;
        margin-bottom: 0;
    }
    .slider-radius .tf-sw-slideshow .heading{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .tf-btn.btn-xl {
        font-size: 14px;
        line-height: 30px;
    }
    .collection-item-v4 .collection-content .heading {
        font-size: 14px;
    }
    .tf-banner-collection img {
        min-height: auto;
    }
    .card-product.style-price .card-product-info .title {
        font-size: 24px;
    }
    .card-product.style-price .tf-price-table-contents ul li {
        font-size: 16px !important;
    }
    .card-product.style-price .tf-price-table-contents ul {
        padding-top: 0;
        gap: 8px;
    }
    .card-product.style-price.bg_black .tf-price-table-contents ul li:after{
        background-color: #ffffff;
    }
    .tf-page-title {
        padding: 30px 0;
    }
    .tf-product-media-thumbs .swiper-slide .item {
        height: auto;
        padding: 5px;
    }
    .thumbs-slider .tf-product-media-thumbs .swiper-slide {
        height: max-content;
    }
    .woocommerce div.product h1.product_title {
        margin-top: 10px;
        font-size: 34px;
    }
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{
        font-weight: 600;
    }
    .woocommerce div.product form.cart .variations label {
        font-size: 16px;
    }
    .woocommerce div.product .woocommerce-tabs .panel h2 {
        font-size: 24px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        gap: 10px 30px;
        margin: 0 20px;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 20px;
    }
    .woocommerce table.shop_attributes{
        margin-bottom: 0;
    }
    .related.products h2 {
        font-size: 34px;
    }
    .woocommerce ul.order_details li{
        margin-bottom: 15px;
    }
    .woocommerce-order-details .woocommerce-order-details__title, .woocommerce .woocommerce-customer-details .woocommerce-column__title{
        font-size: 24px;
    }
    .wishlist_table.mobile li{
        list-style: none;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .wishlist_table.mobile li .item-wrapper {
        margin-bottom: 0;
        width: 100%;
    }
    .wishlist_table.mobile li .item-wrapper .product-thumbnail {
        display: block;
        max-width: 120px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .wishlist_table.mobile li .item-details h3{
        font-size: 20px;
        line-height: 1.2;
    }
    .wishlist_table.mobile li .item-details table.item-details-table{
        margin-bottom: 0;
    }
    .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label{
        width: 20%;
        padding: 0;
    }
    .wishlist_table.mobile li .item-details table.item-details-table td.value, .wishlist_table.mobile li table.additional-info td.value{
        text-align: left;
        padding: 0;
    }
    .additional-info-wrapper{
        position: relative;
    }
    .wishlist_table.mobile li table.additional-info{
        margin-bottom: 0;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{
        margin-bottom: 7px;
        margin-top: 10px;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-remove{
        position: absolute;
        right: 10px;
        bottom: 5px;
    }
    .wishlist_table .product-add-to-cart a{
        margin: 0 !important;
    }
    .wishlist_table.mobile li .item-wrapper .item-details {
        width: 100%;
    }
    .dashboard-top {
        margin-top: 30px;
    }
    .dashboard-buttons a {
        margin: 0 10px 10px !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content{
        margin-top: 30px;
    }
    .tf-btn.btn-light-icon.animate-hover-btn.btn-xl{
        padding: 0 10px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1149px){
    .slider-radius .tf-sw-slideshow .heading {
        font-size: 34px;
        line-height: 1.2;
    }
    .collection-item-v4 .collection-content .heading {
        font-size: 16px;
    }
    .thumbs-slider .tf-product-media-thumbs .swiper-slide {
        height: auto;
    }
    .tf-product-media-thumbs .swiper-slide .item img {
        height: auto;
    }
}
/*Responsive Ends*/

#wp-admin-bar-bapf_debug_bar{
    display: none;
}

.ratio-3-2{
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.woocommerce ul.products li.product a img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
    display: flex;
    gap: 5px;
    flex-direction: row;
}
.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img {
    margin-right: 0;
}

.flat-thumbs-testimonial .swiper-free-mode>.swiper-wrapper{
    align-items: center;
}

.woocommerce ul.products li.product .price {
    font-weight: 600;
    font-size: 18px;
}

@media only screen and (max-width: 767px){
    .tf-page-title .container-full {
        display: block;
        text-align: center;
    }

    .tf-breadcrumb-wrap.justify-content-between{
        justify-content: center !important;
    }
}

.woocommerce-billing-fields h3, .woocommerce-shipping-fields .woocommerce-form__label.woocommerce-form__label-for-checkbox span, #order_review_heading{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single {
    background: #f6f6f6;
    padding: 10px;
    border: 1px solid #dedede;
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 22px;
    padding: 0;
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
    border-color: #dedede;
}

#order_review_heading {
    margin-top: 30px;
    margin-bottom: 20px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt{
    background-color: #23a356;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover{
    background-color: #ee5f35;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
    list-style: none;
}

.grecaptcha-badge{
    display: none;
}

.video-thumb {
    position: relative;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: #23a356;
    border-radius: 5px;
    padding: 4px 5px;
}