/*
google maps
*/
#retailers_map {
    max-width: 100%;
    line-height: 1.35 !important;
    border: 1px solid #999;
    box-sizing:         border-box;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
}
#retailers_map img {
    max-width: none !important;
}
/*
Retailers list
*/
.woo-retailers-list .col2 {
    width: 20%;
    float: left;
}
.woo-retailers-list .col10 {
    width: 80%;
    float: left;
}
.woo-retailers-list ul.regionLists li {
    list-style-type: none;
}
.woo-retailers-list ul.locationTabs li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}
.retailer-fav {
    cursor: pointer;
}
.woo-retailers-list ul.regionLists li.active a, .woo-retailers-list ul.locationTabs li.active a {
    color: #45dfe5;
}

/* Styling */

.woo-retailers-list .regionLists h3  { color:#cccccc; font-size:25px; font-weight:400; border-bottom: 1px solid #888;  margin-bottom: 10px; border-bottom: 5px solid #888; }
.woo-retailers-list  .locationTabs, .woo-retailers-list form , .woo-retailers-list .woo_retailers{margin-bottom:20px;}
.woo-retailers-list .woo_retailers {margin-top:35px;}
.woo-retailers-list .regionLists a, .woo-retailers-list .locationTabs a {height:40px;  line-height:40px; display:inline-block;}
.woo-retailers-list .locationTabs a { line-height: 30px; height:30px; font-size: 14px; width:120px; }
.woo-retailers-list ul.locationTabs li a {width: 120px; }
.woo-retailers-list .regionLists a, .woo-retailers-list  .locationTabs a  { color:#cccccc; }
.woo-retailers-list .regionLists a:hover, .woo-retailers-list  .locationTabs a:hover { color:#ffffff; }
.woo-retailers-list ul.locationTabs li { padding-left: 20px; padding-right: 10px; background: transparent; padding-top:8px; padding-bottom:5px; }
.woo-retailers-list ul.locationTabs li.active {background:rgba(85, 85, 85, 0.66);}
.woo-retailers-list form input[type='submit'] { width: 83px; height: 30px; font-weight: 600; }
.woo-retailers-list .col2, .woo-retailers-list .col10 {padding:0 15px; box-sizing:border-box;}
.woo-retailers-list ul.regionLists li {border-bottom:1px solid #777777;}
.woo-retailers-list .woo_retailers_table { background:rgba(255, 255, 255, 0.68); width:100%;}
.woo_retailers_table td {color:#333333; vertical-align:middle; }
 table.woo_retailers_table td span.retailer_title {color:#06063A; }
#retailers_map p {color:#555555 !important;}

/*
single product page
*/
.single-product .woo_retailers.products {
    margin-bottom: 20px;
}

.single-product .woo_retailers_table {
    width: 100%;
}

/*
wishlist page
*/
table.woo_retailers_table {
    width: 100%;
}
table.woo_retailers_table tbody {
    background: rgba(255, 255, 255, 0.25);
}
table.woo_retailers_table thead tr th {
    color: #000;
}
table.woo_retailers_table thead {
    background: #CCCCCC;
}

.retailers_overlay .woo_retailers .help-text {
    color: #000;
    font-weight: 600;
    margin: 15px 0px;
}



.retailers_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    padding: 5%;
    color: #000;
    background-color: rgba(0,0,0,0.87);
    text-align: center;
    line-height: 16px;
    font-size: 20px;    
    display: none;
}

.retailers_popup {
    text-align: initial;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 840px;
    max-height: 100%;
    overflow-y: auto;
    color: #888;
    background-color: #fff;
    z-index: 2;
    box-sizing: border-box;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.6);
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
}

.retailers_popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.retailers_popup .print_preview_print {
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.retailers_popup .retailers_close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.retailers_popup .retailers_close:hover {
  color: orange;
}

.retailer-fav {
    padding: 10px;
    background-color: #45dfe5;
    color: #000;
}
.woo-retailers-list .woo_retailers_table td p {
    color: #333333 !important;
    font-weight: 600;
}
.single-product .retailers_overlay .woo_retailers_table tr td {
    background-color: #4C4C4C !important;
    color: #888 !important;
}

.single-product .retailers_overlay .woo_retailers_table tr td span.retailer_title {
    color: #45DFE5;
}


@media screen and (max-width: 600px) {

.woo-retailers-list .col2, .woo-retailers-list .col10 {width:100%;}

.woo-retailers-list ul.locationTabs li a {width:44%; line-height: 18px;
    height: 18px;
    font-size: 13px;}

.woo-retailers-list ul.locationTabs li {padding-top: 0 ; padding-bottom: 0; padding-left: 5px;
    padding-right: 5px; }
.woo-retailers-list form input[type='submit'] {width:60px;}
.woo-retailers-list .chosen-container {width:180px !important; }

}

.woo-retailers-list .regionLists {margin-bottom: 10px;}