/* HEADER */
#header {
    border-bottom: 1px solid #e0e0e0;
}
#header .blockcart-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 998;
    opacity: .5;
}
#header .blockcart-bg.open {
    display: block;
}
#header .logo {
   max-width: 209px;
    max-height: 100%;
}
#header #_desktop_info {
    float: right;
    margin-top: 2px;
}#header #_desktop_info i {
    font-size: 24px;
    font-weight: 600;
}
#header input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
i.material-icons.search{
    font-size: 0px!important;
    width: 32px;
    height: 32px;
    cursor:pointer;
}
div#tlf_banner{
	color: black;
	text-align: right;
}
#_desktop_language_selector ul li {
    padding: 5px;
}
.header-banner{
    background:#d7eef6;
    line-height:34px;
}
#tlf_banner:before {
    content: "";
    background: url(../img/tel-fono.png) no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right:10px;
    vertical-align: sub;
}

i.material-icons.search:before{
    content: "";
    background: url(../img/lupa_slim.png) no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: cover;
    object-fit: contain;
}
i.icon-male-user {
    display:block;
    font-size: 0px!important;
    width: 26px;
    height: 26px;
}
i.icon-male-user:before {
    content: "";
    background: url(../img/user_menu.png) no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: contain;
}
i.icon-bag {
    font-size: 0px!important;
    display: inline-block;
    width: 26px;
    height: 26px;
}
i.icon-bag:before {
    content: "";
    background: url(../img/carrito.png) no-repeat;
    width: 26px;
    height: 26px;
    background-size: contain;
    display:block;
}


img.img-responsive {
    width: 100%;
    height: auto;
}
body.content_only header, body.content_only .breadcrumb {
    display: none;
}
.cbp-hrsub.cbp-show.cbp-notfit {
    z-index: 3;
}
.fancybox-close:before {
    font-family: Material Icons;
    content: "close";
    font-size: 35px;
    line-height: 35px;
}
@media(min-width:992px) {
	nav.breadcrumb {
	    padding-top: 2px !important;
	}
}
@media(max-width:991px) {
    .breadcrum_fullwidth {
        display:none;
	}
}

.fancybox-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: white;
}
.fancybox-opened .fancybox-skin {
    padding-top: 37px!important;
}
#cms section#content {
    padding: 0px;
}
#cms .container {
    padding: 0px;
}

#header .header-top #mini_menu_holder{
    display: inline-block;
    position:relative;
    float: right;
}
#header .header-top #mini_menu{
    display: inline-block;
    position: absolute;
    top:80px;
    right: -15px;
    width: 130px;
    z-index:20;
}
#header .header-top #_desktop_cart {
    margin:0px;
    margin-left:10px;
}
.container_cart .empty_cart {
    text-align: center;
    margin-top: 40px;
}

/* DESPLEGABLE LOGIN */
#header .user-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -470px;
    width: 460px;
    height: 100vh;
    background-color: white;
    padding: 30px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    transition: right 300ms ease-in-out;
}
#header .user-popup.open {
    transition: right 300ms ease-in-out;
    right: 0;
}
#header .user-popup .close-popup {
    float: right;
    height: 15px;
    cursor:pointer;
    
}
#header .user-popup .close-popup:before {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(45deg);
    margin-bottom: 7px;
    cursor:pointer;
}
#header .user-popup .close-popup:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: -15px;
    margin-bottom: 7px;
    cursor:pointer;
}
#header .user-popup .title-popup {
    display: block;
    clear: both;
    font-size: 20px;
    color: #000;
    padding-bottom: 9px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 25px;
}
#header .user-popup #login-form {
    margin-bottom: 35px;
}
#header .user-popup .login-label {
    color: #000;
    font-size: 17px;
    margin-bottom: 15px;
    display: inline-block;
}
#header .user-popup .no-account a {
    float: right;
    color: #000;
    font-size: 13px;
}
#header .user-popup .form-group {
    margin-bottom: 7px;
}
#header .user-popup .form-control {
    background-color: #fff;
    border-color: #e5e5e5;
    font-size: 14px;
    line-height: 15px;
    padding: 16px 10px;
}
#header .user-popup .form-control:focus {
    outline: none;
}
#header .user-popup .permanentLogin {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}
#header .user-popup .permanentLogin-label {
    color: #000;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
#header .user-popup #submit-login {
    background-color: #000;
    border: none;
    box-shadow: none;
    font-size: 14px;
    outline: none;
    padding: 12px 47px;
    margin-bottom: 17px;
    margin-top: 25px;
    color:white;

}
#header .user-popup .forgot-password a {
    color: #000;
    font-size: 12px;
    text-decoration: underline;
}
/*mobile header*/
@media(max-width:991px) {
    i.material-icons.search,
    i.icon-male-user,
    i.icon-bag
    {
        width:24px;
        height:32px;
    }
    i.material-icons.search:before{
        background: url(../img/lupa.png) no-repeat;
    }
    i.material-icons.search:before,
    i.icon-male-user:before,
    i.icon-bag:before {
        width:24px;
        height:32px;
        background-size: 24px 24px;
        background-position: center;
    }
}
div#_mobile_content_right {
    position: absolute;
    right: 2px;
    top: 10px;
}
div#_mobile_content_right > * {
    float: right;
    margin-left: 7px;
}
#header .header-top #_desktop_user_info {
    top:40px;
    margin-top: 0px;
}
div#_mobile_content_right > #_mobile_cart {
    margin-top: 0px;
    margin-right:10px;
}
#header #_mobile_cart .cart-products-count {
    position: absolute;
    right: 4px;
    top: -6px;
    background: #e6530f;
    border-radius: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    width: 16px;
    height: 16px;
}


div#search_widget .closesearch {
    font-size: 18px;
    color: black;
    cursor: pointer
}
/*mobile header*/
/*BORRRRAARRRR*/
#index #wrapper, #footer {
    padding-top: 0;
    overflow: hidden;
}

@media (max-width: 767px){
    #header .header-nav .blockcart.active {
        margin-left: 0px !important;
    }
}
/* DESPLEGABLE CART */
#_desktop_cart .blockcart-popup {
    position: fixed;
    top: 0;
    right: -404px;
    width: 394px;
    height: 100vh;
    background-color: #fcfaf1;
    z-index: 999;
    padding: 30px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    transition: right 300ms ease-in-out;
}
#_desktop_cart .blockcart-popup.open {
    right: 0;
    transition: right 300ms ease-in-out;
}
#_desktop_cart .blockcart-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 998;
    opacity: 0.5;
}

#_desktop_cart .blockcart-popup .close-popup {
    float: right;
    height: 15px;
}
#_desktop_cart .blockcart-popup .close-popup:before {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(45deg);
    margin-bottom: 7px;
}
#_desktop_cart .blockcart-popup .close-popup:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: -15px;
    margin-bottom: 7px;
}
#_desktop_cart .blockcart-popup .title-popup {
    display: block;
    clear: both;
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
    font-weight: bold;
}
#_desktop_cart .blockcart-popup .shipping-free {
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}
#_desktop_cart .blockcart-popup #cart-list {
    font-size: 0;
    max-height: -webkit-calc(100vh - 265px);
    max-height: -moz-calc(100vh - 265px);
    max-height: calc(100vh - 265px);
    overflow-y: auto;
}
#_desktop_cart .blockcart-popup #cart-list .product-item {
    padding: 15px 0 10px;
    border-bottom: 1px solid #deddd8;
}
#_desktop_cart .blockcart-popup #cart-list .product-image {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
#_desktop_cart .blockcart-popup #cart-list .product-image img {
    max-width: 100%;
    height: auto;
}
#_desktop_cart .blockcart-popup #cart-list .product-description {
    display: inline-block;
    vertical-align: top;
    width: 42%;
}
#_desktop_cart .blockcart-popup #cart-list .product-description .product-name {
    text-transform: capitalize;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
#_desktop_cart .blockcart-popup #cart-list .product-description .description {
    display: block;
    font-size: 13px;
    color: #000;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#_desktop_cart .blockcart-popup #cart-list .product-description .product-attributes {
    margin-bottom: 0;
}
#_desktop_cart .blockcart-popup #cart-list .product-description .product-attributes span {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    color: #000;
}
#_desktop_cart .blockcart-popup #cart-list .product-description .product-quantity {
    margin-bottom: 15px;
}
#_desktop_cart .blockcart-popup #cart-list .product-description .product-quantity span {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    color: #000;
}
#_desktop_cart .blockcart-popup #cart-list .product-description .product-delete {
    display: block;
    font-size: 13px;
    color: #777;
    text-decoration: underline;
}
#_desktop_cart .blockcart-popup #cart-list .product-price {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: right;
}
#_desktop_cart .blockcart-popup #cart-list .product-price .price {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
#_desktop_cart .blockcart-popup .cart-bottom .subtotal .name,
#_desktop_cart .blockcart-popup .cart-bottom .discount .name,
#_desktop_cart .blockcart-popup .cart-bottom .shipping .name,
#_desktop_cart .blockcart-popup .cart-bottom .total .name {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    margin-top: 15px;
}
#_desktop_cart .blockcart-popup .cart-bottom .subtotal .value,
#_desktop_cart .blockcart-popup .cart-bottom .discount .value,
#_desktop_cart .blockcart-popup .cart-bottom .shipping .value,
#_desktop_cart .blockcart-popup .cart-bottom .total .value {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    text-align: right;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    margin-top: 15px;
    font-weight: bold;
}
#_desktop_cart .blockcart-popup .cart-bottom .shopping-buy {
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0;
    margin-top: 20px;
}
#_desktop_cart .blockcart-popup .cart-bottom .shopping-list {
    font-size: 13px;
    color: #000;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 40px;
}
span.name_banner {
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: left;
    color: #000000;
}
span.banner_text {
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: left;
    color: #000000;
}
a.ps_topbanner_cta {
    font-family: OpenSans;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.65px;
    text-align: left;
    background-color: transparent;
    color: #000000 !important;
}


span.separator_banner {
    padding: 0px 13px;
}
div#_desktop_logo {
    padding-top: 0px;
}
.header-top .right-block {
    padding-top: 9px;
    padding-right:40px;
    padding-bottom:40px;
}
div#gdpr_consent a {
    text-decoration: underline;
}
.breadcrumb ol li:last-child a span {
    color: black;
}
#header .header-nav .top-logo#_mobile_logo h1{ 
	margin: 0;
    line-height: 0;
}
#header .header-nav .top-logo#_mobile_logo {
	padding:10px 0px;
}

.search-widget form input[type=text] {
    height:auto;
    min-width: inherit;
    width: 564px !important;
    border-radius: 20px;
    padding: 5px 15px;
    color: #7a7a7a;
    border: 1px solid #000;
    line-height: 25px;
}
.search-widget form button[type=submit] {
    margin:0px;
    margin-left:5px;
    position: static; 
}

@media(max-width: 991px){
    .header-top .right-block {
    	width:100%;
    }
    .search-widget form button[type=submit] {
        margin:0px;
        margin-right:15px;
        width:40px;
	}
    .search-widget form button[type=submit] i.material-icons.search {
        height: 45px;
    }
    .search-widget form button[type=submit] i.material-icons.search:before {
        background: url(../img/lupa_n.png) no-repeat bottom;
        height: 45px;
        background-size: contain;
        object-fit: contain;
    }
    .search-widget .closesearch{
        display:none;
    }
    #header .header-top {
        padding: 23px 0px 0px;
    }
    .header-top .right-block {
		position: fixed!important;
		left: 0px;
		right: 0px;
		top: 71px;
		z-index: 100;
		visibility: hidden;
		/* display: none !important; */
		background: white;
		padding-top: 0px;
		transition: all 0.5s ease;
    }
    .header-top .right-block > *:not(#search_widget, #lgcookieslaw_banner) {
        display: none;
    }
    #header .header-top .position-static.text-left {
        display: none;
    }
    #header .header-nav .top-logo#_mobile_logo {
    	width:200px;
        max-width: 137px;
        display: inline-block;
        /*margin: 4px 55px 5px 0px;*/
    }
    #header .header-top .search-widget form input {
        width: calc(100% - 55px)!important;
        height: 46px;
        border: none;
        border-bottom: 1px solid #000;
        border-radius: 0px;
        color: #000;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 0px;
        padding-top: 10px;
    }
    div#_mobile_search {
        cursor: pointer;
        margin-left: 0px;
    }
    #header .header-top .search-widget{
		height: 0px;
		position: relative;
		width: 100%;
		float: none;
		visibility: initial;
		max-width: initial;
		margin: 0px -15px;
    }
    #header .header-top .search-widget form{
         padding-top: 3px;
         width: 100%;
         z-index: 10; /* to position it in front of the other content */
         position: absolute;
         left: -1000px;
         display:none;
    }
    #header .header-top .search-widget.isShow{
        height: 60px;
        background: #fff;
		position: fixed;
		left: 0px;
		top: 70px;
		margin: 0px !important;
	}
    header.isScroll .header-top .right-block{
        top: 44px;
    }
    #header .header-top .search-widget form {
    	padding:0px 15px;
    }
    #header .header-top .search-widget.isShow form{
        left: 0px;
        display: block;
        background: white;
        top: 0px;
    }
    #header .header-top .search-widget form input[type=text]::-webkit-input-placeholder{
        color:#000 !important;
    }
    #header .header-top .search-widget form input[type=text]::-moz-placeholder{
        color:#000 !important;
    }
    #header .header-top .search-widget form input[type=text]:-ms-input-placeholder{
        color:#000 !important;
    }
    #header .header-top .search-widget form input[type=text]:-moz-placeholder{
        color:#000 !important;
    }
    #header .header-top .search-widget form input[type=text]::placeholder{
        color:#000 !important;
    }
    .header-nav .hidden-lg-up.text-sm-center.mobile {
    	position:relative;
    	text-align: center;
    }
    #blog_list_1-7.owl-carousel .owl-stage-outer{
        overflow: visible !important;
    }

}
@media(max-width:767px) {
    .header-top .right-block {
    	top: 71px;
    }
	header.isScroll .header-top .right-block{
    	top: 55px;
    }	
	#cms section#wrapper {
        padding-top: 0px;
    }
    #header .col-md-3.col-sm-12.position-static.right-block {
    	min-height:0px !important;
    }
    .lgcookieslaw_button_container {
        display: block!important;
    }
    .lgcookieslaw_button_container > div {
        width: 100%;
        display: block!important;
    }
 
}
@media(max-width:340px) {
	div#_mobile_user_info {
    	margin-left: 2px;
	}
	div#_mobile_cart,div#_mobile_wishlist {
    	margin-left: 0px;
	}
	
}

div#_desktop_language_selector {
    float: right;
    padding-top:11px;
    margin-left:11px;
}
i.material-icons.language-icon:before {
    content: "";
    background: url(../img/svg/idioma.svg) no-repeat;
    display: inline-block;
    background-size: 100%;
    width: 15px;
    height: 19px;
}

div#_desktop_language_selector .dropdown-menu {
    max-width: 100px !important;
    min-width: 80px !important;
}
#pagenotfound section#wrapper {
        padding-bottom: 100px;
    padding-top: 100px;
    background-image: url(../img/bg_404.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#pagenotfound #content-wrapper i#fakeSearch {
    display: none;
}
body#pagenotfound div#search_widget .closesearch {
    display: none;
}
body#pagenotfound .search-widget form button[type=submit] {
    left: initial;
    float: none;
}
#pagenotfound div#content-wrapper {
    padding-left: 50%;
}
#pagenotfound section#content {
    margin: 0px;
    background: #fff; 
}
#pagenotfound h1 {
    font-weight: normal;
   color: #7d7d7d; 
}
#pagenotfound h4, #pagenotfound p{
    color: black
} 
#pagenotfound .page-content #search_widget {
    margin-top: 12px;
        height: 40px;
}
#products .page-not-found {
    box-shadow: none;
}
#stores .page-stores .store-item-container .divide-left {
    border-left: none;
}
.card {
    box-shadow: none;
}
/*@media(min-width:1200px) and (max-width:1365px) {
	#header .header-top .search-widget {
		width: 23px;
	}
}*/
@media(max-width:480px) {
	#header .user-popup {
		width:100vw;
		right:-480px;
	}
}


/* Modal para mensajes */
#modal_msg_holder{
    position:fixed;
    top:0;
    left:0;
    z-index:99999999999;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100vw;
    height:100vh;
    background:rgba(0,0,0,0.5);
    padding:30px;
}
#modal_msg{
    position:relative;
    width:100%;
    max-width:800px;
    padding:30px;
    padding-top:50px;
    background:#fff;
}
#modal_msg span.msg{
    display:block;
    margin:5px 0px;
    padding:7px;
    border-bottom:1px solid #ccc;
    border-left:5px solid #ccc;
}
#modal_msg span.msg.msg_error{
    border-color:#e20000;
}
#close_modal_msg{
    position:absolute;
    top:15px;
    right:15px;
    width:15px;
    height: 15px;
    cursor: pointer;
}

#close_modal_msg:before {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(45deg);
    margin-bottom: 7px;
    cursor: pointer;
}

#close_modal_msg:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: -15px;
    margin-bottom: 7px;
    cursor: pointer;
}

@media(min-width:992px) {
	.mobile_container_header {
		display:none;
	}
}
#wrapper {
	padding-top:0px;
}
#wrapper .breadcrumb {
    padding: 8px 0px 7px 0px !important;
    margin-bottom: 0px;
}
.breadcrumb ol li a span {
    font-family: OpenSans;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000 !important;
}
.breadcrumb ol li:last-child a span {
}
.breadcrum_fullwidth {
    background-color: #E8E8E8;
    width: 100vw;
    margin-left: calc((-50vw) + 50% );
}
.contact_tab {
    width: 501px;
    background-color: #ffffff;
    position: absolute;
    border: 1px solid #d0d1d1;
    z-index: 3;
    right: 0px;
    top: 137px;
    display: none;
}
#header .header-top {
    padding: 15px 15px 0px;
    position: relative;
}
.can_help span {
    font-family: OpenSans;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 32px;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    display: block;
}
.can_help span:first-child {
    font-size: 30px;
}
.can_help {
    padding-top: 38px;
    padding-bottom: 26px;
}
.container_forms .col-md-6 span {
    display: block;
    max-width: 105px;
    margin: 0 auto;
    text-align: center;
    margin-top: 18px;
    min-height: 40px;
    
}
.container_forms .col-md-6 img {
    max-width: 100px;
    margin: 0 auto;
    display: block;
}
.container_forms .col-md-6 {
    border-top: 1px solid #d0d1d1;
    padding-top: 50px;
    padding-bottom: 30px;
}
span.close_contact {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor:pointer;
}
.container_forms .col-md-6:nth-child(1), .container_forms .col-md-6:nth-child(3), .container_forms .col-md-6:nth-child(5) {
    border-right: 1px solid #d0d1d1;
}
.fake_capa_contact {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.45;
    z-index: 2;
    position: absolute;
}
.hide_capa {
	display:none;
}
.iqitmegamenu.cbp-sticky-transparent.cbp-sticky .contact_tab {
    top: 37px;
}
#cms .contact_tab {
	display:none !important;
}

.contact_menu{
    width: 501px;
    background-color: #ffffff;
    position: absolute;
    border: 1px solid #d0d1d1;
    z-index: 3;
    right: 9px;
    top: 0;
}
.hide_form_contact {
	display:none;
}

.go_presupuesto, .go_visita, .go_entregas, .go_informacion , .go_reservar, .go_otros{
	cursor:pointer;	

}
span.back_form {
    position: absolute;
    cursor: pointer;
}
.contact_full_width {
	width: 100vw;
	position: relative;
	margin-left: calc((-50vw) + 50% );
}
#contact div#left-column {
    display: none;
}
#contact section#content {
    padding-top: 0px;
}

.form_presupuesto, .form_info, .form_visita, .form_dep_entregas, .form_otros {
    position: absolute;
	top: -1px;
    background: white;
    z-index: 1;
    width: 100%;
    border: 1px solid #d0d1d1;
}
.more_contact_info > span {
    font-family: OpenSans;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    color: #000000;
    max-width: 900px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.contact_full_width > img {
   /* width: calc(100% - 507px);*/
}
.more_contact_info {
    padding: 89px 0px 45px;
}
.schedule_info span {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    display: block;
}
.schedule_info span:first-child {
    font-size: 22px;
        margin-bottom: 20px;
}
.schedule_info {
    max-width: 465px;
    margin: 68px auto 0px;
    border: 1px solid white;
    border-radius: 13px;
    padding: 33px 0px;
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.6);
}
.schedule_info span:nth-child(4) {
    margin-top: 12px;
}
form.pfg-forms h3 {
    font-family: OpenSans;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #858585;
}
form.pfg-forms h3 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #858585;
    padding: 32px 0px 17px;
    
    border-bottom: 1px solid #d0d1d1;
}
form.pfg-forms fieldset {
    padding: 0px 15px;
}
img.back_form {
    position: absolute;
    top: 42px;
    left: 7px;
    cursor:pointer;
}
.pfg-forms .form-group {
    float: left;
    width: 50%;
    margin: 0px;
}
.pfg-forms .form-group .col-md-9 {
    width: 100%;
}
.pfg-forms .form-group>label {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #000000;
    width: 100%;
    text-align: left;
}
.pfg-forms em.required {
    display: none;
}
.fullwidth {
    width: 100% !important;
}
.pfg-forms textarea {
    height: 207px;
}
.pfg-forms div#gdpr_consent {
    padding-left: 15px;
    padding-top: 15px;
}
.pfg-forms button.btn.btn-primary {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background: #445e7e;
    border-radius: 8px;
    max-width: 440px;
    margin: 15px auto 18px;
    display: block;
    opacity: 1;
}
.pfg-forms button.btn.btn-primary:hover {
	color: #ffffff;
    background-color: #445e7e!important;
}
.special_field {
    width: 100% !important;
    float: none;
}
.pfg-forms .form-group.special_field>label {
    width: 66%;
    float: left;
}
.pfg-forms .form-group.special_field .col-md-9 {
	width: 34%;
	float: left;
	    padding-left: 0px;
}
.pfg-forms .form-group.special_field .col-md-9 label.input {
	width: 50%;
    float: left;
}
.pfg-forms .form-group.special_field label.input>input {
    width: 16px;
    height: 16px;
    padding: 0px;
}
.pfg-forms .form-group.special_field label.input>input:focus {
    outline: none;
}
form.pfg-forms > p {
    text-align: center;
    padding: 0px 50px;
    color: black;
    margin-bottom: 12px;
}
.pfg-forms button.btn.btn-primary i {
    display: none;
}
.multiple_checkbox {
    width: 100% !important;
    float: none;
}
.pfg-forms .form-group.multiple_checkbox label.input {
    	width: 33%;
    float: left;
    font-size: 12px;
}
.form-group.catalogo_full {
    width: 100%;
}
.catalogo_full .form-control-label {
    width: 50% !important;
    float: left;
}
.catalogo_full .col-md-9  {
    width: 50% !important;
    float: left;
}
.catalogo_full .col-md-9 label.input {
    width: 30%;
    float: left;
}
.catalogo_full .col-md-9 label.input:focus {
	outline:none;
}

.form_presupuesto .pfg-forms textarea {
    height: 104px;
}
.form_visita .pfg-forms textarea {
    height: 231px;
}
.form_info .pfg-forms textarea {
	height: 121px;
}
.form_otros .pfg-forms textarea {
    height: 303px;
}
.product_fancybox .fancybox-skin {
    padding: 0px !important;
}
body.content_only section#content > * {
    font-size: 19px !important;
}

body.content_only section#content > p.title_cms {
    font-size: 29px !important;
    text-align: center !important;
}
#contact .fake_capa_contact {
	display:none !important
}

section#content.page-stores {
    background: #365e80;
    width: 100vw;
    margin-left: calc((-50vw) + 50% );
}
span.comunity_name {
    color: white;
    font-weight: bold;
    display:block; 
    margin-top: 15px;
    margin-bottom: 7px;
    text-transform: uppercase;
    cursor: pointer;

}
.hide_datos {
	display:none;
}
span.tienda_name {
    color: white;
    font-size: 13px;
    border-bottom: 1px solid white;
    width: 100%;
    display: block;
    padding-bottom: 6px;
    cursor: pointer;
    margin-top: 5px;
}
span.tienda_name i.material-icons {
    font-size: 16px;
    margin-right: 6px; 
}

i.material-icons.arrow_right_tienda {
    float: right;
    cursor: pointer;
}
span.tienda_name img {
    max-width: 16px;
    margin-right: 10px;
}
.intro_tiendas span:first-child {
    text-transform: uppercase;
    font-size: 33px;
    margin-bottom: 25px;
}
.intro_tiendas span {
	display:block;
	color:white;
}
.intro_tiendas {
   text-align: center;
    max-width: 768px;
    margin: 25px auto 30px;

}
.no_expo > span {
    display: block;
    color: white;
}
.no_expo {
    clear: both;
    text-align: center;
    margin-top: 75px;
}
.no_expo.container span:first-child {
    margin-bottom: 15px;
}
.no_expo_contact {
    display: block;
    margin-top: 20px;
    padding-bottom: 42px;
    color: white;
}
.no_expo_contact a {
    color: white;
}
.no_expo_contact span {
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    font-weight: bold;
}
.no_expo_contact span:nth-child(2) {
    margin: 0px 53px;
}
div#storemap {
    border: 1px solid #365e80;
    border-radius: 22px;
 	margin-top: 32px;
}
.all_tiendas {
    padding-right: 30px;
}
.info_tienda span.tienda_name {
    font-size: 45px;
    line-height: 47px;
    display: block;
    margin-top: 11px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
span.back_tienda {
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 15px;
    display: block;
}
span.back_tienda i  {
    font-size: 12px;
}
.addres_tienda span, .horario_tienda span, .telef_tienda span, .email_tienda span{
    display: block;
    color: white;
}
.addres_tienda span:first-child, .horario_tienda span:first-child, .telef_tienda span:first-child, .email_tienda span:first-child {
    font-weight:bold;
}
.addres_tienda, .horario_tienda, .telef_tienda, .email_tienda {
    margin-bottom: 10px;
}
.extra_buttons {
    text-align: left;
    margin-top: 37px;
}
.extra_buttons a {
    background: white;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    max-width: 161px;
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
    margin: 0px 6px;
}
.extra_buttons a:first-child {
    margin-left:0px;
}
.extra_buttons a:last-child {
    margin-right:0px;
}
.horario_tienda span:nth-child(2) {
    max-width: 300px;
}

.hide_comunity {
	display:none;
}
.comunity_visible {
	display:block !important;
}

@media(min-width:992px) {
	.header-nav {
		display:none;
	}
}
@media(max-width:1400px) {
	#wrapper .breadcrumb {
    	padding: 8px 0px 7px 15px !important;
    	margin-bottom: 0px;
	}
}





/* TAGS */
.product-discount .regular-price {
    color: #000!important;
    font-size: 16px!important;
}

.tags{
    position: absolute;
    z-index: 5;
    top: 0;
}
.tag{
    display: block;
    color: #fff;
    background: #000;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 0px;
    min-width:60px;
    margin-bottom:5px;
    overflow: hidden;
}
.product-discount {
    display: inline-block;
}
.discount-percentage-custom {
    background: #e65300!important;
}
@media(max-width: 991px){
	div#tlf_banner {
		display: none;
	}
}



.content_product_info{
    border-bottom: 1px solid #000000;
}
.content_product_info > .content_acordeon{
    display:none;
}
.tab_product_info {
    padding: 14px 0px 10px;  
    position:relative;
    cursor: pointer;
    font-weight:bold;  
    font-size:13px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none; 
}
.tab_product_info:after {
    content: "+";
    color: #9B9B9B;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    right: 0px;
}

.tab_product_info div#gsr-review-list {
   vertical-align: bottom;
        margin: 0px 13px;
}
.tab_product_info > span {
    vertical-align: super;
}

.tab_product_info.active > span {
    font-weight: bold;
}
.tab_product_info.active:after {
    content: "-";
    color: #9B9B9B;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    right: 0px;
}



#condatador #footerclock .textofooterclock:nth-child(1) {
    display: inline-block;
    vertical-align: middle;
}
#condatador .flip-clock-wrapper {
    display: inline-block;
    vertical-align: middle;
}
#condatador #footerclock .textofooterclock:nth-child(3) {
    display: inline-block;
    vertical-align: middle;
}



/* octane */

@media(max-width: 768px){
    #livechat-wrapper{
        text-align: center !important;
        border-radius: 42px !important;
        line-height: 38px !important;
        font-size: 20px !important;
        height: 38px !important;
        width: 38px !important;
        position: fixed !important;
        z-index: 2147483646 !important;
        background-color: rgb(241, 119, 39) !important;
        color: rgb(246, 246, 246) !important;
        bottom: 10% !important;
        right: 5% !important;
    }

    #livechat-wrapper .chat-oct8ne-ball-icon {
        margin: 0 !important;
        font-size: 20px !important;
        color: rgb(246, 246, 246)!important;
    }
}