@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,500,700");
/* line 7, Amasty_Storelocator/styles/_main-new.scss */
.amlocator_store_list .amlocator_store_item {
  display: block;
  padding: 0 35px;
  font-size: 1.6rem;
  width: 50%;
  margin-bottom: 80px;
}

@media only screen and (min-width: 1580px) {
  /* line 7, Amasty_Storelocator/styles/_main-new.scss */
  .amlocator_store_list .amlocator_store_item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 991px) {
  /* line 7, Amasty_Storelocator/styles/_main-new.scss */
  .amlocator_store_list .amlocator_store_item {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}

/* line 24, Amasty_Storelocator/styles/_main-new.scss */
#amlocator_window_template {
  display: none;
}

/* line 28, Amasty_Storelocator/styles/_main-new.scss */
.amlocator-map-canvas {
  width: 100%;
  height: 500px;
}

/* line 33, Amasty_Storelocator/styles/_main-new.scss */
.amasty-popup {
  width: 250px;
}

/* line 35, Amasty_Storelocator/styles/_main-new.scss */
.amasty-popup img {
  max-width: 100%;
  clear: both;
  display: block;
  margin-bottom: 10px;
}

/* line 42, Amasty_Storelocator/styles/_main-new.scss */
.amasty-popup .title {
  color: #52264c;
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.6rem;
}

/* line 55, Amasty_Storelocator/styles/_main-new.scss */
.amlocator_store_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -35px;
  margin-right: -35px;
}

@media only screen and (max-width: 991px) {
  /* line 55, Amasty_Storelocator/styles/_main-new.scss */
  .amlocator_store_list_wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* line 70, Amasty_Storelocator/styles/_main-new.scss */
.please-wait {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
  width: 150px;
  height: 100px;
  background-color: white;
}

/* line 81, Amasty_Storelocator/styles/_main-new.scss */
.amlocator_mapblock {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  pointer-events: none;
  z-index: 9999;
  height: 0;
  width: 0;
  top: 20%;
  left: 0;
  right: 0;
  max-width: 1200px;
  display: none;
}

/* line 96, Amasty_Storelocator/styles/_main-new.scss */
.open-map .amlocator_mapblock {
  display: block;
  pointer-events: auto;
  height: auto;
  width: 100%;
}

/* line 103, Amasty_Storelocator/styles/_main-new.scss */
.open-map .map-wrap::after {
  background: rgba(0, 0, 0, 0.6);
  content: ' ';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

/* line 114, Amasty_Storelocator/styles/_main-new.scss */
.amlocator-map-header {
  height: 50px;
  color: transparent;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #666;
  -webkit-box-shadow: 0px 0px 5px 1px #333;
          box-shadow: 0px 0px 5px 1px #333;
}

/* line 126, Amasty_Storelocator/styles/_main-new.scss */
.stockists__map__close {
  font-family: 'diamonds-theme';
  font-size: 30px;
}

/* line 131, Amasty_Storelocator/styles/_main-new.scss */
.stockists__map__close:before {
  cursor: pointer;
  content: '\e916';
  position: absolute;
  color: #000;
  right: 15px;
  top: 5px;
  cursor: pointer;
}

/* line 141, Amasty_Storelocator/styles/_main-new.scss */
.amlocator_store_list {
  width: 100%;
}

/* line 151, Amasty_Storelocator/styles/_main-new.scss */
.amlocator_group:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1000px) {
  /* line 158, Amasty_Storelocator/styles/_main-new.scss */
  .amlocator_mapblock, .amlocator_store_list {
    float: none;
    width: auto;
  }
}

/* line 165, Amasty_Storelocator/styles/_main-new.scss */
#amasty_locator_filter ul {
  margin-left: 10px;
  list-style: outside none none;
}

/* line 170, Amasty_Storelocator/styles/_main-new.scss */
.amlocator_default {
  background: url(../../../images/amasty/amlocator/close.png) no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: 0 0px;
  cursor: pointer;
  position: relative;
  top: -10px;
}

/* line 181, Amasty_Storelocator/styles/_main-new.scss */
.amlocator_default:hover {
  background: url(../../../images/amasty/amlocator/close.png) no-repeat;
  background-position: 0 -14px;
  cursor: pointer;
}

/* line 187, Amasty_Storelocator/styles/_main-new.scss */
#amasty_locator_filter .attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 194, Amasty_Storelocator/styles/_main-new.scss */
#amasty_locator_filter .location-attribute {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /*margin-top: 15px;*/
}

/* line 199, Amasty_Storelocator/styles/_main-new.scss */
.location-attribute {
  margin-right: 10px;
}

/* line 203, Amasty_Storelocator/styles/_main-new.scss */
.location-attribute .region-button {
  color: #666;
  border: none;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  cursor: pointer;
  letter-spacing: 3px;
}

/* line 213, Amasty_Storelocator/styles/_main-new.scss */
.location-attribute .region-button:hover {
  color: #f2aab5;
}

/* line 217, Amasty_Storelocator/styles/_main-new.scss */
.location-attribute .region-button:acvite,
.location-attribute .region-button.acvite {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 222, Amasty_Storelocator/styles/_main-new.scss */
#amasty_locator_filter .filter-attribute {
  font-weight: bold;
  margin: 15px 15px 0 0;
}

/* line 227, Amasty_Storelocator/styles/_main-new.scss */
.tab-filter-container + .select-wrap {
  display: none;
}

/* line 231, Amasty_Storelocator/styles/_main-new.scss */
.tab-filter-container + .select-wrap:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 235, Amasty_Storelocator/styles/_main-new.scss */
.tab-filter-container + .select-wrap:before {
  color: #52264c;
}

/* line 281, Amasty_Storelocator/styles/_main-new.scss */
#amasty_locator_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 287, Amasty_Storelocator/styles/_main-new.scss */
.column_left {
  width: 48%;
  padding-right: 35px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 293, Amasty_Storelocator/styles/_main-new.scss */
.column_right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 60px;
  /*padding-left: 35px;*/
  /*width: 48%;*/
}

/* line 300, Amasty_Storelocator/styles/_main-new.scss */
.amlocator_input {
  margin-top: 15px;
}

/* line 304, Amasty_Storelocator/styles/_main-new.scss */
.locateNearBy {
  margin-left: 25px;
}

/* line 308, Amasty_Storelocator/styles/_main-new.scss */
.input-box {
  /*margin-top: 5px;*/
}

/* line 312, Amasty_Storelocator/styles/_main-new.scss */
.locator_arrow {
  width: 14px;
  content: "\20";
  background-image: url(../images/arrow.png);
  float: right;
  left: -23px;
  height: 7px;
  margin-left: 6px;
  background-size: 14px 14px;
  margin-top: 5px;
  background-position-y: 7px;
}

/* line 325, Amasty_Storelocator/styles/_main-new.scss */
.arrow_active {
  background-position-y: 0;
}

/* line 329, Amasty_Storelocator/styles/_main-new.scss */
.location_header {
  color: #52264c;
  letter-spacing: .3rem;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

/* line 337, Amasty_Storelocator/styles/_main-new.scss */
.amlocator_store_item {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .3rem;
}

/* line 343, Amasty_Storelocator/styles/_main-new.scss */
.amlocator_store_item p .content {
  color: #707070;
}

/* line 348, Amasty_Storelocator/styles/_main-new.scss */
.amlocator_store_item .address {
  color: #52264c;
}

/* line 350, Amasty_Storelocator/styles/_main-new.scss */
.amlocator_store_item .address i {
  color: #f2aab5;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

/* line 354, Amasty_Storelocator/styles/_main-new.scss */
.amlocator_store_item .address:hover, .amlocator_store_item .address:active {
  color: #f2aab5;
}

/* line 357, Amasty_Storelocator/styles/_main-new.scss */
.amlocator_store_item .address:hover i, .amlocator_store_item .address:active i {
  color: #52264c;
}

/* line 368, Amasty_Storelocator/styles/_main-new.scss */
.show-map {
  font-size: 14px;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
  cursor: pointer;
  line-height: 1.5;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 380, Amasty_Storelocator/styles/_main-new.scss */
.show-map:hover {
  color: #f2aab5;
}

/* line 384, Amasty_Storelocator/styles/_main-new.scss */
.show-map i {
  font-size: 20px;
  color: #f2aab5;
  padding-right: 5px;
}

/* line 394, Amasty_Storelocator/styles/_main-new.scss */
.amlocator-index-index {
  overflow-x: hidden;
}

/* line 398, Amasty_Storelocator/styles/_main-new.scss */
.region-select {
  color: #52264c;
  border: none;
  padding-bottom: 0;
}

/* line 404, Amasty_Storelocator/styles/_main-new.scss */
.region-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 768px) {
  /* line 409, Amasty_Storelocator/styles/_main-new.scss */
  .column_right {
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 413, Amasty_Storelocator/styles/_main-new.scss */
  .tab-filter-container {
    display: none;
  }
  /* line 416, Amasty_Storelocator/styles/_main-new.scss */
  .tab-filter-container + .select-wrap {
    display: block;
  }
  /* line 419, Amasty_Storelocator/styles/_main-new.scss */
  .location_header {
    font-size: 16px;
  }
  /* line 426, Amasty_Storelocator/styles/_main-new.scss */
  .amlocator_store_item .title,
  .amlocator_store_item .content {
    font-size: 14px;
  }
  /* line 430, Amasty_Storelocator/styles/_main-new.scss */
  .show-map {
    font-size: 12px;
  }
  /* line 433, Amasty_Storelocator/styles/_main-new.scss */
  .amlocator_mapblock {
    top: 15%;
    max-width: 700px;
  }
}

@media screen and (max-width: 600px) {
  /* line 441, Amasty_Storelocator/styles/_main-new.scss */
  #amasty_locator_filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 445, Amasty_Storelocator/styles/_main-new.scss */
  .column_left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 450, Amasty_Storelocator/styles/_main-new.scss */
  .column_right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0px;
    padding-top: 10px;
    width: 100%;
  }
  /* line 456, Amasty_Storelocator/styles/_main-new.scss */
  .amlocator_store_list .amlocator_store_item {
    width: 100%;
  }
  /* line 459, Amasty_Storelocator/styles/_main-new.scss */
  .amlocator_mapblock {
    max-width: 350px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 465, Amasty_Storelocator/styles/_main-new.scss */
  .amlocator-map-canvas {
    height: 320px;
  }
}
