/************************************************************/
/* Store Locator */
/************************************************************/

.store-locator-map-wrapper{
    float:right;
    width: calc(100% - 320px);
    padding-bottom: 575px;
    position:relative;
    margin-bottom: 20px;
}

#store-locator-map{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-color: #ccc;
}



/*MAP ICONS*/

#store-locator-map .store.active{
    z-index: 9999 !important;
}

#store-locator-map .store.store-hidden{
    display: none;
}
/*#store-locator-map .store.active:after{*/
    /*content: "";*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-style: solid;*/
    /*border-width: 10px 10px 0 0;*/
    /*border-color: #fff transparent transparent transparent;*/
    /*position: absolute;*/
    /*bottom: -10px;*/
    /*left: 0px;*/
/*}*/
#store-locator-map .store .inner_container{
    width: 30px;
    height: 47px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    /*box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.66);*/
    /*background-color: #fff;*/
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
#store-locator-map .store.active .inner_container{
    width: 280px;
}
#store-locator-map .store .inner{
    position: absolute;
    /*background-color: #FFF;*/
    padding: 10px;
    width: auto;
    min-width: 280px;
    height: auto;
    padding-left: 50px;
    top: 0px;
    left: 0px;
    opacity: 1;
}

#store-locator-map .store .inner .text_container{
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: left;
}
#store-locator-map .store.active .inner .text_container{
    background: #FFF;
    padding: 10px;
    opacity: 1;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;

}

#store-locator-map .store.active .inner {
    padding: 0;
}

#store-locator-map .store .number{
    width: 30px;
    height: 47px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: 0px;
    /*background-color: #fff;*/
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    display: block;
}
#store-locator-map .store.active .number{
    color: #fff;
    margin-top: 10px;
    margin-left: 10px;
    background: #0096fc; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0096fc 0%,#006bd4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0096fc 0%,#006bd4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096fc', endColorstr='#006bd4',GradientType=0 ); /* IE6-9 */
    display: none;
}
#store-locator-map .store .shop_title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    line-height: 19px;
    padding-right: 50px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}
#store-locator-map .store .shop_title img{
    margin-left:5px;
    vertical-align: sub;
}
#store-locator-map .store .shop_address{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}
#store-locator-map .store .shop_distance{
    font-size: 11px;
    color: #888;
    position: absolute;
    top: 4px;
    line-height: 30px;
    right: 10px;
    font-family: 'Roboto Condensed';
}
#store-locator-map .store .shop_phone{
    font-size: 12px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed';
}
#store-locator-map .store .shop_phone .fa{
    color: #0096fc;
    margin-right: 5px;
    font-size: 14px;
}
#store-locator-map .store .shop_type{
    font-size: 13px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed';
}
#store-locator-map .store .shop_type img{
    margin-right:5px;
    vertical-align: sub;
}

#store-locator-map .store .shop_concept_store{
    font-size: 13px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed';
}
#store-locator-map .store .shop_concept_store span{
    margin-right:5px;
    background: url("../img/sprites/tienda-concept-store.png") no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: sub;
}
#store-locator-map .store .directions {
    color: #0096fc;
    font-size: 12px;
    text-decoration: underline;
}
body .pac-container{
    background-color: #fff;
    /*position: fixed !important;*/
    z-index: 1000;
    border-radius: 0px;
    box-shadow: 0px 10px 20px -5px #444;
    border: 2px solid #ccc;
    margin-left: 0px;
    padding: 0px;
    box-sizing: content-box;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
}
body .pac-container:after{
    display: none;
}
body .pac-container .pac-item{
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
}
body .pac-container .pac-item:last-child{
    border-bottom: 0px;
}
body .pac-container .pac-item .pac-icon{
    display: none;
}
body .pac-container .pac-item  .pac-item-query{
    font-family: "Open Sans", Arial, Verdana, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    text-transform: uppercase;
}
body .pac-container .pac-item  .pac-item-query .pac-matched{
    font-family: "Open Sans", Arial, Verdana, sans-serif !important;
    font-weight: bold;
    color: #000;
}

/* #sidebar */

#store-locator-sidebar{
    text-align: center;
    background-color: #fff;
}

/* parte donde esta el pais y e codig postal*/
/*#store-locator-sidebar .form{*/
    /*float:left;*/
    /*width:calc(100% - 180px);*/
    /*margin-bottom: 20px;*/
/*}*/

/*#store-locator-sidebar .form_group{*/
    /*position: relative;*/
    /*float:left;*/
    /*margin-right:20px;*/
/*}*/

/*#store-locator-sidebar .form_group.country{*/
    /*width:160px;*/
/*}*/
/*#store-locator-sidebar .form_group.search{*/
    /*width: calc(100% - 220px);*/
    /*max-width: 360px;*/
/*}*/
/*#store-locator-sidebar .form_group select{*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
    /*-webkit-appearance: none;*/
    /*color: #999;*/
    /*width: 100%;*/
    /*border: 1px solid #ccc;*/
    /*height: 48px;*/
    /*border-radius: 0px;*/
    /*background-color: #fff;*/
    /*padding: 10px;*/
    /*position: relative;*/
    /*box-shadow: none;*/
/*}*/
#store-locator-sidebar .form_group.active select{
    font-weight: bold;
    color:  #cd202c;
    border: 2px solid #cd202c;
}

/*#store-locator-sidebar .form_group .select_trigger{*/
    /*font-size: 26px;*/
    /*border: 0px;*/
    /*color: #fff;*/
    /*height: 48px;*/
    /*width: 48px;*/
    /*line-height: 48px;*/
    /*text-align: center;*/
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 0px;*/
    /*z-index: 1;*/
    /*background: #cd202c; !* Old browsers *! !* FF3.6-15 *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096fc', endColorstr='#006bd4',GradientType=0 ); !* IE6-9 *!*/
/*}*/

/*#store-locator-sidebar .form_group input[type="text"]{*/
    /*width: 100%;*/
    /*box-shadow: none;*/
    /*border: 1px solid #ccc;*/
    /*height: 48px;*/
    /*border-radius: 0px;*/
    /*background-color: #fff;*/
    /*padding: 10px;*/
    /*position: relative;*/
    /*margin: 0;*/
/*}*/
/*#store-locator-sidebar .form_group input[type="text"]:focus{*/
    /*border: 2px solid #0081e8;*/
/*}*/
/*#store-locator-sidebar .form_group button[type="submit"]{*/
    /*font-size: 20px;*/
    /*border: 0px;*/
    /*color: #fff;*/
    /*height: 48px;*/
    /*width: 48px;*/
    /*line-height: 48px;*/
    /*text-align: center;*/
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 0px;*/
    /*z-index: 1;*/
    /*background: #cd202c; !* Old browsers *! !* FF3.6-15 *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096fc', endColorstr='#006bd4',GradientType=0 ); !* IE6-9 *!*/
    /*padding: 0;*/
/*}*/
#store-locator-sidebar .form_group button[type="submit"] .fa{
    color: #fff;
    font-size: 18px;
}
#store-locator-sidebar .radio{
    float:left;
    margin-bottom: 20px;
}
#store-locator-sidebar .radio li{
    display: inline-block;
    line-height: 48px;
}
#store-locator-sidebar .radio li a {
    font-family: "Roboto Condensed";
    color: #000;
    font-weight: 500;
    text-decoration: none;
    font-size: 13px;
}
#store-locator-sidebar .radio li a {
    padding: 0px 10px;
}
#product_store_locator #store-locator-sidebar .radio li.active a, #ls_tiendas #store-locator-sidebar .radio li.active a{
    color: #0081e8;
    cursor: default;
    text-decoration: none;
}
#store-locator-sidebar .results_container_outer{
    float:left;
    width:300px;
    margin-right:20px;
    height: 575px;
    position: relative;
    overflow-y: scroll;
}
#store-locator-sidebar .results_container_outer:before{
    z-index: 1;
    content: "";
    opacity: 0;
    height: 25px;
    width: 100%;
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*background-image: url(../img/list-shadow-top2.png);*/
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
#store-locator-sidebar .results_container_outer:after{
    z-index: 1;
    content: "";
    opacity: 0;
    height: 25px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0px;
    background-position: bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*background-image: url(../img/list-shadow-bottom2.png);*/
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
#store-locator-sidebar .results_container_outer.shadow_top:before{
    opacity: 0.8;
}
#store-locator-sidebar .results_container_outer.shadow_bottom:after{
    opacity: 0.8;
}
#store-locator-sidebar .results_container{
    width: 100%;
    height: 100%;
    max-height: 100%;
    /*border: 2px solid #ccc;*/
    position: relative;
    border: 0;
    /*overflow-y: scroll;*/
}
.store-locator-map-wrapper,
.results_container_outer{
    margin-top: 10px;
}
/*scrollbar*/
#store-locator-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #000;
}
#store-locator-sidebar  .mCSB_scrollTools .mCSB_draggerRail{
    background-color: #eee;
}
#store-locator-sidebar .mCSB_inside > .mCSB_container{
    margin-right: 10px;
}

#store-locator-sidebar .results_container .results{
    text-align: left;
    padding: 5px;
}
#store-locator-sidebar .results_container .results li{
    padding: 5px 5px 5px 30px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    position: relative;
}
#store-locator-sidebar .results_container .results li.error{
    background-color: #FF6262;
    padding: 20px 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    border-bottom: 0px;
}
#store-locator-sidebar .results_container .results li a{
    text-decoration: none;
}
#store-locator-sidebar .results_container .results li .number{
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    font-weight: bold;
    left: 0px;
    top: 5px;
}
#store-locator-sidebar .results_container .results li.active .number{
    color: #fff;
    background: #0096fc; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0096fc 0%,#006bd4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0096fc 0%,#006bd4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096fc', endColorstr='#006bd4',GradientType=0 ); /* IE6-9 */
}
#store-locator-sidebar .results_container .results li .shop_title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 25px;
    padding-right: 50px;
    text-transform: uppercase;
}
#store-locator-sidebar .results_container .results li .shop_title img{
    margin-left:5px;
    vertical-align: sub;
}
#store-locator-sidebar .results_container .results li .shop_address{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#store-locator-sidebar .results_container .results li .shop_distance{
    font-size: 12px;
    color: #888;
    position: absolute;
    top: 5px;
    line-height: 25px;
    right: 5px;
}

#store-locator-sidebar .results_container .results li .shop_phone{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}
#store-locator-sidebar .results_container .results li .shop_phone .fa{
    color: #0096fc;
    margin-right: 5px;
    font-size: 14px;
}

#store-locator-sidebar .results_container .results li .shop_type{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}
#store-locator-sidebar .results_container .results li .shop_type img{
    margin-right:5px;
    vertical-align: sub;
}
/*atomx*/
#store-locator-sidebar .results_container .results li .shop_atomx,
.store-locator-map-wrapper .shop_atomx{
    margin-top: -3px;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: "Roboto Condensed";

}
#store-locator-sidebar .results_container .results li .shop_atomx span,
.store-locator-map-wrapper .shop_atomx span{
    width: 59px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/sprites/atomx2.png") no-repeat;
    background-position: center center;
    background-size: contain;
}
#store-locator-sidebar .results_container .results li .shop_concept_store{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}
#store-locator-sidebar .results_container .results li .shop_concept_store span{
    margin-right:5px;
    background: url("../img/sprites/tienda-concept-store.png") no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: sub;
}

/* Ficha */

#store-locator-ficha{
    padding:30px 0;
}
#store-locator-ficha h3 {
    color: #1d1d1d;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 25px;
    text-transform: uppercase;
}

/* Tablet */

/*@media (max-width: 980px) {*/
    /*#store-locator-sidebar .form_group.country {*/
        /*width: calc(50% - 10px);*/
        /*float: left;*/
    /*}*/

    /*#store-locator-sidebar .form_group.search {*/
        /*width: calc(50% - 10px);*/
        /*margin-left: 20px;*/
        /*float: left;*/
    /*}*/

/*}*/

@media only screen and (max-width: 61.0625em) {
    #store-locator-sidebar .form{
        /*float:left;*/
        /*width: 100%;*/
        /*margin-bottom: 10px;*/
    }
    #store-locator-sidebar .form_group{
        /*float:left;*/
        /*width: 100%;*/
        /*margin-right:0;*/
    }
    /*#store-locator-sidebar .form_group.country{*/
        /*float:none;*/
        /*width: 100%;*/
        /*margin-bottom: 10px;*/
    /*}*/
    /*#store-locator-sidebar .form_group.search{*/
        /*float:none;*/
        /*width: 100%;*/
    /*}*/
    #store-locator-sidebar .radio{
        float:none;
        width: 100%;
        margin-bottom: 10px;
    }
    .store-locator-map-wrapper{
        float:none;
        width:100%;
        margin-bottom:10px;
        padding-bottom: 100%;
    }
    #store-locator-sidebar .results_container_outer{
        float:none;
        width: 100%;
        margin-right:0;
    }

    #store-locator-ficha{
        padding: 20px 5px;
    }
    #store-locator-ficha h3 {
        font-size:30px;
    }
}

