.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .storelocator-content {
    border-top: 4px solid #97002E;
    width: 100%;
  }
}

select {
  font-family: Europa, NotoSansTC !important;
}

@media (min-width: 480px) {
  #maincontent {
    border-top: none;
  }
}

.store-location-tip {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .store-location-tip {
    padding: 0 20px;
  }
}

.storelocator {
  padding: 0 30px;
  margin: auto;
}
@media (min-width: 1200px) {
  .storelocator {
    padding: 0 70px;
  }
}
@media (min-width: 768px) {
  .storelocator {
    padding: 0 20px;
  }
}
.storelocator .store-body {
  display: block;
}
@media (min-width: 768px) {
  .storelocator .store-body {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.storelocator .leftSide {
  text-align: center;
}
@media (min-width: 768px) {
  .storelocator .leftSide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
    padding: 0 20px;
    text-align: left;
    background-color: #fff;
    border-top: 4px solid #97002E;
  }
}
@media (min-width: 1920px) {
  .storelocator .leftSide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    max-width: 400px;
    padding: 0 60px;
  }
}
.storelocator .leftSide .title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .storelocator .leftSide .title {
    text-align: left;
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1920px) {
  .storelocator .leftSide .title {
    margin-top: 50px;
    font-size: 36px;
  }
}
.storelocator .leftSide .des-mb {
  font-size: 14px;
}
.storelocator .leftSide .des-mb2 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.storelocator .leftSide .des-mb,
.storelocator .leftSide .des-mb2 {
  text-align: center;
}
@media (min-width: 768px) {
  .storelocator .leftSide .des-mb,
  .storelocator .leftSide .des-mb2 {
    display: none;
  }
}
.storelocator .leftSide .find-nearest-btn {
  display: inline-block;
  width: auto;
}
@media (min-width: 768px) {
  .storelocator .leftSide .find-nearest-btn {
    display: block;
    width: 100%;
  }
}
.storelocator .leftSide .btn-borderd-primary {
  border-radius: 25px;
  border-width: 2px;
}
.storelocator .leftSide .store-filter-container {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #D4D4D4;
}
@media (min-width: 768px) {
  .storelocator .leftSide .filter-store-btn,
  .storelocator .leftSide .store-filter-container {
    display: block;
  }
}
.storelocator .leftSide .form-group .form-control-label {
  display: none;
}
.storelocator .leftSide .form-group .form-control {
  width: 100%;
  height: 50px;
}
.storelocator .rightContent {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .storelocator .rightContent {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 80vh;
  }
}
@media (min-width: 1920px) {
  .storelocator .rightContent {
    padding-top: 50px;
    padding-left: 50px;
  }
}
.storelocator .rightContent .store-locator-nav .nav:not(.nav-country) {
  float: right;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .storelocator .rightContent .store-locator-nav .nav:not(.nav-country) {
    float: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto;
  }
  .storelocator .rightContent .store-locator-nav .nav:not(.nav-country) .nav-item {
    display: inline-block;
  }
}
.storelocator .rightContent .store-locator-nav .nav:not(.nav-country)::after {
  content: "";
  clear: both;
  display: table;
}
.storelocator .rightContent .store-locator-nav .nav:not(.nav-country) .nav-item .nav-link {
  color: #171717;
  font-size: 16px;
  border-radius: 30px;
  padding: 13px 20px;
}
.storelocator .rightContent .store-locator-nav .nav:not(.nav-country) .nav-item .nav-link.active {
  background-color: #97002E;
  color: #fff;
}
.storelocator .rightContent .store-locator-nav .nav:not(.nav-country) .nav-item .icon-map {
  font-weight: bold;
}
.storelocator .rightContent .store-locator-nav .nav.nav-country {
  margin-bottom: 20px;
}
.storelocator .rightContent .store-locator-nav .nav.nav-country .nav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.storelocator .rightContent .store-locator-nav .nav.nav-country .nav-item a {
  text-align: center;
  border-bottom: 2px solid #DEDEDE;
}
.storelocator .rightContent .store-locator-nav .nav.nav-country .nav-item a.active {
  border-bottom: 2px solid #98012E;
}
@media (min-width: 768px) {
  .storelocator .rightContent .store-locator-nav .nav.nav-country {
    display: none;
  }
}
.storelocator .rightContent .store-locator-nav .store-result-filter {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .storelocator .rightContent .store-locator-nav .store-result-filter {
    display: none;
  }
}
.storelocator .rightContent .tab-content {
  clear: both;
}
.storelocator .rightContent .tab-content .map-canvas {
  padding: 0;
  margin-bottom: 0;
  height: 100%;
}
.storelocator .rightContent .tab-content .tab-pane {
  position: relative;
}
@media (min-width: 768px) {
  .storelocator .rightContent .tab-content .tab-pane {
    z-index: -1;
  }
  .storelocator .rightContent .tab-content .tab-pane.active {
    z-index: 1;
  }
}
.storelocator .rightContent .tab-content .tab-pane .row {
  margin-right: -5px;
  margin-left: -5px;
}
.storelocator .rightContent .tab-content .tab-pane .row > div {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.storelocator .rightContent .store-result-container {
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 40px rgba(0, 0, 0, 0.07);
  height: 100%;
}
.storelocator .rightContent .store-result-container .store-name {
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  padding: 20px 10px 30px;
  margin: 0;
}
@media (min-width: 768px) {
  .storelocator .rightContent .store-result-container .store-name {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .storelocator .rightContent .store-result-container .store-name {
    font-size: 27px;
    padding: 35px 10px 40px;
  }
}
.storelocator .rightContent .store-result-container .store-result-image {
  width: 100%;
}
.storelocator .link-store-back {
  display: none;
}
@media (min-width: 768px) {
  .storelocator .link-store-back {
    position: absolute;
    top: 40px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .storelocator .link-store-back {
    top: 65px;
  }
}
.storelocator .empty-record {
  text-align: center;
  padding: 70px;
  background: #fff;
  margin-bottom: 20px;
}
.storelocator .empty-record-for-china {
  text-align: center;
  padding: 70px;
}
@media (max-width: 767.98px) {
  .storelocator .store-locator-nav .tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .storelocator .store-locator-nav .tab-content #storeList {
    display: block !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .storelocator .store-locator-nav .tab-content #storeList .country.show {
    display: block;
  }
  .storelocator .store-locator-nav .tab-content #storeMap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

#storeMap {
  display: block !important;
  opacity: 0;
  position: relative;
  overflow: hidden;
}
#storeMap.active {
  opacity: 1;
}
#storeMap.active .map-canvas {
  position: static;
}
#storeMap:not(.active) .map-canvas {
  height: 0;
}
@media (min-width: 768px) {
  #storeMap.active {
    opacity: 1;
  }
  #storeMap.active .map-canvas {
    position: static;
  }
}
#storeMap .map-canvas {
  display: block;
  height: 580px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#storeMap .gm-style-iw button.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
#storeMap .store-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  #storeMap .store-details {
    padding: 0;
    display: block;
  }
  #storeMap .store-details .tag {
    padding: 3px 8px;
    font-size: 10px;
  }
  #storeMap .store-details .store-image {
    max-width: 100%;
  }
  #storeMap .store-details .store-info {
    margin-left: 0;
    margin-top: 10px;
  }
  #storeMap .store-details .store-info .store-name {
    font-size: 12px;
  }
  #storeMap .store-details .full-address,
  #storeMap .store-details .store-hours {
    font-size: 12px;
    margin-top: 5px;
  }
  #storeMap .store-details .full-address .icon,
  #storeMap .store-details .store-hours .icon {
    font-size: 16px;
  }
  #storeMap .store-details .full-address .value,
  #storeMap .store-details .store-hours .value {
    padding-left: 5px;
  }
  #storeMap .store-details .phone,
  #storeMap .store-details .whatapp {
    padding: 5px;
  }
  #storeMap .store-details .phone .label,
  #storeMap .store-details .whatapp .label {
    font-size: 11px;
  }
  #storeMap .store-details .phone .value,
  #storeMap .store-details .whatapp .value {
    font-size: 12px;
  }
  #storeMap .store-details .phone .icon,
  #storeMap .store-details .whatapp .icon {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  #storeMap .gm-style .gm-style-iw-c {
    max-width: 260px !important;
  }
}

.store-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .store-details {
    padding: 30px 15px;
  }
}
.store-details .store-image {
  max-width: 270px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}
.store-details .store-image img {
  width: 100%;
}
.store-details .tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #BF301A;
  color: white;
  padding: 5px 15px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.store-details .tag span {
  padding-left: 5px;
}
.store-details .store-info {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.store-details .store-info .store-name {
  font-size: 18px;
  font-weight: bold;
}
.store-details .store-info .full-address,
.store-details .store-info .store-hours {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin-top: 10px;
}
.store-details .store-info .full-address .icon,
.store-details .store-info .store-hours .icon {
  font-size: 20px;
}
.store-details .store-info .full-address .value,
.store-details .store-info .store-hours .value {
  padding-left: 10px;
}
.store-details .store-info .full-address .icon {
  color: #97002E;
}
.store-details .store-info .link-map {
  background-color: #5F92F8;
  color: #fff;
  padding: 2px 5px;
  border-radius: 15px;
  font-size: 12px;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.2;
}
.store-details .store-info .link-map img {
  vertical-align: baseline;
}
.store-details .store-info .link-map .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.store-details .store-info .link-map .flex span {
  padding-left: 5px;
}
.store-details .store-info .bottom {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 0 -5px;
}
@media (min-width: 1200px) and (max-width: 1466px) {
  .store-details .store-info .bottom {
    display: block;
  }
}
@media (max-width: 374.98px) {
  .store-details .store-info .bottom {
    display: block;
  }
}
.store-details .store-info .bottom .phone {
  padding: 10px;
  border: 1px solid #E6DFDF;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.store-details .store-info .bottom .phone .label {
  color: #8B8B8B;
  font-size: 11px;
}
.store-details .store-info .bottom .phone .value {
  margin-left: 0;
  font-size: 12px;
  color: #171717;
}
.store-details .store-info .bottom .phone .icon {
  font-size: 30px;
}
.store-details .store-info .bottom .storelocator-phone {
  margin-left: 8px;
}
.store-details .store-info .bottom .storelocator-phone .value {
  font-size: 12px;
}
.store-details .store-info .bottom > div {
  margin: 0 5px;
  width: 50%;
}
@media (min-width: 1200px) and (max-width: 1466px) {
  .store-details .store-info .bottom > div {
    width: 100%;
  }
  .store-details .store-info .bottom > div:last-child {
    margin-top: 10px;
  }
}
@media (max-width: 374.98px) {
  .store-details .store-info .bottom > div {
    width: 100%;
  }
  .store-details .store-info .bottom > div:last-child {
    margin-top: 10px;
  }
}
.store-details .store-info .bottom .whatapp .icon {
  color: #45C554;
}

.storelist-two-colunm-xl .store-results {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background: #fff;
  position: relative;
  margin-bottom: 2%;
}

@media (max-width: 767.98px) {
  .store-results {
    display: block;
  }
}
.store-results .store-image {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 768px) {
  .store-results .store-image {
    max-width: 220px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media (max-width: 767.98px) {
  .store-results .store-info {
    margin-left: 0;
    margin-top: 15px;
  }
  .store-results .store-info .whatapp,
  .store-results .store-info .phone {
    width: 100%;
  }
}
.store-results .store-info .store-name {
  font-size: 16px;
}
.store-results .store-info .full-address .icon,
.store-results .store-info .store-hours .icon {
  font-size: 18px;
  width: 18px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
}
.store-results .store-info .full-address .value,
.store-results .store-info .store-hours .value {
  font-size: 14px;
  line-height: 18px;
}

.store-switchview a:not(.active) {
  color: inherit;
}
.store-switchview a:hover {
  color: #98012E;
}

.filter {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .filter {
    margin-right: 4px;
  }
}

.map-canvas {
  height: 100%;
}

.storelist-two-colunm-xl {
  height: 100%;
  overflow-y: auto;
}

.store-containter {
  width: 100%;
}

@media (min-width: 768px) {
  .store-body {
    height: 800px;
  }
}

#storeList {
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 480px) {
  #storeList {
    height: 800px;
    overflow-y: scroll;
  }
}
#storeList .form-row {
  border-bottom: 1px solid #DEDEDE;
}

@media (min-width: 768px) {
  .store-locator-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #store-locator-filter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 148px 0 15px;
  }
  .tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .notificationInfo {
    padding: 26px 0 25px 148px;
  }
}
.titlefont {
  margin-top: 73.5px;
  height: 74px;
  font-family: "Noto Sans";
  font-size: 38px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.custom-select {
  height: 48px;
  border: solid 1px #d9d9d9;
}

.breadcrumb {
  margin-left: 32px;
  position: absolute;
}

.storetag {
  margin-bottom: -10px;
  font-family: "Europa";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #b78e6c;
}

.form-group {
  margin-bottom: 0px;
}

@media (max-width: 767.98px) {
  #store-locator-filter-form {
    padding: 0 20px 24px 20px;
  }
  .icon-info {
    font-family: "Noto Sans";
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .notificationInfo {
    padding: 0 20px 24px 20px;
  }
  .map-canvas {
    height: 375px;
  }
}
.gm-style .gm-style-iw-c {
  border-radius: 0px !important;
  padding: 0px !important;
}

.storetag {
  margin-top: 20px;
}

.iconNarby {
  vertical-align: sub;
  padding-right: 10px;
}

.login-joinus {
  color: #796E65;
  text-align: center;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .login-joinus {
    font-size: 32px;
  }
}

.container.line-and-circle-style {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.line-for-style {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  border-top: 1px solid #796E65;
  opacity: 0.5;
}

.circle-for-style {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(121, 110, 101, 0.5);
  border-radius: 50%;
  background-color: transparent;
  margin-right: 12px;
  margin-left: 12px;
}

.form-join-btn:hover {
  color: white !important;
}

.style-for-contact-us-title {
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  padding-top: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  font-size: 51px;
  font-weight: 400;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .style-for-contact-us-title {
    font-size: 32px;
    text-align: center;
  }
}

.contact-us-tab-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  font-size: 14px;
  border-bottom: 1px solid #D7D4D1;
}
@media (max-width: 767.98px) {
  .contact-us-tab-pc {
    display: none;
  }
}
.contact-us-tab-pc .tab-one {
  padding: 20px 40px 10px 0;
  color: #796E65;
  text-decoration: none;
}
.contact-us-tab-pc .tab-two {
  border-bottom: 3px solid black;
  padding: 20px 0px 10px 0;
  color: black;
}

.contact-us-tab-mb {
  display: none;
}
@media (max-width: 767.98px) {
  .contact-us-tab-mb {
    display: block;
  }
}
.contact-us-tab-mb #nav-select {
  margin: 0 20px 0 20px;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  width: calc(100% - 40px);
  padding: 0.375rem 0;
}

.store-locator-input-style {
  padding-left: 16px;
}
@media (min-width: 1024px) {
  .store-locator-input-style {
    width: 210px;
  }
}

@media (min-width: 480px) {
  .store-locator-col-style {
    padding-left: 0px !important;
  }
}

.style-for-sotrelocator-notification-svg {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.style-for-sotrelocator-notification-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .style-for-sotrelocator-notification-div {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.style-for-sotrelocator-svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.list-one-box {
  width: 24.1%;
  padding-top: 72px;
  padding-bottom: 56px;
  background-color: #f5f5f5;
  margin-left: 16px;
  margin-top: 16px;
}
@media (max-width: 1397px) {
  .list-one-box {
    width: 23.9%;
  }
}
@media (max-width: 1263px) {
  .list-one-box {
    width: 23.8%;
  }
}
@media (max-width: 1154px) {
  .list-one-box {
    width: 23.7%;
  }
}
@media (max-width: 1063px) {
  .list-one-box {
    width: 23.6%;
  }
}
@media (max-width: 1000px) {
  .list-one-box {
    width: 32%;
  }
}
@media (max-width: 900px) {
  .list-one-box {
    width: 31.9%;
  }
}
@media (max-width: 808px) {
  .list-one-box {
    width: 31.8%;
  }
}
@media (max-width: 767.98px) {
  .list-one-box {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 36px;
    margin-left: 0;
  }
}

.list-one-box-content {
  width: 72%;
  margin: 0 auto;
}

.tudor-name {
  font-size: 14px;
  font-weight: bold;
  height: 58px;
  line-height: 1.71;
}
@media (max-width: 767.98px) {
  .tudor-name {
    font-size: 18px;
    font-weight: normal;
    height: 62px;
    line-height: 1.33;
    overflow: auto;
  }
  .tudor-name::-webkit-scrollbar {
    width: 6px;
  }
}

.tudor-address {
  font-size: 14px;
  font-weight: normal;
  height: 60px;
  line-height: 1.43;
  margin-bottom: 15px;
  overflow: auto;
}
.tudor-address::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 767.98px) {
  .tudor-address {
    height: 28px;
    font-size: 12px;
    line-height: 1.33;
    margin-bottom: 10px;
  }
}

.tudor-time {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .tudor-time {
    font-size: 12px;
    line-height: 1.33;
    margin-bottom: 0;
  }
}

.tudor-tel {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  color: #000;
}
@media (max-width: 767.98px) {
  .tudor-tel {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
  }
}

#list {
  padding: 11px 32px 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  #list {
    padding: 0 20px 0;
  }
}
#list .list-one-box {
  width: 23.1%;
  padding-top: 72px;
  padding-bottom: 56px;
  background-color: #f5f5f5;
  margin-left: 16px;
  margin-top: 16px;
}
@media (max-width: 1397px) {
  #list .list-one-box {
    width: 23.9%;
  }
}
@media (max-width: 1263px) {
  #list .list-one-box {
    width: 23.8%;
  }
}
@media (max-width: 1154px) {
  #list .list-one-box {
    width: 23.7%;
  }
}
@media (max-width: 1063px) {
  #list .list-one-box {
    width: 23.6%;
  }
}
@media (max-width: 1000px) {
  #list .list-one-box {
    width: 32%;
  }
}
@media (max-width: 900px) {
  #list .list-one-box {
    width: 31.9%;
  }
}
@media (max-width: 808px) {
  #list .list-one-box {
    width: 31.8%;
  }
}
@media (max-width: 767.98px) {
  #list .list-one-box {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 36px;
    margin-left: 0;
  }
}
#list .list-one-box-content {
  width: 72%;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  #list .list-one-box:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  #list .list-one-box:nth-child(3n+1) {
    margin-left: 0;
  }
}
#list .tudor-title {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  color: #b78e6c;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#list .tudor-name {
  font-size: 14px;
  font-weight: bold;
  height: 58px;
  line-height: 1.57;
}
@media (max-width: 767.98px) {
  #list .tudor-name {
    font-size: 18px;
    font-weight: normal;
    height: 58px;
    line-height: 1.33;
  }
}
#list .tudor-address {
  font-size: 14px;
  font-weight: normal;
  height: 60px;
  line-height: 1.4;
  margin-bottom: 22px;
  overflow: auto;
}
#list .tudor-address::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 767.98px) {
  #list .tudor-address {
    font-size: 12px;
    line-height: 1.5;
  }
}
#list .tudor-time {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
}
@media (max-width: 767.98px) {
  #list .tudor-time {
    font-size: 12px;
    line-height: 1.33;
  }
}
#list .tudor-tel {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  color: #000;
}
@media (max-width: 767.98px) {
  #list .tudor-tel {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
  }
}

.vegetables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination {
  text-align: center;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  width: 220px;
}

.arrow {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}

.page-number {
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  width: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.page-number-active {
  color: #1D1D1D;
  text-decoration: underline;
}

.search-keyword {
  position: relative;
}

.store-locator-search-icon {
  background: none;
  border: 0;
  padding: 0;
  color: #796E65;
  outline: 0;
  position: absolute;
  top: 13px;
  right: 10px;
}

.myGoogleMap .gm-style .gm-style-iw-c {
  padding: 0 0 0 17px !important;
}
.myGoogleMap .gm-style-iw-chr {
  height: 40px;
}

.storeDetails_box {
  max-width: unset;
  width: 200px;
  padding-right: 0;
  padding-left: 0;
}
.storeDetails_box .storetagDetail {
  width: 200px;
  margin-top: 0;
}

@media (max-width: 1080px) and (min-width: 768px) {
  #store-locator-filter-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 15px 0 15px;
  }
  #store-locator-filter-form .js-for-cn-d-none .col-sm-12 .form-group {
    min-width: 165px;
  }
  #store-locator-filter-form .filter .col-sm-12 .search-keyword {
    width: 200px;
  }
  #store-locator-filter-form .filter .col-sm-12 .form-control {
    width: 100%;
  }
}
#store-locator-pagination {
  font-size: 16px;
}
#store-locator-pagination .page-btn {
  cursor: pointer;
}
#store-locator-pagination .cur {
  color: var(--skin-primary-color-1);
}
#store-locator-pagination .dis {
  opacity: 0.3;
  cursor: default;
}