/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/

/* Buy Now Button Styles */
body .cart .nasa-buy-now {
    width: 270px !important;
    height: 42px;
    background-color: #6ca300;
    border-color: #d0bdac;
    outline: none;
    flex-grow: 0;
    min-width: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    margin-left: -1px !important;
}

.cart .nasa-buy-now {
    margin: 10px -0px 0px 75px;
    width: auto;
    min-width: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* Product Image Styles */
@media only screen and (min-width: 600px) {
    .product-img {
        position: relative;
        overflow: hidden;
        cursor: pointer;
        border: none !important;
        border-radius: 5px;
        box-sizing: border-box !important;
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.01) !important;
    }
}

.product-img {
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 16px -2px rgb(214 214 214/87%);
    -webkit-box-shadow: 0 0 16px -2px rgb(214 214 214/87%);
    -moz-box-shadow: 0 0 16px -2px rgb(214 214 214/87%);
}

/* Add to Cart Button */
.product-info .cart .single_add_to_cart_button {
    width: 300px;
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 0;
}

/* Password Input */
button.show-password-input {
    display: none;
}

/* Navigation */
.nav-wrapper .root-item {
    width: auto;
    padding: 15px !important;
}

.nasa-classic-style {
    display: none !important;
}

/* Product Info Desktop Layout */
@media only screen and (min-width: 1040px) {
    .nasa-product-info-wrap {
        position: relative;
        margin-left: -50px;
    }
    
    .product-info .cart.variations_form .woocommerce-variation-add-to-cart {
        flex-wrap: nowrap !important;
        align-items: baseline;
    }
    
    .product-info .cart {
        flex-wrap: wrap !important;
        align-items: baseline;
    }
    
    .nasa-single-product-slide .product-gallery {
        padding-right: 10px !important;
        position: sticky !important;
        top: 160px;
    }
}

/* Columns Padding */
body [class*="columns"]+[class*="columns"]:last-child {
    padding-bottom: 40px !important;
}

/* Products Trust Section */
.products-trust-container {
    margin: 0;
    padding-top: 15px;
    width: 100%;
    max-width: 650px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.products-trust-images-container {
    width: 150px;
    text-align: center;
    align-items: center;
}

.products-trust-images-container h5 {
    font-weight: 400;
    color: #333333;
    font-size: 15px;
    padding: 0 10px;
}

@media (max-width: 768px) {
    .products-trust-container {
        width: 100%;
        max-width: 0 10px;
    } 

    .products-trust-images-container img {
        width: 60px;
    }

    .products-trust-images-container h5 {
        font-size: 11px;
        font-weight: 400;
        padding: 0;
    }
}

/* Breadcrumb */
#nasa-breadcrumb-site {
    background: #f3eeea !important;
}

/* Search Form Styles */
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #ffffff00;
    padding: 10px;
    border-radius: inherit;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, 
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover, 
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    padding: 13px 24px 13px 48px;
    line-height: 24px;
    font-size: 17px;
    border: 2px solid transparent;
    border-radius: 8px !important;
    height: auto;
    font-family: Roboto, sans-serif;
    background-color: #eee;
    color: #0f0f0f;
    border-color: #d1ac96;
}

/* Italic Elements */
em, i {
    font-style: italic;
    line-height: inherit;
    display: none !important;
}

/* Single Image */
.wpb_single_image img {
    height: auto !important;
    max-width: 100% !important;
    vertical-align: top !important;
    border-radius: 20px !important;
}

/* Review Section */
.vc_custom_1716014242603 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1716014492097 {
    background-color: #703d00 !important;
    border-radius: 15px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

/* Mobile Toggle - Hidden */
@media only screen and (max-width: 767px) {
    .nasa-nav-extra-warp .bar-mobile_toggle {
        text-align: center;
        background: #333;
        color: #fff;
        opacity: 0.5;
        height: 45px;
        display: none !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

/* Estimated Delivery Date */
.pi-edd-product, .pi-edd-ajax {
    background: #fff;
    color: #000000;
    padding: 5px 5px; 
    margin-top: 1rem;
    margin-bottom: 1rem;
    clear: both;
    text-align: left;
    font-weight: 600;
    margin-left: -10px;
}

.pi-edd-icon {
    display: inline-block !important;
    margin: 0 7px;
    vertical-align: middle;
    height: 50px !important;
}

/* Service Block */
.service-block.style-4 .box {
    padding: 15px 38px 20px 38px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 200px;
}

/* Popup Nodes */
.nasa-wrap-popup-nodes>li {
    display: block !important;
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .nasa-wrap-popup-nodes {
        overflow-y: auto;
        white-space: nowrap;
        mask-image: linear-gradient(to left, transparent 5px, #000 40px);
        -webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px);
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: wrap !important;
    }
}

/* Footer */
#nasa-footer .footer-light-2 .nasa-follow.socialmedianeel .nasa-follow-title {
    font-weight: 500;
    line-height: 1.6;
    font-size: 16px;
    padding: 10px 0px;
}

.paymentimageny .wpb_singleimage_heading {
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 0px;
}

#nasa-footer .nasa-nav-sc-menu.neelfootermenudesign ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#nasa-footer .nasa-nav-sc-menu.neelfootermenudesign ul li a {
    padding: 0px 0; 
    font-size: 13px;
}

#nasa-footer .nasa-nav-sc-menu.footermenudesign ul li a {
    padding: 0px 0; 
    font-size: 13px;
}

#nasa-footer .nasa-footer-bottom.nayurved {
    background-color: #e4e4e4;
    color: #333;
    padding: 0px 0;
    border-top: 1px solid #ececec;
}

/*************** CUSTOM CSS ***************/
@media (min-width: 1025px) and (max-width: 50000px) {
    .nasa-title.nasa-xl h2.nasa-heading-title {
        font-size: 35px;
    }
    
    .fixed-already .logo img.header_logo {
        max-height: 60px;
    }
}

/* Mobile Topbar */
body.nasa-in-mobile .nasa-topbar-wrap #top-bar .topbar-mobile-text {
    background-color: #ffffff;
}

body.nasa-in-mobile .nasa-topbar-wrap #top-bar .topbar-mobile-text .wpb_wrapper {
    display: inline-flex;
}

/* Header */
.header-type-4 .wide-nav {
    text-align: center;
}

.html-ready .nasa-megamenu > .nav-dropdown > ul.sub-menu > li.menu-item a {
    font-weight: 400 !important;
}

.html-ready .nasa-megamenu > .nav-dropdown > ul.sub-menu > li.menu-item.headfontsty a {
    font-weight: 600 !important;
}

.html-ready .nasa-megamenu > .nav-dropdown > ul.sub-menu > li.menu-item.headfontsty .sub-menu a {
    font-weight: 400 !important;
}

.summary.testnewdes .nasa-attr-ux .nasa-attr-bg {
    display: none;
}

.single-product.nasa-spl-modern-2 .site-header, 
.single-product.nasa-spl-modern-3 .site-header {
    background: #ffffff;
}

/* Carousel */
#wpcpro-wrapper-22886 #sp-wp-carousel-pro-id-22886.wpcp-carousel-section.swiper-grid-column .swiper-slide {
    padding-bottom: 0px !important;
}

.wpcpro-wrapper.wpcp-wrapper-22886 .wpcp-carousel-section.wpcp-image-carousel .wpcp-single-item .wpcp-all-captions {
    padding: 10px 20px 0px;
}

/* Logo */
body .logo.nasa-logo-retina .header_logo {
    width: 100%;
}

.site-header .nasa-header-flex .logo-wrapper {
    max-width: 290px;
}

.site-header .header-type-4 #masthead {
    padding-top: 20px;
}

.site-header .header-type-4 .nasa-elements-wrap-main-menu {
    border: 1px solid #ececec;
    border-left: none;
    border-right: none;
    margin-top: 20px;
}

/* Mega Menu */
.nasa-megamenu .nav-dropdown ul .menu-item a {
    text-transform: capitalize;
    padding: 10px 0 6px 8px!important;
    font-size: 115%;
    font-weight: 400;
}

.nasa-megamenu .nav-dropdown ul.sub-menu .menu-item .sub-menu .menu-item a {
    font-weight: 400;
}

/* Mobile Styles */
@media only screen and (min-width: 320px) {
    .footermobstyelone .large-6 {
        width: 50%;
    }
    
    .nasa-service-footer .nasa-title.nasa-s h2 {
        font-size: 16px; 
        line-height: 28px;
    }
    
    .footermobstyelone .service-block.style-3 .box {
        padding: 0px;
        border: none;
    }
    
    .footermobstyelone .service-block.style-3.neelvisitors .service-desc {
        line-height: 20px;
        color: #000000;
        font-size: 14px;
    }
    
    .footermobstyetwo .service-block.style-4 .service-title {
        color: #caae96;
    }
    
    .footermobstyetwo .service-block.style-4 .box {
        padding: 10px;
    }
    
    .footermobstyetwo .service-block.style-4 .service-desc {
        line-height: 19px; 
        color: #000; 
        font-size: 12px;
    }
}

@media (min-width: 320px) and (max-width: 1024px) {
    body .fixed-already .logo .header_logo.logo_sticky {
        max-height: 40px;
    }
    
    .blogtitleneel .nasa-blog-title {
        font-size: 14px;
        font-weight: 400 !important;
    }
    
    .blogtitleneel .padding-bottom-50 {
        padding-bottom: 20px !important;
    }
}

/* Service Block Styles */
.service-block.style-3.neelvisitors .service-title {
    font-size: 32px;
    font-weight: 600 !important;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 3px;
    color: #caae96;
}

.service-block.style-3.neelvisitors .service-desc {
    line-height: 35px;
    color: #000000;
    font-size: 18px;
}

/* Main Content */
body.nasa-gray #main-content {
    padding: 0px 0 !important;
    background-color: #ffffff !important;
}

/* Product Item */
.product.product-item .info .name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 3px;
    padding-top: 5px;
}

.product.product-item .info {
    padding: 5px 0 20px 0;
}

/* Shadow and Border */
.neelshadow .nasa-row {
    padding-bottom: 60px;
    border-bottom: 1px solid #efefef;
}

.bordercolorneel .nasa-img-box {
    border: 1px solid #d0bdac;
}

/* About Fonts */
.neelfontabouts p:first-child,
.neelfontabouts p {
    font-size: 17px;
    line-height: 29px;
}

/* Contact Form */
.contact-form-footer label {
    font-size: 16px;
    line-height: 30px;
}

.contact-form-footer input[type="text"], 
.contact-form-footer input[type="email"], 
.contact-form-footer textarea {
    margin-bottom: 10px;
}

div.wpcf7 .contact-form-footer .button.btn-contact {
    font-size: 16px;
    line-height: 1px;
    padding: 12px 40px;
}

/* Slick Slider */
.slick-dots {
    text-align: center;
    padding: 0;
    margin: -30px 0 0 0 !important;
}

/* Product Ads Container */
div.top-main-container {
    width: 400px !important; 
    display: flex; 
    flex-direction: column; 
    flex-wrap: nowrap !important; 
    border: 1px solid #aa7060; 
    border-radius: 10px;   
}

div.products-ads-container {
    margin: 15px 0 5px 0;
}

@media (max-width: 768px) {
    div.top-main-container {
        width: 100% !important;
    }
    
    div.products-ads-container {
        margin: 20px 0;
    }
}

/* Popup */
.nasa-popup-exit-intent-wrap.nasa-active, 
.nasa-promo-popup-wrap.nasa-active {
    background: #faebd700 !important;
}

.nasa-popup-exit-intent-close {
    display: none;
}

/* YITH Filter Styles */
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
    background-color: #fff;
    border: 1px solid #b7a597c7;
    border-radius: 4px;
    box-shadow: 0 0 7px 0 #b7a597 !important;
    display: none;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 1011;
    margin-top: -30px;
}

.yith-wcan-filters:not(.horizontal):not(.filters-modal) .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
    display: block !important;
    position: relative !important;
    z-index: 0 !important;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 8px 15px;
    cursor: pointer;
    position: relative;
}

.yith-wcan-filters .yith-wcan-filter .filter-title {
    color: var(--yith-wcan-filters_colors_titles, #434343);
    margin: 0 0 20px 15px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:after {
    background-size: 100% auto;
    content: "";
    display: none !important;
    height: 10px;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    width: 10px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
    border-color: rgb(247 247 247 / 30%);
    box-shadow: 0 0 7px 0 rgb(255 255 255 / 30%);
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .show-more {
    color: #b7a597;
    display: inline-block;
    font-size: 0.8em;
    margin-top: 10px;
    text-decoration: none;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items {
    margin-bottom: 0;
    max-height: 200px;
    overflow-y: auto;
}

.filters-container {
    padding: 20px 0;
}

.widget_yith-woocommerce-ajax-navigation-filters {
    background: none !important;
}

.widget li:before {
    display: none;
}
