/*
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 ***************/
#masthead {
	padding: 5px 0;
}
.site-header .nasa-header-transparent {
	background-color: #FFFFFF;
}
.more-to-free-ship {
	color: #9b8a7b;
	text-align: center;
	margin-bottom: 15px;
}

.mobile-footer-list {
	text-align:center;
}
.safe-checkout.nasa-crazy-box,
.nasa-size-guide,
#nasa-counter-viewing,
.nasa-delivery-return,
.nasa-node-popup.nasa-tip.nasa-tip-left.nasa-tiped
{
	display: none !important;
}
.nasa-popup-content-contact  .nasa-headling-popup {
	visibility: hidden;
	position: relative;
}
.nasa-popup-content-contact  .nasa-headling-popup::after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	content: 'Postavi pitanje';
}
.nasa-tit-viewed  {
	visibility: hidden;
	position: relative;
}
.nasa-tit-viewed::after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 10px;
	content: 'Pogledano';
}
#nasa-init-viewed  .nasa-tip-content {
	visibility: hidden;
	position: relative;
}
#nasa-init-viewed  .nasa-tip-content::after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	content: 'Pogledano';
}
.grecaptcha-badge { 
    visibility: hidden;
}
.promoSwiper {
	width: 90%;
	height: 100%;
}
.promoSwiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}
.promoSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 700px;
	object-fit: contain;
}
.promo-swiper-container {
	position: relative;
	width: 100%;
}
@media (min-width: 992px) {
	.header-type-4 #masthead {
		padding-top: 10px !important;
	}
	.header-type-4 .nasa-elements-wrap-main-menu {
		margin-top: 10px !important;
	}
}
