/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./code/app_zoya/cartridge/client/default/scss/storeLocator/storeLocator.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.form-group.required .form-control-label::before {
  content: "*";
  color: #c00;
}

.account-image {
  background-image: "url(../../images/account.jpg)";
  background-position-y: 40%;
}

.card-footer > a {
  color: var(--skin-primary-color-1);
  text-decoration: underline;
}

.card-header > a {
  color: var(--skin-primary-color-1);
  float: right;
  text-decoration: underline;
}

.card-info-group p {
  margin-bottom: 0;
}
.card-info-group div {
  margin-bottom: 1rem;
}
.card-info-group div:last-child {
  margin-bottom: 0;
}

.order-history-control h2,
.order-history h2 {
  font-weight: bold;
  margin-top: 0.5rem;
}

.dashboard-order-card-image {
  width: 7rem;
  padding-right: 1rem;
}

.dashboard-order-card-footer-columns:last-child {
  text-align: right;
}

.dashboard-order-card-footer-value {
  font-weight: bold;
  font-size: 1rem;
}

.card-header h2,
.card-header h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.sectiom-margin {
  padding-top: 2rem;
}

.margin-btm-40 {
  margin-bottom: 40px;
}

.text-center {
  text-align: center !important;
}

.header-text {
  font-size: 32px;
  font-weight: normal;
}

.selet-store {
  cursor: pointer;
  height: 40px;
  width: 20%;
  border-color: #ccc;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  padding-left: 1rem;
}

select {
  background-color: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  outline-style: none;
}

.custom-store-address {
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 15px;
}

.mapaddress {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.75rem;
          flex: 0 0 23.75rem;
  height: 525px;
}

.store-repeat-main {
  min-height: 25rem;
  position: relative;
}

.store-repeat-main {
  row-gap: 4rem;
}
@media (max-width: 767.98px) {
  .store-repeat-main {
    row-gap: unset;
  }
}

.find-store-title {
  background-color: #fff;
  color: #4b4a4a;
  font-size: 22px;
  margin-bottom: 20px;
  position: "-webkit-sticky";
  position: sticky;
  top: 0;
  z-index: 1;
}

.store-repeat {
  margin-bottom: 40px;
  width: 100%;
}

.store-repeat-one {
  margin-bottom: 40px;
  width: 100%;
  padding-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  margin-right: 1%;
}

@media (max-width: 767.98px) {
  .store-repeat:nth-child(2n-1) {
    border-right: unset;
  }
}

.find-store-subtitle {
  color: #c39784;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.disply-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.findstore-icon-m {
  margin-right: 10px;
  position: relative;
  top: -5px;
  width: 25px;
}

.store-details {
  width: 100%;
}

.store-details h4 {
  color: #363636;
  font-size: 16px;
  font-weight: 700;
}

.store-details p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.special-name {
  color: #c49884 !important;
}

.visit-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a7a6a6 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  font-weight: 400;
  text-decoration: none;
  padding-left: 10px;
}

.store-details p a {
  color: #363636;
  text-decoration: none !important;
}

.tel-icon {
  display: block !important;
  margin-bottom: 15px;
}

.margin-btm-40 {
  margin-bottom: 40px;
}

.findstorebtn {
  background: transparent;
  border: none;
  color: #c39784;
  display: block;
  font-size: 16px;
  height: 61px;
  text-align: center;
  text-align: left;
  width: 100%;
  padding: 0 5px;
}
.findstorebtn a {
  color: #c39784;
}

.button-div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hover-change:hover .findstorebtn {
  border: none;
  color: #fff;
  display: inline;
  font-size: 16px;
  height: 61px;
  text-align: center;
  width: 98%;
}
.hover-change:hover .findstorebtn a {
  color: #fff;
}
.hover-change:hover .findstorebtn path {
  fill: #fff;
}

.link-color {
  color: #0d6efd !important;
}

.flex-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.margin-right-20 {
  margin-right: 10px;
}

#main-map,
#map,
#zoya-map {
  min-height: 37.5rem;
}

.main-map-wrapper {
  padding-bottom: 20px;
}

.store-detail-main .hover-change {
  width: 70px;
  max-width: 70px;
  height: auto;
  padding: 0;
  margin-right: 20px;
}
.store-detail-main .hover-change .gtm-make-an-enquiry .button-div {
  background-image: url("../../images/calender_store.svg");
}
.store-detail-main .hover-change .gtm-store-direction .button-div {
  background-image: url("../../images/location_store.svg");
}
.store-detail-main .hover-change .button-div span,
.store-detail-main .hover-change .button-div svg {
  display: none;
}
.store-detail-main .hover-change .store-call-mobile {
  background-image: url("../../images/galery_store.svg");
}
.store-detail-main .hover-change .store-call-mobile,
.store-detail-main .hover-change .button-div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #c49884;
}

.only-for-desktop ul li {
  padding: 10px 25px;
  width: 50%;
}

.selected-cities ul {
  padding: 30px 0 0;
}

ul.international-cities {
  padding: 30px 0 0;
  text-align: justify;
}

ul.international-cities li {
  display: inline;
}

ul.international-cities li:hover {
  cursor: pointer;
}

.selected-cities ul li {
  display: inline;
}

.std,
.main-div,
.mumbaiparagraphsection {
  display: none;
}

.highlight-desktop {
  background-color: #c49884;
  color: #fff;
}

.parent-tabs ul li a {
  color: #a17c68 !important;
}

.parent-tabs ul.sub-tab li:hover {
  background-color: #c49884;
  color: #fff;
  cursor: pointer;
}

.parent-tabs ul li.active {
  border-bottom: 5px solid #c49884;
}

.store-image-corousel .pt-5,
.store-image-corousel .mt-5,
.store-image-galery .pt-5,
.store-image-galery .mt-5 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 1023.98px) {
  .selet-store {
    cursor: pointer;
    height: 40px;
    width: 85%;
    color: #222;
  }
  .find-store-title {
    color: #4b4a4a;
    font-size: 36px;
    margin-bottom: 20px;
    position: static !important;
  }
  .main-map-wrapper {
    padding-bottom: 20px;
  }
  .selected-city {
    width: 50% !important;
    background-color: #0d6efd;
  }
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .custom-store-address {
    margin-left: 10px;
    margin-right: 10px;
  }
  .sectiom-margin {
    padding-top: 1.125rem;
  }
}
.custom-ht {
  height: 210px;
}

@media (max-width: 767.98px) {
  .custom-ht {
    height: auto;
  }
  .row-mobile {
    padding-right: 12%;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-left: 10%;
  }
  .store-details {
    background-color: rgba(196, 152, 132, 0.0588235294);
  }
  .find-store-border {
    border-bottom: 1px solid #e3e2e2;
    max-width: 100%;
  }
  .store-detail-main .hover-change {
    width: 70px;
    max-width: 70px;
    height: auto;
    padding: 0;
    margin-right: 20px;
  }
  .store-detail-main .hover-change .gtm-make-an-enquiry .button-div {
    background-image: url("../../images/calender_store.svg");
  }
  .store-detail-main .hover-change .gtm-store-direction .button-div {
    background-image: url("../../images/location_store.svg");
  }
  .store-detail-main .hover-change .button-div span,
  .store-detail-main .hover-change .button-div svg {
    display: none;
  }
  .store-detail-main .hover-change .store-call-mobile {
    background-image: url("../../images/galery_store.svg");
  }
  .store-detail-main .hover-change .store-call-mobile,
  .store-detail-main .hover-change .button-div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
    height: 60px;
    border-radius: none;
    border: none;
  }
  .custom-store-address {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-store-address-details {
    padding-left: 0;
    padding-right: 0;
  }
  .no-margin {
    margin: 0;
    padding: 0;
  }
  .accordion .card-body {
    padding-top: 0;
  }
  .header-text {
    font-size: 24px;
    text-align: center !important;
    font-weight: normal;
  }
  .accordion .card {
    border: none;
    margin-bottom: 20px;
  }
  .accordion .card .get-city {
    display: -webkit-box;
    display: flexbox;
    display: -ms-flexbox;
    display: flex;
    background: url("../../images/arrow-down.svg") no-repeat calc(100% - 38px) center;
    background-size: 12px;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 30px;
  }
  .accordion .card-body {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }
  .store-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #a17c68;
    padding: 10px 30px;
  }
  .highlight-open {
    padding: 10px 30px;
    border-top: 1px solid #c49884;
    background: url("../../images/arrow-open-up.svg") no-repeat calc(100% - 36px) center rgba(196, 148, 132, 0.2196078431) !important;
    background-size: 15px !important;
  }
  .find-store-border {
    border-bottom: 1px solid #c49884;
  }
  p.store-email a {
    color: #363636 !important;
  }
  .std,
  .main-div,
  .mumbaiparagraphsection {
    display: none;
  }
  .store-image-corousel .pt-5,
  .store-image-corousel .mt-5,
  .store-image-galery .pt-5,
  .store-image-galery .mt-5 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .store-image-corousel .slick-dots,
  .store-image-galery .slick-dots {
    display: none;
  }
  .store-image-corousel .conntainer,
  .store-image-galery .conntainer {
    padding: 0;
  }
  .margin-btm-40 {
    margin-bottom: 20px;
  }
  #store-image-modal button.close {
    margin-right: 10px;
  }
  .store-repeat {
    margin-bottom: 0;
  }
  .store-details h4 {
    padding: 10px 0;
  }
}

/*# sourceMappingURL=default\css\storeLocator\storeLocator.css.map*/