.pswp {
    display: none;
}

* {
  outline: none !important;
}

main {
    max-width: 1920px;
    margin: 0 auto;
}

.text-link a{
    color: #566E6A;
    text-decoration: underline;
}

.ep-search-modal .ep-search-toolbar .ep-search-icon-button {
    color: #212121;
}

#ep-instant-results .ep-search-small-button.undefined {
    color: #1f1f1f;
    font-weight: 400;
}

.ep-search-modal .ep-search-checkbox__input:checked + label::before {
    background: url(/wp-content/uploads/2026/02/checked.png) no-repeat center center / 22px !important;
}

/* 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;
}

.re_order_link .elementor-icon-list-text {
    padding-left: 0 !important;
}

.re_order_link .elementor-icon-list-icon,
.re_order_link .elementor-icon-list-icon svg {
    width: 30px;
    height: 30px;
}

.header_vertical_menu .elementskit-navbar-nav li a .elementskit-submenu-indicator {
    display: none;
}

.header_vertical_menu .elementskit-dropdown li:last-child a {
    padding-bottom: 0 !important;
}

.paragraph_text p:not(.paragraph_text p:last-child){
    margin-bottom: 16px;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: green;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 99;
    left: 46%;
    bottom: 30px;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    font-family: 'Raleway';
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.store_address_text .wpsl-locations-details,
.store_address_text .wpsl-location-address,
.store_address_text .wpsl-contact-details {
    margin-bottom: 0px;
}

/* Sticky Header CSS */
/* #mainHeader {
  transition: box-shadow 0.3s, background 0.3s, transform 0.3s;
  transform: translateY(0);
} */

.hide_on_sticky, 
.change_logo_on_sticky .e-con-inner,
.site_logo_section img,
.site_navigation_section .e-con-inner{
    transition-duration: 0.5s;
}
.elementor-sticky--effects {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 10;
  /* transform: translateY(0); */
}
body:has(#wpadminbar) .elementor-sticky--effects {
   top: 32px; 
}
.elementor-sticky--effects, .ekit-sticky--effects {
    box-shadow: 0px 0px 15px 2px #0000004a;
}

@media(min-width:769px){
    .elementor-sticky--effects .hide_on_sticky,
    .ekit-sticky--effects .hide_on_sticky{
        display: none;
    }
}

@media(min-width:1025px){
    .elementor-sticky--effects .change_logo_on_sticky .e-con-inner,
    .ekit-sticky--effects .change_logo_on_sticky.e-con-inner{
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .elementor-sticky--effects .site_logo_section img,
    .ekit-sticky--effects .site_logo_section img {
        width: 250px !important;
    }

    .elementor-sticky--effects .site_navigation_section > .e-con-inner,
    .ekit-sticky--effects .site_navigation_section > .e-con-inner{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}
/* End */

.cart-icon .fl-cart-count::before {
    background: url(/wp-content/uploads/2026/02/cart.svg) no-repeat center center / contain !important;
    content: '';
    position: absolute;
    width: 20px;
    height: 30px;
    left: 5px;
    top: -1px;
}

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

.cart-icon .cart-menu-items {
    position: absolute;
    right: -3px;
    top: 0px !important;
    background: #52B69A;
    padding: 0px 0 0 0;
    border-radius: 100px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-family: 'Raleway';
    color: #fff;
}

.cross-icon {
    cursor: pointer;
}

.header_vertical_menu .elementskit-navbar-nav-default .elementskit-navbar-nav>li:not(.header_vertical_menu  .elementskit-navbar-nav-default .elementskit-navbar-nav>li:last-child) {
    padding-right: 17px;
}

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

.filter-values .e-filter-item, .filter-values .e-filter-item:hover, .filter-values .e-filter-item:focus {
    color: #1f1f1f !important;
    font-weight: 400;
}

.active-btn-text {
    visibility: hidden;
}

.active-btn-text .elementor-button-icon svg {
    width: 24px;
    height: 24px;
}

.active-btn-text .elementor-button-content-wrapper {
    align-items: center;
}

.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 !important;
}

.header_off_canvas .ekit-wid-con .ekit-sidebar-group .ekit_widget-heading {
    padding: 20px;
    position: absolute;
    right: 0;
}

.header_off_canvas .ekit-wid-con .ekit_close-side-widget {
    border: 0px solid #ccc !important;
    background-color: transparent !important;
    top: 12px !important;
    right: 16px !important;
    padding: 0 !important;
}

/*.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";
}

.close-mm .elementor-icon-wrapper {
    height: 30px;
}

/* End */

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

a.toggle-text {
    margin: 0;
    font-weight: 500;
    color: #566E6A;
}
/* Google review CSS */
.google_rating .wp-google-powered {
    display: none !important;
}
.google_rating .wp-gr {
    padding: 0 !important;
}
.google_rating .rpi-stars {
    margin: 0 !important;
    color: transparent !important;
    text-indent: -9999px !important;
}

.google_rating .wp-gr .wp-google-list .grw-header-inner {
    padding: 0 0 8px 0 !important;
    margin: 0 !important;
}

.rpi-stars {
    --rpi-star-size: 22px;
}

.elementor-icon-list-item a {
    color: inherit;
}

.store_phone_icon .elementor-icon,
.store_phone_icon .elementor-icon svg {
    width: 28px;
    height: 35px;
}

.mobile-filters .elementor-button-icon svg {
    width: 24px;
}

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

.woocommerce-breadcrumb > a:hover {
    color: #52B69A !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;
}

.recently-viewed .slick-track{
    display: flex;
}

li.wvs-pro-product {
    padding: 24px 12px 0px;
    height: -webkit-fill-available;
}

li.wvs-pro-product:hover .text-box {
    border-bottom: 1px solid #1f1f1f;
}

li.wvs-pro-product > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

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

li.wvs-pro-product .text-box {
    padding: 16px;
    border-bottom: 1px solid #ccc;
    transition-duration: 0.5s;
}

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

li.wvs-pro-product .brand_with_lenses_color {
    display: flex;
    justify-content: space-between;
}

li.wvs-pro-product .brand_with_lenses_color .brand_name {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
    color: #1f1f1f;
}

li.wvs-pro-product .brand_with_lenses_color .custom_data{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #666;
}

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/2026/02/left-icon.png) no-repeat center #F5F5F5;
}

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

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

.text_cta a{
    font-size: inherit;
    color: #566E6A;
    text-decoration: none;
}

.text_cta a:hover{
    text-decoration: underline;
}

.ep-search-panel__heading{
    font-family: 'Raleway', sans-serif !important;
}

.ep-search-modal .ep-search-panel__button {
    font-weight: 500 !important;
}

.ep-search-modal .ep-search-checkbox label {
    color: #1f1f1f !important;
    font-size: 16px;
}

/* Datepicker */
.ui-widget {
    font-family: "Raleway", 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: "Raleway", 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: "Raleway", 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;
}

.mega_menu_tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],
.mega_menu_tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover,
.home_tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],
.home_tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background: #fff !important;
    font-weight: 600 !important;
}

.mega_menu_tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    border-color: #fff !important;
}

.custom_style_price del .amount {
    font-size: 16px;
    text-decoration: none;
}

.custom_style_price ins{
    text-decoration: none;
    font-weight: 500;
}

.custom_style_price .price{
    color: #1f1f1f !important;
    font-size: 17px;
    font-weight: 500 !important;
    text-align: right;
}

.ppcp-messages {
    display: none !important;
}

.underline_item a {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

:focus-visible, :active{
    outline: 0px !important;
}

a, 
input[type=date], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url], 
select, 
textarea,
[type=button], [type=submit], button{
    transition: none !important;
}

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


@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: 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(max-width: 1024px){
  
} */

@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: #566e6a;
        border-color: #566e6a;
        padding: 12px 0px;
        width: 129px;
        text-align: center;
    }

    .product_description .overlay button:hover {
        color: #fff;
        background: #52b69a;
        border-color: #52b69a;
    }

    .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;
    }
    .gallery-carousel .elementor-swiper-button {
        display: none !important;
    }

    .active-member .team-mem-img img {
        object-position: center center !important;
    }

    .info_slider .swiper, .info_slider .swiper {
        width: calc(100% - 50px) !important;
    }
         /* Team: hide description in list, show via JS in detail mode */
         .team-description {
            display: none;
        }
}

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

    .elementor-slides .swiper-slide-inner .elementor-slide-heading {
        margin-bottom: 0px;
    }
     
}

@media screen and (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 screen and (min-width: 769px) and (max-width: 1200px) {
    .header_vertical_menu #ekit-megamenu-main-menu {
        height: 50px;
    }
}

/* Team detail: Back button and description visibility, active-member layout */
.team-back-btn {
    display: none;
}

body:has(.active-member) .team-back-btn {
    display: block !important;
}

body:has(.active-member) .team-members-container {
    padding: 0 16px;
}

.view-results button.close-filters {
    background-color: #566e6a !important;
}

.view-results button.close-filters:hover {
    background-color: #52b69a;
}

.swiper-button-disabled {
    opacity: 0 !important;
}

.ekit-vertical-navbar-nav>li.menu_open {
    border-bottom: 0px solid #ededed !important;
}

@media(min-width: 769px){
    .arrow_show_on_mobile .elementor-swiper-button{
        display: none !important;
    }
    .view-all.btn {
        height: 44px;
        line-height: 2em;
    }

    .view-all.btn:hover{
        background-color: #f6f6f6 !important;
        border: 1px solid #1f1f1f !important;
        color: #1f1f1f !important;
    }
}


@media screen and (min-width: 769px) and (max-width: 1024px) {
    .active-member .team-mem-img {
        max-width: 300px !important;
        height: auto;
    }
}
@media screen and (min-width: 520px) and (max-width: 768px) {
    .active-member .team-mem-img {
        max-width: 60% !important;
        height: auto;
    }
}

@media screen and (min-width: 400px) and (max-width: 520px) {
    .gallery-carousel.elementor-widget-n-carousel .e-n-carousel.offset-right {
        padding-inline-end: 174px !important;
    }
}

.active-member .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
}

.active-member .team-description {
    display: block;
}

body:has(.active-member) .team-loop-grid-container > div,
body:has(.active-member) .team-loop-grid-container {
    padding: 0 !important;
}

.grid_carousel .swiper-slide > .elementor-element > .e-con-inner {
    overflow: hidden;
    border-radius: 10px;
}

.ep-search-modal__close.ep-search-icon-button svg {
    height: 1.5em;
    width: 1.5em;
}

