.wpl-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.wpl-row > div {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.wpl-profile-frame {
  padding: 0px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #eee;
}

.wpl-profile-frame .wpl-profile-info-box {
  position: relative;
}

.wpl-profile-frame .wpl-profile-info-box .wpl-profile-info-img {
  width: 100%;
  background-image: url(../images/default-store-banner.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.wpl-profile-frame .wpl-profile-info-box .wpl-profile-info-summary-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}

.wpl-profile-frame .wpl-profile-info-box .wpl-profile-info-summary-wrapper:before,
.wpl-profile-frame .wpl-profile-info-box .wpl-profile-info-summary-wrapper:after {
  display: table;
  content: " ";
}

.wpl-profile-frame .wpl-profile-info-box .wpl-profile-info-summary-wrapper:after {
  clear: both;
}

.wpl-profile-frame .wpl-profile-info-box .wpl-profile-info-summary-wrapper .wpl-profile-info-summary {
  background-color: rgba(0, 0, 0, 0.65);
  width: 320px;
  height: 100%;
  padding-top: 25px;
}

.wpl-profile-frame .wpl-profile-info-box .wpl-profile-info-summary-wrapper .wpl-profile-info-summary .wpl-profile-info-head .wpl-profile-img {
  text-align: center;
  margin-bottom: 12px;
}

.wpl-profile-frame .wpl-profile-info-box .wpl-profile-info-summary-wrapper .wpl-profile-info-summary .wpl-profile-info-head .wpl-profile-img.profile-img-circle img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.wpl-profile-frame .wpl-profile-info-box .wpl-profile-info-summary-wrapper .wpl-profile-info-summary .wpl-profile-info-head .store-name {
  font-weight: bold;
  padding: 0;
  font-size: 20px;
  text-align: center;
  margin: 0 0 18px;
  color: #fff;
}

.wpl-profile-frame .wpl-profile-info-box .wpl-profile-info-summary-wrapper .wpl-profile-info-summary .wpl-profile-info {
  padding: 0 30px;
}

.wpl-profile-frame .wpl-profile-info-box .wpl-profile-info-summary-wrapper .wpl-profile-info-summary .wpl-profile-info .wpl-store-info {
  margin: 0 0 1.41575em 20px;
  padding: 0;
  list-style: none;
}

.wpl-profile-frame .wpl-profile-info-box .wpl-profile-info-summary-wrapper .wpl-profile-info-summary .wpl-profile-info .wpl-store-info li {
  padding-bottom: 8px;
}

.wpl-profile-frame .wpl-profile-info-box .wpl-profile-info-summary-wrapper .wpl-profile-info-summary .wpl-profile-info .wpl-store-info li i {
  font-weight: bold;
  float: left;
  margin-left: -25px;
  margin-top: 4px;
}

.wpl-profile-frame .wpl-profile-info-box .wpl-profile-info-summary-wrapper .wpl-profile-info-summary .wpl-profile-info .wpl-store-info li.wpl-store-phone a {
  color: #fff;
}

.wpl-content {
  margin-bottom: 30px;
}

#map_canvas {
  width: 100%;
  height: 200px;
}

.wpl-profile-tab .wpl-profile-tab-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border-width: 0 1px 1px 1px;
  border-color: #EDEDED;
  border-style: solid;
}

.wpl-profile-tab .wpl-profile-tab-nav ul:before,
.wpl-profile-tab .wpl-profile-tab-nav ul:after {
  display: table;
  content: '';
  clear: both;
}

.wpl-profile-tab .wpl-profile-tab-nav ul li {
  display: inline-block;
  border-right: 1px solid #EDEDED;
  margin: 0 -4px 0 0;
}

.wpl-profile-tab .wpl-profile-tab-nav ul li a {
  text-decoration: none;
  color: #666;
  padding: 10px 15px;
  display: inline-block;
}

.wpl-profile-tab .wpl-profile-tab-nav ul li a:hover {
  background: #eee;
}

.wpl-profile-tab .wpl-profile-tab-content {
  margin-top: 15px;
}

.wpl-profile-tab .wpl-profile-tab-content .tab-panel {
  display: none;
}

.wpl-profile-tab .wpl-profile-tab-content .tab-panel.active {
  display: block;
}

@font-face {
  font-family: 'wpl-store';
  src: url("../css/store/fonts/icomoon.eot?378ehw");
  src: url("../css/store/fonts/icomoon.eot?378ehw#iefix") format("embedded-opentype"), url("../css/store/fonts/icomoon.ttf?378ehw") format("truetype"), url("../css/store/fonts/icomoon.woff?378ehw") format("woff"), url("../css/store/fonts/icomoon.svg?378ehw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="wpl-store-icon-"],
[class*=" wpl-store-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wpl-store' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wpl-store-icon-send:before {
  content: "\e900";
}

.wpl-store-icon-at:before {
  content: "\e901";
  color: #ddd;
}

.wpl-store-icon-calendar:before {
  content: "\e902";
}

.wpl-store-icon-pin:before {
  content: "\e903";
}

.wpl-store-icon-clock:before {
  content: "\e904";
}

#wpl-store-list .wpl-store-locator {
  position: relative;
}

#wpl-store-list .wpl-store-locator.wpl-store-style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#wpl-store-list .wpl-store-locator.wpl-store-style-2 .wpl-store-list-left {
  background-color: #f4f4f4;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  min-width: 430px;
}

#wpl-store-list .wpl-store-locator.wpl-store-style-2 .wpl-store-list-left .wpl-store-list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#wpl-store-list .wpl-store-locator.wpl-store-style-2 .wpl-store-list-left .wpl-store-list-header label {
  margin-right: 55px;
  margin-bottom: 0;
  white-space: nowrap;
}

#wpl-store-list .wpl-store-locator.wpl-store-style-2 .wpl-store-list-left #wpl-store-list-container {
  padding-top: 6px;
  overflow-x: auto;
  height: 721px;
}

#wpl-store-list .wpl-store-locator.wpl-store-style-2 .wpl-store-list-left #wpl-store-list-container #wpl-seller-listing-wrap {
  margin: 0 !important;
}

#wpl-store-list .wpl-store-locator.wpl-store-style-2 .wpl-store-list-left #wpl-store-list-container #wpl-seller-listing-wrap div.wpl-seller-wrap {
  margin-top: 0;
}

#wpl-store-list .wpl-store-locator.wpl-store-style-2 .wpl-store-list-left #wpl-store-list-container #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item {
  float: none;
  width: 100%;
  padding: 15px 30px;
}

#wpl-store-list .wpl-store-locator.wpl-store-style-2 .wpl-store-list-left #wpl-store-list-container #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item:first-child {
  padding-top: 0;
}

#wpl-store-list .wpl-store-locator.wpl-store-style-2 .wpl-store-list-right {
  position: relative;
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

#wpl-store-list .wpl-store-locator.wpl-store-style-2 .wpl-store-list-right #asl-map-canv {
  height: 828px;
}

#wpl-store-list #asl-map-canv {
  background: #ffffff;
  width: 100%;
  height: 530px;
}

#wpl-store-list #asl-map-canv .infoWindow {
  background-color: #ffffff;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  bottom: auto;
  float: left;
  font-size: 10px;
  height: auto;
  left: 0;
  margin: auto;
  padding: 5px;
  right: 0;
  top: 3%;
  width: 250px;
}

#wpl-store-list #asl-map-canv .infoWindow h3 {
  margin: 0;
  font-weight: 600;
  color: #CC3333;
  font-size: 14px;
  padding: 7px 10px 10px;
}

#wpl-store-list .wpl-store-modal {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

#wpl-store-list .wpl-store-modal.in {
  display: block;
  overflow: hidden;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 100% !important;
  margin-left: 0;
  margin-top: 0;
  opacity: 1;
  top: 0;
  width: 100% !important;
}

#wpl-store-list .wpl-store-modal.in .wpl-store-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-backdrop-in {
  background-color: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1040;
  z-index: 1;
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-dialog {
  position: relative;
  margin: 40px auto;
  width: 50%;
  max-width: 500px;
  z-index: 10000;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-content {
  position: relative;
  background-color: #fff;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-content .wpl-store-modal-header {
  position: relative;
  border: none;
  padding: 0;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-content .wpl-store-modal-header button.close-directions.close[aria-label="Close"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #cccccc;
  font-size: 20px;
  left: auto;
  line-height: 0;
  margin: 0;
  opacity: 1;
  padding: 8px 3px;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: auto;
  border: 0;
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-content .wpl-store-modal-header h4 {
  font-size: 16px;
  padding-right: 30px;
  font-weight: bold;
  margin-top: 0;
  color: #CC3333;
  margin-bottom: 10px;
  padding: 0;
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-content .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-content .form-group .form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-content .form-group label.form-label {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 65px;
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-content .form-group span.form-label {
  padding-right: 55px;
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-content .form-group input[type="radio"] {
  margin-right: 0;
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-content .form-group .checkbox-inline {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 2px;
  font-weight: 400;
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-content .form-group input[type="text"] {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-content .btn-submit {
  width: 100%;
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-content .form-submit {
  margin-bottom: 0;
}

#wpl-store-list .wpl-store-modal .wpl-store-modal-content .form-submit button[type="submit"] {
  width: 100%;
  padding: 10px 0;
  font-weight: 700;
  font-size: 16px;
}

#wpl-store-list #wpl-seller-listing-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

#wpl-store-list #wpl-seller-listing-wrap.grid-view .store-wrapper {
  position: relative;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap {
  margin: 20px 0 10px;
  padding: 0;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap:before,
#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap:after {
  content: " ";
  display: table;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap:after {
  clear: both;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap.column-3 .store-item {
  width: 33.33%;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item {
  float: left;
  margin: 0;
  padding: 15px;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-wrapper {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 330px;
  overflow: hidden;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-detail {
  position: relative;
  height: 240px;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-detail:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  opacity: .7;
  z-index: 1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#232F3E), color-stop(0.01%, #232F3E), color-stop(50.52%, rgba(35, 47, 62, 0.5)), to(rgba(35, 47, 62, 0)));
  background: -webkit-linear-gradient(left, #232F3E 0%, #232F3E 0.01%, rgba(35, 47, 62, 0.5) 50.52%, rgba(35, 47, 62, 0) 100%);
  background: -o-linear-gradient(left, #232F3E 0%, #232F3E 0.01%, rgba(35, 47, 62, 0.5) 50.52%, rgba(35, 47, 62, 0) 100%);
  background: linear-gradient(90deg, #232F3E 0%, #232F3E 0.01%, rgba(35, 47, 62, 0.5) 50.52%, rgba(35, 47, 62, 0) 100%);
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-detail > * {
  position: relative;
  z-index: 100;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-detail h3 {
  margin: 0;
  padding: 8px 15px 7px 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-detail .store-item-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-detail .store-item-meta li {
  padding: 4px 15px;
  color: #ddd;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-detail .store-item-meta li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ddd;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-detail .store-item-meta li .store-item-icon {
  display: inline-block;
  margin-right: 10px;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-footer .store-item-vendor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-footer .store-item-vendor a {
  display: block;
  margin-right: 10px;
  color: #777;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-footer .store-item-vendor a img {
  border: 1px solid #f4f4f4;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-footer .store-item-vendor h4 {
  margin: 0;
  font-weight: 500;
  color: #222A3E;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-footer .distance .s-direction {
  color: #777;
  cursor: pointer;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-footer .distance .s-direction i {
  font-size: 18px;
  margin-right: 1px;
  position: relative;
  top: 3px;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-footer .distance .s-direction:hover {
  color: #FFA842;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-item-footer .distance p {
  margin: 0;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-header .store-banner {
  min-height: 220px;
  position: relative;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-header .store-banner img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  height: 100%;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  max-width: 100%;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-content.default-store-banner {
  background: transparent;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-content .store-data-container {
  padding: 5px 20px;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-content .store-data-container .store-data h2 {
  padding: 0 !important;
  font-size: 24px;
  margin: 20px 0 10px 0;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-content .store-data-container .store-data h2 a {
  color: #000;
  font-size: 25px;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-content .store-data-container .store-data .store-address {
  margin: 0 0 5px 0;
  line-height: 23px;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-footer {
  background: #f7fbfc;
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid #eee;
  z-index: 99;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-footer .seller-avatar {
  padding: 6px;
  background: #fff;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -40px;
  right: 20px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 30px -6px #afafaf;
  box-shadow: 0px 0px 30px -6px #afafaf;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-footer .seller-avatar img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

#wpl-store-list #wpl-seller-listing-wrap div.wpl-seller-wrap .store-item .store-footer a {
  text-decoration: none;
}

#wpl-store-list #wpl-seller-listing-wrap ul.pagination {
  width: 100%;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#wpl-store-list #wpl-seller-listing-wrap ul.pagination > li {
  display: inline;
}

#wpl-store-list #wpl-seller-listing-wrap ul.pagination > li > span,
#wpl-store-list #wpl-seller-listing-wrap ul.pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

#wpl-store-list #wpl-seller-listing-wrap ul.pagination > li > span.current,
#wpl-store-list #wpl-seller-listing-wrap ul.pagination > li > a.current {
  background-color: #eee;
  color: #999;
}

#wpl-store-list #wpl-seller-listing-wrap ul.pagination > li > span:hover,
#wpl-store-list #wpl-seller-listing-wrap ul.pagination > li > a:hover {
  background-color: #eee;
  color: #999;
}

.wpl-btn-theme {
  color: #fff;
  background-color: #f05025;
  border-color: #f05025;
}

.wpl-btn-theme:hover,
.wpl-btn-theme:focus {
  color: #ffffff !important;
  background-color: #dd3b0f !important;
  border-color: #ca360e !important;
}

.wpl-btn-round[class] {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 34px;
  font-size: 25px;
  line-height: 34px;
}

#wpl-store-list-container {
  padding-top: 15px;
  clear: both;
}

.wpl-store-list-filter {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wpl-store-list-filter .wpl-store-result-count {
  margin-bottom: 0;
}

.wpl-store-list-filter .wpl-store-ordering {
  margin-bottom: 0;
}

.wpl-store-list-filter .wpl-store-ordering select {
  padding: 10px 15px;
}

#wpl-seller-panel .store-loading {
  text-align: center;
}

#wpl-seller-panel .store-loading button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffbf08;
  color: #fff;
  margin: 0 auto;
  border: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
}

#wpl-seller-panel .store-loading button img {
  width: 22px;
  margin-right: 10px;
}

.infowindowContent .info-addr > div {
  margin-bottom: 5px;
}

.infowindowContent .asl-buttons a {
  display: inline-block;
  background: #ffbf08;
  color: #fff;
  margin: 0 5px;
  padding: 2px 5px;
}

#wpl-store-auto-complete {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.7em;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}

body.woopanel-style1-layout #wpl-store-list .wpl-store-modal {
  position: fixed;
  z-index: 999999;
}

@media (min-width: 992px) {
  .wpl-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .wpl-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}