@charset 'UTF-8';

/* Estilos generales */

body {
	font-family: "Open Sans", Sans-serif;
}

.wpp-list {
	margin-left: 0;
}

.enlace-camerdata {
	cursor: pointer;
}

span.wpp-meta.post-stats {
	display: none !important;
}

.wpp-list li {
	margin-bottom: 20px;
	border-bottom: 1px dotted #adadad;
	padding-bottom: 10px;
}

.wpp-list li a {
	color: #333;
	font-family: "Merriweather", Sans-serif !important;
}

header .menu {
	display: inline-block;
	border-bottom: 1px dashed #d10034;
}

header .menu > li {
	position: relative;
}

header .menu > li[class*="current"]::before {
	position: absolute;
	bottom: -2px;
	height: 3px;
	left: 0;
	right: 0;
	background-color: #d10034;
	content: '';
}

header .elementor-button.elementor-size-xs {
	padding: 6px 10px;
}

header#mobile-header {
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2), 0 0 3px rgba(0, 0, 0, .2);
	        box-shadow: 0 0 6px rgba(0, 0, 0, .2), 0 0 3px rgba(0, 0, 0, .2);
}

#enlaces-sidebar p {
	margin-bottom: 0 !important;
	font-family: "Merriweather", Sans-serif !important;
}

#enlaces-sidebar a {
	color: #888;
}

#enlaces-sidebar .elementor-widget-container {
	background-position: center right 10px !important;
}

.elementor-widget-wp-widget-most_popular_post_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.elementor-widget-wp-widget-most_popular_post_widget ul a {
	display: block;
	padding: 10px 10px 10px 10px;
	background-color: white;
	color: #888;
	font-family: "Merriweather", Sans-serif !important;
	margin-bottom: 20px;
}

/* Menú móvil */

#mobile-menu {
	background-color: white;
}

#mobile-menu .menu li {
	display: block;
	width: 50%;
	float: left;
}

#mobile-menu .menu svg {
	display: none;
}

#mobile-menu .menu > li:first-child {
	display: none;
}

#mobile-menu .slick-dots {
	-webkit-transform: translateY(28px);
	    -ms-transform: translateY(28px);
	        transform: translateY(28px);
}

#mobile-menu .elementor-widget-bilnea_recents_slider {
	position: fixed;
	left: 10px;
	right: 10px;
	bottom: 30px;
}

#mobile-menu .elementor-slick-slider ul.slick-dots li button:before {
	color: #d10034;
}

#mobile-menu .elementor-slide-content {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	width: auto;
}

#mobile-menu .elementor-slide-content > div > div {
	padding-bottom: 10px;
	position: relative;
	text-align: left;
	border-bottom: 1px dashed white;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
}

#mobile-menu .elementor-slide-content > div > div span {
	float: right;
}

#mobile-menu .elementor-slide-content a.title {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700
}

/* Pie de página */

footer * {
	font-size: 10px;
}


/* Inicio */

.elementor-slick-slider .container > div {
	background-color: rgba(51, 51, 51, .5);
	padding: 10px;
	max-width: 450px;
	font-family: "Open Sans", Sans-serif;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	text-align: left;
	color: white;
}

.elementor-slick-slider a {
	color: white;
}

.elementor-slick-slider:hover .container > div {
	background: -o-linear-gradient(top, rgba(201,84,113,0.65) 0%,rgba(144,48,72,0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(201,84,113,0.65)),to(rgba(144,48,72,0.6)));
	background: linear-gradient(to bottom, rgba(201,84,113,0.65) 0%,rgba(144,48,72,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c95471', endColorstr='#99903048',GradientType=0 );
}

.elementor-slick-slider .container h2 {
	font-size: 26px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px dashed white;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Merriweather", Sans-serif !important;
}

.elementor-slick-slider .container .meta {
	font-size: 11px;
	display: block;
}

.elementor-slick-slider .container .meta > a:last-child {
	float: right;
}

.elementor-slick-slider .slick-slider .slick-next,
.elementor-slick-slider .slick-slider .slick-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(51, 51, 51, .5);
	text-align: center;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.elementor-slick-slider .slick-slider .slick-next:hover,
.elementor-slick-slider .slick-slider .slick-prev:hover {
	background-color: #d1003499;
}

.entrada {
	padding: 15px;
	width: 100%;
	display: block;
}

.entrada .thumb {
	display: block;
	overflow: hidden;
	position: relative;
}

.entrada .thumb > div {
	background-size: cover;
	padding-bottom: 50%;
	display: block;
	background-position: center;
}

.entrada .thumb::before {
	content: '+';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "Open Sans", Sans-serif;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	color: white;
	font-weight: 300;
	font-size: 80px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: 1;
}

.entrada:hover .thumb::before {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);

}

.entrada .thumb::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c95471+0,903048+100&0.65+0,0.6+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(201,84,113,0.65) 0%,rgba(144,48,72,0.6) 100%);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(201,84,113,0.65)),to(rgba(144,48,72,0.6)));
background: linear-gradient(to bottom, rgba(201,84,113,0.65) 0%,rgba(144,48,72,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c95471', endColorstr='#99903048',GradientType=0 ); /* IE6-9 */
	opacity: 0;
	-webkit-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}

.entrada:hover .thumb::after {
	opacity: .6;
}

.entrada .title {
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	padding: 15px;
	font-size: 15px;
	background-color: #f9f9f9;
	font-family: "Merriweather", Sans-serif !important;
}

.entrada p {
	color: #808080;
	padding: 0 10px 10px 10px;
	font-size: 12px;
	background-color: #f9f9f9;
	margin: 0;
}

.entrada .meta {
	padding: 15px;
	background-color: #f9f9f9;
	position: relative;
}

.entrada .meta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	border-top: 1px dashed #d10034;
}

.entrada .meta,
.entrada .meta * {
	color: #333;
	font-size: 12px;
}

.entrada .meta .cat {
	float: right;
}

.button-shop svg {
	vertical-align: middle;
	margin-right: 15px;
}

.b_pagination {
	text-align: center;
	padding: 30px 0;
}

.b_pagination > * {
	background-color: #f9f9f9;
	text-align: center;
	line-height: 32px;
	padding: 0 8px;
	min-width: 32px;
	display: inline-block;
	margin: 0 3px;
	font-size: 12px;
	color: black;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.b_pagination > .current,
.b_pagination > a:hover {
	color: white;
	background-color: #d10034;
}

.single-featured {
	background-size: cover;
	background-position: center;
	height: 400px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.single .elementor-widget-bilnea_recents h6 {
	font-size: 15px;
	font-family: "Merriweather", Sans-serif !important;
}

.b_share .fa {
	display: inline-block;
	width: 70px;
	height: 28px;
	vertical-align: middle;
	margin-right: 5px;
	color: white;
	text-align: center;
	line-height: 28px;
	font-size: 15px;
}

.b_share .fa-facebook {
	background-color: #5979C1;
}

.b_share .fa-twitter {
	background-color: #80C7DD;
}

.b_share .fa-linkedin {
	background-color: #447EA3;
}

.b_share .fa-google-plus {
	background-color: #E55242;
}

.b_share .fa-whatsapp {
	background-color: #43d854;
}

.b_share .fa-envelope {
	background-color: #87888A;
}

.b_content {
	text-align: justify;
}

.b_borded {
	border: 2px solid #d10034;
}

.tweeter {
	border: 2px solid #d10034;
	color: inherit;
	display: inline-block;
}

.tweeter .tweet-link a {
	color: #d10034 !important;
}

.tweeter, .tweeter * {
	font-size: inherit;
}

.b_content a {
	border-bottom: 2px solid #d10034;
	display: inline-block;
	color: inherit;
}

.b_content img.aligncenter {
	display: block;
	margin: auto;
}

.b_content img.alignright {
	margin-left: 20px;
}

.b_content img.alignleft {
	margin-right: 20px;
}

#mobile-menu .menu {
	-webkit-transform: translateY(-20px);
	    -ms-transform: translateY(-20px);
	        transform: translateY(-20px);
}

#mobile-menu form {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#mobile-menu .elementor-button-link {
	width: 100%;
}

#mobile-menu input#s {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	width: 100%;
	font-size: 16px;
	padding: 5px 10px;
	margin-top: -5px;
	color: black;
	font-family: "Open Sans", Sans-serif;
}

#mobile-menu input#s::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 300;
	color: #666;
	font-style: italic;
}

#mobile-menu input#s:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 300;
	color: #666;
	font-style: italic;
}

#mobile-menu input#s::-ms-input-placeholder {
	font-size: 14px;
	font-weight: 300;
	color: #666;
	font-style: italic;
}

#mobile-menu input#s::placeholder {
	font-size: 14px;
	font-weight: 300;
	color: #666;
	font-style: italic;
}

#mobile-menu #searchsubmit {
	position: absolute;
    top: 7px;
    right: 2px;
    padding: 0;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    background-color: #d10034;
    color: white;
    bottom: 13px;
    width: 25px;
    font-size: 13px;
}

div[data-attribute="pa_talla"] input {
	display: none;
}

div[data-attribute="pa_talla"] label {
	cursor: pointer;
	width: 28px;
	height: 18px;
	border: 1px solid #666;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-right: 4px;
	margin-bottom: 6px;
}

div[data-attribute="pa_talla"] label::after {
	display: none;
}

div[data-attribute="pa_talla"] input[disabled] + label {
	background-color: #f0f0f0;
	color: #999;
	border: 1px dotted #999;
}

div[data-attribute="pa_talla"] input:checked + label {
	font-weight: bold;
	color: white;
	background-color: #d10034;
	border: 1px solid #d10034;
}

div[data-attribute="pa_color"] input {
	display: none;
}

div[data-attribute="pa_color"] label {
	cursor: pointer;
	width: 28px;
	height: 28px;
	border: 1px solid #666;
	display: inline-block;
	text-align: center;
	margin-right: 4px;
	margin-bottom: 6px;
}

div[data-attribute="pa_color"] input:not(:checked) + label {
	opacity: .5;
	-webkit-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}

div[data-attribute="pa_color"] input:checked + label {
	opacity: 1;
}

div[data-attribute="pa_color"] input[disabled] + label {
	display: none;
}

.single_add_to_cart_button {
	border-radius: 0 !important;
	background-color: #a00e59 !important;
	font-family: "Open Sans", Sans-serif;
	padding: 8px 20px !important;
	float: right !important;
}

.single_add_to_cart_button::before {
	position: relative;
	content: "\f07a";
	font-family: 'FontAwesome';
	margin-right: 6px;
}

.quantity {
	display: inline-block;
}

.quantity input {
	border: 1px solid #a00e59;
	width: 30px;
	margin: 0;
	line-height: 31px;
}

table.variations {
	display: none !important;
}

.shop-product {
	background-color: #efefef;
	padding: 10px;
	width: 100%;
	text-align: center;
	margin: 10px;
}

.shop-product .thumb {
	background-size: cover;
	background-position: center;
	padding-bottom: 120%;
	display: block;
}

.shop-product h2 {
	color: black;
	padding-top: 10px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}

.attribute-wrap {
	text-align: center;
}

.attribute-wrap > * {
	display: inline-block;
	margin: 4px;
	color: #888;
	font-size: 12px;
}

.attribute-wrap.pa_color > * {
	width: 22px;
	height: 22px;
	border: 1px solid black;
	margin: 4px;
}

.shop-product a.button {
	background-color: #d10034;
	margin-top: 6px;
	border-radius: 0;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
}

.woocommerce-variation-price {
	color: #a00e59;
	font-size: 20px;
	padding: 10px 0;
}

header .elementor-widget-shortcode,
header .elementor-widget-button {
	float: right;
}

header .elementor-widget-shortcode {
	margin: 6px 10px !important;
}

header .elementor-widget-shortcode * {
	color: #d10034;
}

header .elementor-widget-bilnea_menu {
	float: right;
	clear: both;
}

.the-content > .woocommerce {
	max-width: 1140px;
	display: block;
	margin: 30px auto;
}

button[name="update_cart"] {
	border-radius: 0 !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
}

button[name="update_cart"]:not([disabled]) {
	background-color: #d10034 !important;
	color: white !important;
}

.checkout-button,
#place_order {
	background-color: #d10034 !important;
	color: white !important;
	border-radius: 0 !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
}

#woo_pp_ec_button img {
	display: none !important;
}

#woo_pp_ec_button {
	font-size: 12px !important;
	color: #666 !important;
}

#woo_pp_ec_button::before {
	position: relative;
	display: block;
	content: 'Pagar con Paypal';
}

.woocommerce-message {
	border-top-color: #d10034 !important;
	color: #666 !important;
	font-size: 12px !important;
}

.woocommerce-message::before {
	color: #d10034 !important;
}

td.product-name a {
	color: black !important;
}

body.single .main_container article.post h2 {
	margin: 20px 0 10px;
}

body.single .main_container article.post h3 {
	margin: 10px 0;
}

.legal a {
	color: inherit;
	text-decoration: underline;
}

.legal h3 {
	color: #d10034;
	font-family: "Open Sans", Sans-serif;
	margin-bottom: 8px;
}

@media all and (max-width: 767px) {
	.elementor-slick-slider .container h2 {
		font-size: 20px !important;
	}
	.elementor-slides .slick-slide-inner {
		padding: 15px !important;
	}
	.elementor-slides .slick-slide-inner .elementor-slide-description {
		margin-bottom: 0 !important;
	}
	.elementor-slick-slider .slick-slider .slick-next, .elementor-slick-slider .slick-slider .slick-prev {
		display: none !important;
	}
	.button-shop svg {
		width: 22px;
		height: 22px;
	}
	.b_share .fa {
		width: 55px;
	}
	.b_share .fa-envelope {
		margin: 0 !important;
	}

	.elementor-176 .elementor-element.elementor-element-edcd02c .elementor-image img {
    max-width: 80% !important;
	}
}
