.page-template-black-friday {
    background: #0d0c0a!important;
}

.page-template-black-friday .jPanelMenu-panel {
    background: transparent;
}

header#header {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vw!important;
    max-height: 100vh;
}

header#header span.antetitulo {
    font-weight: 300;
}

header#header h1 {
    font-weight: 900;
    font-size: 5em;
}

header#header a.btn {
    border: 2px solid #152f62;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
}

.producto-wrapper {
	padding: 3em 0;
	font-size: 1.15em;
}

.page-template-black-friday h2 {
	font-weight: 900!important;
	text-transform: uppercase;
	font-size: 2.5em!important;
	margin-bottom: 1em;
	position: relative;
	width: auto;
	display: block;
}

p.medida_estandar {
    font-weight: 300;
}

p.info_precio, p.incluye {
    font-size: .85em;
    font-weight: 300;
    margin: 0;
}

p.precio {
    font-weight: 900;
    font-size: 3em;
    margin: 0;
    line-height: 1.25em;
}

h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2.5em;
    margin-bottom: 1em;
    position: relative;
    width: auto;
    display: table;
}

ul.acabados {
    display: inline-flex;
    padding: 0;
    list-style: none;
	flex-wrap: wrap;
}

ul.acabados li {
	font-weight: 300;
	white-space: nowrap;
}

ul.acabados li:after {
    content: "|";
    margin: 0 1em;
}

ul.acabados li:last-child:after {
	display: none;
}

p.envios {
    font-weight: 900;
}

p.envios {
    font-weight: 900;
}

a.btn-cart,
input[type="submit"].btn-cart {
    background: rgb(111,144,185);
    background: linear-gradient(270deg, rgba(111,144,185,1) 0%, rgba(4,47,98,1) 100%);
    color: #fff;
    width: 200px;
    padding: .25em 1.5em!important;
    font-weight: 900!important	;
}

.btn-cart:hover,
.btn-cart:focus {
    background: rgb(111,144,185);
    background: linear-gradient(270deg, rgba(4,47,98,1) 0%, rgba(111,144,185,1) 100%);
    color: #fff;
	text-decoration: none;
}

span.label {
    font-weight: 900;
    float: left;
    clear: left;
    width: 180px;
}

.producto-wrapper.odd span.label {
    float: right;
    clear: right;
}



/* POPUP */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  

div#boxes {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
	width: 100%;
}

#boxes #dialog {
	z-index:9999;
	padding:30px;
	width: 90%;
	height: auto;
	background-color: #ffffff;
	max-width: 450px;
}

.close-wrapper {
    width: 100%;
    margin-bottom: 1em;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.page-template-black-friday form {
	margin: 0;
}

.page-template-black-friday input.wpcf7-form-control.wpcf7-submit {
    display: table;
    margin: 1em auto 0;
}


.page-template-black-friday .wpcf7 form .wpcf7-response-output {
    border: 0;
    padding: 0;
	margin: 0;
}


.page-template-black-friday ul.slick-dots li {
    width: 30px;
    margin: 0 5px;
}

.page-template-black-friday ul.slick-dots li button {
    background-color: #fff!important;
}

.page-template-black-friday .slick-prev:before, 
.page-template-black-friday .slick-next:before {
    width: 28px;
    height: 28px;
}

.page-template-black-friday .slick-next:before {
    background-position: 2px center;
}

.page-template-black-friday .slick-arrow {
    background: #fff!Important;
    border: 0;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    margin-top: -20px;
}

.page-template-black-friday .slick-next {
    right: 0;
}

.page-template-black-friday .slick-prev {
    left: 0;
}

.page-template-black-friday .caption {
    background: rgb(111,144,185);
    background: linear-gradient(270deg, rgba(111,144,185,1) 0%, rgba(4,47,98,1) 100%);
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    font-size: .8em;
}

@media (max-width: 767px) {
	header#header {
		height: 70vh!important;
	}
	
	header#header h1 {
		font-size: 3.5em;
	}
	
	.row {
		margin: 0;
	}
	
	.page-template-black-friday h2 {
		font-size: 2em!important;
	}
	
	.producto-wrapper.odd span.label {
		width: 100%;
		float: none;
		clear: none;
	}
	
	ul.acabados {
		flex-direction: column;
		width: 100%;
	}
	
	ul.acabados li:after {
		display: none;
	}
	
	p.precio {
		font-size: 2.25em;
	}
	
	.producto-wrapper {
		border-bottom: 5px solid #444;
	}
}

/* borrar para publicar */

.header#header {
	height: 100vh!important;
}

@media (max-width: 767px) {
	header#header {
		height: 100vh!important;
	}
}

