.iscu_popular_product_slider_on_home_page .wpsf-product.swiper-slide .sp-wps-product-image-area {
    border-radius: 10px;
}

.iscu_popular_product_slider_on_home_page .ht-product-inner .ht-product-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.iscu_popular_product_slider_on_home_page .woolentor-product-same-height.ht-products .ht-product .ht-product-inner {
    border-radius: 3px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.iscu_popular_product_slider_on_home_page .wps-product-data:hover .sp-wps-product-details {
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    backdrop-filter: blur(16px) saturate(140%);
    background: rgba(255, 255, 255, 0.6);
    /* background: linear-gradient(120deg, #BBEAF3, #E6F4FE, #E0F8F3, #FFEFD6, #F4F0FE, #BBEAF3); */
    background: linear-gradient(120deg, #FFF, #FDFBF2, #F8F7E0, #FFFDE5, #FFF, #FDF8D5);
    background-size: 400% 400%;
    animation: iscu_gradient 7s ease infinite;
}

.iscu_popular_product_slider_on_home_page .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price {
    margin-bottom: 0;
}

.iscu_popular_product_slider_on_home_page .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price .price {
    margin-bottom: 0;
}

.iscu_popular_product_slider_on_home_page .ht-product-image img {
    transition: scale 0.4s ease-in-out;
}

.iscu_popular_product_slider_on_home_page .ht-product-image:hover img {
    scale: 1.2;
}

.iscu_popular_product_slider_on_home_page .slick-track {
    padding-top: 10px;
    padding-bottom: 10px;
}

.iscu_popular_product_slider_on_home_page .ht-product-image a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.31);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.iscu_popular_product_slider_on_home_page .ht-product-price .price {
    margin: 0;
}

.iscu_popular_product_slider_on_home_page .ht-product-image:hover a::after {
    opacity: 1;
}

.iscu_popular_product_slider_on_home_page li:has(.woolentorquickview) {
    display: none;
}

.iscu_popular_product_slider_on_home_page li.woolentor-cart {
    margin-top: 15px;
}

.wp-block-woocommerce-checkout-order-summary-block {
    background-color: white;
}

.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
    background-color: white;
    padding-top: 50px;
    padding-right: 4.5283018868%;
    padding-left: 4.5283018868%;
    border-radius: 5px;
}

.wc-block-components-form div.wc-block-components-text-input,
div.wc-block-components-text-input {
    margin-top: 18px;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
    border-color: #FEE52C;
    color: black;
    background-color: #FEE52C;
}

.wp-block-woocommerce-checkout-terms-block .wc-block-components-checkbox__label a,
.wp-block-woocommerce-checkout-terms-block .wc-block-components-checkbox__label a:hover,
.wc-block-components-order-summary-item__description .wc-block-components-product-name {
    color: #d8a916;
}

.wc-block-components-order-summary-item__description .wc-block-components-product-name,
.wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    font-size: 15px;
}

.wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item,
.wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 15px;
}

div.wp-block-woocommerce-checkout {
    padding-top: 50px;
    padding-bottom: 44px;
}

.woocommerce-cart .page-content {
    min-height: 85vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


body:not([class*="elementor-page-"]).woocommerce-account.woocommerce-dashboard #content.site-main,
body:not([class*="elementor-page-"]).woocommerce-account.woocommerce-orders #content.site-main,
body:not([class*="elementor-page-"]).woocommerce-account.woocommerce-downloads #content.site-main,
body:not([class*="elementor-page-"]).woocommerce-account.woocommerce-edit-address #content.site-main,
body:not([class*="elementor-page-"]).woocommerce-account.woocommerce-edit-account #content.site-main,
body:not([class*="elementor-page-"]).woocommerce-account.woocommerce-view-order #content.site-main {
    max-width: 100% !important;
    width: 100% !important;
}
.woocommerce-account.woocommerce-dashboard #content .page-content,
.woocommerce-account.woocommerce-orders #content .page-content,
.woocommerce-account.woocommerce-downloads #content .page-content,
.woocommerce-account.woocommerce-edit-address #content .page-content,
.woocommerce-account.woocommerce-edit-account #content .page-content {
    min-height: auto;
}
.woocommerce-account #content .woocommerce:has(.woocommerce-MyAccount-navigation) {
    background-color: white;
    padding: 47px 30px;
    border-radius: 3px;
    width: 85%;
    min-height: calc( 100vh - 254px);
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 0 24px 0 gainsboro;
    display: flex;
    justify-content: space-between;
}
.woocommerce-account #content .woocommerce:has(.woocommerce-MyAccount-navigation)::before {
    display: none;
}
.woocommerce-account #content .woocommerce-MyAccount-navigation {
    border-right: 4px solid #fee52c;
    padding-right: 35px;
}
.woocommerce-account #content .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    color: black;
	text-transform: capitalize;
}
.woocommerce-account #content .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(.is-active) a:hover {
    background-color: gainsboro;
}
.woocommerce-orders-table .woocommerce-button.button.view:hover {
    background-color: black !important;
    color: white !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info .button:hover{
    background-color: black;
    border-color: black;
    color: white;
}
.woocommerce-account #content .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #FEE52C;
    color: black;
	border-bottom: 1px solid #e7e7e7;
}

.woocommerce-account #content .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active:hover {
    background-color: #FEE52C;
    color: black;
}
.woocommerce-account #content .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a {
	line-height: 24px;
	font-weight: normal;
}
.woocommerce-table--order-downloads .download-file .woocommerce-MyAccount-downloads-file.button,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view {
    background-color: #FEE52C;
    color: black;
    border-radius: 3px;
}
.woocommerce-account #content form.woocommerce-EditAccountForm button[type="submit"],
.woocommerce-account #content .woocommerce-MyAccount-content button[type="submit"] {
    border-color: #fee52c;
    background-color: #fee52c;
    color: black;
    border-radius: 3px;
}
.woocommerce-account #content form.woocommerce-EditAccountForm button[type="submit"]:hover,
.woocommerce-account #content .woocommerce-MyAccount-content button[type="submit"]:hover {
    background-color: black;
    color: white;
}
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
    height: fit-content;
}
.related.products > h2 {
    text-transform: capitalize;
}
body:has( #wpadminbar) .iscu_header_search_bar form.hfe-search-button-wrapper.hfe-input-focus{
    top: 32px;
}
.iscu_header_search_bar form.hfe-search-button-wrapper.hfe-input-focus {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: black;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}
.iscu_header_search_bar .hfe-input-focus .hfe-search-icon-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}
header div.iscu_header_search_bar .hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle input.hfe-search-form__input{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-left: 20px;
    border-radius: 50px;
    font-size: 22px;
    line-height: 39px;
    line-height: 1;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.iscu_header_search_bar .hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle input.hfe-search-form__input ~ i {
    position: absolute;
    right: 5px;
    bottom: 60px;
    transition: transform 0.3s ease;
}
.iscu_header_search_bar .hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle input.hfe-search-form__input ~ i::before {
    content: "\f00d";
    font-size: 30px;
}
.iscu_header_search_bar .hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle input.hfe-search-form__input ~ i:hover {
    transform: rotate(180deg) translateX(-2px);
}
.iscu_header_search_bar .iscu_search_form_submit {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease, width 0.3s ease;
}
.iscu_header_search_bar .hfe-search-button-wrapper.hfe-input-focus .iscu_search_form_submit {
    display: flex;
    position: absolute;
    opacity: 1;
    right: 0;
    border-color: #fee52c;
    background-color: #fee52c;
    border-radius: 0 30px 30px 0;
    padding-left: 10px; 
    padding-right: 10px; 
}

header .iscu_header_search_bar .hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .iscu_search_form_submit i::before {
    color: #000;
    font-size: 24px;
}
/* div.iscu_header_search_bar form.hfe-input-focus i.fas.fa-search,
div.iscu_header_search_bar_mobile form.hfe-input-focus i.fas.fa-search{
    color: #000;
} */
/* .elementor div.elementor-element.iscu_header_search_bar_mobile div.elementor-widget-container form.hfe-input-focus .hfe-search-icon-toggle input[type="search"] {
    width: 190px;
} */
.elementor .elementor-element:has( > div.elementor-element.iscu_header_search_bar_mobile ) {
    flex-wrap: nowrap;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info{
    background-color: #fffbd9;
    border-color: #ffe400;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info::before{
    color: black;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info .button{
    background-color: #fee52c;
    color: black;
    text-align: center;
    border-radius: 3px;
}
.woocommerce div.product .iscu_product_img_summery_wrap div.images.woocommerce-product-gallery {
    position: sticky;
    top: 50px;
}
.iscu_product_img_summery_wrap {
    display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 32px;
}
.iscu_navigation_menu ul.hfe-nav-menu {
    display: none;
}
.iscu_navigation_menu .menu-is-active ul.hfe-nav-menu {
    display: flex;
}
.woocommerce-shop ul.products li.product a span.price {
    margin-top: 5px !important;
}
.related.products .iscu_releted_product_image_wrapper {
    min-height: 251px;
    display: flex;
    align-items: center;
}
.woocommerce.tax-product_cat #page:has( .site-main .woocommerce-no-products-found) {
    background-color: white;
}
.woocommerce.tax-product_cat .site-main:has( .woocommerce-no-products-found) .woocommerce-products-header:has( .woocommerce-products-header__title.page-title) {
    display: none;
}
.woocommerce.tax-product_cat .content-area:has( .site-main .woocommerce-products-header .woocommerce-products-header__title.page-title ) .woocommerce-no-products-found {
    padding-top: 100px;
}
.woocommerce.tax-product_cat .content-area .site-main .woocommerce-no-products-found .woocommerce-info{
    background-color: #fffbd9;
    border-color: #ffe400;
}
.woocommerce.tax-product_cat .content-area .site-main .woocommerce-no-products-found .woocommerce-info::before{
    color: #000;
}
@keyframes iscu_gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media only screen and (max-width:1250px) {
    .iscu_popular_product_slider_on_home_page .product-slider .slick-prev {
        margin-left: 15px;
    }

    .iscu_popular_product_slider_on_home_page .product-slider .slick-next {
        margin-right: 15px;
    }
}

@media only screen and (max-width:1024px) {
    body:has( #wpadminbar) .iscu_header_search_bar_mobile form.hfe-search-button-wrapper.hfe-input-focus{
        top: 32px;
    }
    .iscu_header_search_bar_mobile form.hfe-search-button-wrapper.hfe-input-focus {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background-color: black;
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 40px;
    }
    .iscu_header_search_bar_mobile .hfe-input-focus .hfe-search-icon-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header div.iscu_header_search_bar_mobile .hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle input.hfe-search-form__input{
        box-sizing: border-box;
        position: relative;
        width: 100%;
        padding-left: 20px;
        border-radius: 50px;
        font-size: 22px;
        line-height: 39px;
        line-height: 1;
        height: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .iscu_header_search_bar_mobile .hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle input.hfe-search-form__input ~ i {
        position: absolute;
        right: 5px;
        bottom: 60px;
        transition: transform 0.3s ease;
    }
    .iscu_header_search_bar_mobile .hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle input.hfe-search-form__input ~ i::before {
        content: "\f00d";
        font-size: 30px;
    }
    .iscu_header_search_bar_mobile .hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle input.hfe-search-form__input ~ i:hover {
        transform: rotate(180deg) translateX(-5px);
    }
    .iscu_header_search_bar_mobile .iscu_search_form_submit {
        display: none;
        opacity: 0;
        transition: all 0.3s ease;
    }
    .iscu_header_search_bar_mobile .hfe-search-button-wrapper.hfe-input-focus .iscu_search_form_submit {
        display: flex;
        opacity: 1;
        position: absolute;
        right: 0;
        border-color: #fee52c;
        background-color: #fee52c;
        border-radius: 0 30px 30px 0;
        padding-left: 0px; 
        padding-right: 7px; 
    }
    header .iscu_header_search_bar_mobile .hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .iscu_search_form_submit i::before {
        color: #000;
        font-size: 24px;
    }
}
@media only screen and (max-width:920px) {
    .woocommerce-account #content .woocommerce:has(.woocommerce-MyAccount-navigation) {
        width: 96%;
    }
}
@media only screen and (max-width:850px) {
    .woocommerce-account #content .woocommerce:has(.woocommerce-MyAccount-navigation) {
        padding: 15px;
    }
}

@media only screen and (max-width:768px) {
    .woocommerce-account #content .woocommerce .woocommerce-MyAccount-content {
        width: auto;
        margin: 50px 20px 0;
    }

    .woocommerce-account #content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table,
    .woocommerce-account #content .woocommerce .woocommerce-table--order-downloads {
        border-right: none;
        border-left: none;
        border-bottom: none;
    }

    .woocommerce-account #content .woocommerce .woocommerce-orders-table__row.order,
    .woocommerce-account #content .woocommerce .woocommerce-table--order-downloads tbody tr {
        margin-bottom: 15px;
        border-right: 1px solid #e7e7e7;
        border-left: 1px solid #e7e7e7;
    }

    .woocommerce-account #content .woocommerce .woocommerce-orders-table__row.order:last-child,
    .woocommerce-account #content .woocommerce .woocommerce-table--order-downloads tbody tr:last-child {
        margin-bottom: 0;
        border-bottom: 1px solid #e7e7e7;
    }
    body:not([class*="elementor-page-"]).woocommerce-account.woocommerce-dashboard #content.site-main,
    body:not([class*="elementor-page-"]).woocommerce-account.woocommerce-orders #content.site-main,
    body:not([class*="elementor-page-"]).woocommerce-account.woocommerce-downloads #content.site-main,
    body:not([class*="elementor-page-"]).woocommerce-account.woocommerce-edit-address #content.site-main,
    body:not([class*="elementor-page-"]).woocommerce-account.woocommerce-edit-account #content.site-main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .woocommerce-account #content .woocommerce:has(.woocommerce-MyAccount-navigation) {
        flex-direction: column;
    }
    .woocommerce-account #content .woocommerce-MyAccount-navigation {
        border-right: none;
        padding-right: 0;
    }
}

@media only screen and (min-width: 767px) and (max-width:1250px) {
    .iscu_popular_product_slider_on_home_page .product-slider .slick-prev {
        right: 0;
        left: 0;
    }

    .iscu_popular_product_slider_on_home_page .product-slider .slick-arrow.slick-next {
        right: 0;
    }
}

@media only screen and (max-width:480px) {
    .woocommerce-account #content .woocommerce .woocommerce-MyAccount-content {
        margin: 50px 15px 30px;
    }

    .woocommerce-account #content .woocommerce .woocommerce-info .button.wc-forward {
        padding: 10px 15px;
        margin-left: 10px;
    }
    div.iscu_header_search_bar_mobile form.hfe-search-button-wrapper.hfe-input-focus {
        height: 150px;
        padding: 0 20px;
        align-items: end;
    }
    .iscu_header_search_bar_mobile .hfe-search-button-wrapper.hfe-input-focus .iscu_search_form_submit {
        bottom: 20px;
    }
    .iscu_header_search_bar_mobile .hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle input.hfe-search-form__input{
        margin-bottom: 20px;
    }
    .iscu_header_search_bar_mobile .hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle input.hfe-search-form__input ~ i {
        bottom: 75px;
    }
    body:has( #wpadminbar) .iscu_header_search_bar_mobile form.hfe-search-button-wrapper.hfe-input-focus{
        top: 32px;
    }
    .woocommerce-account #content .woocommerce:has(.woocommerce-MyAccount-navigation) {
        margin: 0;
        width: 100%;
        padding-top: 50px;
    }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info{
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {

    .page-content .iscu_home_section_2_wrap .e-con-inner {
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    .page-content .iscu_home_section_2_wrap .e-con-inner::-webkit-scrollbar {
        display: none !important;
    }
}

@media only screen and (max-width:480px) {
    #page {
        overflow-x: hidden;
    }
    
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=password], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
    padding: 8px !important;
}