/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* ---------------------- GENERALES ---------------------------- */

body {
	font-family: "DM Sans", sans-serif;
	background: #f6f6f6;
}

.titulo {
	font-family: "Bodoni Moda", serif;
}

a {
	color: #000;
}

a:hover {
	color: #5c90a1;
}

.fadefoto:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.ordena {
	display: block;
}

.movil {
	display: none;
}

.btn-primary, .btn-secondary, .btn-tertiary {
	box-shadow: none;
}

.product-actions .add-to-cart {
	line-height: inherit;
}

.btn-primary {
	background-color: transparent !important;
	color: #000 !important;
	text-transform: uppercase;
	font-size: 14px;
	padding: 50px 0 30px 0 !important;
	-webkit-transition: color 300ms, background 500ms, border-color 700ms;
	transition: color 300ms, background 500ms, border-color 700ms;
	cursor: pointer;
	font-weight: 500;
	text-decoration: underline;
	text-decoration: none;
	
}

.btn-primary:hover {
	background-color: transparent !important;
	color: #5c90a1 !important;
	border-bottom: solid 1px;
}

/* ---------------------- GENERALES ------------------------- */


/* ---------------------- CABECERA -------------------------- */

#header {
	background: transparent;
	position: fixed;
	width: 100%;
	box-shadow: none;
}

#header:hover {
	background: #fff;
}

#header:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

.barra {
	background: #000;
	text-align: center;
	color: #fff;
	padding: 3px 0;
	font-size: 11px;
}
#header .header-top {
	padding: 0;
}

.bt-carrito {
	position: absolute;
	right: 40px;
	top: 40px;
}

.cabecera-rss {
	left: 30px;
	position: absolute;
	top: 40px;
}

.menu-izquierda {
	position: absolute;
	left: 10%;
	top: 86px;
}

.menu-izquierda a {
	margin-right: 40px;
	font-size: 13px;
}

.menu-derecha {
	position: absolute;
	right: 10%;
	top: 86px;
}

.menu-derecha a {
	margin-left: 40px;
	font-size: 13px;
}

#_desktop_top_menu {
	display: none !important;
}

#_desktop_user_info {
	float: right;
	padding: 0 0 0 14px;
}

#_desktop_cart {
	float: right;
	padding-left: 20px;
}

.user-info img, #_desktop_cart img, .cabecera-rss img {
	max-width: 18px;
	margin-left: 10px;
}

.cart-products-count {
	font-size: 10px;
	color: #5c90a1;
}

#_desktop_logo {
	display: table;
	margin: 30px auto 10px auto;
}

#_desktop_logo img {
	max-width: 256px;
}

/* ---------------------- CABECERA -------------------------- */


/* ---------------------- CONTENIDO ------------------------- */

#wrapper {
	padding-top: 210px;
}

body#index #wrapper {
	padding-top: 0;
}

body#index .container {
	width: 100%;
	padding: 0;
}

.container {
	width: 100%;
	max-width: 1400px;
	padding: 0 3%;
}

body#index .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.breadcrumb {
	font-size: 12px;
	border-bottom: dotted 1px;
	padding-bottom: 6px !important;
	display: table;
	margin: 0.75rem auto 2.5rem auto;
}

#wrapper .breadcrumb li:last-child {
	color: #5c90a1;
}

.page-header h1 {
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}

/* ---------------------- CONTENIDO ------------------------------ */


/* ---------------------- CONTENIDO HOME ------------------------- */

.galslider_slider_wrapper .bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	left: 0px;
	background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.galslider_slider_wrapper {
	padding-bottom: 0;
	padding-top: 0;
}

.galslider_slider_wrapper .bx-wrapper img {
	width: 100%;
}

.texto-home {
	text-align: center;
	max-width: 660px !important;
	margin: 4% auto !important;
}

.texto-home h2 {
	font-family: "Bodoni Moda", serif;
	font-size: 3vw;
	padding: 70px 0;
	font-weight: normal;
	border-bottom: dotted 1px #999;
	margin-bottom: 40px;
}

.texto-home h3 {
	font-weight: normal;
}

.texto-home a {
	border: solid 1px;
	padding: 8px 20px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 30px auto !important;
	display: table;
}

.featured-products {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 4%;
}

body#index .products {
	margin: 0 auto;
}

.home-banner-2 {
	max-width: 600px;
	margin: 12% auto 0 auto;
}

/* ---------------------- CONTENIDO HOME ------------------------------- */


/* ---------------------- LISTADO DE PRODUCTOS ------------------------- */

#js-product-list-header {
	display: none;
}

.product {
	padding: 0 5px 20px 5px !important;
}

.thumbnail-container {
	background: transparent !important;
}

.h3.product-title a {
	color: #000;
	padding-left: 4px;
	font-weight: 600;
}

.product-miniature .product-title {
	text-align: left;
	margin-bottom: 0;
}

.product-miniature .product-price-and-shipping {
	text-align: left;
	padding-left: 4px;
}

.product-miniature .product-description {
	padding: 0.35rem;
	display: table;
	width: 100%;
	background: transparent;
}

.price {
	font-weight: normal;
	color: #5c90a1;
	font-size: 0.675rem;
	padding-right: 10px;
}

.product-thumbnail img {
	border: none;
}

.availability.agotado {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11px;
	text-decoration: underline;
	position: absolute;
	top: -40px;
	left: 0;
	background: #000;
	padding: 2px 90px 2px 16px;
}

.availability {
	padding-top: 0;
	margin-bottom: 0;
}

.proximamente {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 11px;
	text-decoration: underline;
}

.pagination {
	color: #000;
	font-size: 12px !important;
}

/* ---------------------- LISTADO DE PRODUCTOS ------------------------- */


/* ---------------------- PÁGINA DE PRODUCTO -------------------------- */

.images-container {
	display: none;
}

body#product .featured-products {
	padding: 0;
	margin-top: 15% !important;
}

body#product .featured-products h2 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: dotted 1px #999;
	padding-bottom: 14px;
	margin-bottom: 40px;
}

#content-wrapper {
	padding: 0;
}

#product #content {
	max-width: 100%;
}

#main .images-container .js-qv-mask.scroll {
	width: auto;
	display: table;
	float: left;
}

.producto-txt {
	max-width: 450px;
	display: table;
	margin-top: 20px;
	margin-left: 3%;
}

.producto-img {
	padding: 0;
}

.product-cover {
	padding: 0;
	margin: 0;
	display: none;
}

.product-container h1 {
	font-size: 16px;
	padding-top: 20px;
	font-weight: 600;
	text-transform: none;
	color: #000;
}

.product-price {
	color: #666;
	font-size: 13px;
	font-weight: normal;
}

.product-description p {
	font-size: 11px;
	font-weight: normal;
}

.product-description li {
	font-size: 11px;
	padding-bottom: 2px;
	list-style-type: initial;
	padding-left: 20px;
}

.product-actions .control-label {
	display: none;
}

.tabs {
	padding: 0;
	margin-top: 0;
	background: transparent;
}

.nav-tabs .nav-link {
	padding: .5em 0;
}

.nav-tabs .nav-item + .nav-item {
	margin-left: 20px;
}

.tabs .nav-tabs .nav-link {
	color: #333;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
}

.tabs .nav-tabs .nav-link.active {
	color: #5c90a1;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
	border-bottom: #5c90a1 1px solid;
	background: transparent;
}

.tabs .nav-tabs {
	border-bottom: none;
}

.blockreassurance_product {
	margin-top: 0;
}

.quickview .modal-content {
	min-height: 28.13rem;
}

.js-mailalert button {
	font-size: 14px;
}

.blockreassurance_product .item-product {
	margin-right: 15px;
	display: none;
}

.blockreassurance_product .block-title {
	margin-top: 16px;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
}

.blockreassurance_product p {
	font-size: 11px;
	font-weight: normal;
}

.row.product-container.js-product-container.producto {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body#product #ps_checkout-payment-method-logo-block-container {
	display: none;
}

.radio-label {
	border: 1px solid #fafafa !important;
}

.form-control {
	font-size: 0.8rem;
}

.medidas {
	width: 93%;
	font-size: 12px;
	margin-top: -12px;
}

.medidas td {
	border: solid 1px #ddd;
	text-align: center;
	padding: 3px 0;
	width: 20%;
}

.medidas .vacio {
	border: none;
	background: #fff !important;
}

.medidas td:first-child, .medidas tr:first-child {
	font-weight: 600;
	background: #fafafa;
}

.talla {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 30px 0 16px 0;
}

#description_short strong {
	font-weight: 500;
}

.product-cover img {
	box-shadow: none;
}

.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
	border: 1px dotted #333;
	padding: 0;
}

.product-images > li.thumb-container > .thumb {
	box-shadow: none;
	width: 100%;
}

.product-variants #group_1 {
	display: table;
}

.txt-producto {
	padding: 6%;
}

.product-quantity .add, .product-quantity .qty {
	float: none;
}

/* ---------------------- PÁGINA DE PRODUCTO -------------------------- */


/* ---------------------- MINIATURAS ---------------------------------- */


.bx-wrapper .bx-pager.bx-default-pager a {
	background: #f6f6f6;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #ccc !important;
}

.bx-controls {
	border: solid #f6f6f6;
	margin-top: 4px;
}

.galslider_slider_wrapper .bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #999;
	width: 11px;
	height: 11px;
}

.js-qv-mask.mask {
	padding: 0;
}

.product-images > li.thumb-container .thumb.selected, .product-images > li.thumb-container .thumb:hover {
	border: none;
}

/* ---------------------- MINIATURAS --------------------------- */

/* ---------------------- CONTENIDO CMS -------------------------------- */

.page-content.page-cms {
	background: transparent;
}

body#cms .page-header {
	display: none;
}

.legal img {
	max-width: 200px;
	margin: 0 auto;
	display: table;
}

.legal p {
	font-size: 12px;
	color: #555;
	font-weight: 400;
}

.legal h2 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	padding-bottom: 18px;
}

.legal h3 {
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 14px;
	font-weight: 600;
}

.legal table {
	font-size: 12px;
	color: #555;
	margin-bottom: 20px;
	margin-top: 30px;
}

.legal td {
	border: solid 1px #666;
	background: #fafafa;
	text-align: left;
	padding: 12px;
}

.page-content.page-cms ul, p {
	font-size: 12px;
	color: #555;
}

.contacto img {
	max-width: 100%;
}

.contacto-txt {
	text-align: center;
	padding-top: 25px;
}

.contacto h3 {
	padding-top: 30px;
}

.contacto a {
	font-size: 12px;
	font-weight: 500;
}

.contacto a:hover {
	color: #5c90a1;
}

.about h1 {
	font-family: "Bodoni Moda", serif;
	font-size: 3vw;
	padding: 70px 0;
	font-weight: normal;
	border-bottom: dotted 1px #999;
	max-width: 500px;
	margin: 0 auto 40px auto;
	text-align: center;
}

.about h2 {
	font-family: "Bodoni Moda", serif;
	text-align: center;
	margin-top: 50px;
}

.about h3 {
	text-align: center;
	line-height: 20px;
	font-weight: normal;
	max-width: 630px;
	margin: 0 auto 20px auto;
}

.about h4 {
	font-weight: normal;
	text-align: center;
	font-size: 13px;
	max-width: 840px;
	margin: 0 auto;
}

.about-img {
	margin: 60px auto;
	display: table;
}

.about-img img {
	width: 100%;
	max-width: 600px;
}

.about-img div {
	padding: 4px;
}

/* ---------------------- CONTENIDO CMS ------------------------------- */

/* ---------------------- PIE ---------------------------------- */

.pie-icono {
	text-align: center;
}

.pie-icono hr {
	margin-top: -54px;
	border-color: #000;
}

#footer {
	padding: 0;
	margin: 0 5%;
}

.showpopuppro {
	display: table;
	margin: 30px auto;
	cursor: pointer;
	background: #fff;
	border: solid 1px;
	width: 200px;
	padding: 13px;
	text-align: center;
}

.showpopuppro:hover {
	color: #5c90a1 !important;
}

.pie-newsletter {
	padding-top: 90px;
	text-align: center;
}

.pie-newsletter h2 {
	font-weight: 500;
	font-size: 28px; 
}

.pie-contenido {
	padding-top: 30px !important;
	display: table;
	width: 100%;
}

.pie-contenido .menu-izquierda {
	position: inherit;
	display: table;
	float: left;
	width: 20%;
	padding-top: 2%;
	padding-left: 2%;
}

.pie-rss {
	display: table;
	float: left;
	width: 60%;
	text-align: center;
}

.pie-contenido .menu-derecha {
	position: inherit;
	display: table;
	float: right;
	width: 20%;
	padding-top: 2%;
	text-align: right;
	padding-right: 2%;
}

.pie-rss h3 {
	padding-bottom: 20px;
}

.pie-rss img {
	max-width: 28px;
	margin: 0 20px;
}

.copy {
	font-size: 14px;
	text-align: center;
	padding-top: 80px;
}

.copy p {
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #000;
}

.copy a {
	margin: 0 10px;
	font-size: 12px;
}

/* -------------------------- PIE --------------------------- */

/* -------------------------- COOKIES --------------------------------------------------------- */

#cookieNotice {
	width: 90% !important;
	bottom: 30% !important;
	font-size: 15px !important;
	font-family: inherit !important;
	left: 5% !important;
	height: 300px !important;
	right: 5% !important;
	padding: 100px 30px;
}

.closeButtonNormal {
	cursor: pointer;
	text-transform: uppercase;
	border: solid 1px;
	padding: 8px 30px !important;
	margin-top: 40px !important;
	background: transparent !important;
	border: solid 1px #000;
	color: #000 !important;
	font-size: 13px;
	font-weight: 500;
}

#cookieNoticeContent table {
	max-width: 800px !important;
	margin: 0 auto;
}

.closeButtonNormal:hover {
	background: #000 !important;
	color: #fff !important;
}

/* -------------------------- COOKIES --------------------------------------------------------- */

body#order-confirmation #wrapper {
	max-width: 1200px;
	margin: 0 auto;
	color: #000;
}

body#checkout #wrapper, body#cart #wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

#header .header-nav .blockcart .header {
	margin-top: 0;
}

#block_myaccount_infos .myaccount-title a {
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

.products-selection p, .products-selection .sort-by-row .sort-by, .products-selection .sort-by-row .select-title {
	font-size: 0.675rem;
}

.brands-sort .select-list, .products-sort-order .select-list, .suppliers-sort .select-list {
	padding: 0.325rem 1.25rem;
	font-size: 12px;
}

#product-comments-list-header .comments-nb {
	display: none;
}

#product-comments-list {
	display: none;
}

.input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span {
	border: 1px solid #232323 !important;
}

.cart-grid-body .card-block h1 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 18px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
}

.card .separator {
	border-color: #fff;
}

.cart-item {
	border-bottom: solid 1px;
}

.product-line-grid-left img {
	max-width: 100px;
	margin: 0 auto;
	display: table;
}

#header .header-nav .blockcart {
	background: transparent;
	padding: 0;
	margin-left: 0;
	text-align: center;
	white-space: nowrap;
}

#header .header-nav .cart-preview.active {
	background: transparent;
}

form .form-control-label {
	font-weight: 500;
}

.tax-shipping-delivery-label {
	display: none;
}


#blockcart-modal .product-name {
	color: #333;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
	font-size: 10px;
	letter-spacing: 1px;
}

.page-my-account #content .links a span.link-item {
	background: #fafafa;
	border: dotted 1px;
	font-size: 10px;
	letter-spacing: 2px;
	color: #666;
}

.page-my-account #content .links a i {
	font-size: 2rem;
}

.form-footer {
	text-align: center;
	display: table;
	margin: 50px auto;
}

.page-footer {
	display: table;
	margin: 0 auto;
	margin-bottom: 0 !important;
}

.page-customer-account #content {
	padding: 3rem;
}

.page-my-account #content .links a i:hover {
	color: #d8d7d5;
}

body#checkout #footer {
	color: inherit;
}

body#checkout section.checkout-step .step-title {
	font-size: 1rem;
}

body#checkout section.checkout-step {
	padding-top: 24px;
}

#block-reassurance li:last-child, body#checkout section.checkout-step:last-child {
	padding-bottom: 40px;
}

#blockcart-modal .modal-title i.material-icons {
	display: none;
}
	
.cart-content-btn .material-icons {
	display: none;
}

body#checkout .cancel-address {
	margin: 0;
	margin-right: 40px;
}

body#checkout #header .header-nav {
	padding: inherit;
}

