/*
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 ***************/
#main-banner img{width:100%}
#nasa-footer .footer-light-2 .contact-information {
    margin-top: 0px;
}

@media screen and (max-width:475px){
    #nasa-footer .footer-light-2 .footer-contact .wpcf7-form-control-wrap {
        width: 100%;
        margin-bottom: 10px;
    }
    #nasa-footer .footer-light-2 .footer-contact .btn-submit-newsletters {
        width: 100%;
    }
    #nasa-footer .nasa-nav-sc-menu.nasa-menu-inline ul li a{padding:0px;}
}

.woocommerce-customer-details address {
    line-height: 25px;
}
.woocommerce-column--1 + .woocommerce-column--2 {
    margin-top: 30px;
}
.show-password-input {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}
.show-password-input {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 18px;
    padding: 10px 14px;
}
.show-password-input:before {
    content: "\f06e";
}
.show-password-input.display-password:before {
    content: "\f070";
}

/* Add this in Appearance > Customize > Additional CSS */
.single.single-product .product-page .nasa-size-guide,
.single.single-product .product-page .safe-checkout.nasa-crazy-box{
    display: none !important;
}
.single.single-product .product-page .product-info .compare {
    padding: 10px 20px 10px 36px;
    margin-left: 0px;
}
.single.single-product .product-page .product-info .compare:before {
    left: 10px;
    top: 12px;
}
button[name="update_cart"]:disabled {
  opacity: 0.5;
  color:#000000 !important;
}

.nasa-popup-content-contact .wpcf7 input[type="submit"] {
    background-color: #cfaf00 !important;
}
.nasa-popup-content-contact .wpcf7 input[type="submit"]:hover {
    background-color: #ffffff !important;
    color: #cfaf00 !important;
}
.single.single-product .product-page .product-info .compare:hover {
    border: 1px solid #cfaf00 !important;
}
.nasa-attr-ux_wrap .nasa-attr-ux{
     margin-right: 15px;
}
#nasa-popup .wpcf7 input[type="submit"]#newsletter-submit {
    background-color: #cfaf00 !important;
    border: 1px solid #cfaf00 !important;
    padding: 12px 16px !important;
    margin-top: 16px;
}
#nasa-popup .wpcf7 input[type="submit"]#newsletter-submit:hover{
    background-color: #ffffff !important;
    color: #cfaf00 !important;
    border: 1px solid #cfaf00 !important;
}