/* Documento CSS para personalizar en los childs (Arnau) */
#yt_header .yt-header-content .logo-zen{
	width: 200px;
}
#yt_header .yt-header-content .logo-zen > a{
	height: 56px !important;
	/* background-image: url('../images/gc_logo_de.svg') !important; */
	background-image: url("../images/gc-fondo-gris.svg") !important;
}

#yt_header .yt-header-under.fixed .yt-header-under-wrap .home-linck{
	top: 0;
}
#yt_header .yt-header-under .yt-header-under-wrap .home-linck {
    width: 183px;
    height: 42px;
    background: url(../images/logogc.svg) no-repeat left center;
    background-size: contain;
}

.header-user dl.language-switcher dd ul li a {
    text-transform: uppercase !important;
}
.header-user dl.language-switcher dd {
	width: 160px !important;
}

/* ajuste impuests */
.yt-product-detail .yt-detail-right .msg-tax-included{
    margin-top: -15px;
    margin-bottom: 15px;
	font-size: 10px;
}
@media (min-width: 1240px) {
	.yt-product-detail .yt-detail-right p.availability {
		bottom: 50px;
	}
}


/* activar Badget 24h */
.yt-product-detail .product-img-box .custom-badges-wrapper.have-badge-entrega24h,
.category-products .product-image .badge-available24,
.yt-product-detail .product-img-box .badge-available24-wrapper{
	display: block;
}
.yt-product-detail .product-img-box .badge-available24-wrapper + .badge-instalacion-wrapper{
	margin-left: 80px;
}
.yt-product-detail .product-img-box .badge-available24-wrapper + .badge-instalacion-wrapper:before{
	content: '+';
	display: inline-block;
    vertical-align: middle;
	padding-right: 6px; 
	
	color: #35343a;
	font-size: 24px;
	font-weight: 700;
}
.category-products .product-image .badge-available24 + .badge-instalacion{
	top: 24px;
}
@media (max-width:649px){
	.yt-product-detail .stock-24h .yt-detail-right{
		padding-top: calc(100vw + 160px);
	}
	.yt-product-detail .product-img-box .badge-available24-wrapper + .badge-instalacion-wrapper{
		margin-top: -5px;
		margin-left: 67px;
	}
}

@media (min-width: 992px){
	/*
	.cms-home .elegir-gymCompany dl dt {
		width:30px !important;
	} 
*/
	.cms-home .elegir-gymCompany dl dt:nth-child(3){
		left: 16% !important;
	}

	.my30 {
		width:30% !important;
	}
}
