@font-face {
  font-family: runalto;
  src: url('./fonts/Runalto.otf');
  font-weight: normal;
  font-display: swap;
  font-variant-numeric: lining-nums !important;
}
@font-face {
  font-family: monts;
  src: url('./fonts/Monts-Regular.otf');
  font-weight: normal;
  font-display: swap;
  font-variant-numeric: lining-nums !important;
}
@font-face {
  font-family: monts;
  src: url('./fonts/Monts-Bold.ttf');
  font-weight: 600;
  font-display: swap;
  font-variant-numeric: lining-nums !important;
}
.bln {
  font-weight: 800;
  font-style: normal;
}
.bli {
  font-weight: 800;
  font-style: italic;
}
.bon {
  font-weight: 600;
  font-style: normal;
}
.boi {
  font-weight: 600;
  font-style: italic;
}
.men {
  font-weight: 500;
  font-style: normal;
}
.mei {
  font-weight: 500;
  font-style: italic;
}
.ren {
  font-weight: 400;
  font-style: normal;
}
.rei {
  font-weight: 400;
  font-style: italic;
}
.lin {
  font-weight: 300;
  font-style: normal;
}
.lii {
  font-weight: 300;
  font-style: italic;
}
.thn {
  font-weight: 100;
  font-style: normal;
}
.thi {
  font-weight: 100;
  font-style: italic;
}
* {
  font-family: monts;
}
h1 {
  letter-spacing: -1px;
  font-size: 3.5em;
  font-weight: 600;
}
h2 {
  font-size: 2.25em;
  letter-spacing: -1px;
  font-weight: 600;
}
h3 {
  font-size: 1.75em;
  letter-spacing: -1px;
}
h4 {
  letter-spacing: 5px;
  color: #e20177;
  text-transform: uppercase;
  font-size: 1.125em;
}
h5 {
  font-size: 1.025em;
  font-weight: 600;
}
p {
  color: #727272;
  line-height: 1.8;
}
a {
  color: #e20177;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: -2px;
}
ul {
  padding: 0;
  list-style: none;
}
button {
  outline: none;
  outline-offset: -2px;
}
label {
  font-weight: normal;
  opacity: 0.7;
}
.dotted:after {
  content: "";
  background-color: #e20177;
  display: inline-block;
  margin-left: 5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.nogaps {
  padding: 0!important;
  margin: 0!important;
}
/*BUTTONS STYLING*/
.btn-mat {
  background: transparent;
  border: 2px solid #000;
  color: #000;
  letter-spacing: 3px;
  font-family: cera;
  border-radius: 0;
  padding: 15px 20px;
  transition: 0.4s padding;
  font-weight: 600;
  display: inline-block;
}
.btn-mat:hover {
  padding: 15px 30px;
  transition: 0.4s padding;
  color: #000;
}
.btn-mat-b {
  background: #000;
  border: 2px solid #000;
  color: #fff;
  letter-spacing: 3px;
  font-family: cera;
  border-radius: 0;
  padding: 15px 20px;
  transition: 0.4s padding;
  font-weight: 600;
  display: inline-block;
  font-size: 1.2em;
  transition-duration: 0.4s;
  transition-property: background, color, border;
}
.btn-mat-b:hover {
  background: #e20177;
  border: 2px solid #e20177;
  transition-duration: 0.4s;
  transition-property: background, color, border;
  color: #fff;
}
.btn-mat-w {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  letter-spacing: 3px;
  font-family: cera;
  border-radius: 0;
  padding: 15px 20px;
  transition: 0.4s padding;
  font-weight: 600;
  display: inline-block;
}
.btn-mat-w:hover {
  padding: 15px 30px;
  transition: 0.4s padding;
  color: #fff;
}
.btn-newsletter {
  height: 50px;
  border-width: 2px 2px 2px 0;
  border-style: solid;
  border-color: #000;
  border-radius: 0;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 600;
  transition-property: color, background-color;
  transition-duration: 0.3s;
}
.btn-newsletter:hover {
  background-color: #000;
  color: #fff;
  transition-property: color, background-color;
  transition-duration: 0.3s;
}
.btn-link {
  color: #e20177;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s letter-spacing;
  padding: 0;
}
.btn-link:hover {
  color: #e20177;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  transition: 0.3s letter-spacing;
}
.btn-link:after {
  content: '';
  border-width: 0 2px 2px 0;
  border-style: solid;
  width: 10px;
  height: 10px;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 0;
  transition: 0.3s margin-left;
}
.btn-link:hover.btn-link:after {
  margin-left: 8px;
  transition: 0.3s margin-left;
}
.btn-mat-p {
  background: #e20177;
  color: white;
  letter-spacing: 3px;
  font-family: cera;
  border-radius: 0;
  padding: 15px 20px;
  transition: 0.4s padding;
  font-weight: 600;
  display: inline-block;
}
.btn-mat-p:hover {
  padding: 15px 30px;
  transition: 0.4s padding;
  color: white;
}
.btn-simple {
  background: transparent;
  border: 2px solid #000;
  color: #000;
  letter-spacing: 0px;
  font-family: cera;
  border-radius: 0;
  padding: 15px 20px;
  transition: 0.4s padding;
  font-weight: 600;
  display: inline-block;
}
.btn-simple:hover {
  padding: 15px 30px;
  transition: 0.4s padding;
  color: #000;
}
.btn.btn-mat-wish {
  border: 2px solid black;
  border-radius: 0;
  padding: 12px 14px 7px 14px;
  transition: 0.3s border-radius;
}
.btn.btn-mat-wish svg {
  width: 30px;
}
.btn.btn-mat-wish:hover {
  border-radius: 50%;
  transition: 0.3s border-radius;
}
@media (max-width: 991px) {
  body {
    padding-top: 150px !important;
  }
  nav.navbar {
    flex-direction: row-reverse !important;
    align-items: baseline;
    padding: 0;
  }
  .intro-page {
    background-image: url('./img/introbg-mobile.jpg');
  }
  .navbar .navbar-brand svg {
    top: 23px !important;
  }
  .navbar-toggler {
    font-size: 2.25rem !important;
    border: none !important;
  }
  .navbar-nav li a.nav-link:after {
    content: none !important;
  }
  .collapse {
    transition: all ease-in-out;
    padding: 20px;
  }
  .collapse.show {
    padding: 20px;
  }
  .collapsing {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 50px !important;
  }
  .navbar .navbar-brand svg {
    width: 220px !important;
  }
  .footer-wrapper {
    flex-direction: column !important;
  }
  .footer-wrapper h3 {
    border-width: 0 !important;
  }
  .footer-wrapper ul {
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0px;
  }
  .footer-wrapper ul li {
    flex-basis: 25% !important;
  }
  .footer-wrapper ul li a {
    padding: 10px;
    display: block;
  }
  .footer-wrapper ul li a svg {
    transition: 0.3s all ease;
  }
  .aboutus-nav #pills-tab {
    display: none !important;
  }
  .aboutus-nav .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
  .aboutus-nav .tab-pane h3 {
    font-size: 2em!important;
  }
  .aboutus-nav .tab-pane p {
    font-size: 14px!important;
    color: #727272 !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
  }
}
body {
  padding-top: 200px;
}
main.main-content {
  margin-top: 50px;
}
.navbar {
  flex-direction: column-reverse !important;
}
.navbar .navbar-brand {
  margin-right: 0;
}
.navbar .navbar-brand svg {
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 390px;
  top: 22px;
  position: relative;
}
.navbar-collapse {
  justify-content: flex-end !important;
}
.navbar-nav li a.nav-link {
  font-weight: normal;
  color: #000 !important;
  transition: 0.3s all ease;
  position: relative;
}
.navbar-nav li a.nav-link:after {
  content: '';
  background-color: #A2957D;
  position: absolute;
  width: 0;
  top: 100%;
  left: 25%;
  height: 2px;
  margin: auto;
}
.navbar-nav li a.nav-link:hover {
  color: #A2957D !important;
}
.navbar-nav li.active a.nav-link {
  font-weight: 600;
  color: #000 !important;
}
.navbar-nav li.active a.nav-link:after {
  width: 50%;
}
.campaign-link {
  display: block;
  color: white;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.3s all ease;
}
.campaign-link:hover {
  color: #e20177;
  letter-spacing: 0;
  text-decoration: none;
}
#logo-index {
  max-width: 100%;
}
footer .footer-wrapper {
  padding: 0px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
footer .footer-wrapper h3 {
  font-family: runalto;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 !important;
  padding: 20px;
  color: #000;
  opacity: 0.39;
}
footer .footer-wrapper ul {
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0px;
}
footer .footer-wrapper ul li {
  flex-basis: 10%;
}
footer .footer-wrapper ul li a {
  padding: 10px;
  display: block;
}
footer .footer-wrapper ul li a svg {
  transition: 0.3s all ease;
  fill: #000;
  opacity: 0.39;
  border-radius: 50%;
}
footer .footer-wrapper ul li a:hover svg {
  transition: 0.3s all ease;
  opacity: 1;
  background: #f4ecdd;
}
.stores-page {
  padding: 50px 20px;
}
.intro-page {
  background-image: url('./img/introbg.jpg');
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
}
.intro-page .intro-overlay {
  height: 100%;
  min-height: 100vh;
  position: relative;
}
.intro-page .intro-overlay .stores-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro-page .branches {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 20px;
}
.intro-page .branches .branch {
  padding: 5px 10px 5px 0;
  transition: 0.3s background-color;
  border-bottom: 1px solid #dedede;
}
.intro-page .branches .branch:hover {
  background-color: #d8d8d8;
  transition: 0.3s background-color;
}
.intro-page .branches .branch h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #e20177;
}
.intro-page .branches .branch h3 span {
  color: #7d7d7d;
  float: right;
}
.intro-page .branches .branch p {
  margin-bottom: 0;
  line-height: 1.5;
  color: #7d7d7d;
  font-size: 13px;
}
.intro-page .branches .branch span {
  font-size: 13px;
  text-transform: uppercase;
}
.intro-page .branches .branch span a {
  color: #7d7d7d;
}
.intro-page .branches .branch span a:hover {
  text-decoration: none;
}
.instagram-api {
  padding: 0 0 100px 0px;
}
.instagram-api .heading-wrapper {
  padding: 40px 0;
}
.instagram-api .heading-wrapper .row {
  align-items: center;
  justify-content: space-between;
}
.instagram-api .heading-wrapper .row h2,
.instagram-api .heading-wrapper .row p {
  margin: 0;
}
.instagram-api .heading-wrapper .row .col-md-4 {
  text-align: right;
}
.aboutus .container {
  width: 1300px;
  max-width: 100%;
}
.aboutus .container .row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.aboutus .blockquote {
  border-left: 5px solid #e20177;
  padding-left: 15px;
}
.aboutus .box-about {
  background-color: #e20177;
  padding: 15px;
  color: #fff;
  margin-bottom: 20px;
}
.aboutus .box-about p {
  color: #fff;
}
.aboutus h3 {
  margin-top: 0;
}
.aboutus .back-btn {
  border: 2px solid #e20177;
  color: black;
  font-weight: 600;
  padding: 15px 25px;
  display: inline-block;
  transition: 0.3s padding;
}
.aboutus .back-btn:hover {
  text-decoration: none;
  padding: 15px 35px;
  transition: 0.3s padding;
}
.aboutus-nav {
  background-color: white;
}
.aboutus-nav .container {
  width: 1300px;
  max-width: 100%;
}
.aboutus-nav h1 {
  color: #333333;
  font-weight: 600;
  font-size: 42px;
}
.aboutus-nav #pills-tab {
  border-top: 2px solid gray;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
}
.aboutus-nav #pills-tab li {
  position: relative;
  text-align: center;
  top: -16px;
}
.aboutus-nav #pills-tab li .nav-link:before {
  content: '';
  border: 2px solid grey;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  transition: 0.3s background;
}
.aboutus-nav #pills-tab li .nav-link:hover,
.aboutus-nav #pills-tab li .nav-link:focus {
  text-decoration: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}
.aboutus-nav #pills-tab li .nav-link:hover:before,
.aboutus-nav #pills-tab li .nav-link:focus:before {
  border: 2px solid #A2957D;
  transition: 0.2s border;
}
.aboutus-nav #pills-tab li .nav-link span {
  display: block;
  margin-top: 30px;
  font-weight: 600;
  font-size: 16px;
  color: #898989;
}
.aboutus-nav #pills-tab li .nav-link.active {
  background-color: transparent;
}
.aboutus-nav #pills-tab li .nav-link.active:before {
  content: '';
  border: 2px solid #A2957D;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #A2957D;
  transition: 0.3s background;
}
.aboutus-nav #pills-tab li .nav-link.active span {
  display: block;
  margin-top: 30px;
  color: black;
}
.aboutus-nav .tab-content {
  margin-bottom: 50px;
}
.aboutus-nav .tab-content .tab-pane {
  transition: 0.3s opacity;
}
.aboutus-nav .tab-content .tab-pane h3 {
  font-size: 3em;
  color: black;
  font-weight: 600;
}
.aboutus-nav .tab-content .tab-pane p {
  line-height: 1.6;
  color: #333333;
}
.aboutus-nav .tab-content .tab-pane p .emphasis {
  border-bottom: 1px solid #A2957D;
  color: black;
}
.aboutus-nav .tab-content .tab-pane.active {
  opacity: 1 !important;
  transition: 0.3s opacity;
}
.hero-image {
  background-size: cover;
  padding: 5%;
}
.hero-image .hero-wrapper h3 {
  font-weight: 600;
}
.hero-image .hero-wrapper p,
.hero-image .hero-wrapper h3 {
  color: white;
}
@media screen and (max-width: 1024px) {
  .hero-image {
    background-position: 37% 50%;
  }
}
.about-section {
  border-bottom: 1px solid #eaeaea;
  padding: 5%;
}
.about-section h3 {
  font-weight: 600;
}
.about-section2 {
  background-color: #000;
  padding: 5%;
}
.about-section2 h3 {
  font-weight: 600;
}
.about-section2 p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.about-contact {
  margin-top: 50px;
  margin-bottom: 50px;
}
.about-contact h3 {
  font-weight: 600;
}
.about-contact .about-info-wrapper span {
  font-weight: 600;
  color: black;
  display: block;
  font-size: 16px;
}
.aboutus .container {
  width: 1300px;
  max-width: 100%;
}
.aboutus .container .row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.aboutus .blockquote {
  border-left: 5px solid #e20177;
  padding-left: 15px;
}
.aboutus h3 {
  margin-top: 0;
}
.aboutus .back-btn {
  border: 2px solid #e20177;
  color: black;
  font-weight: 600;
  padding: 15px 25px;
  display: inline-block;
  transition: 0.3s padding;
}
.aboutus .back-btn:hover {
  text-decoration: none;
  padding: 15px 35px;
  transition: 0.3s padding;
}
.aboutus .about-info-wrapper {
  margin-top: 15px;
}
.aboutus .about-info-wrapper span {
  font-weight: 600;
  color: black;
  display: block;
  font-size: 16px;
}
.stores-page {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}
/*STORES PAGE*/
.empty-div {
  background: #fff;
  width: 100%;
  height: 50px;
  margin-bottom: -50px;
  position: relative;
}
.stores-table {
  margin-top: 50px;
  margin-bottom: 50px;
}
.stores-table .branch {
  transition: 0.3s background-color;
  background-color: white;
  margin-bottom: 0;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  min-height: 125px;
  border-top: 1px solid #e0e0e0;
  margin-top: -1px;
}
.stores-table .branch h3 {
  margin: 0;
  font-weight: 600;
  letter-spacing: -1px;
  color: #A2957D;
  font-size: 20px;
  margin-bottom: 0;
  padding: 0;
}
.stores-table .branch h3 > a:after {
  content: url(../img/googlemapslogo.svg);
  width: 100px;
  display: inline-block;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.3;
  transition: 0.3s opacity;
}
.stores-table .branch h3 > a:hover:after {
  opacity: 1;
  transition: 0.3s opacity;
}
.stores-table .branch h3 a {
  color: #A2957D;
}
.stores-table .branch h3 a:hover {
  color: #000;
}
.stores-table .branch h3 span {
  color: #7d7d7d;
  float: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  top: 0;
  right: 0;
  margin: 3px 0 5px 0;
}
.stores-table .branch h3 span a {
  color: #000;
}
.stores-table .branch p {
  line-height: 1.3;
  color: #7d7d7d;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 2px;
  padding: 0 !important;
  display: block;
  letter-spacing: 0;
}
.stores-table .branch div {
  border-top: 0px solid #e0e0e0;
  padding: 0;
  margin-top: 12px;
}
.stores-table .branch div .myline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.stores-table .branch div .myline span {
  line-height: 1;
  font-size: 12px;
  color: #7d7d7d;
}
.stores-table .branch div .myline span:first-child {
  width: 30%;
}
.stores-table .branch div .myline span:last-child {
  width: 70%;
}
.stores-table .branch a {
  color: #000;
}
.stores-table .branch a:hover {
  text-decoration: none;
  color: #7d7d7d;
}
.stores-table .branch span {
  color: #7d7d7d;
  display: block;
}
.campaign-page {
  padding-top: 100px;
  min-height: 100vh;
}
.campaign-page img {
  margin-top: 30px;
}
