/*=============================================================*/
/*       
     _____                           _         _     _      
    |  __ \                         | |       | |   | |     
    | |__) |___ _ __ ___   __ _ _ __| | ____ _| |__ | | ___ 
    |  _  // _ \ '_ ` _ \ / _` | '__| |/ / _` | '_ \| |/ _ \
    | | \ \  __/ | | | | | (_| | |  |   < (_| | |_) | |  __/
    |_|  \_\___|_| |_| |_|\__,_|_|  |_|\_\__,_|_.__/|_|\___|                                                  
    
    Master CSS 2015
    Copyright © Remarkable
    Author X (Remarkable)
    Date: XX/XX/XXX

*/
.store-feature {
  background: #e6e6e6;
  color: #000;
  border-color: #000;
  font-size: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 12px 9px;
  position: relative;
  display: table;
}
.store-feature img {
  padding-right: 9px;
  margin-right: 9px;
  border-right: 1px solid;
}
.store-feature div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.store-feature__hover {
  background: inherit;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 35px 9px;
  display: block !important;
  opacity: 0;
  transform: translateY(-25%);
}
.feature-suit-hire {
  background: #532f91;
  color: #fff;
  border-color: #fff;
}
.feature-tailor-me {
  background: #f8af24;
}
.feature-retail-store {
  background: #f68937;
}
.feature-return-to-store {
  background: #ababad;
}
.feature-outlet {
  background: #d10927;
  color: #fff;
  border-color: #fff;
}
@media (max-width: 767px) {
  .store-feature {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  .store-feature img {
    width: 50px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .store-feature__hover {
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .store-feature:hover .store-feature__hover {
    opacity: 1;
    transform: translateY(-50%);
  }
}
.stores-search-panel label {
  display: none;
}
.stores-search-panel > .row {
  padding: 0 5px;
  margin-left: -5px;
  margin-right: -5px;
}
.stores-search-panel > .row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.search-store-error {
  display: none;
  margin: 0;
  text-align: center;
}
.store-page__review-wrapper {
  padding: 25px;
}
.day span {
  font-size: 16px;
}
/*Main CSS form the top controlls*/
/*.storeLocatorForm {
    margin:15px 0 30px;
    overflow:hidden;

    input{
        width:100%;
    }
    select{
        width:100%;
    }
    label {
        font-size:12px;
        font-weight:normal;
    }
}*/
/*.storeLocatorForm #storeText {
    font-size:16px;
    margin: 0 0 10px;
    input{
        width:100%;
    }
    select{
        width:100%;
    }
}

.sSearchOptions {
    margin:0;
    padding:0 0 0 10px;
    overflow:hidden;
    width:100%;
}
.sSearchOptions li {
    display:inline;
    float:left;
    list-style:none;
    margin: 0 10px 0 0;
}
.sSearchOptions label {
    display:block;
    margin:2px;
}
.sSearchOptions input {
    padding:1px;
    width:250px;
}
.sSearchOptions input.orangeButton {
    width:150px;
    height:22px;
    line-height:19px;
    margin:0;
}
.isMac .sSearchOptions input.orangeButton {
    line-height:22px;
}
.sSearchOptions select {
    padding:1px;
    width:150px;
}
.sSearchOptions .blackbutton {
    margin:15px 0 0;
}
.searchStoreError {
    background:#e44747;
    color:#fff;
    display:none;
    float:left;
    font-size:11px;
    height:22px;
    line-height:22px;
    margin:24px 0 0;
    padding:0 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}*/
/*CSS form the MAP*/
.store-map-container {
  background: #eee;
  height: 300px;
}
.store-map-container img {
  max-width: none;
}
/*No nearby stores*/
.no-nearby-stores {
  display: none;
  padding: 15px;
  margin: 0;
  overflow: auto;
}
.no-nearby-stores p {
  margin: 0;
}
.nearby-stores {
  /* Let's get this party started */
  /* Handle */
}
.nearby-stores::-webkit-scrollbar {
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  cursor: pointer;
  width: 6px !important;
  background-color: #ccc;
}
.nearby-stores::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
.nearby-stores .panel-body {
  padding-top: 0;
}
.bottom-view-stores {
  display: none;
}
.store-page-link,
.store-directions-link {
  font-size: 13px;
  padding: 6px 15px 6px 0;
}
.listStore {
  color: #100d0d;
  font-size: 12px;
  margin: 30px 0;
  font-family: Arial;
  line-height: 20px;
}
.listStore:first-child {
  border-top: none;
}
.listStore h3 {
  font-size: 13px;
  font-weight: bold;
  padding: 15px 0;
  margin: 0;
}
.listStore h3 a {
  color: #100d0d;
}
.listStore .dirLink {
  display: block;
  margin: 8px 0 0;
  line-height: 27px;
}
.storeName {
  display: none;
}
.storeTelephone {
  color: #100d0d;
  display: inline-block;
  margin: 10px 0 0;
}
.storeAddress,
.storeTimes {
  margin-bottom: 15px;
}
.listStore .storeTimes {
  font-size: 11px;
  margin: 10px 0 10px;
}
.listStore .storeIcon {
  margin: 1px;
}
.listStore .storeAddress p,
.listStore .storeAddress {
  font-size: 14px;
}
.iconkey {
  color: #002d47;
  float: left;
  font-size: 12px;
  line-height: 13px;
  margin: 10px 0 20px;
  width: 1000px;
}
.iconkey img {
  float: left;
  margin: 0px 0px 0px 4px;
  width: 30px;
}
.iconkey p {
  border-bottom: 1px #dadada solid;
  height: 28px;
  float: left;
  padding: 2px 0px 0px 5px;
  width: 460px;
}
.iconkey {
  color: #002d47;
  float: left;
  font-size: 12px;
  line-height: 13px;
  margin: 10px 0 20px;
  width: 1000px;
}
.iconkey img {
  float: left;
  margin: 0px 0px 0px 4px;
  width: 30px;
}
.iconkey p {
  border-bottom: 1px #dadada solid;
  height: 28px;
  float: left;
  padding: 2px 0px 0px 5px;
  width: 460px;
}
.cluster {
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  text-shadow: 0 0 2px #000;
}
.cluster-1 {
  background: url(/img/static/storelocator/store-marker.png) no-repeat;
  line-height: 40px;
  width: 48px;
  height: 50px;
}
.cluster-2 {
  background: url(/img/static/storelocator/store-marker.png) no-repeat;
  line-height: 40px;
  width: 48px;
  height: 50px;
  zoom: 1.1;
}
.cluster-3 {
  background: url(/img/static/storelocator/store-marker.png) no-repeat;
  line-height: 40px;
  width: 48px;
  height: 50px;
  zoom: 1.2;
}
.panel-seperate-stores {
  border-bottom: 1px solid #B6B5B5;
  margin-bottom: 0;
}
.panel-seperate-stores .glyphicon-chevron-down {
  display: none;
}
.panel-seperate-stores .collapsed .glyphicon-chevron-up {
  display: none;
}
.panel-seperate-stores .collapsed .glyphicon-chevron-down {
  display: block;
}
.panel-heading-stores {
  cursor: pointer;
}
.panel-body--stores {
  padding: 0!important;
}
.panel-body__stores {
  padding: 15px;
}
/*.store-address {
    padding:15px;
}*/
.nearby-stores__uk {
  clear: both;
  padding-bottom: 15px;
}
.nearby-stores__uk h2 {
  margin-left: 16px;
}
.nearby-stores__international {
  clear: both;
  padding: 10px 0 15px;
}
.nearby-stores__international h2 {
  margin-left: 16px;
}
.stores-pop-up__img {
  padding: 5px;
}
/*Icon Key*/
.stores-key {
  background: #f7f8f8;
  margin-bottom: 15px;
  padding: 15px 15px;
}
.stores-key h5 {
  margin-bottom: 2px;
}
.stores-key p {
  font-size: 0.9em;
}
.stores-key__block {
  padding: 5px 0;
}
.viewAllStores {
  margin-bottom: 15px;
}
.store-icons {
  margin: 0 0 15px;
}
.store-section {
  margin-bottom: 15px;
}
.store-section h2 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
.store-map {
  height: 500px;
}
.store-page__booking-bug {
  max-height: 0;
  overflow: hidden;
  transition: max-height 200ms ease;
}
.store-page__booking-bug iframe {
  border: 0;
  width: 100%;
  height: 500px;
}
.store-page__booking-bug.active {
  max-height: 1000px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .store-map {
    height: 300px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .stores-search-panel label {
    display: block;
  }
  /*.store-map {
        height: 539px;
    }*/
}
@media (min-width: 992px) {
  .store-map-container {
    height: 715px;
  }
  .store-map {
    height: 539px;
  }
  .nearby-stores {
    max-height: 440px;
    overflow: auto;
  }
}
@media (min-width: 1200px) {
  .listStore h3 {
    font-size: 16px;
  }
  .listStore .storeAddress,
  .listStore .storeAddress p {
    font-size: 16px;
    line-height: 1.5;
  }
  .listStore .storeTelephone {
    font-size: 15px;
  }
  .storeAddress,
  .storeAddress p {
    font-size: 16px;
    line-height: 1.5;
  }
  .store-map {
    height: 562px;
  }
}
