/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
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 ***************/

/* remove lang flag */

.nasa-current-lang img {
	display: none;
}

.nasa-item-lang a img {
	display: none;
}

/* services title */

.service-block.style-3 .service-title {
    text-transform: none;
}

/* coupon form width */

#apply_coupon_clone.button {
    min-width: 130px;
}

/* promo link style */

.promo-link {
	text-decoration: none;
}

.promo-link:hover {
	color: #333;
	text-decoration: underline;
}

/* pagination padding */

#nasa-paging {
    padding-bottom: 30px;
}

/* form label margin */

#main-content form .form-row.nasa-actived.thwcfd-field-tel label[for] {
    margin-left: 0px !important;
}

#shipping_method li {
	white-space: nowrap;
}

/* #shipping_method li:last-child input::after {
    content: "м. Дніпро та м. Львів"; 
    position: absolute; 
    bottom: -18px; 
    left: -330%; 
    transform: translateX(-50%); 
    background-color: #f8f8f8; 
    white-space: nowrap; 
    font-size: 11px; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); 
    z-index: 100; 
} */

.woocommerce-shipping-destination {
	display: none;
}

/* checkout country */

#billing_country_field,
#shipping_country_field {
    display:none;
}

@media only screen and (max-width: 767px){
	#nasa-popup.nasa-promo-popup-wrap {
		background-image: url("https://heyhome.com.ua/wp-content/uploads/2024/04/pop-sli-660f175fc892a.webp") !important;
		background-color: #f3f3f3;
	}
}
