.pswp {
    display: none;
}

/* Header Related CSS */
.header_searcharea .e-search-form {
    flex-direction: row-reverse;
}

.underline_menu a,
.underline_menu:hover a {
    text-decoration: underline !important;
}

.header_searcharea .e-search-form input {
    padding: 6px 3px 6px 20px !important;
}

.header_searcharea .e-search-label>i {
    left: -36px;
}

.cart-icon .fl-cart-count::before {
    background: url(/wp-content/uploads/2025/09/cart.svg) no-repeat center center / contain !important;
    width: 19.5px;
    content: '';
    position: absolute;
    width: 19.5px;
    height: 25.2px;
    left: 8.4px;
    top: 3.4px;
}

.cart-icon .js-cart {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
    z-index: 99;
}

.cart-icon .cart-menu-items {
    position: absolute;
    right: 0px;
    top: 1px !important;
    background: #AB8E47;
    padding: 2px 0 0 0;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-family: 'Hind';
    color: #fff;
}

.cross-icon {
    cursor: pointer;
}

.offcanvas-mobile-menu .ekit-wid-con .ekit-vertical-navbar-nav .elementskit-submenu-indicator {
    border: 0px !important;
    border-radius: 0px !important;
}

.active-btn-text {
    display: none;
}

.mobile-mm ul {
    box-shadow: none;
}

.mm-inside-canvas ul li .elementskit-submenu-indicator {
    border: none !important;
    transform: rotate(270deg);
}

.mm-inside-canvas ul {
    box-shadow: none;
}

.mm-inside-canvas .elementskit-dropdown {
    padding: 0;
}

.header_off_canvas .ekit-wid-con .ekit-sidebar-group .ekit_widget-heading,
.header_off_canvas .ekit-overlay {
    display: none;
}

.off-canvas .before .open i.icon::before {
    content: "\e870";
}

/* End */

.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit_sidebar-widget-container {
    -webkit-transition: all 0s !important;
    transition: all 0s !important;
}

/* Breadcrumb CSS */
span.separate_icon {
    padding: 0 8px;
}

.woocommerce-breadcrumb > a:hover {
    color: #ab8e47 !important;
}

span.separate_icon i {
    font-size: 10px;
    color: #707070;
}

/* PDP related CSS used at diff category products */

.product_description>*:not(:last-child) {
    margin: 0 0 24px 0px !important;
}

.product_description>h3 {
    font-size: 20px !important;
}

.product_description>ul {
    list-style: disc;
    padding-left: 24px;
}

.info_accordian .e-n-accordion-item[open]>.e-n-accordion-item-title {
    border-bottom-width: 0px !important;
}

.product_specs_list {
    padding-left: 24px;
    list-style: disc;
}

.product_specs_list li {
    font-size: 16px;
    margin-bottom: 16px;
}

.product_specs_list li:last-child {
    margin-bottom: 0px;
}

/* Recently View Section CSS */
/* .recently-viewed{
    padding: 80px 24px;
} */

.recently-viewed .mobile-only {
    display: none;
}

.rv-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.rv-heading a {
    color: #1f1f1f;
    font-size: 14px;
}

.rv-heading h3 {
    margin: 0 0 0px 0px;
}

.rv-heading span {
    font-size: 18px;
    font-weight: 400;
}

li.wvs-pro-product {
    padding: 16px 24px;
}

li.wvs-pro-product .image-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

li.wvs-pro-product .text-box {
    text-align: center;
}

li.wvs-pro-product .text-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: #1f1f1f;
    margin: 0 0 2px 0;
}

li.wvs-pro-product .text-box .amount {
    font-size: 16px;
    font-weight: 500;
    color: #1f1f1f;
}

.rv-heading a:hover {
    text-decoration: underline;
}

.recently-viewed ul .product img {
    aspect-ratio: 3/2;
    object-fit: contain;
    max-width: 232px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
}

.recently-viewed ul.slick-dots li.slick-active button {
    background: #5A5A5A;
}

.recently-viewed .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin-top: -11px;
    z-index: 999;
    left: -40px;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background: url(/wp-content/uploads/2025/09/left-icon.png) no-repeat center #F5F5F5;
}

.recently-viewed .next-icon.slick-arrow {
    right: -40px;
    left: auto;
    background: url(/wp-content/uploads/2025/09/right-icon.png) no-repeat center center #F5F5F5;
}

.recently-viewed .slick-arrow.slick-disabled {
    opacity: 0.4;
}

/* Datepicker */
.ui-widget {
    font-family: "Hind", Sans-serif;
    font-weight: 300;
}

.single #ui-datepicker-div {
    padding: 2px;
    border-radius: 0;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.5);
    border: none;
    z-index: 99 !important;
    font-family: "Hind", Sans-serif;
    font-weight: 300;
    max-width: 300px;
}

.single #ui-datepicker-div .ui-datepicker-header {
    padding: 6px 0;
    background: var(--e-global-color-primary);
    border-radius: 0;
}

.single #ui-datepicker-div .ui-datepicker-title {
    display: flex;
    justify-content: space-evenly;
}

.single #ui-datepicker-div .ui-datepicker-title select {
    width: calc(49% - 4px);
    margin: 0 2px;
    border: none;
    height: 36px;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 16px;
    font-family: "Hind", Sans-serif;
    font-weight: 300;
    background-color: #fff;

}

.single #ui-datepicker-div .ui-datepicker-prev {
    left: 6px;
}

.single #ui-datepicker-div .ui-datepicker-next {
    right: 6px;
    opacity: 0.8;
}

.single #ui-datepicker-div .ui-datepicker-prev,
.single #ui-datepicker-div .ui-datepicker-next {
    top: 9px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 0;
    border: none;
    cursor: pointer;
}

/* .single #ui-datepicker-div table.ui-datepicker-calendar{}
.single #ui-datepicker-div table.ui-datepicker-calendar tr{} */
.single #ui-datepicker-div table.ui-datepicker-calendar tr th,
.single #ui-datepicker-div table.ui-datepicker-calendar tr td {
    padding: 2px;
    width: 14.285%;
}

.single #ui-datepicker-div table.ui-datepicker-calendar tr th span {
    padding: 5px;
    display: block;
    color: #fff;
    background: var(--e-global-color-primary);
    font-weight: 300;
    font-size: 14px;
}

.single #ui-datepicker-div table.ui-datepicker-calendar tr td a {
    background: none;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
}

.single #ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-current-day a {
    background: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    color: #fff;
}

.single #ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-today a {
    border-color: var(--e-global-color-primary);
}

.single #ui-datepicker-div table.ui-datepicker-calendar tr td span {
    background: none;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}


/* //////////////////// */


@media screen and (max-width: 1460px) {
    .recently-viewed a.prev-icon.slick-arrow {
        left: -20px;
    }

    .recently-viewed a.next-icon.slick-arrow {
        right: -20px;
    }

    .recently-viewed ul.slick-slider {
        margin: 0 20px;
    }
}

@media screen and (max-width: 992px) {
    .recently-viewed a.prev-icon.slick-arrow {
        left: -40px;
    }

    .recently-viewed a.next-icon.slick-arrow {
        right: -40px;
    }

    .recently-viewed ul.slick-slider {
        margin: 0 40px;
    }

    .recently-viewed .text-box {
        padding: 0px 20px;
    }
}

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

    /* .recently-viewed{
        padding: 32px 0px 32px 16px;
    } */

    .rv-heading {
        margin-bottom: 16px;
    }

    .rv-heading a {
        padding-right: 16px;
    }

    .recently-viewed .text-box {
        padding: 0px 0px;
    }

    .recently-viewed .mobile-only {
        margin-top: 30px;
        display: none;
    }

    .rv-heading h3 {
        font-size: 18px;
    }

    .rv-heading h3 span {
        font-size: 16px;
    }

    .recently-viewed a.slick-arrow {
        display: none !important;
    }

    .recently-viewed ul.slick-slider {
        margin: 0 0px;
        padding: 0;
    }

    .product_description {
        position: relative;
        max-height: 150px;
        /* collapsed height */
        overflow: hidden;
    }

    .product_description.collapsed p {
        /*filter: blur(2px);*/
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
        -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    }

    .product_description .overlay {
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: center;
        background: linear-gradient(to top, rgb(249 249 249 / 62%) 80%, transparent);
        padding: 53px 0 0px;
    }

    .product_description .overlay button {
        background-color: #f9f9f9;
        padding: 11px 0px;
        width: 129px;
        text-align: center;
    }

    .product_description .overlay button:hover {
        color: #fff;
        background: #AB8E47;
    }

    .product_description.expanded {
        max-height: none;
    }

    .product_description.expanded p {
        filter: none;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .product_description.expanded .overlay {
        background: none;
        padding: 10px 0;
        position: relative;
    }

}

@media (max-width: 520px) {
    .recently-viewed .rv-heading {
        padding-right: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .ekit-vertical-navbar-nav .elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open {
        display: block;
        position: relative;
        left: 0;
        opacity: 1;
        visibility: visible;
    }
}


@media (min-width: 1024px) {

    .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-megamenu-has:hover>.elementskit-megamenu-panel,
    .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-dropdown-has:hover>.elementskit-submenu-panel {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto;
    }
}

@media(min-width:769px) and (max-width:1200px) {
    .header_vertical_menu #ekit-megamenu-main-menu {
        height: 50px;
    }
}

@media(max-width:520px) {
    .elementor-slides .swiper-slide-inner .elementor-slide-heading {
        margin-bottom: 0px;
    }
}