.page-template-store-template .navbar-nav{
    display: none;
}
.store-template .store-title h2{
    font-size: 30px;
    font-weight: 500;
    color: #333;
}

.divider::after {
    content: none;
    display: block;
    position: relative;
    width: 50px;
    height: 6px;
    margin-top: 30px;
    background: #333;
}

.store-template .store-icon {
    display: table-cell;
    vertical-align: middle;
    width: 23%;
    position: relative;
    /* z-index: 99; */
    margin-right: -30px;
}
.page-id-1165 .menu-sobre-pintuco-container {
    display: none;
}
.store-template .store-icon .icon {
    width: 150px;
    height: 150px;
    background: var(--AKBP-blue) 
    url("../../../uploads/2023/08/Icono_tiendas.svg") no-repeat center center/50%;
    margin-right: -30px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.store-template .store {
    display: table-cell;
    vertical-align: middle;
    position: inherit;
    text-align: left;
}

.store-template .store .store-content {
    display: inline-block;
    padding: 35px;
    overflow: hidden;
    width: 100%;
    -webkit-box-shadow: 0 0.2rem 0.6rem 0 rgba(0,0,0,.1);
    box-shadow: 0 0.2rem 0.6rem 0 rgba(0,0,0,.1);
    z-index: 0;
    margin-left: 20px;
    border-radius: 5px;
}

.store-content  h2 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem !important;
    color: #333;
}

.store-content  p {
    font-size: 14px;
    font-weight: 500;
    overflow-wrap: break-word;
    color: #333333c7;
}

.store-search{
    margin: 20px 0;
}

.stores{
    margin: 30px 0;
}

.store-single{
    margin: 10px;
}




/*     SELECT    */


.filter-select select {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
    padding: 10px;
    background: white url('/wp-content/themes/pintuco/images/down.png') no-repeat 95% center;
    width: 200px;
    border: 0;
    height: fit-content;
}

.store-template .store-search .form-group{
    display: inline-block;
    margin: 0 1rem;
}

.filter-select select option{
    font-size: 14px;
}
button.btn.btn-store-search {
    color: white;
    background: linear-gradient(20deg,#00a78e,#2fc48d);
    box-shadow: inset 0 -0.3rem 0 0 rgba(0,0,0,.1);
    border-radius: 0.4rem;
}

/* ------- Responsive  -------   */

@media screen and (min-width: 376px){
    button.btn.btn-store-search {
        position: initial;
        margin-left: 15px;
        margin-top: 25px;
        width: fit-content;
        margin: 30px auto;
        padding: 10px 70px;
    }
}
@media screen and (max-width: 768px){
    .store-template .store .store-content {
        margin-left: -20px;
    }

    .store-template .store-icon .icon{
        height: 100px;
    }

    .store-template .store .store-content{
        padding: 15px;
    width: 100%;
    padding-left: 30px; 
    }
   .stores-maps {
    padding: 50px 0px!important;
    }
} 

@media screen and (max-width: 375px){
    .store-template .store-icon{
        width: 15%;
    }
    .store-template .store .store-content {
        margin-left: -20px;
    }

    .store-template .store-icon .icon{
        height: 90px;
        width: 60px;
    }
    .store-content p.email {
        font-size: 11px;
    }
    .store-template .store-icon .icon {
        background: #ffdb00 url("/wp-content/themes/pintuco/images/icon-tienda.png") no-repeat center center/30px;
    }

  
   
} 
.list-view{
    text-align: right;
}
.boton-tiendas{
    display: inline-block;
    margin-top: 30px;
    margin-left: 10px;
    cursor:pointer;
}
.boton-tiendas span{
    color: var(--AKBP-blue);
    padding: 10px 20px 10px 40px;
    background-position: 5px 50%!important;
    background-size: 30px!important;
}
.boton-tiendas.mapa span{
    background: url(../images/mapa_black.png) no-repeat;
}
.boton-tiendas.lista span{
    background: url(../images/list_gray.png) no-repeat;
}
.boton-tiendas.active span{
    color: #fff; 
}
.boton-tiendas.mapa.active span{
    background: var(--AKBP-blue) url(../images/mapa_white.png) no-repeat;
    background-size: 25px!important;
}
.boton-tiendas.lista.active span{
    background: var(--AKBP-blue) url(../images/list_white.png) no-repeat;
    background-size: 25px!important;
}

.stores-maps{
    background: #fafafa;
    position: relative;
    overflow: hidden;
    padding: 50px 100px;
    border-top: 1px solid #e1e1e1;
}
.stores-maps .g-maps{
    overflow: hidden;
    max-width: 1220px;
    margin: auto;
}
.pintuco-map-bubble {
    text-align: right;
}

.filter-select label {
    font-size: 1.2rem;
    color: #333;
}