/* HEADER */
#header {
    border-bottom: 1px solid #e0e0e0;
}
#header .logo {
    max-width: 100%;
    max-height: 100%;
}
#header .header-top .search-widget {
    float: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
#header .header-top #_desktop_cart img.cesta-compra {
    width: 12px;
}
iframe.google-reviews {
    position: fixed;
    overflow: hidden;
    bottom: -8px;
    right: -5px;
    border: none;
    height: 70px;
    width: 174px;
    z-index: 89;
}
#header .header-top #_desktop_user_info img.icono-usuario {
    width: 11px;
}

#header .header-top .right-block > div {
    margin: 0px 15px !important;
}

#header .header-top .search-widget img#fakeSearch {
    width: 15px;
    cursor: pointer;
}
#_desktop_logo h1, #_desktop_logo a {
    max-width: 148px;
    margin: 0px;
    display: block;
}
.header-banner {
    background: #f2f2f2;
    padding: 0px 15px;
}

.header-banner .header-content-banner div {
    display: inline-block;
    vertical-align: middle;
}

.header-banner .header-content-banner {
    max-width: 1380px;
    margin: auto;
    padding: 0px 0px 5px;
    margin-top: 0px;
}

.header-banner .header-content-banner div.contenido-izquierda {
    width: 25%;
}

.header-banner .header-content-banner div.contenido-derecha {
    width: 25%;
    text-align: right;
}

.header-banner .header-content-banner div#ps_banner_ajax {
    width: 49%;
}

.header-banner .header-content-banner div span.texto-header-banner {
     font-family: Montserrat;
     font-size: 12px;
     font-weight: 500;
     font-stretch: normal;
     font-style: normal;
     line-height: 2;
     letter-spacing: 1.2px;
     text-align: left;
     color: #646464;
     text-transform: uppercase;
}

.header-banner .header-content-banner div#ps_banner_ajax .container {
    font-family: Montserrat;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 2;
    letter-spacing: 1.2px;
    color: #646464;
}
#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: 18px;
    height: 18px;
    cursor:pointer;
}
#_desktop_language_selector ul li {
    padding: 5px;
}
i.material-icons.search:before {
    content: "";
    background: url(../img/svg/search.svg) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
i.icon-male-user {
    font-size: 0px!important;
    width: 18px;
    height: 18px;
}
i.icon-male-user:before {
    content: "";
    background: url(../img/svg/user.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
i.icon-bag {
    font-size: 0px!important;
    width: 18px;
    height: 18px;
}
i.icon-bag:before {
    content: "";
    background: url(../img/svg/bag.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-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) {
	nav.breadcrumb {
    	padding-top: 15px !important;
	}
	#header .logo{
		margin-bottom: 0px;
	}
}

.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 .header-top {
    margin-top: 7px;
}
#header .header-top #_desktop_cart {
    margin-top: 12px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 0px !important;
}
.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*/
div#_mobile_content_right {
    position: absolute;
    right: 16px;
    float: right;
    top: 35px;
}
div#_mobile_content_right > * {
    float: right;
    margin-left: 20px;
}
#header .header-top #_desktop_user_info {
    margin: 0px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
div#_mobile_content_right > #_mobile_cart {
    margin-top: 3px;
}
div#search_widget .closesearch {
    font-size: 18px;
    color: black;
    cursor: pointer
}
/*mobile header*/
/*BORRRRAARRRR*/
#index #wrapper, #footer {
    padding-top: 0;
    overflow: hidden;
}

/* 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-bg.open {
    display: block;
}
#_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;
}
div#ps_topbanner_wrapper {
    font-family: Assistant;
    font-size: 15px;
    letter-spacing: 0.5px;
}
div#_desktop_logo {
    /* padding-top: 6px; */
    padding: 0px;
}
.header-top .right-block {
    padding-top: 35px;
    text-align: right;
}
div#gdpr_consent a {
    text-decoration: underline;
}
.breadcrumb ol li:last-child a span {
    font-family: Montserrat;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.6px;
    text-align: center;
    font-weight: 600;
    color: #3a3a3a;
}
#header .header-nav .top-logo#_mobile_logo h1{ 
	margin: 0;
    line-height: 0;
}
#header .header-nav .top-logo#_mobile_logo {
	padding:10px 0px;
}
.right-block > .product-item {
    /*display: none;*/
}
@media(max-width: 991px){
    .header-top .right-block {
    	width:100%;
    }
    .search-widget form button[type=submit] {
		position: absolute;
		top: 0px;
		right: 40px;
	}
    #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;
    	cursor: p;
    }
    #header .header-top .search-widget form input {
        width: calc(100% - 55px)!important;
        height: 46px;
        border: none;
    }
    div#_mobile_search {
        cursor: pointer;
        margin-left: 0px;
    }
    #header .header-top .search-widget{
		height: 0px;
		position: relative;
		transition: all 0.5s 0.5s ease;
		width: 100%;
		float: none;
		display: 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;
         transition: all .5s ease; /* our nice transition */
         display:none;
    }
    #header .header-top .search-widget.isShow{
		height: 50px;
		transition: all 0.4s 0s ease;
		position: fixed;
		display: block;
		left: 0px;
		top: 120px;
		margin: 0px !important;
		-webkit-box-shadow: 0px 28px 95px -34px rgba(0,0,0,0.56);
		-moz-box-shadow: 0px 28px 95px -34px rgba(0,0,0,0.56);
		box-shadow: 0px 28px 95px -20px rgba(0,0,0,0.56);
		}
    header.isScroll .header-top .right-block{
        top: 44px;
        transition: all 0.5s ease;
    }
    #header .header-top .search-widget form {
    	padding:0px 15px;
    }
    #header .header-top .search-widget.isShow form{
        transition: all .5s ease;
        left: 0px;
        display: block;
        background: white;
        top: 0px;
    }
    #header .header-top .search-widget form input::-webkit-input-placeholder, #header .header-top .search-widget form input::-moz-placeholder, #header .header-top .search-widget form input:-ms-input-placeholder, #header .header-top .search-widget form input:-moz-placeholder{
        font-style: italic;
        text-transform:lowercase
    }
    .header-nav .hidden-lg-up.text-sm-center.mobile {
    	position:relative;
    	text-align: center;
    }

}
@media(max-width:767px) {
    iframe.google-reviews{
        display: none;
    }
	#header .header-top .search-widget.isShow {
		margin-top: -25px !important;
	}
    .header-top .right-block {
    	top: 71px;
    }
    div#_mobile_content_right {
		top: 20px;
	}
	header.isScroll .header-top .right-block{
    	top: 55px;
    }
    .header-nav .hidden-lg-up.text-sm-center.mobile {
		text-align:left;
	}
	#header .header-nav .top-logo#_mobile_logo {
		margin: 0px 55px 0px 10px
	}	
	#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: 7px;
	}
	div#_mobile_cart,div#_mobile_wishlist {
    	margin-left: 8px;
	}
	
}

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;
    display: block !important;
}
#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;
	}
	.search-widget form {
		float: none;
		margin: 0px;
		width: 200px;
		height: auto;
		z-index: 999;
		max-width: 349.4px;
		margin-top: 9px;
		position: absolute;
		right: 0px;
		top: -23px;
	}
	#search_widget form input.ui-autocomplete-input {
		width: 100% !important;
		max-width: initial;
		border: 2px solid black;
		padding: 10px;
		height: 50px;
	}
	div#search_widget .closesearch {
		font-size: 18px;
		color: black;
		cursor: pointer;
		display: block !important;
		position: absolute;
		top: calc(50% - 9px);
		right: -20px;
	}
	.search-widget form button[type=submit] {
		position: absolute;
		top: 15px;
		right: 10px;
	}
}