/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
body{
    background-image: url(./img/bg-mobile.jpg);
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed;
    font-family: 'Montserrat';
}

@media screen and (min-width:900px){
	body{
    	background-image: url(./img/bg-desktop.jpg);
    }
}
.text-right{
	text-align: right
}
.bdb_title{
	background-color: #93BA2C;
	color: white;
	width: 100%;
	max-width: 650px!important;
	padding: 10px 20px;
}
.bdb_title h2{
	color: white;
}
.gotop{
	position: fixed;
	bottom: -100px;
	right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 40px;
	background-color: white;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .5s
}

/* Add your custom styles here */
body {
  scroll-behavior: smooth;
}

.elementskit-blog-block-post .row .col-md-6:first-child{
	flex: 0 0 35%;
	max-width:35%!important;
	
}
.elementskit-blog-block-post .row .col-md-6:last-child{
	flex: 0 0 65%;
	max-width:65%!important;
}
.overflow{
	overflow: hidden
}



#wpsl-gmap.wpsl-gmap-canvas{
	position:relative!important;
	top:12px;
	left:0;
	width:40%!important;
	height:70vh!important;
	order:3;
	display: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#wpsl-wrap{
	overflow:visible!important;
	padding: 10px 0 0 0!important;
	display: flex;
	flex-wrap: wrap;
}
/*
.wpsl-search,#wpsl-stores{
	max-width:1200px;
	margin:0 auto;
	font-family: 'Montserrat',sans-serif;
}
*/

.wpsl-search{
	
	margin:0 auto;
	font-family: 'Montserrat',sans-serif;
}
.wpsl-store-below #wpsl-result-list{
	width: 100%;
	order:2;
}

.wpsl-search{
	width:100%;
	padding: 0!important;
}

#wpsl-result-list #wpsl-stores{
	font-size: 14px;
	height: 100%!important;
}
#wpsl-stores ul{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	max-height: 70vh;
	overflow: scroll;
	justify-content: center;
}
#wpsl-stores ul li{
	background: white;
    border-radius: 5px;
    width: calc(50% - 30px);
    padding: 10px 15px!important;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.wpsl-search{
	background: rgba(255,255,255,.0);
	border: 1px solid rgba(255,255,255,.0);
	border-radius: 10px;
	
}
.wpsl-input label{
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,.4);
	font-weight: 700;
    width: 220px;
}
#wpsl-search-input{
	background-color: rgba(255,255,255,.2);
	max-width: 100%;
	width: 300px!important;
	border: 2px solid rgba(255,255,255,.9)!important;
	color: white;
}
#wpsl-search-wrap form{
	display: flex;
	align-items: center;
	padding: 0 10px;
	gap: 15px;
	font-family: 'Montserrat',sans-serif;
	justify-content: center;
}
#wpsl-search-wrap form > div{
	margin: 10px 0;
}
.wpsl-input{
	display: flex!important;
	align-items: center;
	gap: 10px;
}
#wpsl-search-btn{
	border: 2px solid white!important;
	background: rgba(255,255,255,.0)!important;
	color:white;
	text-transform: uppercase!important;
	font-weight: 700;
}
.wpsl-directions{
	padding: 4px 8px;
	background: #93BA2C;
	    font-size: 13px;
    color: white;
    border-radius: 5px;
    margin-top: 7px;
    font-weight: 700;
}
.wpsl-store-location{
	font-size: 11px;
}
#wpsl-result-list li p{
	margin-bottom: 5px;
}
.wpsl-store-location p:first-child strong{
	margin-bottom: 15px;
	display: block;
	color:#A71930;
}
.wpsl-store-location p:first-child a{
	color:#A71930;
}
.wpsl-contact-details{
	font-size: 13px;
}

@media screen and (min-width:900px){
	.wpsl-store-location{
		font-size: 13px;
	}
	#wpsl-stores ul li{
		width: calc(33.33% - 30px);
	}
	#wpsl-gmap.wpsl-gmap-canvas{
		display: none;
	}
}


/* PROMOCIONES */
.promociones{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.promociones .post-thumbnail{
	width: calc(33.33% - 20px);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
	background-color: white;
	box-shadow: 0 0 10px rgba(255,255,255,.4)
}
.promociones .post-thumbnail:hover{
	box-shadow: 0 0 15px rgba(255,255,255,.6)
}
.promociones .post_footer{
	background-color: white;
	position: relative;
	z-index: 5;
}
.promociones .post-thumbnail img{
	width: 100%;
	transition: ease-in-out .5s;
	margin: 0;
	display: block;
	transform: scale(1.01)
}
.promociones .post-thumbnail img:hover{
	transform: scale(1.04)
}
.promociones .post-thumbnail .btn-mapa{
	display: inline-block;
	padding: 8px 15px;
    background: #93BA2C;
    font-size: 15px;
    color: white;
    border-radius: 5px;
    margin: 7px 0;
    font-weight: 700;
}



/* NAVIGATION */
.heading{
/* 	position: sticky; */
	top: 0;
	z-index: 10;
}
#custom-navigation{
	margin-top: -10px;
}
#custom-navigation ul{
	display: flex;
	width: 100%;
	list-style: none;
	padding: 0;
	margin:0;
	border-top:2px solid white;
	border-bottom:2px solid white;
}
#custom-navigation ul li{
	width: 100%;
	text-align: center;
	background-color: #A71930;
	color: white;
	border-right: 2px solid white;
	transition: all .5s;
	display: flex;
    align-items: center;
    justify-content: center;
}
#custom-navigation ul li:last-child{
	border-right: 0;
}
#custom-navigation ul li a{
	color: white;
	padding: 15px 10px;
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
}
/*
#custom-navigation ul li:hover{
	background-color: #54565A
}
*/
#custom-navigation ul li.active{
	background-color: #93BA2C;
}

@media screen and (min-width:900px){
	#custom-navigation ul li a{
		font-size: 15px;
		font-weight: 700;
	}
}


.wpcf7-form {
	width: 100%;
	max-width: 550px;
}
.wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 15px!important;
}
.wpcf7-form-control-wrap input{
	margin-bottom: 0!important;
}
.wpcf7-form-control.wpcf7-submit{
	background-color: #93BA2C!important;
	color:white;
	border-radius: 7px!important;
}
.wpcf7-form-control.wpcf7-submit:hover{
	background-color: #A71930!important;
}
.wpcf7-acceptance .wpcf7-list-item{
	padding: 0;
	margin:0;
	margin-bottom: 15px;
}
.wpcf7-acceptance .wpcf7-list-item label{
	display: flex;
	align-items: center;
	gap:15px;
}
.wpcf7-acceptance .wpcf7-list-item label input{
	margin-bottom: 0!important;
}
.wpcf7-not-valid-tip{
	font-size: 13px!important;
}
.wpcf7-list-item-label a{
	color:#93BA2C;
}
.wpcf7 .wpcf7-submit:disabled{
	cursor:not-allowed!important;
	opacity:.6
}
#entra-en-el-sorteo .swiper.swiper-horizontal{
	padding: 10px;
}
#entra-en-el-sorteo .swiper-slide-image{
	box-shadow: 0 0 10px rgba(0,0,0,.2)!important;
	border-radius: 5px!important;
}



/* PROVINCIAS */
.accordion{
max-width: 1200px;
margin: 0 auto;
font-family: 'Montserrat';
padding: 10px 15px;
}
.item_tienda{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: white;
	box-shadow: 0 0 10px rgba(0,0,0,.01);
	margin-bottom: 10px;
	padding: 6px 10px;
	align-items: center
}
.item_tienda div:first-child{
	width: 100%;
	color:#93BA2C;
	font-weight: 700;
}
.item_tienda div:nth-child(2){
	width: 35%;
	font-size: 14px;
	line-height: 15px;
}
.item_tienda div:last-child{
	width: 20%;
}
.accordion h3{
	border-top: 1px solid rgba(0,0,0,0.2)!important;
	padding-top: 15px;
	background: transparent;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(0,0,0,.2);
	color:white;
	cursor: pointer;
	border:0;
}
 h3.ui-state-active{
 color:#93BA2C
}
.accordion .ui-widget-content{
	border:0;
	background: transparent
}

@media screen and (min-width:768px){
	.item_tienda div:first-child{
		width: 35%;
	}
}
.localiza_btn{
	background-color: #93BA2C;
	color:white;
	text-decoration: none!important;
	border-radius: 5px;
	padding: 8px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
}
.maps_btn{
	background-color: #93BA2C;
	color:white;
	text-decoration: none!important;
	border-radius: 5px;
	padding: 4px 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
#mapa_btn, #provincia_btn{
	color:#93BA2C;
	font-size: 18px;
	text-align: center;
	padding: 20px;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);

}
#mapa_btn span, #provincia_btn span{
	border:1px solid white;
	padding: 8px 20px;
	display: inline-block;
	background: white;
	cursor: pointer;
	border-radius: 7px;
}
.wpcf7-list-item{
	margin-bottom: 5px!important;
}
.ekit-wid-con .ekit-form form label span{
	font-size: 0.9rem!important;
}