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


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
.logged-in .elementor-background-video-container {
    display: none;
}

/* Header start here */
#masthead {
    padding: 18px 0px;
}

.top-bar .left-text {
    display: flex;
    align-items: center;
}

.nasa-header-sticky .fixed-already #masthead {
    padding-top: 8px;
    padding-bottom: 8px;
}

.nav-wrapper .root-item:hover>a:after, .nav-wrapper .root-item.current-menu-ancestor>a:after, .nav-wrapper .root-item.current-menu-item>a:after {
    display: none;
}

#masthead .current-menu-item .nasa-title-menu, #masthead .nasa-title-menu:hover {
    color: #f45c5d;
}

.nav-wrapper .root-item.menu-parent-item>a .nasa-open-child {
    opacity: 1 !important;
    width: 26px;
    height: 26px;
    right: -25px !important;
    top: 48% !important;
}

#masthead .cus-mega-menu {
    position: static;
} 

.cus-mega-menu .sub-menu {
    width: 100%;
    max-width: 100% !important;
    padding: 0px !important;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 0px 9px 15px #cccccc66;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
    border-top: 4px solid #f45c5d !important;
}

#masthead .cus-mega-menu .nav-dropdown {
    width: 100%;
    padding-top: 32px;
}

.nasa-header-sticky .fixed-already #masthead .cus-mega-menu .nav-dropdown {
    padding-top: 21px;
}

.header-tabs .nav-tabs {
    flex-basis: inherit !important;
    min-width: 260px !important;
    position: static !important;
    background: transparent !important;
    border: none !important;
}
 
.header-tabs .nav-tabs .elementkit-nav-link.active {
    border-right: none !important;
}

.header-tabs .elementkit-tab-wraper {
    width: 100% !important;
    overflow: hidden;
}

.header-tabs .tab-content {
    position: relative !important;
}

.header-tabs .tab-pane {
    max-width: 100% !important;
}

.header-tabs .tab-content {
    width: calc(100% - 280px) !important;
}

.header-tabs .product-img-wrap .product-img img {
    height: 230px;
}

.header-tabs .product-info-wrap {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.header-tabs .product {
    margin-bottom: 20px;
}

.header-tabs .star-rating {
    display: none;
}

.header-tabs .nav-tabs:before {
    content: "";
    width: 1px !important;
    height: 100% !important;
    background: #D9D9D9;
    position: absolute;
    left: 259px;
    z-index: -1;
}

.header-tabs .nav-tabs .elementkit-nav-link {
    border-right-color: transparent !important;
}

.header-tabs .nav-tabs .elementkit-nav-link.active {
    border-right: 1px solid #f5f5f5 !important;
}

.header-tabs .slick-arrow {
    top: 56% !important;
}

.header-tabs a.elementor-button:hover span {
    color: white !important;
}

.she-header {
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
    z-index: 9999;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 1px 10px 0 rgb(32 33 36 / 19%) !important;
    z-index: 999;
    position: fixed !important;
    top: 0px;
    width: 100%;
  }
  
  .admin-bar .she-header {
    top: 32px !important;
  }
  
  @-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
  
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
  }
  
  @-moz-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
  
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
  }
  
  @keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
  
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
  }
  
  .in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
  }
  
  #masthead {
      background: white !important;
  }

.she-header a.logo img {
    width: 130px;
}

.she-header #masthead {
    padding-top: 12px;
    padding-bottom: 12px;
}
header .order-4.icons-wrapper {
    order: 4;
}
.social-links ul {
    display: flex;
    column-gap: 7px;
    margin-right: 29px;
}
.social-links li {
    list-style: none;
}
.social-links li a {
    width: 30px;
    height: 30px;
    background: #333;
    display: inline-flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 14px;
}
.social-links li a:hover{
    background: #F45C5D;
    color: #fff;
}
/* Header close here */

/* Home page start here */
.hero-banner .bdt-slider-excerpt {
    margin-top: 0px !important;
    margin-bottom: 0px;
}

.hero-banner .bdt-main-title + div {
    position: absolute;
    bottom: 0px;
}

.hero-banner .bdt-prime-slider-content {
    padding-bottom: 75px;
}

#main-content .hero-banner ul.bdt-slideshow-items {
    aspect-ratio: auto !important;
    height: 650px !important;
    min-height: 10px !important;
}

.hero-banner .bdt-prime-slider-wrapper {
    max-width: 1190px;
    padding-bottom: 20px;
}

.hero-banner .bdt-position-cover:before {
    content: "" !important;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(90deg, #000000cf 23%, #FFFFFF00 100%);
    top: 0px;
    left: 0px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.hero-banner .bdt-main-title {
    margin-bottom: 15px !important;
}

.hero-banner .bdt-prime-slider-desc {
    margin-top: 0px;
}

.hero-banner .bdt-slideshow-nav {
    width: max-content;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    left: auto;
    right: 130px;
    bottom: auto;
    top: 45%;
    transform: translateY(-50%);
}

.collection-banner h5 {
    color: #000 !important;
    font-size: 26px !important;
    margin-bottom: 12px !important;
}

.collection-banner h6 {
    color: #4c4c4c !important;
    font-size: 17px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
}

.featured-slider h6 {
    max-width: 325px;
}

.collection-card .elementor-image-box-title {
    margin: 0px !important;
}

.collection-card .elementor-image-box-content {
    position: absolute;
    padding: 18px 25px;
    bottom: -44px;
    z-index: 2;
    transition: .4s;
}

.collection-card .elementor-image-box-wrapper {
    position: relative;
}

.collection-card .elementor-image-box-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00000000 28%, #0000006e);
    position: absolute;
    top: 0px;
    z-index: 1;
}

.collection-card .elementor-image-box-description {
    opacity: 0;
    transition: .4s;
} 

.collection-card .elementor-image-box-img {height: 360px;overflow: hidden;}

.collection-card .elementor-image-box-img a {
    display: block;
    height: 100%;
}

.collection-card .elementor-image-box-img img {
    height: 100%;
    display: block;
    object-fit: cover;
    transition: .8s;
}

.collection-card .elementor-image-box-img a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    z-index: 9;
    top: 0px;
}

.collection-card:hover .elementor-image-box-img img {
    transform: scale(1.1);
}

.collection-card .elementor-image-box-wrapper {
    position: relative;
    overflow: hidden;
    height: 360px;
}

.collection-card .elementor-image-box-wrapper:hover .elementor-image-box-content p {
    opacity: 1;
    position: relative;
    display: block;
}

.collection-card:hover .elementor-image-box-content {
    bottom: 0px;
    opacity: 1;
}

span.badge.hot-label {
    display: none;
}

span.badge.deal-label {
    display: none !important;
}

html body .badge.sale-label {
    background: #f45c5d !important;
}

.nasa-sc-pdeal-countdown {
    display: none;
}

.product-img-wrap .product-img img {
    height: 300px;
    border-radius: 8px;
    object-fit: cover;
/*     border: 1px solid #cccccc57;
    background: #cccccc8a; */
}

.product-item .info .name {
    font-size: 16px;
    color: #2C2C2C;
}

.product-item span.price {
    font-weight: 500;
}

.nasa-slide-style {
    border-color: #f3f3f3;
    border-radius: 7px;
}

.nasa-tabs-wrap {
    margin-bottom: 25px !important;
}

#nasa-init-viewed {
    display: none;
}

.product .btn-link.wishlist-icon {
    background: #ffffffc2 !important;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-top: 0px !important;
    backdrop-filter: blur(5px);
}

.btn-link.btn-wishlist.nasa-added .nasa-icon {
    color: #f45c5d;
}

.html-ready .nasa-product-grid .quick-view {
    background: #f45c5d;
    width: 32px;
    height: 32px;
    left: -38px;
}

.product .nasa-tip.nasa-tip-left .nasa-tip-content:after {
    border-left-color: #f45c5d;
}

.product .nasa-tip.nasa-tip-left .nasa-tip-content {
    background: #f45c5d;
}

.product-quickview-img img {
    height: 400px !important;
    object-fit: cover;
    border-right: 6px solid white;
}

.cart .nasa-buy-now {
    background: #000;
}

.cart .nasa-buy-now:hover {
    background: #333;
}

.product-quickview-info .product-info .woocommerce-product-details__short-description {
    margin-top: 15px;
}

.pro-tabs .e-n-tabs-heading {
    width: max-content;
    background: white; 
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: 1px solid #cccccc57;
}

.pro-tabs .product-info-wrap {
    padding-bottom: 0px;
}

.icon-flip .elementor-icon {
    transition: .8s;
}

.icon-flip:hover .elementor-icon {
    transform: rotateY(360deg)
}

.mfp-bg.mfp-ready:before {
    background: #00000000 !important;
}

.mfp-bg {
    background: #000000a6;
}

.mfp-container.mfp-iframe-holder .mfp-close.ekit-popup-close {
    color: white !important;
}

.nasa-static-sidebar .nasa-sidebar-tit {
    font-size: 28px;
}

.nasa-static-sidebar .image-wishlist img, .nasa-static-sidebar .nasa-image-whislist-item img {
    height: 73px !important;
    object-fit: cover;
}

.nasa-static-sidebar .nasa-sidebar-tit {
    font-size: 26px !important;
}
/* Home page close here */

/* Shop page start here */
.breadcrumb {
    display: none !important;
}

h1.nasa-first-breadcrumb {
    text-transform: uppercase;
    font-size: 50px;
    text-shadow: 0px 0px 35px #000000cc;
    color: white;
}

#nasa-breadcrumb-site {
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
    height: 200px;
    display: flex;
    align-items: center;
}

#nasa-breadcrumb-site:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000096;
    position: absolute;
    top: 0px;
}

a.nasa-toogle-sidebar-classic {
    visibility: hidden;
}


.nasa-sidebar-off-canvas .widget {
    background: #f8f8f8;
    padding: 25px 25px 9px 25px;
    border-radius: 10px;
    border: 1px solid #cccccc59;
    margin-bottom: 15px;
}

.category-page.nasa-with-sidebar-classic .col-sidebar {
    width: 28%;
}

.html-ready .category-page.nasa-with-sidebar-classic .nasa-products-page-wrap {
    width: 72%;
}

.nasa-sidebar-off-canvas .widget-title {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
}

.nasa-sidebar-off-canvas a.nasa-toggle-widget {
    padding-right: 15px !important;
    top: 23px;
    right: 22px;
    width: calc(100% - 22px);
}

.nasa-with-sidebar-classic .nasa-actived-filter {
    background: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #cccccc59;
}

.nasa-store-page .product-img-wrap .product-img img {
    height: 270px;
    border: 1px solid #ededed;
}

.sort-bar .nasa-filter-order .woocommerce-ordering {
    background: #f8f8f8 !important;
    border-radius: 10px !important;
    border: 1px solid #cccccc59 !important;
    padding: 6px 17px !important;
}

.nasa-recommend-product {
    display: none;
}

.nasa-pagination.style-1 {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.nasa-pagination.style-1 .page-sumary {
    margin-right: 10px;
}

.nasa-sidebar-off-canvas .widget_status_filter {
    padding-bottom: 15px !important;
}

.nasa-show-one-line {
	overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
}
/* Shop page close here */

/* Single product page start here */
.single-product .woocommerce-tabs #reviews .nasa_reviewed_images_wrap .btn-add-new-review {
    padding: 7px 15px;
    height: auto;
}
.single-product .nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails .nasa-wrap-item-thumb img{
	opacity: 1;
}
.single-product #nasa-breadcrumb-site {
    display: none;
}

.single-product .site-header:not(.single-product .site-header.she-header) {
    box-shadow: 0 1px 10px 0 rgb(32 33 36 / 10%) !important;
    z-index: 1;
}

.single-product .focus-info {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
}

#main-content .products-arrow .dropdown-wrap p.product-name {
    font-size: 16px !important;
}

.products-arrow .dropdown-wrap img {
    height: 65px !important;
    object-fit: cover;
}

.product-info .products-arrow .price {
    margin-bottom: 0px;
}

.product-info .woocommerce-product-details__short-description {
    color: #656565 !important;
}

.nasa-size-guide {
    display: none !important;
}

#nasa-counter-viewing {
    display: none;
}

.safe-checkout fieldset {
    background: white;
    border-color: #7b7b7b36;
    border-radius: 9px;
}

.safe-checkout.nasa-crazy-box {
    margin-top: 40px;
}

.nasa-single-product-slide .main-images .nasa-item-main-image-wrap, 
.nasa-single-product-slide .main-images .nasa-item-main-video-wrap {
    border-radius: 9px;
    overflow: hidden;
}
/* 
.nasa-product-details-page .product-gallery .main-images .slick-slide img {
    height: 520px;
} */

.single-product .nasa-product-info-wrap {
    padding-top: 10px;
}

.nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails .nasa-wrap-item-thumb img {
    height: 100px;
    object-fit: cover;
    border-radius: 7px;
}

.nasa-title-relate {
    color: #000;
}

.product-gallery .nasa-thumbnail-hoz .product-image-btn {
    top: 10px;
}

.product-info.summary bdi:not(.product-info.summary del bdi) {
    color: #f76b6a;
}

.black-window, .white-window, .transparent-desktop, .transparent-window, .transparent-mobile {
    z-index: 999;
}

#review_form_wrapper #reply-title {
    color: #000;
}

#review_form_wrapper .comment-form .form-submit .submit {
    padding: 4px;
}

.nasa-static-sidebar .empty>svg, .ns-cart-popup-v2 .empty>svg {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
/* Single product page close here */

/* Checkout page start here */
#main-content .order-steps {
    background: #f8f8f8;
    padding: 25px 25px 9px 25px;
    border: 1px solid #cccccc59;
}

.checkout-breadcrumb {
    padding-top: 10px;
}

#main-content table th {
    letter-spacing: 0px;
}

.woocommerce-cart-form__cart-item td.product-name a {
    font-weight: 500;
}

.cart_totals {
    background: #f8f8f8;
    padding: 25px 25px 9px 25px !important;
    border-radius: 10px;
    border: 1px solid #cccccc59;
    margin-top: 20px;
    max-width: 93%;
    margin-left: auto;
}

#main-content .cart_totals table th {
    font-size: 15px;
}

#main-content .cart_totals table td {
    font-size: 14px;
}

.woocommerce-cart #shipping_method {
    margin-bottom: 5px;
}

.cart_totals p {
    margin-bottom: 5px;
}

#main-content .cart_totals table th, #main-content .cart_totals table td {
    padding-top: 10px;
    padding-bottom: 10px;
}

#main-content .cart_totals h2 {
    font-weight: 700 !important;
    letter-spacing: 0px !important;
    font-size: 18px !important;
}


.wc-proceed-to-checkout {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* Checkout page close here */

/* Account page start here */
/* account page start here */
.woocommerce-account .nasa-first-breadcrumb {
    text-transform: capitalize !important; 
    font-size: 45px !important;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
    background: #f76b6a !important;
    color: white !important;
    border-color: #f76b6a !important;
}

.woocommerce-MyAccount-navigation.nasa-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    border-color: #ddd !important;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    border-color: #ddd !important;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    color: #333 !important;
    border-left: 1px solid #ddd !important;
    padding-left: 12px !important;
    letter-spacing: .4px !important;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
    color: #f76b6a !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a:hover {
    color: white !important;
}
/* account page close here */

/* Faq page start here */
.cus-accordions .e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
/* Faq page close here */

/* Contact page start here */
.cus-con-form .ff-el-input--content input, 
.cus-con-form .ff-el-input--content textarea {
    font-size: 16px;
    height: min-content;
    padding: 14px 20px;
    border: 1px solid #ccccccc4;
    border-radius: 9px;
    color: #000 !important;
}

.cus-con-form .ff-el-input--content input:hover, 
.cus-con-form .ff-el-input--content textarea:hover, 
.cus-con-form .ff-el-input--content input:focus, 
.cus-con-form .ff-el-input--content textarea:focus {
    border-color: #f45c5d;
}

.cus-con-form .ff-el-input--content input::placeholder, 
.cus-con-form .ff-el-input--content textarea::placeholder {
    color: #727272;
}

.cus-con-form .ff-el-input--content textarea {
    height: 140px;
}

.cus-con-form .ff_submit_btn_wrapper {
    margin-bottom: 0px;
}

.cus-con-form .ff_submit_btn_wrapper button {
    background: #f45c5d !important;
    height: min-content !important;
    padding: 12px 24px 10px 24px;
    border-radius: 8px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
textarea:-webkit-autofill, 
textarea:-webkit-autofill:hover, 
textarea:-webkit-autofill:focus, 
select:-webkit-autofill, 
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus {
    background-color: white !important;
    color: black !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.ff-message-success {
    background: #e0ffdb;
    box-shadow: none;
    border-radius: 8px;
    text-align: center;
    border: 1px dashed #16a300;
    color: #158304;
}

.elementor-icon-list-text {
    word-break: break-all;
}
/* Contact page close here */

/* Policy pages start here */

.policy-text h3 {
    margin-bottom: 5px;
    font-size: 26px;
    margin-top: 30px;
}

.policy-text p {
    margin-bottom: 12px;
}

.policy-text ul, .policy-text ol {
    padding-left: 25px;
}

.policy-text a {
    border-bottom: 1px solid !important;
    font-weight: 500;
}
/* Policy page close here */

/* Catalogue popup start here */
.nasa-promo-popup-wrap .columns {
    padding: 0px !important;
}
.nasa-promo-popup-wrap .nasa-popup-wrap {
    padding: 0px !important;
}
.catelog-form-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}
.nasa-promo-popup-wrap .nasa-popup-wrap-content {
    height: 100%;
}
.cat-img-col {
    width: 47%;
}
.cat-form-wrapper {
    width: 53%;
    padding: 45px;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cat-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat-form-wrapper h3 {
    line-height: 27px;
    font-size: 28px !important;
    margin-bottom: 13px;
    text-align: center;
}
.nasa-promo-popup-wrap p.checkbox-label {
    margin: 0px !important;
    position: absolute;
    bottom: 13px;
    width: 50% !important;
    left: 50%;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}
.cat-form-wrapper p {
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    color: #333;
    margin-bottom: 0px;
}
.cat-form-wrapper .fluentform {
    margin-top: 20px;
}
.cat-form-wrapper .fluentform input{
    font-size: 16px;
    height: min-content;
    padding: 13px 18px;
    border: 1px solid #ccccccc4;
    border-radius: 9px;
    color: #000 !important;
}
.cat-form-wrapper .fluentform input:hover, .cat-form-wrapper .fluentform input:focus{
    border-color: #f45c5d !important;
}
.cat-form-wrapper .ff-el-group {
    margin-bottom: 15px !important;
}
.cat-form-wrapper .ff_submit_btn_wrapper {
    margin-bottom: 0px !important;
    text-align: center !important;
}
.cat-form-wrapper .ff_submit_btn_wrapper button {
    background: #f45c5d !important;
    height: min-content !important;
    padding: 10px 15px 9px 15px;
    border-radius: 8px;
    font-size: 15px;
}
.nasa-promo-popup-wrap .error {
    text-align: left;
}
input[type="checkbox"] {
    accent-color: #f45c5d;
}
#nasa-popup .checkbox-label label {
    font-size: 15px;
    color: #353535;
}
.catelog-form-wrapper .ff-message-success a{
    color: #158304;
    font-weight: 600;
}
.popmake-title {
    display: none;
}
.pum-theme-default-theme .pum-container {
    padding: 0px;
    box-shadow: none;
    margin: auto;
    background: transparent;
    top: 50% !important;
    transform: translateY(-50%);
}
.pum-theme-default-theme {
    background-color: rgb(0 0 0 / 63%);
    backdrop-filter: blur(4px);
}
.pum-content.popmake-content {
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}
html body .pum-container button.pum-close.popmake-close {
    top: 10px;
    right: 10px;
    height: 35px;
    width: 35px;
    font-size: 0px;
    box-shadow: none;
    background-color: transparent;
    background-image: url(/wp-content/uploads/2025/03/close-icon.png);
    background-size: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .4s;
    opacity: .7;
}
html body .pum-container button.pum-close.popmake-close:hover {
    opacity: 1;
}
/* Catalogue popup close here */

/* checkout page start here */
button.show-password-input {
    /* position: absolute;
    top: 0px;
    right: 0px;
    background: transparent; */
    display: none;
}
.woocommerce-checkout .cart_item .product-total .amount,
.cart_item .co-product-name,
.woocommerce-cart-form__cart-item td.product-name a,
.nasa-static-sidebar .mini-cart-info .product-name, .ns-cart-popup-v2 .mini-cart-info .product-name {
    font-size: 15px;
}
/* checkout page close here */




















@media screen and (min-width: 1025px) {
	.hide-min-tab {
		display: none !important;
	}
}

@media screen and (max-width: 1025px) {
/* header start here */
	.html-ready #wpadminbar {
		display: none;
	}

	html {
		margin: 0px !important;
	}

	html.html-ready body {
		padding-top: 0px !important;
	}

	body .logo .header_logo {
		width: 125px;
	}

	#masthead a.nasa-title-menu {
		font-size: 14px !important;
	}

	#masthead .menu-item-has-children a.nasa-title-menu {
		margin-right: 35px !important;
	}
	
	.hide-less-tab {
		display: none !important;
	}
	
	body .logo .header_logo {
		width: 120px !important;
	}

	.she-header a.logo img {
		width: 110px;
	}
    
    #masthead {
        padding: 12px 0px;
    }
/* header close here */
	
/* Home page start here */
	.hero-banner .bdt-slideshow-nav {
		right: 10px;
	}

	.hero-banner .bdt-prime-slider-wrapper {
		padding-left: 15px;
	}

	.collection-card .elementor-image-box-img,
	.collection-card .elementor-image-box-wrapper {
		height: 240px;
	}

	.collection-card .elementor-image-box-content {
		padding: 20px 12px;
		bottom: -44px
	}

	.product-img-wrap .product-img img {
		height: 240px;
	}
/* Home page close here */
	
/* 	shop page start here */
	.html-ready .category-page.nasa-with-sidebar-classic .nasa-products-page-wrap {
		width: 100%;
	}

	.nasa-archive-product-warp li.product-warp-item {
		width: 33.33%;
		padding: 10px;
		margin: 0px 0px 0px 0px !important;
	}

	.nasa-archive-product-warp ul.products {
		display: flex;
		flex-wrap: wrap;
	} 

	h1.nasa-first-breadcrumb {
		font-size: 40px;
	}

/* 	shop page close here */
	
/* 	single product page start here */
	.nasa-single-product-slide .product-gallery {
		padding-right: 20px !important;
	}

/* 	.nasa-product-details-page .product-gallery .main-images .slick-slide img {
		height: 400px !important;
	} */

	.nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails .nasa-wrap-item-thumb img {
		height: 70px;
	}

	.single-product .focus-info {
		padding-top: 45px !important;
	}

	.product-info .entry-title {
		font-size: 30px;
	}
/* 	single product page close here */
}



@media screen and (max-width: 767px) {
/* header start here */
	#top-bar .left-text {
		line-height: 19px !important;
		text-align: center;
		font-size: 13px;
		justify-content: center;
	}

	div#top-bar {
		padding: 7px;
	}

	body .mobile-menu .logo .header_logo, body .fixed-already .mobile-menu .logo .header_logo, body .nasa-login-register-warper #nasa-login-register-form .nasa-form-logo-log .header_logo, body .nasa-header-mobile-layout .logo .header_logo, body #nasa-menu-sidebar-content .menu-item-heading .logo .header_logo {
		min-height: 20px !important;
	}

	body .mobile-menu .logo .header_logo, body .fixed-already .mobile-menu .logo .header_logo {
		width: 105px;
	}

	.nasa-header-sticky .fixed-already #masthead {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.site-header.nasa-header-sticky-wrap.ns-has-wpadminbar.ns-has-topbar {
		top: 0px;
	}

	.nasa-static-sidebar .nasa-sidebar-tit {
		font-size: 22px;
	}

	.nasa-static-sidebar .mini-cart-info .product-name, .ns-cart-popup-v2 .mini-cart-info .product-name {
		font-size: 13px;
		padding-right: 6px;
	}
	
	.she-header #masthead {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.she-header img.header_logo {
		width: 95px !important;
	}
	
	#mobile-navigation li a {
    	font-size: 16px !important;
    }
	#mobile-navigation .menu-item>.nav-dropdown-mobile {
    display: block !important;
}
/* header close here */

/* home page start here */
	#main-content .hero-banner ul.bdt-slideshow-items {
		height: 500px !important;
	}

	.hero-banner .bdt-ps-slide-img {
		background-position-x: 65% !important;
	}

	.collection-card .elementor-image-box-img, .collection-card .elementor-image-box-wrapper {
		height: 220px;
	}

	.collection-card .elementor-image-box-content {
		padding: 10px 10px;
		bottom: 0px;
	}

	.collection-card .elementor-image-box-description {
		opacity: 1;

	}

	.icon-flip .elementor-icon-box-description {
		font-size: 12px;
		line-height: 17px;
	}
	
	.pro-tabs .e-n-tabs-heading {
		display: flex;
		max-width: 95% !important;
		flex-wrap: wrap !important;
		border: none !important;
		background: transparent !important;
		padding: 0px !important;
		gap: 7px;
	}

	.pro-tabs .elementor-widget-nasa-products {
		padding: 5px 15px 20px 15px;
	}

	.pro-tabs .e-n-tabs-heading button span {
		font-size: 12px !important;
		letter-spacing: 0px !important;
	}

	.pro-tabs .e-n-tabs-heading button {
		padding: 6px 10px 4px 10px;
		border-radius: 7px;
	}

	.pro-tabs .e-n-tabs-heading button:not(.pro-tabs .e-n-tabs-heading button[aria-selected="true"]){
		border-color: #dfdfdf !important;
	}
	.product-img-wrap .product-img img {
		height: 170px;
	}

	.product-info-wrap.info {
		padding-top: 5px;
		padding-bottom: 0px !important;
	}

	body .product-item .info .name {
		font-size: 14px;
	}

	.product-item {
		margin-bottom: 0px;
	}

	.product-item .nasa-product-grid .btn-wishlist svg {
		width: 17px !important;
		height: 17px !important;
	}

	#main-content .product-item .nasa-product-grid .btn-wishlist {
		border-radius: 100px !important;
		width: 27px !important;
		height: 27px !important;
		left: -32px;
	}

	.product-item .nasa-product-grid .quick-view svg, 
	.product-item .nasa-product-grid .btn-compare svg{
		width: 17px !important;
		height: 17px !important;
	}

	.product-item .nasa-product-grid .quick-view, .product-item .nasa-product-grid .btn-compare {
		border-radius: 100px !important;
		width: 27px !important;
		height: 27px !important;
		left: -32px;
	}

	.product-quickview-img img {
		height: 200px !important;
	}

	.nasa-static-sidebar#nasa-quickview-sidebar .product-lightbox-inner {
		padding-top: 20px;
	}

	.product-quickview-info .product_title.entry-title {
		font-size: 22px;
	}

	.product-quickview-info .product-info .woocommerce-product-details__short-description {
		margin-top: 18px;
	}
	
	.hero-banner .bdt-slideshow-nav {
		right: 0px;
	}
/* home page close here */
	
/* 	Shop page start here */
	h1.nasa-first-breadcrumb {
		font-size: 28px;
		line-height: 32px;
	}

	#nasa-breadcrumb-site {
		height: 120px !important;
	}

	.nasa-store-page {
		padding-top: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.sort-bar .nasa-filter-order .woocommerce-ordering {
		padding: 8px 11px !important;
		height: max-content;
		min-height: max-content;
		line-height: 22px;
		border-radius: 7px !important;
	}

	.nasa-archive-product-warp li.product-warp-item {
		width: 50% !important;
	}

	.nasa-store-page .product-img-wrap .product-img img {
		height: 165px;
	}

	.category-page.nasa-with-sidebar-classic .col-sidebar {
		width: 100%;
	}

	.nasa-sidebar-off-canvas .widget-title {
		font-size: 17px !important;
	}
/* 	Shop page close here */
	
/* single product page start here */
	.nasa-single-product-slide .nasa-thumbnail-hoz .product-thumbnails.nasa-single-product-thumbnails .nasa-wrap-item-thumb {
		padding: 4px 4px !important;
	}

	.woocommerce-product-gallery__wrapper .product-thumbnails {
		padding-left: 5px;
		padding-right: 5px;
	}

	.single-product .focus-info {
		padding-top: 25px !important;
		margin-bottom: 45px !important;
	}

	.woocommerce-product-gallery__wrapper a.nasa-single-arrow {
		width: 32px;
		height: 32px;
		padding: 0px;
	}

	.woocommerce-product-gallery__wrapper .nasa-single-slider-arrows {
		top: 60% !important;
	}

	.woocommerce-product-gallery__wrapper a.nasa-single-arrow svg{
		width: 32px;
		height: 32px;
		padding: 0px;
	}

	.nasa-product-details-page .product-gallery .main-images .slick-slide img {
		height: 350px !important;
	}

	.related-product .nasa-nav-arrow {
		top: 57% !important;
	}

	.nasa-title-relate {
		font-size: 25px !important;
	}

	.woocommerce-tabs .nasa-tabs.nasa-slide-style {
		margin-bottom: 20px;
	}

	.nasa-slide-style li.nasa-single-product-tab a {
		font-size: 14px !important;
		letter-spacing: 0px;
		padding: 10px 20px;
	}

	.single-product #wrapper .woocommerce-tabs {
		margin-top: 00px !important;
	}
	/* single product page close here */
	
/* 	Cart page start here */
	#main-content .order-steps {
		padding: 8px 0px 14px 0px;
	}

	.nasa-shopping-cart-form {
		margin-bottom: 0px !important; 
	}

	.cart_totals {
		margin: 0px;
		width: 100%;
		max-width: 100%;
		padding: 25px 20px 9px 18px !important;
	}

	.shop_table {
		margin-bottom: 0px !important;
	}

	.title-cart .ct-2nd, .title-checkout .ct-2nd, .title-thankyou .ct-2nd {
	    color: #333;
	}
/* 	Cart page close here */
	
/* 	Contact page start here */
	.cus-con-form .ff-el-group {
		margin-bottom: 10px;	
	}

	.cus-con-form .ff-el-input--content input, .cus-con-form .ff-el-input--content textarea {
		font-size: 14px;
		padding: 12px 15px;
	}

	.cus-con-form .ff-el-input--content textarea {
		height: 100px;
	}

	.cus-con-form .ff_submit_btn_wrapper button {
		padding: 10px 18px 9px 18px;
		font-size: 14px;
	}
/* 	Contact page close here */
	
/* 	Policy pages start here */
	.policy-text h3 {
		font-size: 20px;
		margin-top: 20px;
	}

	.policy-text ul, .policy-text ol {
		padding-left: 15px;
	}

	.policy-text li {
		margin-bottom: 5px;
	}
/* 	Policy pages close here */
/* Catalogue popup start here */
	.catelog-form-wrapper {
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.cat-img-col {
		width: 100%;
		order: 1;
	}
	.cat-form-wrapper {
		width: 100%;
		padding: 30px 26px 20px 26px;
	}
	.cat-form-wrapper h3 {
		font-size: 22px !important;
		margin-bottom: 7px;
	}
	#nasa-popup p {
		font-size: 14px;
		line-height: 22px;
	}
	.cat-form-wrapper .fluentform input {
		font-size: 14px;
		padding: 11px 20px;
	}
	.cat-form-wrapper .ff_submit_btn_wrapper button {
		font-size: 13px;
		padding: 9px 15px 8px 15px;
	}
	.cat-form-wrapper .ff-el-group {
		margin-bottom: 11px !important;
	}
	.nasa-promo-popup-wrap .nasa-stclose {
		right: 3px !important;
		width: 30px;
		top: 0px;
	}
	html body .pum-theme-default-theme .pum-container {
		width: 93% !important;
		height: 90svh !important;
		overflow-y: scroll;
	}
	html body .pum-container button.pum-close.popmake-close {
		background-size: 14px;
		background-position: top right;
	}
	.catelog-form-wrapper {
		overflow-y: auto;
	}
/* Catalogue popup close here */
}