.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

a {
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

.d-hiw-titles {
  font-weight: bold!important;
  font-size: 25px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: white;
}

.d-hiw-body {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.575em;
  margin: auto;
  color: rgb(0,0,0);
  letter-spacing: .020em;
  /*max-width: 330px;*/
  font-family: 'Roboto';
}

.hiwicons {
  /*color: var(--main-brand-color);*/
  width: 52px;
  margin-bottom: 40px;
}

.m-col {
  /*height: 170px;*/
}

.simple-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  padding: 10px;
  margin-top: -85px;
}

@media (min-width:576px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    margin-top: -85px;
  }
}

.pdp-name {
  display: block;
  color: #000;
  font-size: 12px;
  /*margin-bottom: 2px;*/
  font-weight: 300;
}

.price {
  color: #999;
  text-decoration: line-through;
  text-decoration-color: red;
  font-size: 12px;
}

.loglink, .sale-price, a, a:hover {
  text-decoration: none;
}

.sale-price {
  margin-left: 4px;
  font-weight: bold;
  color: var(--main-brand-color);
  font-size: 12px;
}

a:hover {
  color: var(--main-brand-color);
}

.slide-content {
  padding: 5px;
}

@media (min-width:992px) {
  .swiper-wrapper {
    height: auto!important;
  }
}

@media (min-width:1200px) {
  .swiper-wrapper {
    /*height: 520px!important;*/
  }
}

@media (min-width: 1400px) {
  .swiper-wrapper {
    /*height: 620px!important;*/
  }
}

.swiper-pagination2 {
  display: none;
}

.swiper-pagination {
  display: none;
}

.slider-title {
  font-weight: 100;
}

.swiper-pagination-bullet-active {
  background: #000!important;
}

.stock {
  font-size: .8rem;
  color: red;
}

.top-text {
  z-index: 8;
  position: absolute;
  display: block;
}

.hero-section-update {
  /*margin-top: 3rem;*/
}

@media (min-width: 992px) {
  .hero-section-update {
    /*margin-top: 3.5rem;*/
  }
}

.section-margin {
  margin-bottom: 100px;
}

mask {
  overflow: hidden;
}

.offer-svg {
  margin-right: 0px;
  padding: 25px;
  z-index: 0;
  position: relative;
}

@media (min-width: 992px) {
  .offer-svg {
    margin-right: 20px;
    padding: 0px;
    z-index: 8;
    position: absolute;
  }
}

.clickTo {
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  position: absolute;
  z-index: 5;
}

.container.hit-area-color {
  height: 100vh;
  background-color: rgba(198, 255, 178, .28);
  z-index: 5;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.legal-text {
  font-size: 14px;
  line-height: 18px;
  max-width: 450px;
}

@media (min-width: 992px) {
  .legal-text {
    font-size: 14px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .legal-text {
    max-width: 100%;
  }
}

.m-hiw-body {
  /*font-weight: 500;*/
  font-size: 1.125em;
  letter-spacing: .020em;
  line-height: 1.75em;
  /*max-width: 500px;*/
  color: white;
}

400;600;700&display=swap'); * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.content {
  margin: 80px auto;
  max-width: 580px;
}

.accordion__item {
  background: #f4bdcc;
  /*border-radius: 4px;*/
  /*border: solid;*/
  /*border-width: 1px;*/
  /*border-color: pink;*/
}

.accordion__item:not(:last-child) {
  margin-bottom: 2px;
}

.accordion__header {
  padding: 20px;
  padding-right: 50px;
  font-weight: bold;
  font-size: 1.575em;
  /*color: #7f4c39;*/
  position: relative;
  cursor: pointer;
  letter-spacing: .025em;
}

.accordion__header::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  /*background: url("../../assets/img/arrow_right_white.svg") no-repeat center;*/
  background-size: contain;
  transition: all .4s ease;
  z-index: 10;
}

.accordion__body {
  padding: 0 40px 20px 20px;
  font-weight: 300;
  /*font-size: 0.875rem;*/
  color: #f4bdcc;
  line-height: 1.5;
  display: none;
}

.open-accordion .accordion__body {
  display: block;
}

.open-accordion .accordion__header::after {
  transform: rotate(90deg);
}

.sort_lession_pointer {
  cursor: n-resize;
}

.bg-tag {
  background-color: #bf1010;
  color: #fff;
  /*border-right: 2px solid #ECECEC;*/
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.m-hiw-titles {
  color: white;
}

.offer-bar {
  margin-top: 3.0rem;
  padding: .7rem;
  text-align: center;
}

@media (min-width: 992px) {
  .offer-bar {
    margin-top: 3.3rem;
  }
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.offer {
  font-size: .8rem;
  letter-spacing: 1px;
  font-weight: 400;
}

@media (min-width: 576px) {
  .offer {
    font-size: 12px;
  }
}

.offer.sale {
  display: none;
}

@media (min-width: 576px) {
  .offer.sale {
    display: inline;
  }
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

footer {
  width: 100%;
  background: #fff;
}

footer .subtext {
  /*max-width: 480px;*/
  font-size: 9px;
  line-height: 1.5em;
  text-align: center;
  padding: .5em 0;
}

#regMfoot {
  padding: 20px;
  max-width: 480px;
  margin: 0 auto;
}

@media only screen and (min-width:769px) {
  .r-cta {
    margin: 15px 0;
    background: black;
    width: 150px;
    height: 35px;
    border-radius: 0px;
    letter-spacing: 1px;
    border: 0px;
    font-size: 0.775rem;
    font-weight: 400;
    z-index: 10;
  }
}

@media only screen and (min-width:769px) {
  .r-cta:hover {
    color: white!important;
  }
}

#regMfoot {
  display: none;
}

@media only screen and (min-width:769px) {
  #regDfoot {
    display: block;
    padding: 20px 10px;
  }
}

@media only screen and (min-width:769px) {
  #regDfoot .subtext {
    width: 100%;
    max-width: 1200px;
    /*line-height: 2.5em;*/
    padding: 20px 0;
    position: relative;
    /*color: white;*/
  }
}

#regDfoot a.flnk {
  /*letter-spacing: 1px;*/
  font-size: 1.2em;
  color: white;
  padding: 0 5px;
  font-weight: bold;
  line-height: 2;
}

#regDfoot a.flnk:hover {
  /*color: inherit;*/
  color: white;
}

@media only screen and (min-width:769px) {
  #regDfoot #logonbadge {
    position: absolute;
    top: 20px;
    left: 0;
    width: 300px;
  }
}

@media only screen and (min-width:769px) {
  #regDfoot #logonbadge img {
    height: 30px;
    margin-right: 10px;
    display: inline-block;
    float: left;
  }
}

@media only screen and (min-width:769px) {
  #regDfoot #fcta {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 0;
    background-color: rgb(240,70,150);
    color: white;
    padding: 10px 20px;
    text-decoration: none;
  }
}

@media only screen and (min-width:1200px) {
  footer .subtext {
    font-size: 10px;
    padding: .75em 0;
  }
}

.jf-footer {
  z-index: 10;
  position: relative;
}

.fconsult {
  /*font-weight: 400;*/
  font-size: 1em;
  font-weight: 500;
  color: white;
}

.copyright {
  display: block;
  font-weight: 500;
  padding: 0;
  font-size: 1em;
  color: white;
}

.disc {
  font-weight: 400;
}

.legal-para {
  color: white;
}

.sd-logo {
  height: 25px;
  width: 130px;
  margin: 10px 0;
  left: 15px;
  display: block;
  position: relative;
  background: url(https://us-cdn.sd-assets.com/media/images/shell/shoedazzle-logo-white.png) left top no-repeat;
  background-size: 100%;
}

@media (min-width: 992px) {
  .sd-logo {
    height: 30px;
    width: 150px;
    /*left: 50%;*/
    background: url(https://us-cdn.sd-assets.com/media/images/shell/sdLogoNewPink.svg) left top no-repeat;
    margin: 10px auto 15px auto;
    background-size: 100%;
  }
}

.login {
  position: absolute;
  display: block;
  right: 15px;
  top: 10px;
  line-height: 20px;
  /*letter-spacing: 1px;*/
  background: 0 0;
  font-size: 1.2em;
  padding: 5px 0;
}

@media (min-width: 992px) {
  .login {
    /*padding: 10px 0;*/
    font-size: 1em;
    /*letter-spacing: 2px;*/
    font-weight: bold;
  }
}

.loglink, a:hover {
  color: var(--main-brand-color);
}

.loglink, a {
  text-decoration: none;
}

#sdheader {
  background: #F2018A;
  /* background: #d71366; */
  box-shadow: 0 0;
  font-size: 8px;
  height: 50px;
  width: 100%;
  position: fixed;
  z-index: 100;
  padding: 0;
  display: block;
  font-weight: 400;
}

@media (min-width: 992px) {
  #sdheader {
    height: auto;
    /*max-width: 1200px;*/
    position: relative;
    box-shadow: 0 0;
    font-size: .7em;
    margin: 0 auto;
    background: white;
  }
}

.already-mem {
  display: inline;
  color: white;
}

@media (min-width: 992px) {
  .already-mem {
    display: inline-block;
    color: #000;
  }
}

.loglink {
  color: white;
}

@media (min-width: 992px) {
  .loglink {
    color: #f04696;
    text-decoration: underline;
  }
}

.sd-header-section {
  background: white;
  max-width: 100%;
}

.newcta:focus, .newcta:active {
  outline: none !important;
  box-shadow: none;
}

.newcta {
  /*background: #d71366;*/
  border-radius: 0px;
  letter-spacing: .5vw;
  border: solid 2px;
  font-size: 3.5vw;
  /*font-size: 17px;*/
  font-weight: 600;
  color: white;
  padding: 25px 0px 25px 0px;
  display: block;
  font-family: Roboto, sans-serif;
}

@media (min-width: 992px) {
  .newcta {
    background: #f4bdcc;
    width: 240px;
    /*height: 70px;*/
    letter-spacing: .1em;
    border: solid 2px;
    font-size: 17px;
    font-weight: 500;
    color: white;
    /*padding: 25px;*/
    padding: 20px 0px 20px 0px;
    z-index: 12;
    position: relative;
  }
}

.newcta:hover {
  /*background-color: black;*/
  /*background: #E87FA4;*/
  color: #d71366!important;
  border: solid 2px #d71366;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h2, h2 {
  font-size: 2rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: canada-type-gibson;
  font-weight: 400 !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.shop-titles {
  margin: 0px 0px 25px 0px;
}

@media (min-width: 992px) {
  .shop-titles {
    margin: 25px 0px 0px 0px;
  }
}

.shop-titles2 {
  margin: 25px 0px 0px 0px;
}
