#header .header-top{   
	background: url(https://infusana.digitaldot.es/themes/classic/assets/img/header_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 200px;
    height: 210px;
	position: relative;
}

#header .header-top .row{
	display: flex;
	flex-direction: column;
}

#header .header-top .row #_desktop_logo{
	width: 100%;
	text-align: center;
}

#header .header-top .row #_desktop_logo h1{
	display: flex;
	justify-content: center;
	align-items: center;
}

body #header .header-top>.container{
	position: unset;
}

#header .header-top .row .header-top-right{
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 0px;
	display: flex;
	background: #000;
	justify-content: center;
	gap: 165px;
	align-items: center;
}

#header .header-top .row .header-top-right .container-iqit-menu{
	width: auto;
	margin: 0;
	order: 0;
	padding-left: 0px;
}

#header .header-top .row .header-top-right .container-iqit-menu #iqitmegamenu-horizontal > .container{
	width: fit-content;	
}

#header .header-top .row .header-top-right #search_widget{
	order: 2;
	margin-bottom: 0px !important;
}

#header .header-top .row .header-top-right #search_widget input[name="s"]{
	padding: 5px 10px 5px 40px;	
}

#header .header-top .row .header-top-right #dd_iniciotexto{
	order: 1;	
}

#header .header-top .row .header-top-right #dd_iniciotexto h1{
	margin: 0px;
	text-align: center;
	left: 0;
	right: 0;
	color: white;
	top: 19px;
	font-size: 30px;
	font-family: Georgia;
	font-weight: bold;
	line-height: 100%;	
}

#header #cbp-hrmenu .cbp-menu-column{
	width: 100%;
}

#header .header-nav #_desktop_cart .blockcart{
	background: transparent;
}

#header .header-nav #_desktop_cart .blockcart .shopping-cart,
#header .header-nav #_desktop_cart .blockcart span{
	color: #232323;
}

#header .header-nav .block-social ul li{
	background-color: #232323;
}

#footer{
	background: #333;
}

#footer .footer-container .row .links:first-of-type,
#footer .footer-container .row #block_myaccount_infos,
#footer .footer-container .row .block-contact.links{
	width: 33%;
}

#footer .footer-container .row h3,
#footer .footer-container .row p,
#footer .footer-container .row span,
#footer .footer-container .row li,
#footer .footer-container .row a,
#footer .footer-container .row #contact-infos{
	color: #FFF;
}

#footer .footer-container .row #contact-infos a,
#footer .footer-container .row a:hover{
	text-decoration: underline;
}

#footer .footer-container .row .wishlist-add-to,
#footer .footer-container .row .wishlist-delete,
#footer .footer-container .row .wishlist-create,
#footer .footer-container .row .wishlist-login,
#footer .footer-container .row .wishlist-toast{
	display: none;
}

#cbp-spmenu-overlay.cbp-spmenu-overlay-show{
	background: #00000087;	
}

#mobile_top_menu_wrapper{
	display: none !important;	
}

@media (max-width: 1199px){
	#header .header-top .row .header-top-right{
		gap: 60px;	
	}
}

@media (max-width: 999px){
	#header .header-top #iqitmegamenu-shower{
		padding: 4.5px 15px;
		border: 0px;
	}
	
	#header .header-top .row .header-top-right{
		gap: 120px;	
	}
}

@media (max-width: 991px){
	#header .header-top .row .header-top-right{
		gap: 10px;	
	}
}

@media (max-width: 767px){
	#header .header-top .row .header-top-right{
		left: 0px;	
	}
	
	#header .header-nav .row .mobile{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#header .header-nav .row .mobile .icons{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 15px;
	}
	
	#header .header-top .row .header-top-right .container-iqit-menu,
	#header .header-top .row .header-top-right #search_widget{
		display: none;
	}	
	
	#header .header-top .row .header-top-right #dd_iniciotexto{
		padding: 7.5px 0px;	
	}
	
	#header .header-nav .icons #menu-icon-2{
		height: 24px;
	}
	
	#header .header-nav .icons #menu-icon-2 .material-icons{
		color: #232323;
	}
	
	#header .header-nav .icons #_mobile_user_info .user-info{
		margin: 0px;
	}
	
	#header .header-nav .icons #_mobile_user_info .user-info .material-icons{
		line-height: 100%;
		font-size: 26px;
		width: auto;
		height: auto;
	}
	
	#header .header-nav .icons #_mobile_cart .blockcart{
		margin: 0px;
		background: transparent;
		padding: 0px;
		height: auto;
	}
	
	#header .header-nav .icons #_mobile_cart .blockcart .header{
		margin: 0px;
		display: flex;
		gap: 2px;
		align-items: center;
	}
	
	#header .header-nav .icons #_mobile_cart .blockcart .material-icons,
	#header .header-nav .icons #_mobile_cart .blockcart .cart-products-count{
		color: #232323;
		line-height: 100%;
	}
	
	#footer .footer-container .row .links:first-of-type,
	#footer .footer-container .row #block_myaccount_infos,
	#footer .footer-container .row .block-contact.links{
		width: 100%;
	}
	
	#footer .footer-container .links ul{
		background-color: transparent;	
	}
	
	#header .header-nav #menu-icon .material-icons{
		color: #232323;	
	}
	
	#header .header-nav #menu-icon-2{
		position: relative;	
	}
	
	#header .header-nav #menu-icon-2 #search_widget_cloned{
		position: absolute;
		right: -20px;
		top: 50px;
		z-index: 99;
		border: 1px solid #000;
		border-radius: 200px;
		background: #333;
		padding: 5px 15px;	
	}
	
	#header .header-nav #menu-icon-2 #search_widget_cloned form{
		display: flex;
		align-items: center;
		gap: 5px;
	}
	
	#header .header-nav #menu-icon-2 #search_widget_cloned form .search{
		color: #FFF;
		line-height: 100%;
	}
	
	#header .header-nav #menu-icon-2 #search_widget_cloned form .clear{
		display: none;
	}
	
	#header .header-nav #menu-icon-2 #search_widget_cloned form input[name="s"]{
		background: transparent;
		border: 0px;
		color: #FFF;
	}
	
	#header .header-nav #menu-icon-2 #search_widget_cloned form input[name="s"]::placeholder{
		color: #FFF;
		opacity: 1;
	}
	
	#header .header-top{   
		background: url(../img/header_bg_mobile.png);
		background-size: 100% 100px;
		background-repeat: no-repeat;
		height: 150px;
		background-size: contain;
	}
}

#product #right-column {
	display: none;
}
#product .tabs {
	display: none;
}
#my-account #order-slips-link {
	display: none;
}
body#checkout #footer {
  background: #000;
}

.featured-products .all-product-link {
	display: none;
}

#footer .factura-abono {
	display: none;
}

/*
.product-miniature {
	background: url("../img/pr_centerbg.png") repeat-y center;
}
*/