body.single-product #yith-wapo-container p.wapo-addon-description {
    /* color: #455059; */
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 27px;
    border-radius: 3px;
    /* background-color: #e8f2f9; */
    /* border: 1px solid #2283c6; */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    color: #1f2933;
    background-color: #FEFEF4;
    border: 1px solid #FED32D;
}

body.single-product #yith-wapo-container .yith-wapo-addon:has(.yith-wapo-option.selected) p.wapo-addon-description {
    border: 1px solid #dadee1;
    background-color: transparent;
}

body.single-product #yith-wapo-container .options-container .options {
    grid-template-columns: repeat(1, minmax(0, 100%)) !important;
}


body.single-product #yith-wapo-container .yith-wapo-addon {
    padding: 24px;
    border-radius: 3px;
    border: 1px solid #dadee1;
}

body.single-product #yith-wapo-container .yith-wapo-addon .addon-header>h3 {
    margin-top: 0;
    font-size: 24px;
    color: #455059;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}

body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option {
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 3px;
    border: 1px solid #dadee1;
    -webkit-user-select: none;
    user-select: none;
}

body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container,
body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container {
    margin: 0;
    border: none;
    padding: 12px;
}

body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container::after {
    content: unset;
}

body.single-product #yith-wapo-container #yith-wapo-addon-1 .yith-wapo-option {
    min-height: 68px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
}

body.single-product #yith-wapo-container #yith-wapo-addon-1 .yith-wapo-option:hover {
    border-color: #000;
    background-color: #f8f8f8;
    /* background-color: rgba(0, 0, 0, 0.05); */
}

body.single-product #yith-wapo-container .yith-wapo-addon .options .color-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

body.single-product #yith-wapo-container .yith-wapo-addon .options .color-container small {
    color: #353e45;
    margin: 0 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
}

body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option.selected span.color {
    border: none;
}

body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option.selected span.color::after {
    border: none;
    content: none;
}

body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label span.color img,
body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label span.color {
    border: none;
    width: 35px;
    height: 35px;
    max-width: 35px;
    min-width: 35px;
    max-height: 35px;
    min-height: 35px;
    border-radius: 0;
    object-fit: none;
}

body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label span.color {
    margin: 4px 0;
}

body.single-product #yith-wapo-container .yith-wapo-addon-type-color div.label {
    margin: 0;
}

body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option {
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #dadee1;
}

body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option.selected {
    color: #1f2933;
    background-color: #FEFEF4;
    border: 1px solid #FED32D;
}


body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option:not(.selected):hover {
    border: 1.2px solid #FED32D;
    background-color: rgba(0, 0, 0, 0.06);
}

body.single-product #yith-wapo-container #yith-wapo-addon-1 p.wapo-addon-description {
    background-color: transparent;
}

body.single-product #yith-wapo-container #yith-wapo-addon-1 .yith-wapo-option.selected {
    border: 1.5px solid #FED32D;
    background-color: #f5f5f5;
}


body.single-product #yith-wapo-container .yith-wapo-block .product-info {
    width: 100%;
    display: grid;
    gap: 10px 15px;
    overflow: hidden;
    padding-top: 20px;
    align-items: center;
    grid-template-columns: 1fr auto;
}

body.single-product #yith-wapo-container .yith-wapo-block .option-add-to-cart {
    gap: 10px;
    height: 0;
    display: flex;
    margin-top: 8px;
    overflow: hidden;
    padding-right: 35px;
    grid-column: 1 / -1;
    justify-content: end;
    /* transition: all 0.3s ease; */
}

body.single-product #yith-wapo-container .yith-wapo-block .option-add-to-cart .quantity {
    margin: 0;
}

body.single-product #yith-wapo-container .yith-wapo-block .option-add-to-cart .quantity input {
    width: 100%;
    height: 35px;
    overflow: visible;
    text-align: center;
    border: 1px solid silver;
}

body.single-product #yith-wapo-container .yith-wapo-block .product-info .option-price::before {
    content: '+ ';
}

/* body.single-product #yith-wapo-container .yith-wapo-block .product-info .option-price::after {
    content: ' (each)';
} */

body.single-product #yith-wapo-container .yith-wapo-block .product-info .option-price,
body.single-product #yith-wapo-container .yith-wapo-block .product-info .option-price::before,
body.single-product #yith-wapo-container .yith-wapo-block .product-info .option-price::after {
    margin: 0;
    color: #353e45;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
    white-space: nowrap;
}

body.single-product #yith-wapo-container .yith-wapo-block .product-info .option-price {
    margin-right: 10px;
}

body.single-product #yith-wapo-container .yith-wapo-block .product-info .product-name {
    margin: 0 15px;
    color: #353e45;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
}

body.single-product #yith-wapo-container .yith-wapo-block .product-container .product-image,
body.single-product #yith-wapo-container .yith-wapo-block .product-container .product-image * {
    margin: 0;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

/* body.single-product #yith-wapo-container .yith-wapo-block .product-container:has(.option-price) .product-image {
    margin-bottom: 34px;
} */

body.single-product #yith-wapo-container .yith-wapo-addon .yith-wapo-option.selected:has(.option-price) .product-container .product-image {
    margin-bottom: 34px;
}

body.single-product #yith-wapo-container .yith-wapo-addon .yith-wapo-option.selected:has(.option-price) .product-container .option-add-to-cart {
    height: 35px;
}



body.single-product #yith-wapo-container .yith-wapo-block .product-info input[type="number"]::-webkit-inner-spin-button,
body.single-product #yith-wapo-container .yith-wapo-block .product-info input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body.single-product #yith-wapo-container .yith-wapo-block .product-info input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

body.single-product #yith-wapo-container .yith-wapo-block .product-info .quantity {
    position: relative;
}

body.single-product #yith-wapo-container .yith-wapo-block .product-info .quantity::before,
body.single-product #yith-wapo-container .yith-wapo-block .product-info .quantity::after {
    bottom: 0;
    content: '';
    width: 31px;
    z-index: 10;
    height: 100%;
    color: #333;
    display: flex;
    font-size: 12px;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    position: absolute;
    align-items: center;
    padding-bottom: 4px;
    justify-content: center;
    background-color: #fff;
    border: 1px solid silver;
}

body.single-product #yith-wapo-container .yith-wapo-block .product-info .quantity::after {
    right: -35px;
    content: '+';
    margin-left: 5px;
}

body.single-product #yith-wapo-container .yith-wapo-block .product-info .quantity::before {
    left: -35px;
    content: '-';
    margin-right: 5px;
}

body.single-product #yith-wapo-container #yith-wapo-addon-1 {
    padding: 0;
    border: none;
    background-color: transparent !important;
}

body.single-product #yith-wapo-container #yith-wapo-addon-1 .wapo-addon-description {
    padding: 0;
    border: none;
}

body.single-product #yith-wapo-container #yith-wapo-addon-1 .options-container .options {
    grid-template-columns: repeat(3, minmax(0, 34%)) !important;
}

body.single-product #yith-wapo-container #yith-wapo-addon-1 .options-container .options .product-image,
body.single-product #yith-wapo-container #yith-wapo-addon-1 .options-container .options .option-add-to-cart {
    display: none;
}

body.single-product #yith-wapo-container #yith-wapo-addon-1 .options-container .product-info {
    padding: 0;
}

body.single-product #yith-wapo-container #yith-wapo-addon-1 .options-container .product-info .product-name {
    margin: 0;
    width: 100%;
    display: block;
    font-size: 16px;
    word-wrap: break-word;
}

body.single-product #yith-wapo-container #yith-wapo-addon-1 .product-container {
    padding: 10px;
}

body.single-product table.variations .yith_wccl_is_custom .select_box_image.attribute_pa_select-finish {
    display: none;
}


body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option:hover,
body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected {
    background-color: #e8f2f9;
    border: 1px solid #2283c6;
}

body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected {
    color: #1f2933;
    background-color: #FEFEF4;
    border: 1px solid #FED32D;
}

body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option:not(.selected):hover {
    color: #1f2933;
    border: 1.2px solid #FED32D;
    background-color: rgba(0, 0, 0, 0.06);
    /* background-color: #f8f8f8; */
}


@media only screen and (max-width: 1024px) {
    body.single-product .product {
        display: flex;
        flex-direction: column;
    }

    body.single-product .product>div {
        margin-left: auto;
        margin-right: auto;
        width: 90% !important;
    }
}

@media only screen and (max-width: 768px) {
    body.single-product .product>div {
        width: 96% !important;
    }
}

@media only screen and (max-width: 600px) {
    body.single-product .product>div {
        width: 100% !important;
    }
}

/* Added By Tapu Start */

.iscu_shop_product_wrap .hfe-product-title a {
    text-decoration: none !important;
}

body {
    background-color: #ebebee !important;
}

.woocommerce-products-header .woocommerce-products-header__title.page-title {
    width: fit-content;
    font-size: 36px;
}

/* Home Page Start */

.iscu_home_category_grid .ht-category-wrap-2 {
	display: flex;
	justify-content: start;
	align-items: center;
	border-radius: 3px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	/* aspect-ratio: 3 / 2; */
	flex-direction: column-reverse;
	padding: 0px !important;
	/* width: fit-content; */
	height: 100% !important;
}


.iscu_home_category_grid  .ht-category-content-2 {
    width: 100%;
    padding: 12px 24px;
    background: #fee52c;
  }
 .iscu_home_category_grid   .ht-category-content-2 h3 {
    font-size: 16px !important;
}

.iscu_home_category_grid .ht-category-image-2 {
	margin-top: 0px !important;
    width: 100%;
}

.iscu_home_category_grid .ht-category-wrap-2 .ht-category-content-2 h3 {
    position: relative;
    z-index: 999;
    text-decoration: none;
}

.iscu_home_category_grid .ht-category-wrap-2 .ht-category-content-2 h3 a {
    /* color: white; */
    text-decoration: none;
    font-weight: bold;
}

.iscu_home_category_grid .ht-category-wrap-2 .ht-category-image-2 a {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.iscu_home_category_grid .ht-category-wrap-2 .ht-category-image-2 a img {
    width: 100%;
    height: 100%;
}

.iscu_home_category_grid .ht-category-wrap-2 .ht-category-content-2 h3::before {
    display: none;
}

.iscu_home_category_grid .ht-category-content-2 a {
    /* opacity: 0; */
    transition: all 0.3s ease-in-out;
}

.iscu_home_category_grid .ht-category-wrap-2::before {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    border: none !important;
    pointer-events: none;
    /* background-color: rgba(0, 0, 0, 0.6) !important; */
}

.iscu_home_category_grid .ht-category-wrap-2 .ht-category-image-2 {
	min-height: calc( 100% - 40px) !important;
}

.iscu_home_category_grid .ht-category-wrap-2:hover .ht-category-content-2 a {
    opacity: 1;
}

.iscu_home_category_grid .wl-col-3 {
    padding: 12px !important;
}

.page-content .iscu_home_section_2_wrap {
    width: 95% !important;
    margin: 32px auto !important;
    border-radius: 100px;
}

.page-content .iscu_home_section_2_wrap .e-con-inner {
    max-width: 100% !important;
}

.iscu_home_title {
    border-bottom: 6px solid #FEE52C;
    padding-bottom: 8px;
}

.iscu_home_section_2_wrap .elementor-icon-wrapper {
    display: flex;
}

.iscu_home_section_2_wrap {
    position: relative;
}

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

    .page-content .iscu_home_section_2_wrap .e-con-inner {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .page-content .iscu_home_section_2_wrap>.e-con-inner>.elementor-element.e-con.e-child {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    .page-content .iscu_home_section_2_wrap .e-child {
        min-width: calc(50% - 14px);
        scroll-snap-align: center;
    }

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

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

    .page-content .iscu_home_section_2_wrap .e-child {
        min-width: calc(100% - 14px);
        scroll-snap-align: center;
    }

    .page-content .iscu_home_section_2_wrap {
        margin: 32px 24px !important;
        width: calc(100% - 48px) !important;
    }
}

/* Home Page End */

/* Products Start */

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products::after,
.woocommerce ul.products::before {
    display: none !important;
}

.woocommerce ul.products li.product {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    background-color: #fff;
    gap: 0 !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,
.woocommerce div.product .stock,
.woocommerce div.product div.summary p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    margin: 0 16px !important;
}

.woocommerce ul.products li.product .button {
    width: 100% !important;
    text-align: center;
    height: 48px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #FEE52C !important;
    color: #000000 !important;
    border-style: none;
    margin-top: 1em !important;
}

.woocommerce a.added_to_cart.wc-forward {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px;
}

.woocommerce ul.products li.product a {
    overflow: hidden;
}

.woocommerce ul.products li.product a img {
    border: none !important;
    transition: all 0.3s ease-in-out;
    margin-bottom: 4px !important;
}

.woocommerce ul.products li.product a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px !important;
    width: 100%;
    height: 251.36px;
    background-color: rgba(0, 0, 0, 0.31);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    margin-left: 0px !important;
}

.woocommerce ul.products li.product a:hover::after {
    opacity: 1;
}

.woocommerce .woocommerce-ordering,
.woocommerce-products-header .woocommerce-products-header__title.page-title {
    margin-bottom: 24px !important;
}

.ehp-pagination .page-numbers,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 18px !important;
    font-weight: bold !important;
    width: 42px;
    height: 42px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.ehp-pagination .page-numbers {
    border-right: 1px solid #cfc8d8;
}

.ehp-pagination .nav-links {
    border: 1px solid #cfc8d8;
}

.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
    padding: 0;
    font-size: 30px !important;
}

.ehp-pagination .page-numbers:focus,
.ehp-pagination .page-numbers:hover,
.ehp-pagination .page-numbers.current,
.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-color: #FEE52C !important;
    color: #000000 !important;
}

.woocommerce-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0;
}

nav.navigation.ehp-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .woocommerce ul.products {
        justify-content: space-between;
        gap: 34px;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 30% !important;
        margin: 0 !important;
    }

    .woocommerce ul.products li.product a.woocommerce-loop-product__link {
        width: 100%;
    }

    .woocommerce ul.products li.product a::after {
        height: 100%;
    }
}

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

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 45% !important;
    }
}

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

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
        max-width: 100%;
        margin: auto !important;
    }

    .woocommerce .woocommerce-ordering {
        float: left;
    }
}

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

    .iscu_home_section_3_wrap,
    .iscu_home_section_2_wrap {
        padding: 0 15px !important;
    }
}

/* Product Page End */

/* Search Page Start */

body.search .search-form .search-submit {
    top: 0;
    height: 100%;
    inset-inline-start: auto;
    right: 0;
}

body.search .search-form .search-field {
    padding-inline-start: 24px;
    padding-right: 78px !important;
}

body.search .posts-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

body.search .posts-container .post {
    margin: 0;
    background: white;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    border-radius: 3px;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
}

body.search .entry-title {
    font-size: 24px;
    margin-top: 16px;
}

body.search .posts-container .entry-title {
    font-size: 20px;
    margin: 0;
    padding: 14px;
    text-align: center;
}

body.search .posts-container .entry-title a {
    color: #000;
}

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

    body:not([class*=elementor-page-]) .site-main {
        margin: 0;
        width: 90% !important;
        max-width: 100% !important;
    }
}

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

    body.search .posts-container {
        grid-template-columns: 1fr 1fr;
    }
}

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

    body:not([class*=elementor-page-]) .site-main {
        padding-left: 24px !important;
        padding-right: 24px !important;
        width: 100% !important;
    }
}

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

    body.search .posts-container {
        grid-template-columns: 1fr;
    }
}

/* Search Page End */

/* Cart & Checkout Page Start */

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-weight: bold;
    text-decoration: none;
    font-size: 18px !important;
    color: #d8a916 !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
.wc-block-components-product-metadata__description {
    font-size: 14px !important;
}

.wc-block-cart-items__header {
    background-color: #FEE52C !important;
    line-height: 24px !important;
}

.wp-block-woocommerce-cart {
    margin: 0 !important;
    padding: 0 24px;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    background-color: #FFFFFF !important;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    background-color: #FFFFFF;
    border: 1px solid #d0d0d0 !important;
    padding: 24px 0;
    height: fit-content;
}

.wc-block-components-address-card__edit,
.wc-block-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wc-block-cart .wc-block-cart__submit-button {
    background-color: #FEE52C !important;
    color: #000000 !important;
    border-style: none !important;
    border-radius: 3px !important;
    padding: 15px;
    text-decoration: none !important;
}

.wc-block-cart .wc-block-cart__submit-button {
    font-size: 18px;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    font-size: 16px !important;
}

.wc-block-components-totals-wrapper {
    padding: 16px !important;
}

.wc-block-cart .wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
    margin: 0 !important;
    padding: 16px;
    padding-bottom: 0;
}

span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value,
.wc-block-cart .wc-block-cart__totals-title {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.wc-block-cart .wc-block-cart__totals-title {
    padding: 0 16px 20px !important;
    margin: 0 !important;
    display: block !important;
}

.wc-block-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    padding: 12px 0 !important;
    border-right: 1px solid color-mix(in srgb, currentColor 30%, transparent);
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    border-right: 1px solid color-mix(in srgb, currentColor 30%, transparent) !important;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input.is-active label {
    opacity: 0;
    top: 25px !important;
    transform: translateY(-50%) !important;
}

.wc-block-cart-item__remove-link {
    color: red !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

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

    .woocommerce-checkout .wc-block-components-sidebar-layout {
        flex-direction: column;
        gap: 32px;
    }

    .woocommerce-checkout .wc-block-components-sidebar {
        padding-left: 0;
        width: 100%;
    }

    .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 100%;
    }
}

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

    .wp-block-woocommerce-checkout-order-summary-block {
        display: none;
    }

    .wc-block-components-main .wp-block-woocommerce-checkout-order-summary-block {
        display: block;
    }

    div.wp-block-woocommerce-checkout {
        padding-top: 0 !important;
    }
}

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

    .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
        margin-bottom: 32px;
    }

    .wp-block-woocommerce-cart {
        padding: 0;
    }
}

.wc-block-grid__product.wc-block-grid__product {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
    border: none;
}

.woocommerce-cart .attachment-woocommerce_thumbnail {
    border: none !important;
}

.wc-block-grid__product .wc-block-grid__product-link {
    text-decoration: none;
}

.wc-block-grid__product .wc-block-grid__product-title {
    margin: 16px !important;
    font-size: 16px !important;
    color: #000000;
    line-height: 24px;
}

.wp-block-button.wc-block-grid__product-add-to-cart,
.wc-block-grid__product-image {
    margin: 0 !important;
}

.wc-block-grid__product .woocommerce-Price-amount {
    font-size: 16px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    width: 100% !important;
    text-align: center;
    height: 48px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #FEE52C !important;
    color: #000000 !important;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px !important;
}

.wc-block-grid__products .wc-block-grid__product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
    max-width: 23%;
}

.wc-block-grid__products {
    display: flex !important;
    justify-content: space-between;
    gap: 24px;
}

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

    .wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
        max-width: 30%;
        flex: 1 0 30%;
    }
}

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

    .wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
        width: 100%;
        max-width: 48%;
        flex: 1 0 48%;
    }
}

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

    .wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
        width: 100%;
        max-width: 90%;
        flex: 1 0 100%;
        padding: 0 !important;
        margin: auto;
    }
}

/* Cart & Checkout Page End */

/* Added By Tapu End */

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

    body.single-product #yith-wapo-container .yith-wapo-block .product-info .product-name {
        font-size: 16px;
    }

    body.single-product #yith-wapo-container .yith-wapo-addon {
        padding: 20px
    }

    body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container,
    body.single-product #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    body.single-product #yith-wapo-container .yith-wapo-block .option-add-to-cart {
        margin-top: 0;
        margin-bottom: 10px;
    }

    body.single-product #yith-wapo-container p.wapo-addon-description {
        font-size: 17px;
    }

    body.single-product #yith-wapo-container .yith-wapo-addon .addon-header>h3 {
        font-size: 23px;
    }

    .iscu_multibuy_disc_title {
        font-size: 23px;
    }
  
    .iscu_multibuy_disc_field_title,
    body.single-product.woocommerce div.product form.cart .variations th label {
        font-size: 17px;
    }

}

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

    body:not([class*="elementor-page-"]) .site-main {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body.single-product #yith-wapo-container .yith-wapo-block .product-info .product-name {
        font-size: 15px;
        line-height: 22px;
    }

    body.single-product #yith-wapo-container .yith-wapo-block .product-info .option-price,
    body.single-product #yith-wapo-container .yith-wapo-block .product-info .option-price::before,
    body.single-product #yith-wapo-container .yith-wapo-block .product-info .option-price::after {
        font-size: 16px;
    }

    body.single-product #yith-wapo-container .yith-wapo-block .product-info .option-price {
        margin-right: 0;
    }

    body.single-product #yith-wapo-container .yith-wapo-block .product-info .product-name {
        margin-right: 5px;
    }

    body.single-product #yith-wapo-container p.wapo-addon-description,
    .iscu_multibuy_disc_field_title,
    body.single-product.woocommerce div.product form.cart .variations th label {
        font-size: 16px;
    }

    body.single-product #yith-wapo-container .yith-wapo-addon .addon-header>h3,
    .iscu_multibuy_disc_title {
        font-size: 22px;
    }
  
    body.single-product .iscu_multibuy_disc_wrapp,
    body.single-product .variations_form table.variations tbody {
        padding: 20px;
    }

}

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

    body.single-product #yith-wapo-container .yith-wapo-block .product-info .product-name {
        font-size: 14px;
    }

    body.single-product #yith-wapo-container p.wapo-addon-description {
        padding: 10px 20px;
    }

    body.single-product #yith-wapo-container .yith-wapo-addon .addon-header>h3 {
        font-weight: 600;
    }
}

body.single-product #yith-wapo-container {
    margin-bottom: 30px;
}

body.single-product table.variations .yith_wccl_is_custom ul.thwvsf-wrapper-ul {
    justify-content: end;
}

.wc-block-components-text-input.is-active input[type=email] {
    padding: 8px !important;
}

.woocommerce-lost-password #content .page-content,
.woocommerce-account #content .page-content {
    min-height: 85vh;
}

.woocommerce-cart #content {
    margin-top: 50px;
}

.page-content a,
.comments-area a {
    text-decoration: none !important;
}
.woocommerce-table__product-name a {
    color: #F8B501 !important;
    text-decoration: none !important;
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    color: #F8B501 !important;
}

.woocommerce-table__product-name .wc-item-meta li {
    margin-top: 6px;
}

.woocommerce-message {
    background-color: #FEE52C !important;
}

.iscu_multibuy_disc_title_wrapp {
	margin-top: 20px;
}

.iscu_multibuy_disc_title {
	font-size: 20px;
	color: #58595b;
	font-weight: 400;
	word-spacing: 0.4px;
	letter-spacing: 0.4px;
}

.iscu_multibuy_disc_options_wrapp {
	display: flex;
	flex-wrap: wrap;
}

.iscu_multibuy_disc_option_wrapp {
	cursor: pointer;
	min-width: 120px;
	padding: 5px 10px;
	text-align: center;
	width: max-content;
	border: 1px solid #000;
    margin: 10px 10px 16px 0px;
}

.iscu_multibuy_disc_option_wrapp.active {
	background-color: #e9e9e9;
}

.iscu_multibuy_disc_opt_title_wrapp {
	font-size: 20px;
	color: #58595b;
	font-weight: 200;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.2px;
	box-sizing: border-box;
}

.iscu_multibuy_disc_opt_price_wrapp {
	font-size: 18px;
	color: #58595b;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
}

.iscu_multibuy_disc_opt_price_wrapp .amount {
	color: #58595b;
	letter-spacing: 0.6px;
}

.iscu_multibuy_disc_fields_wrapp {
	display: flex;
	gap: 15px 20px;
	flex-wrap: wrap;
	padding: 15px 20px;
	flex-direction: column;
	box-sizing: border-box;
	background-color: #e8e8e8;
}

.iscu_multibuy_disc_field_content {
	gap: 20px;
	display: flex;
	/* max-width: 400px; */
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.iscu_multibuy_disc_field_title {
	font-size: 20px;
	font-weight: 300;
	color: #58595b;
	white-space: nowrap;
}

.iscu_multibuy_disc_field_wrapp .iscu_multibuy_dis_field {
	width: 100%;
	display: block;
	line-height: 1.5;
	font-weight: 400;
	color: #495057;
	border-radius: .25rem;
	background-color: #fff;
	padding: .375rem .75rem;
	max-width: 100% !important;
	border: 1px solid #ced4da;
	background-clip: padding-box;
	height: calc(1.5em + .75rem + 2px);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.iscu_preoduct_mtr {
	clear: both;
	line-height: 2;
	font-size: 14px;
	font-weight: 200;
	text-align: left;
	color: #757575;
}

.iscu_mini_cart_mtr {
	text-align: end;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 5px;
	letter-spacing: 0.1px;
}

.iscu_multibuy_disc_wrapp {
	margin-bottom: 30px;
}

.xoo-wsc-ft-btn-continue {
    display: none !important;
}

.xoo-wsc-products .xoo-wsc-img-col {
    align-self: start;
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal {
	margin: 0px;
	display: flex;
	line-height: 1;
}

.xoo-wsc-ft-amt-label {
	text-transform: uppercase;
	font-size: 18px;
}

.xoo-wsc-footer-txt {
	display: none !important;
}

.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart {
	align-items: center;
	background-color: rgb(247, 247, 247);
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-width: 0px !important;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	text-transform: uppercase;
	transition-delay: 0s, 0s, 0s, 0s, 0s;
	transition-duration: 0.25s, 0.25s, 0.25s, 0.25s, 0.25s;
	border: 1px solid rgb(247, 247, 247) !important;
	font-size: 13px !important;
	font-size: 13px !important;
	color: black !important;
	border-radius: 4px;
}

.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart:hover {
	background: rgb(239, 239, 239) !important;
	border: 1px solid rgba(0, 0, 0, 0) !important;
}

.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue {
	display: none !important;
}

.xoo-wsc-body {
	background-color: white !important;
}

.xoo-wsc-smr-del.xoo-wsc-icon-trash {
	margin: 0px;
	color: #d61a1a;
}

.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-product {
	box-shadow: none !important;
	background: white !important;
	display: flex;
	align-items: baseline !important;
	padding: 10px 15px !important;
	margin: 0px !important;
}

.xoo-wsc-img-col {
	align-self: start !important;
}

.variation dt,
.variation p {
	font-style: unset !important;
}

.xoo-wsc-sm-info {
	position: relative;
}

.xoo-wsc-product dl.variation dd,
.xoo-wsc-product dl.variation dt {
	margin: 0 4px 0 0;
	display: inline-block;
	font-style: italic;
	color: #787676 !important;
	font-weight: 500;
}

.xoo-wsc-product dl.variation dt {
	width: 37% !important;
}

.xoo-wsc-product dl.variation dd {
	width: 50% !important;
}

.xoo-wsc-product dl.variation p {
	font-size: 12px !important;
}

.xoo-wsc-qty-price {
	text-align: end;
	display: flex !important;
	justify-content: end !important;
}

.xoo-wsc-product dl.variation .woocommerce-Price-amount.amount {
	font-size: 13px !important;
}

.iscu_header_menu_wrapp {
	max-width: 95% !important;
}

.xoo-wsch-top {
	justify-content: start !important;
}

span.xoo-wsch-close {
	font-size: 25px !important;
}

.woocommerce-cart .xoo-wsc-markup {
	display: none;
}

.xoo-wsch-close.xoo-wsc-icon-cross:hover {
	color: #777;
	transition: all .25s ease;
}

.xoo-wsc-product.iscu_loading {
	opacity: 0.4;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.iscu_qty_btn {
	display: flex;
	align-items: center;
	background: white;
	color: #333;
	border: 0px !important;
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
	transition: background 0.3s;
	height: 32px;
	width: 32px;
	display: flex;
	align-items: center;
	padding: 10px 10px;
	position: relative;
}

.iscu_qty_btn.iscu_qty_minus i {
	position: absolute;
	top: 11px;
}

.iscu_qty_btn:hover {
	background: #e0e0e0;
}

.iscu_qty_btn i.fa-solid {
    pointer-events: none;
}

.iscu_qty_input {
	width: 30px !important;
	text-align: center;
	font-size: 15px;
	outline: 0px !important;
	background: white;
	color: #333;
	padding: 0px !important;
	border: 0px !important;
	line-height: 1;
	transition: background 0.3s;
	height: fit-content;
	display: flex;
	align-items: center;
}

.iscu_qty_input::-webkit-outer-spin-button,
.iscu_qty_input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.iscu_qty_input[type=number] {
    appearance: textfield;
	-moz-appearance: textfield;
    -webkit-appearance: textfield;
}

.iscu_quantity_wrapper.iscu_focused {
	border: 1px solid #d61a1a;
}

.iscu_quantity_wrapper {
	display: flex;
	align-items: center;
	margin-top: 5px;
	border: 1px solid #ddd5d5;
	width: fit-content;
}

.iscu_quantity_wrapper_main {
	display: flex;
	justify-content: end;
}

body.single-product .iscu_multibuy_disc_wrapp {
    padding: 24px;
    margin-top: 20px;
    border-radius: 3px;
    background-color: #FFF;
    border: 1px solid #dadee1;
}
 
.iscu_multibuy_disc_title_wrapp {
    margin-top: 0;
}
 
.iscu_multibuy_disc_title {
    font-size: 24px;
    color: #455059;
    font-weight: 700;
    line-height: 32px;
}
 
.iscu_multibuy_disc_fields_wrapp {
    padding: 15px 0;
    background-color: #FFF;
}
 
.iscu_multibuy_disc_field_title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2933;
}
 
.iscu_multibuy_disc_field_wrapp {
    width: 70%;
}
 
.iscu_multibuy_disc_field_wrapp .iscu_multibuy_dis_field {
    padding: .5em;
    display: block;
    font-weight: 400;
    border-radius: 0;
    font-family: inherit;
    letter-spacing: normal;
    border: var(--wc-form-border-width) solid var(--wc-form-border-color);
}

body.single-product.woocommerce div.product form.cart .variations th label {
    font-size: 18px;
    font-weight: 600;
    color: #1f2933;
}

body.single-product .variations_form table.variations tbody {
    gap: 15px;
    width: 100%;
    padding: 24px;
    margin-top: 20px;
    border-radius: 3px;
    display: inline-flex;
    flex-direction: column;
    background-color: #FFF;
    border: 1px solid #dadee1 !important;
}

body.single-product .variations_form table.variations tbody tr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.single-product .variations_form table.variations tbody td {
    width: 70%;
}

body.single-product .variations_form table.variations tbody th,
body.single-product .variations_form table.variations tbody td {
    margin: 0;
    padding: 0;
    background-color: #FFF !important;
}


body.single-product .variations_form:has(.reset_variations[style*="visible"]) 
table.variations tbody tr {
    margin-bottom: 15px;
}

body.single-product.woocommerce .reset_variations[style="visibility: visible;"] {
    top: 110%;
}

body.single-product.woocommerce .woocommerce-product-details__short-description {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.5;
    color: #1b1b1b;
    letter-spacing: 0.3px;
    word-spacing: 0.3px;
}

body.single-product .product.type-product div.summary p.price {
    font-size: 26px;
}

body.single-product.woocommerce div.product .product_title {
    font-size: 34px;
}

body.single-product .product_meta {
    gap: 0;
    border-radius: 3px;
    background-color: #FFF;
}

body.single-product.woocommerce #review_form #respond p.form-submit {
    margin-top: 20px;
}

body.single-product.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper table.shop_attributes td > p {
    line-height: 1.8;
    word-spacing: 0.3px;
    letter-spacing: 0.3px;
}

body.single-product.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper table.shop_attributes tr.woocommerce-product-attributes-item--attribute_specifications th.woocommerce-product-attributes-item__label {
    vertical-align: top;
}

body.single-product.woocommerce div.product form.cart div.quantity input[type="number"] {
    padding: 10px 12px;
}

body.woocommerce .woocommerce-ordering {
    padding: 0;
    width: 100%;
    float: none;
    height: 50px;
    display: flex;
    justify-content: end;
    background-color: #FFF;
}

body.woocommerce .woocommerce-result-count {
    top: 72px; /* 60px */
    z-index: 10;
    margin-left: 0;
    margin-top: 3px;
    font-size: 16px;
    width: max-content;
    position: absolute;
}

body.woocommerce .woocommerce-ordering select {
    top: 66%;
    right: auto;
    z-index: 15;
    width: initial;
    min-width: 230px;
    position: relative;
    padding: 12px 28px 12px 12px;
}

body.woocommerce .woocommerce-products-header {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-bottom: 55px; /* 47px */
    background-color: #FFF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

body.woocommerce .woocommerce-products-header h1.woocommerce-products-header__title.page-title {
    z-index: 1;
    width: 100%;
    padding-top: 18px; /* 10px */
    max-width: 1140px;
    position: relative;
    margin: auto !important;
}

body.search .search-form {
    width: 100%;
    display: flex;
    padding: 25px 0;
    max-width: 100%;
    justify-content: end;
    background-color: #FFF;
}

body.search .search-form::after,
body.search .search-form::before {
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #FFF;
}

body.search .search-form::before {
    left: auto;
    right: 100%;
}

body.search .search-form label {
    z-index: 5;
    width: initial;
}

body.search .search-form input {
    float: right;
    width: initial;
    max-width: 294px;
}

body.search h1.entry-title {
    top: -77px;
    font-size: 19px;
    width: fit-content;
    position: absolute;
}

body.search .page-content {
    position: relative;
}

body.search .search-form .search-submit {
    top: 25px;
    z-index: 5;
    bottom: 25px;
    height: auto;
}



/* .woocommerce-lost-password #content .page-content, .woocommerce-account #content .page-content {
	min-height: calc( 85vh - 76px );
} */

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	width: 100%;
	margin-top: -6px;
	font-size: 15px;
}

#customer_login label {
	font-weight: 401;
}

#customer_login form {
    border: 0px !important;
}

.woocommerce-privacy-policy-text, #customer_login label {
	font-size: 15px;
}

.woocommerce-button.button.woocommerce-form-login__submit {
	margin-top: 8px;
}

body .woocommerce-button.button.woocommerce-form-login__submit,
body .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
body .single_add_to_cart_button,
body #review_form #submit,
body .iscu_header_request_quote .elementor-button,
body.woocommerce ul.products li.product .button.add_to_cart_button {
	background-color: #FEE52C !important;
	color: #000000 !important;
	border-radius: 3px 3px 3px 3px !important;
	text-transform: uppercase !important;
    border: 2px solid #FEE52C !important;
}

body .woocommerce-button.button.woocommerce-form-login__submit:hover, 
body .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,
body .single_add_to_cart_button:hover,
body #review_form #submit:hover,
body .iscu_header_request_quote .elementor-button:hover,
body.woocommerce ul.products li.product .button.add_to_cart_button:hover {
	background-color: #000000 !important;
	color: #fff !important;
}

.woocommerce ul.products li.product a.button.add_to_cart_button::after {
    opacity: 0 !important;
}

.iscu_home_quote .elementor-button {
	background-color: #FEE52C !important;
	color: #000000 !important;
	border-radius: 3px 3px 3px 3px !important;
	border: 2px solid #FEE52C !important;
	padding: 16px 33px !important;
}

.iscu_home_quote .elementor-button:hover {
	background-color: #000000 !important;
	color: #fff !important;
}

body .iscu_header_request_quote .elementor-button {
    padding: 13px 13px 13px 13px !important;
}

#customer_login .show-password-input:hover {
	background: unset !important;
}

.woocommerce-LostPassword.lost_password {
	margin: 0px;
	padding: 0px 3px;
}

#customer_login .woocommerce-form-row.form-row:last-child {
	margin: 0px !important;
}

#review_form #commentform p label {
	font-size: 15px;
	font-weight: 401;
	line-height: 2;
}

#review_form #commentform p label[for="wp-comment-cookies-consent"] {
	line-height: 1.1 !important;
}

.single-product .tabs.wc-tabs a {
	padding: 0px !important;
}

.single-product .tabs.wc-tabs {
    border-bottom: 1px solid #e1dde7 !important;
}

.single-product .tabs.wc-tabs li {
	display: flex !important;
	align-items: center !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	justify-content: center;
	text-align: center;
}

.single-product #tab-description p {
	margin-bottom: 10px !important;
}

.single-product #tab-description h3 {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

#review_form #reply-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px !important;
	margin-bottom: 20px;
}

#review_form .comment-form-rating {
	margin-bottom: 0px !important;
}

#review_form input {
    padding: .5em;
}

#review_form .comment-form-cookies-consent {
	display: flex;
	align-items: start;
	gap: 5px;
	margin-top: 16px !important;
	margin-bottom: 20px !important;
}

#reviews #comments {
	background: #fff !important;
	border-radius: 3px !important;
	margin-bottom: 20px !important;
	padding: 32px 32px 12px 32px;
}

#reviews #comments img {
	border-radius: 50% !important;
}

#reviews #comments ol {
	padding: 0px !important;
}

#review_form #review_form_wrapper {
	border-radius: 3px !important;
	background: #fff !important;
}

#customer_login h2 {
	text-align: center;
}

#customer_login input {
	line-height: 1.5 !important;
}

#customer_login p:not(.woocommerce-LostPassword.lost_password) {
	margin-bottom: 12px;
}

.iscu_hide_more_products {
    display: none;
}

.iscu_show_more_options {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 15px;
	padding: 10px 16px;
	font-weight: 500;
	border-radius: 6px;
	cursor: pointer;
	transition: all .3s ease;
	background-color: #FEE52C !important;
	color: #000000 !important;
	border-radius: 3px 3px 3px 3px !important;
	border: 2px solid #FEE52C !important;
}

.iscu_show_more_options:hover {
	background: #000 !important;
	color: #fff !important;
}

.iscu_inv_product_notes {
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
}

/*-----------------------------------------------------------*/

body.woocommerce ul.products {
  padding-top: 70px;
}

body.search #page {
    overflow-x: hidden;
}

body.single-product .product_meta .iscu_meta_table {
    margin-block-end: 0;
}

body.single-product .product_meta th {
    font-weight: 500;
    font-size: 16px;
}

body.single-product .product_meta .iscu_meta_table .iscu_meta_tags td {
    color: #F8B501;
}


/*-----------------------------------------------------------*/


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

    body.woocommerce .woocommerce-products-header h1.woocommerce-products-header__title.page-title {
        width: 90%;
        max-width: 100%;
    }

}


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

    body.search h1.entry-title {
        top: -76px;
    }

}


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

    body.search .search-form {
        padding: 20px 0;
    }

    body.search h1.entry-title {
        top: -69px;
        font-size: 18px;
    }

    body.search .search-form .search-submit {
        top: 20px;
        bottom: 20px;
    }

}


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

    body.woocommerce .woocommerce-products-header h1.woocommerce-products-header__title.page-title {
        width: 100%;
        padding: 0 24px;
        padding-top: 18px; /* 10px */
    }

}



@media (max-width: 767px) {

    .woocommerce-account #customer_login {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .iscu_home_category_grid.wl-columns-mobile-1 .wl-row > [class*="col-"] {
        flex: 0 0 50%;
    }

}


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

    body.search .search-form input {
        width: 100%;
        max-width: 100%;
    }

    body.search h1.entry-title {
        top: -55px;
        font-size: 17px;
    }

    body.search .search-form {
        padding-bottom: 60px;
    }

    body.search .search-form .search-submit {
        bottom: 60px;
    }

    body.search .search-form label {
        width: 100%;
    }

}


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

    .iscu_home_category_grid.wl-columns-mobile-1 .wl-row > [class*="col-"] {
        flex: 0 0 100%;
    }

    body.woocommerce .woocommerce-products-header h1.woocommerce-products-header__title.page-title {
        padding-top: 0;
        font-size: 32px;
    }

    body.woocommerce .woocommerce-products-header {
        padding-top: 22px; /* 14px */
        padding-bottom: 66px;
    }

    body.woocommerce .woocommerce-ordering select {
        top: 38%;
    }

    body.search h1.entry-title {
        font-size: 16px;
    }

    body.woocommerce .woocommerce-result-count {
        font-size: 15px;
        margin-top: 12px; /* 20px */
    }

}


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

    body.woocommerce .woocommerce-products-header h1.woocommerce-products-header__title.page-title {
        font-size: 28px;
    }

    body.woocommerce .woocommerce-products-header {
        padding-top: 24px; /* 19px */
        padding-bottom: 56px;
    }

    body.woocommerce .woocommerce-ordering select {
        top: 30%; /* 28% */
    }

    body.woocommerce .woocommerce-result-count {
        margin-top: 6px;
    }

}

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

    body.woocommerce .woocommerce-products-header h1.woocommerce-products-header__title.page-title {
        padding-left: 15px;
        padding-right: 15px;
    }

}


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

    body.woocommerce .woocommerce-products-header h1.woocommerce-products-header__title.page-title {
        font-size: 28px;
    }

    body.search h1.entry-title {
        font-size: 15px;
    }

}