* {
  margin: 0;
  padding: 0;
  font-family: "GothamBook", sans-serif;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body.body-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9999;
}

input:focus {
  outline: 0;
}

input[type=text]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(255, 255, 255, 0);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.slick-slider {
  touch-action: auto !important;
}

.store-locator {
  display: flex;
  flex-direction: column;
  padding: 10px 0px;
}
.store-locator .store-locator-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.store-locator .store-locator-wrapper .store-locator-title {
  width: 100%;
  text-align: center;
}
.store-locator .store-locator-wrapper .store-locator-title span {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #998659;
  position: relative;
}
@media (max-width: 600px) {
  .store-locator .store-locator-wrapper .store-locator-title span {
    font-family: "GothamMedium", sans-serif;
    font-weight: 500;
    font-size: 27px;
  }
}
.store-locator .store-locator-wrapper .store-locator-title span::after {
  content: "";
  background: url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/title-head-bg.png") center no-repeat;
  width: 50px;
  height: 2px;
  position: absolute;
  right: -62px;
  top: 50%;
}
.store-locator .store-locator-wrapper .store-locator-title span::before {
  content: "";
  background: url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/title-head-bg.png") center no-repeat;
  width: 50px;
  height: 2px;
  position: absolute;
  left: -62px;
  top: 50%;
}
.store-locator .store-locator-wrapper .store-locator-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}
.store-locator .store-locator-wrapper .store-locator-section ul {
  list-style-type: none;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  box-shadow: 1px 10px 11px 1px rgba(0, 0, 0, 0.1);
  padding: 0 80px;
}
@media (max-width: 1112px) {
  .store-locator .store-locator-wrapper .store-locator-section ul {
    padding: 0 65px;
  }
}
@media (max-width: 600px) {
  .store-locator .store-locator-wrapper .store-locator-section ul {
    padding: 0;
  }
}
.store-locator .store-locator-wrapper .store-locator-section ul .slick-slide {
  padding-left: 22px;
}
@media (max-width: 1112px) {
  .store-locator .store-locator-wrapper .store-locator-section ul .slick-slide {
    padding-left: 0px;
  }
}
.store-locator .store-locator-wrapper .store-locator-section ul li {
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.store-locator .store-locator-wrapper .store-locator-section ul li a {
  text-decoration: none;
}
@media (max-width: 1112px) {
  .store-locator .store-locator-wrapper .store-locator-section ul li a {
    display: flex;
    justify-content: center;
  }
}
.store-locator .store-locator-wrapper .store-locator-section ul li a .store-block {
  width: 95px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #696969;
  border-bottom: 3px solid transparent;
  opacity: 0.4;
  transition: ease-in-out 0.2s;
}
.store-locator .store-locator-wrapper .store-locator-section ul li a .store-block.active {
  opacity: 1;
  border-bottom: 3px solid #ab1e56;
}
.store-locator .store-locator-wrapper .store-locator-section ul li a .store-block .store-img {
  width: 60px;
}
.store-locator .store-locator-wrapper .store-locator-section ul li a .store-block .store-img img {
  width: 100%;
}
.store-locator .store-locator-wrapper .store-locator-section ul li a .store-block .store-img svg {
  width: 100%;
  height: auto;
}
.store-locator .store-locator-wrapper .store-locator-section ul li a .store-block .store-caption {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #696969;
  margin: 0px 0 10px;
}
.store-locator .store-locator-wrapper .store-locator-section ul .slick-next {
  right: 36px;
  width: 45px;
  height: 45px;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: #fff url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/ic-next.svg") center no-repeat;
  background-size: 43px;
}
@media (max-width: 1112px) {
  .store-locator .store-locator-wrapper .store-locator-section ul .slick-next {
    right: 8px;
  }
}
.store-locator .store-locator-wrapper .store-locator-section ul .slick-next:before {
  display: none;
  color: transparent;
}
.store-locator .store-locator-wrapper .store-locator-section ul .slick-prev {
  left: 36px;
  width: 45px;
  height: 45px;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: #fff url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/ic-prev.svg") center no-repeat;
  background-size: 43px;
}
@media (max-width: 1112px) {
  .store-locator .store-locator-wrapper .store-locator-section ul .slick-prev {
    left: 8px;
  }
}
.store-locator .store-locator-wrapper .store-locator-section ul .slick-prev:before {
  display: none;
  color: transparent;
}
.store-locator .store-locator-wrapper .store-locator-section ul .slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper {
  display: flex;
  flex-direction: column;
  padding: 40px;
}
@media (max-width: 600px) {
  .store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper {
    padding: 30px 16px;
  }
}
.store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: -1px 1px 5px 2px rgba(50, 50, 50, 0.13);
}
@media (max-width: 600px) {
  .store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city {
    flex-direction: column;
  }
}
.store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city:not(:last-child) {
  margin-bottom: 30px;
}
.store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 600px) {
  .store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city:nth-child(even) {
    flex-direction: column;
  }
}
.store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-image {
  width: 55%;
  padding: 5px;
}
@media (max-width: 1112px) {
  .store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-image {
    width: 45%;
  }
}
@media (max-width: 600px) {
  .store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-image {
    width: 100%;
  }
}
.store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-image img {
  width: 100%;
  height: 100%;
}
.store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-image iframe {
  width: 100%;
  height: 320px;
}
@media (max-width: 1112px) {
  .store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-image iframe {
    height: 260px;
  }
}
@media (max-width: 768px) {
  .store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-image iframe {
    height: 230px;
  }
}
@media (max-width: 600px) {
  .store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-image iframe {
    height: unset;
  }
}
.store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-details {
  width: 45%;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}
@media (max-width: 1112px) {
  .store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-details {
    width: 55%;
  }
}
@media (max-width: 600px) {
  .store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-details {
    width: 100%;
  }
}
.store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-details .store-name {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #ab1e56;
  margin: 0 0 10px;
}
@media (max-width: 1112px) {
  .store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-details .store-name {
    font-family: "GothamMedium", sans-serif;
    font-weight: 500;
    font-size: 18px;
  }
}
.store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-details .add-bg {
  width: 15px;
  margin-right: 10px;
  margin-top: 5px;
}
.store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-details .add-bg img {
  width: 100%;
}
.store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-details .full-adress {
  display: flex;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #696969;
  margin: 0 0 10px;
}
@media (max-width: 1112px) {
  .store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-details .full-adress {
    font-family: "GothamBook", sans-serif;
    font-weight: 400;
    font-size: 12px;
  }
}
.store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-details .store-contact {
  display: flex;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  margin: 0 0 10px;
}
@media (max-width: 1112px) {
  .store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-details .store-contact {
    font-family: "GothamBook", sans-serif;
    font-weight: 400;
    font-size: 12px;
  }
}
.store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-details .get-direction {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ab1e56;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border: 1px solid #ab1e56;
  padding: 10px 0px;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
@media (max-width: 600px) {
  .store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-details .get-direction {
    margin-left: calc((100% - 150px) / 2);
  }
}
.store-locator .store-locator-wrapper .store-locator-section .store-location-wrapper .store-city .store-details .get-direction:hover {
  background-color: #fff;
  border: 1px solid #ab1e56;
  color: #ab1e56;
}
.store-city {
    display: none !important;
}
.store-city.active {
    display: flex !important;
}
.get-storedirection{
 text-decoration: none;
 width: 150px;
 cursor: pointer;
 transition: ease-in-out 0.3s;
}
/*# sourceMappingURL=store-locator.css.map */



