body.plugincompany-storelocator-storelocation-locator .main,
body.plugincompany-storelocator-storelocation-view .main {
    padding: 0;
}

/**** LIST PAGE ****/
.storelocator-list .storelocation-list-item {
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.storelocator-list .storelocation-list-item .storelocation-box {
    width: 25%;
    float: left;
}

.storelocator-list .storelocation-list-item h3 {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 20px;
}

.storelocator-list .storelocation-list-map {
    width: 80%;
    display: inline-block;
}

.storelocator-list .storelocation-box {
    margin-top: 30px;
    padding-left: 5px;
    min-height: 150px;
}

.storelocator-list .mapbox {
    text-align: center;
    margin-top: -24px;
    margin-right: -20px;
}

.storelocator-list .storelocation-email a,
.storelocator-list .storelocation-web a {
    word-wrap: break-word;
}

/**** VIEW PAGE ****/
.storelocation-view {
    margin-top: 25px;
}
.storelocation-view .bh-page-header p {
    margin: 5px 0;
}
.storelocation-view .bh-page-header p.phone {
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.storelocator-view .form-add {
    float: left;
    clear: both;
    margin-top: 20px;
}

.storelocator-view .storelocation-box {
    padding-left: 20px;
    padding-bottom: 20px;
}

.storelocator-view .storelocation-row {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
}

.storelocator-view .storelocation-map {
    width: 100%;
    height: 280px;
}

.storelocation-details {
    padding: 30px 20px;
    overflow: hidden;
}

.storelocation-view .time-schedule .box-carousel {
    margin: 0 5% 30px 5%;
    padding: 0 20px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.storelocation-view .schedule-slider {
    text-align: center;
}

.storelocation-view .schedule-slider p {
    padding: 10px 0;
    margin: 10px 0;
    border: 1px solid #fff;
    line-height: 1.3em;
}
.storelocation-view .schedule-slider p.active {
    border: 1px solid #e3002b;
    color: #e3002b;
}

.storelocation-view .schedule-slider strong {
    display: block;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 3px;
}
.storelocation-view .schedule-slider span {
    display: block;
}
.storelocation-view .services-list {
    width: 40%;
    float: left;
    margin: 15px 0 0 5%;
    border-top: 1px solid #efefef;
}
.storelocation-view .services-list li {
    position: relative;
    margin: 20px 0 20px 10px;
    padding-left: 50px;
}
.storelocation-view .services-list li img {
    display: block;
    width: auto;
    height: 30px;
    max-width: 35px;
    max-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
}
.storelocation-view .services-list .registro {
    padding: 20px 0;
    font-size: .9em;
}

.storelocation-view .store-description {
    width: 45%;
    float: right;
    margin-top: 15px;
    margin-right: 5%;
}
.storelocation-view .store-description .box-carousel {
    margin-bottom: 20px;
}

/**** COMMENTS SECTION ****/
.storelocator-view #storelocation-reviews .pager {
    float: right;
    overflow: hidden;
    width: 100%;
    text-align: right;
    margin-top: -50px;
}

.storelocator-view #storelocation-reviews .pager .count-container {
    float: right;
}

.storelocator-view .plugincompany-storelocator-storelocation-view #storelocation-reviews h2 {
    display: none;
}

.storelocator-view .commentlist {
    float: left;
    clear: both;
    width: 100%;
}

.storelocator-view .commentlist .author {
    font-size: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
}

.storelocator-view .storecomment {
    border: 1px solid #eee;
    padding: 1%;
    width: 97%;
    float: left;
    position: relative;
    margin: 5px;
    margin-left: 2px;
}

.storelocator-view .commentcontent {
    padding: 5px;
}

.storelocator-view .commentlist p.commenttitle {
    font-weight: 700
}

/** Responsive css **/

@media only screen and (max-width: 1000px) {

    .storelocator-list .mapbox {
        margin-top: 0px;
    }

    #loc-list {
        display: none;
    }

    #store-locator-container #map {
        width: 100% !important;
    }
}

@media only screen and (max-width: 800px) {

    .storelocation-view .storelocation-left, .storelocation-view .storelocation-right {
        width: 98%;
        margin: 1%;
        clear: both;
    }

    .storelocator-list .mapbox {
        margin-top: 30px;
        padding-right: 30px;
    }

    .storelocator-list .storelocation-list-item .storelocation-box {
        width: 50%;
    }
}

@media only screen and (max-width: 770px) {
    .storelocator-view #storelocation-reviews .pager {
        margin-top: 0px;
    }
    .storelocation-view .time-schedule .box-carousel {
        padding: 0;
    }
}

@media only screen and (max-width: 500px) {
    .storelocator-view .form-add {
        width: 100%;
        padding-left: 25px;
    }

    #comment-form {
        display: block;
        width: 100%;
    }

    #comment-form input, #comment-form textarea {
        width: 95% !important;
    }
}

/*  STORE LOCATOR */
.bh-sl-error {
    clear: both;
    float: left;
    width: 100%;
    padding: 10px 0;
    color: #e3002b;
    font-weight: 700
}

.bh-sl-container .jumbotron {
    padding-top: 30px
}

.bh-sl-container .form-input input, .bh-sl-container .form-input label, .bh-sl-container .form-input select {
    margin-right: 10px
}

.bh-sl-container .bh-sl-loading {
    float: left;
    margin: 4px 0 0 10px;
    width: 16px;
    height: 16px;
    background: url(../img/ajax-loader.gif) no-repeat
}

.bh-sl-container .bh-sl-filters-container {
    display: none;
    clear: both;
    width: 100%;
    margin: 15px 0
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
    list-style: none;
    float: left;
    padding: 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
    display: block;
    clear: left;
    float: left;
    width: 100%;
    margin: 5px 0
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
    display: inline
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
    display: block;
    float: left;
    margin: 2px 8px 2px 0
}

.bh-sl-container #store-list-result {
    margin: 20px 10px;
}
.bh-sl-container #store-list-result p {
    line-height: 1.2em;
}
.bh-sl-container #store-list-result p span {
    font-style: italic;
    font-size: .8em;
}
.bh-sl-container #store-list-actions {
    padding: 20px 0 0;
    border-top: 1px solid #ccc;
    text-align: center;
    clear: both;
}

.bh-sl-container .bh-sl-loc-list {
    position: relative;
    overflow: hidden;
}

.bh-sl-container .bh-sl-loc-list ul {
    display: block;
    clear: left;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
    width: 100%;
    height: 20px;
    position: relative
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
    top: 0;
    right: 6px
}

.bh-sl-container .loc-name,
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
    font-weight: 700;
}

.bh-sl-container .bh-sl-map {
    width: 100%;
    height: 520px
}

.bh-sl-container .bh-sl-pagination-container {
    clear: both
}

.bh-sl-container .bh-sl-pagination-container ol {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 10px 0
}

.bh-sl-container .bh-sl-pagination-container ol li {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    text-decoration: underline
}

.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
    cursor: auto;
    text-decoration: none
}

.bh-sl-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: url(../img/overlay-bg.png) repeat
}

.bh-sl-overlay .bh-sl-modal-window {
    position: absolute;
    left: 50%;
    margin-left: -460px;
    margin-top: 60px;
    width: 920px;
    height: 590px;
    z-index: 10010;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #656565
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
    float: left;
    padding: 0 22px
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
    top: -6px;
    right: -6px
}

.bh-sl-close-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: #2c2c2c url(../img/close-icon.png) 3px 3px no-repeat;
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: 0 0 3px #656565
}

.form-input {
    position: relative
}

.input-search-address {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

#bh-sl-address {
    height: 40px;
    margin: 0;
    padding: 0 40px 0 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    line-height: 40px;
}

#bh-sl-submit {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    min-width: auto;
    background: none;
}

#bh-sl-submit:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 12px;
    width: 30px;
    height: 30px;
    background-image: url(../../../../images/icon-sprite-generaloptica.png);
    background-repeat: no-repeat;
    background-position: -34px -137px;
    text-indent: -9999px;
}

.bh-sl-directions-panel {
    width: 80%;
}

.nodirections {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
    width: 95%;
    box-sizing: border-box;
    border: 1px solid #efefef;
    margin: 4px;
}

.bh-page-header {
    text-align: center;
}
.bh-page-header h1 {
    margin-bottom: 0;
}
.bh-page-header .locatordesc {
    margin-bottom: 20px;
    font-size: 1.15em;
}

.adp-substep {
    max-width: 190px;
}

.bh-sl-directions-panel {
    overflow-x: hidden;
}

.store_attributes {
    width: 100%;
    border-collapse: collapse;
}

.store_attributes td {
    padding: 6px;
    width: 50%;
}

.store_attributes,
.store_attributes tr,
.store_attributes td {
    border: 1px solid #efefef;
}

.bh-sl-filters {
    overflow-y: auto;
    float: none !important;
    vertical-align: top;
    display: inline-block;
    min-width: 75px;
    width: 160px;
    margin: 0px;
}

.bh-sl-filters-container {
    background: white;
    float: left;
    box-sizing: border-box;
}

input.form-control-rating {
    visibility: hidden;
}

.starrr {
    display: inline-block
}

.starrr i {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #ffd119;
    margin: auto;
}

.arrow-wrapper {
    position: relative;
    padding: 0 20px 20px 20px;
}
.arrow-wrapper:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: calc(50% - 22px);
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #fff;
    z-index: 10;
}

@media only screen and (max-width: 770px){
    #storeLocatorWrapper { margin-top: 20px; }
    .arrow-wrapper,
    .storelocation-details { padding-left: 10px; padding-right: 10px; }
    .bh-sl-container .bh-sl-map,
    .storelocator-view .storelocation-map { height: 300px; }
	.appointment-process-store .bh-sl-container .bh-sl-map{ position:relative; }
    .storelocation-view .store-description,
    .storelocation-view .services-list { float: none; width: 80%; margin: 0 auto; }
    .bh-page-header h1 { font-size: 17px; }
}
@media only screen and (max-width: 400px){
    .storelocation-view .store-description,
    .storelocation-view .services-list { width: 90%; }
}

.fancybox-wrap .bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
    padding: 20px;
}

@media only screen and (max-width: 1023px){
    .fancybox-wrap .arrow-wrapper { padding-top: 20px; }
    .fancybox-wrap .arrow-wrapper:after{ display: none; }
    .fancybox-wrap #storeLocatorWrapper { margin-top: 0; }
    .fancybox-wrap .bh-sl-container #store-list-result { margin-top: 0; margin-bottom: 0; }
    .fancybox-wrap .bh-sl-container .bh-sl-map { height: 422px;  }
    .fancybox-wrap .bh-sl-container .bh-sl-loc-list { display: none; padding-bottom: 15px; }
    .fancybox-wrap .bh-sl-container .link-nav ul { overflow: hidden; }
    .fancybox-wrap .bh-sl-container .link-nav li { width: 50%; display: block; float: left; max-width: 100%; }
    .fancybox-wrap .bh-sl-container .link-nav li a { display: block; width: 100%; padding: 0; }
    .fancybox-wrap .bh-sl-container .link-nav li a span { display: block; width: 100%; }
}
@media only screen and (min-width: 1024px){
    .bh-sl-container .bh-sl-map-container { padding-top: 520px; }
    .bh-sl-container .bh-sl-map { position: absolute !important; top: 177px; left: 0; }

    .fancybox-wrap .bh-sl-container { position: relative; }

    .fancybox-wrap .bh-sl-container .link-nav { display: none; }
	.fancybox-wrap .bh-sl-container .bh-sl-map-container{ padding-top: 0; }
	.fancybox-wrap .bh-sl-container .bh-sl-map { 
	  top: 0;
	  right: 0;
	  left: auto;
	  width: 70%;
	  height: 600px;
      position: absolute !important;
	 }
	.fancybox-wrap .arrow-wrapper,
    .fancybox-wrap .bh-sl-container #store-list-result { width:30%; padding: 20px !important; margin: 0; padding: 0 20px 10px; }

    .fancybox-wrap .bh-sl-container #store-list-result { padding-top: 0 !important; }
	.fancybox-wrap .arrow-wrapper:after{ display:none; }
	.fancybox-wrap .bh-sl-container .bh-sl-loc-list{ overflow:scroll; width:30%; height: 444px; padding-bottom: 15px; }
	.fancybox-wrap .bh-sl-container .bh-sl-loc-list ul{ float:none; }
	.fancybox-wrap .bh-page-header h1{ font-size:16px;}
	.fancybox-wrap .storelocation-list-item h3{ font-size:16px;}
	.fancybox-wrap .storelocation-list-item .services{margin-bottom:15px;}
	.fancybox-wrap .storelocation-list-item .services .item img{display:none;}
	.fancybox-wrap .storelocation-list-item .services .item {margin:0 10px 0 0; line-height:10px;}
	.fancybox-wrap .storelocation-list-item .links{ position: relative; top:0; left:0;}
	.fancybox-wrap .storelocation-list-item .button {
	  position: static;
	  float: right;
	  margin-top: 10px;
	}
	.bh-sl-form-container .bh-sl-form-container{ position: relative; z-index: 15; }
    .storelocator-view .arrow-wrapper { margin-bottom: 280px; }
    .storelocator-view .storelocation-map { position: absolute !important; top: 238px; left: 0; }
}


.appointment-process-store .bh-sl-container .bh-sl-map-container{ padding-top: 420px; }
.appointment-process-store .bh-sl-container .bh-sl-map { position: absolute !important; top: 138px; left: 0; }
.appointment-process-store .arrow-wrapper{ z-index:10; }
.appointment-process-store .arrow-wrapper:after{ display:none; }

@media only screen and (max-width: 770px){
    .appointment-process-store #storeLocatorWrapper { margin-top: -35px; }
    .appointment-process-store .bh-sl-container .bh-sl-map-container { padding-top: 205px; }
    .appointment-process-store .bh-sl-container .bh-sl-map { top: 159px; }
}

.pac-container { z-index: 9999 !important; }