/** Shopify CDN: Minification failed

Line 45:0 All "@import" rules must come first
Line 47:0 Unexpected "$"
Line 586:0 Comments in CSS use "/* ... */" instead of "//"
Line 885:26 Unexpected "{"

**/
@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('Gotham-BookItalic.woff2') format('woff2'),
        url('Gotham-BookItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Bold.woff2') format('woff2'),
        url('Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('Gotham-BoldItalic.woff2') format('woff2'),
        url('Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Medium.woff2') format('woff2'),
        url('Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i&display=swap');

$base-font-family: "Gotham" !default;

$grey: #999;
$black: #000;
$white: #fff;
$pink:#f8a37e;

.bahe-index {
  .main-content {
    padding-bottom: 0;
  }
  .icon-nav.close-menu-mb.menu-open {
    background: #f8a37e;
  }
}

.bahe-page {
  position:relative;
  width:100%;
  overflow:hidden;
  font: 400 14px/18px $base-font-family;
  color:$black;
  letter-spacing: 0.22px;
  @media only screen and (min-width:768px) {
    font-size:16px;
    line-height:24px;
  }
  @media only screen and (min-width:1024px) {
    font-size:18px;
    line-height:26px;
  }
}

.bahe-index-gallery {

  .swiper-slide {

    img {
      display:block;
      width:100%;
      max-width:none;
    }
  }

  .swiper-pagination {
    text-align:right;
    padding:0 20px;
    @media only screen and (max-width:413px) {
      bottom:2px !important;
    }
    @media only screen and (min-width:1600px) {
      padding:0 50px 20px;
    }
    @media only screen and (min-width:1600px) {
      padding:0 88px 38px;
    }
  }

  .swiper-pagination-bullet {
    width:20px;
    height:20px;
    margin:0 7px !important;
    background:#f5a687;
    opacity:0.8;
    transition:opacity 0.3s ease;
    &:hover,
    &.swiper-pagination-bullet-active {
      background:#fff;
    }
    @media only screen and (min-width:768px) {
      width:25px;
      height:25px;
    }
    @media only screen and (min-width:1024px) {
      width:30px;
      height:30px;
    }
    @media only screen and (min-width:1600px) {
      width:40px;
      height:40px;
    }
  }
}

.bahe-index-gallery__holder {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  padding:10%;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
  z-index:2;

  .bahe-page__button {
    text-shadow:none;
  }
}

.bahe-page__container {
  width:100%;
  height:100%;
  max-width:1600px;
  margin:0 auto;

  > .row {
    height:100%;
  }
}

.bahe-index-gallery__title {
  position:relative;
  padding:0 0 14px;
  margin:0 0 14px;
  font:700 30px/1.1 $base-font-family;
  text-transform:uppercase;
  letter-spacing:0.6px;
  color:$black;
  @media only screen and (min-width:768px) {
    padding:0 0 24px;
    margin:0 0 19px;
    font-size:40px;
  }
  @media only screen and (min-width:1024px) {
    font-size:60px;
  }
  &:after {
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    width:77px;
    height:5px;
    background:$black;
    transform:translateX(-50%);
  }

  a {
    color:inherit;
    &:hover {
      opacity:0.8;
    }
  }
}

.bahe-index-gallery__text {
  margin:0 0 20px;
  @media only screen and (min-width:768px) {
    margin:0 0 40px;
  }
  @media only screen and (min-width:1024px) {
    margin:0 0 70px;
  }

  p {
    margin:0 0 20px;
    &:last-child {
      margin-bottom:0;
    }
  }
}

.bahe-page__button {
  display:block;
  width:100%;
  min-height:50px;
  padding:0 15px;
  font:700 14px/1.2 $base-font-family;
  text-align:center;
  letter-spacing:2px;
  color:$white;
  background:$black;
  border:none;
  text-transform:uppercase;
  transition:background-color 0.3s ease,
             color 0.3s ease;
  cursor:pointer;
  &:hover {
    color:$black;
    background:$pink;
  }
  &.bahe-page__button--fw {
    width:100%;
    &.disabled {
      pointer-events:none;
      cursor:default;
      opacity:0.6;
    }
  }
  &.bahe-page__button--alt {
    color:$black;
    background:none;
    border:2px solid $black;
    &:hover {
      color:$black;
      background:$pink;
      border-color:$pink;
    }
  }
  &.disabled {
    pointer-events:none;
    cursor:default;
    opacity:0.6;
  }
  &.active {
    color:$black;
    background:$pink;
    border-color:$pink;
  }
  @media only screen and (min-width:414px) {
    display:inline-block;
    vertical-align:top;
    width:auto;
    min-width:314px;
  }
  @media only screen and (min-width:768px) {
    font-size:19px;
    min-height:58px;
    padding-left:30px;
    padding-right:30px;
  }
}

a.bahe-page__button {
  padding-top:16px;
  padding-bottom:16px;
  @media only screen and (min-width:768px) {
    padding-top:19px;
    padding-bottom:19px;
  }
  &.bahe-page__button--alt {
    @media only screen and (min-width:768px) {
      padding-top:16px;
      padding-bottom:16px;
    }
  }
}

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

.section {
  padding:40px 0;
  @media only screen and (min-width:768px) {
    padding:86px 0;
  }
}

.section__container {
  max-width:1610px;
  margin:0 auto;
  padding:0 30px;
  &.section__container--alt {
    max-width:1406px;
  }
  &.section__container--xl {
    max-width:1820px;
  }
}

.container.container--lg {
  max-width:1300px;
  padding-left:20px;
  padding-right:20px;
}

.bahe-page__items {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
}

.bahe-page__items__img {

  img {
    display:block;
    width:100%;
  }
}

.bahe-page__items__text {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  padding:20px;
  display:flex;
  align-items:center;
  justify-content:center;

  .bahe-page__button {
    min-width:200px;
    padding-top:16px;
    padding-bottom:16px;
    font-size:15px;
    @media only screen and (min-width:768px) {
      padding-top:20px;
      padding-bottom:20px;
    }
    @media only screen and (min-width:1280px) {
      min-width:314px;
    }
  }
}

.bahe-banner {
  position:relative;
}

.bahe-banner__img {
  overflow:hidden;

  img {
    display:block;
    width:100%;
  }
}

.bahe-banner__text-holder {
  padding:20px 0;
  @media only screen and (min-width:1024px) {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:30px;
    display:flex;
  }

  .section__container {
    @media only screen and (min-width:1024px) {
      height:100%;
      width:100%;
    }

    > .row {
      @media only screen and (min-width:1024px) {
        height:100%;
      }
    }
  }
}

.bahe-banner__text {
  font-size:15px;
  line-height:23px;
  font-weight:700;
  color:$black;
  text-transform:uppercase;
  letter-spacing:-0.45px;

  p {
    margin:0 0 20px;
  }
}

.section__title-holder {
  margin-bottom:40px;
  @media only screen and (min-width:1024px) {
    margin-bottom:57px;
  }
}

.section__title {
  font-size:30px;
  line-height:1.2;
  font-weight:700;
  color:$black;
  text-transform:uppercase;
  letter-spacing:0.3px;
}

h1 {
  &.section__title {
    margin-bottom:30px;
    @media only screen and (min-width:1024px) {
      margin-bottom:40px;
    }
  }
}

.bahe-page__link-list {
  margin-bottom:25px;
  @media only screen and (min-width:768px) {
    justify-content:center;
  }
  @media only screen and (min-width:1024px) {
    margin-bottom:45px;
  }

  > div {
    margin-bottom:20px;
    @media only screen and (min-width:1024px) {
      margin-bottom:30px;
    }
  }

  .bahe-page__button {
    @media only screen and (min-width:1024px) {
      min-width:0;
      width:100%;
      font-size:18px;
    }
  }
}

.bahe-footer {
  background:$black;
  font: 400 13px/1.3 $base-font-family;
  letter-spacing: -0.45px;
  @media only screen and (min-width:1024px) {
    font-size:15px;
  }

  img {
    vertical-align:top;
  }
}

.bahe-footer__logo {
  display:inline-block;
  vertical-align:top;
  @media only screen and (min-width:1024px){
    margin:-10px 0 0;
  }
}

.bahe-footer__content {
  padding-top:45px;
  padding-bottom:45px;
  color:$white;
  @media only screen and (min-width:1024px) {
    padding-top:100px;
    padding-bottom:80px;
  }

  a {
    color:inherit;
  }
}

.bahe-footer__slogan {
  font-size:20px;
  line-height:1;
  font-weight: 300;
  letter-spacing: -0.72px;
  @media only screen and (min-width:1200px) {
    font-size:24px;
  }

  strong {
    font-weight:700;
  }
}

.bahe-footer__sub-nav {
  font-size: 13px;
  font-weight: 700;
  line-height:1.25;
  text-transform: uppercase;
  @media only screen and (min-width:768px) {
    display:flex;
    flex-wrap:wrap;
    margin-bottom:-40px;
    font-size:15px;
  }

  ul {
    margin:0;
    padding:0;
    list-style:none;
  }

  li {
    margin:0 0 20px;
    &:last-child {
      @media only screen and (min-width:768px) {
        margin:0;
      }
    }
  }

  a {
    &:hover {
      span {
        &:before {
          width: 100%;
          visibility: visible;
        }
      }
    }

    > span {
      position:relative;
      &:before {
        position: absolute;
        left: 0;
        width: 0;
        bottom: -2px;
        height: 1px;
        content: '';
        display: block;
        transition: width 0.3s ease;
        background:#fff;
        visibility: hidden;
      }
    }
  }
}

.bahe-footer__box {
  margin-bottom:30px;
  @media only screen and (min-width:768px) {
    position:relative;
    margin:0 15% 40px 0;
    padding:0 54px 0 0;
  }
  &:after {
    display:none;
    @media only screen and (min-width:768px) {
      display:block;
      content:'';
      position:absolute;
      left:100%;
      top:-6px;
      bottom:-6px;
/*       background:$white; */
      width:2px;
    }
  }
}

// Start style for pdp
.bahe-page__intro {
  position:relative;
  color:$white;
  font-weight:400;
  font-family:'Roboto', Arial, Helvetica, sans-serif;
  @media only screen and (min-width:1024px) {
    font-size:22px;
    line-height:1.5;
    letter-spacing: 0.22px;
  }

  & + .section__container,
  & + .container {
    @media only screen and (min-width:1280px) {
      margin-top:-100px;
    }
  }
}

.bahe-page__intro__img {

  img {
    display:block;
    width:100%;
    height:auto;
  }
}

.bahe-page__intro__holder {
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  padding:20px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.bahe-page__intro__box {
  width:100%;
}

.bahe-page__intro__title {
  position:relative;
  margin:0 0 14px;
  padding:0 0 14px;
  font:700 30px/1.1 $base-font-family;
  letter-spacing:0.6px;
  text-transform:uppercase;
  @media only screen and (min-width:768px) {
    margin:0 0 19px;
    padding:0 0 24px;
    font-size:40px;
  }
  @media only screen and (min-width:1024px) {
    font-size:60px;
  }
  &:after {
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    width:77px;
    height:5px;
    background:$white;
    transform:translateX(-50%);
  }

  a {
    color:inherit;
    &:hover {
      opacity:0.8;
    }
  }
}

.bahe-page__item {
  margin-bottom:40px;
  color: #656565;
  font: 400 14px/1.3 $base-font-family;
  letter-spacing: 0.14px;
  @media only screen and (min-width:1024px) {
    margin-bottom:90px;
  }

  p {
    margin:0 0 6px;
    &:last-child {
      margin:0;
    }
  }
}

.bahe-page__item__img {
  display:block;
  margin:0 0 15px;

  img {
    display:block;
    width:100%;
    height:auto;
  }
}

.bahe-page__product__heading {
  display:flex;
  justify-content:space-between;
}

del {
  &.bahe-page__product__price {
    color:grey;
    font: 700 14px/1.3 $base-font-family;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    font-weight: 200;
    padding-left: 10px;

    .bahe-page__product & {
      @media only screen and (min-width:1024px) {
        font-size:18px;
        padding-top: 8px;
      }
    }
  }
}

.bahe-page__product__title,
.bahe-page__product__price {
  color:$black;
  font: 700 16px/1.3 $base-font-family;
  letter-spacing: 0.16px;
  text-transform: uppercase;

  .bahe-page__product & {
    @media only screen and (min-width:1024px) {
      font-size:30px;
    }
  }
}

.bahe-page__product__title {
  margin:0 5px 0 0;

  a {
    color:inherit;
    &:hover {
      opacity:0.7;
    }
  }
}

.bahe-page__product__price {
  text-align:right;
  flex-shrink:0;
  max-width:80px;
  @media only screen and (min-width:1024px) {
    max-width:120px;
  }
}

.bahe-page__item__colors {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  margin:0 0 6px;
  padding:0;
  list-style:none;

  li {
    max-width:17px;
    margin:0 5px 5px 0;
  }

  img {
    display:block;
    height:auto;
    border-radius: 50%;
  }
}

.bahe-page__product {
  color: #696969;
  font-weight: 400;
  line-height:1.2;
  letter-spacing: 0.21px;
  @media only screen and (min-width:768px) {
    margin:0 0 30px;
  }
  @media only screen and (min-width:1024px) {
    margin:0 0 40px;
    font-size: 21px;
  }

  p {
    margin:0 0 14px;
  }
}

.bahe-page__product__block {
  margin:0 0 30px;
  @media only screen and (min-width:1024px) {
    display:flex;
    padding:8px 5.5% 0 0;
  }
  @media only screen and (min-width:1200px) {
    justify-content:space-between;
  }
  @media only screen and (min-width:1600px) {
    padding-left:14.5%;
  }
}

.bahe-page__product__gallery {

  &.swiper-container-initialized {

    .swiper-wrapper {

      * {
        opacity:1;
      }
    }
  }

  .swiper-wrapper {

    * {
      box-sizing:border-box;
      opacity:0;
    }
  }

  .swiper-slide {
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .swiper-slide__img {

    img {
      display:block;
    }
  }
}

.bahe-page__product__thumbs {
  order:-1;
  position:relative;
  flex-shrink:0;
  width:147px;
  margin:0 7% 0 0;
  height:620px;
  @media only screen and (min-width:1600px) {
    margin:0 12% 0 0;
  }

  .swiper-slide {
    opacity:0.8;
    overflow:hidden;
    &.swiper-slide-thumb-active {
      opacity:1;
    }
  }

  .swiper-slide__img {
    position:relative;
    padding:134.3% 0 0;
    overflow:hidden;

    img {
      position:absolute;
      left:50%;
      top:50%;
      width:auto;
      height:auto;
      transform:translate(-50%, -50%);
    }
  }
}

.bahe-page__product__colors {
  display:flex;
  flex-wrap:wrap;
  margin:0 -4px -2px;
  @media only screen and (min-width:1024px) {
    margin-left:-4px;
  }
}

.custom-label {
  position:relative;
  margin:0 4px 4px 0;

  input[type="radio"],
  input[type="checkbox"], {
    position: absolute;
    width:20px;
    height:20px;
    opacity: 0;
    margin: 0;
    z-index:2;
    cursor:pointer;
    @media only screen and (min-width:1024px) {
      width:36px;
      height:36px;
    }
    @media only screen and (min-width:1200px) {
      width:46px;
      height:46px;
    }
    &:checked,
    &:focus {

      + label {
        border-color: #000;
        opacity:1;
      }
    }

    + label {
      position:relative;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      cursor: pointer;
      margin:0;
      width:20px;
      height:20px;
      padding:2px;
      color: #000;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: 0.75px;
      border-radius:100%;
      transition:all 0.3s ease;
      border:1px solid transparent;
      @media only screen and (min-width:1024px) {
        width:36px;
        height:36px;
        border-width:2px;
        padding:4px;
        font-size:15px;
      }
      @media only screen and (min-width:1200px) {
        width:46px;
        height:46px;
      }

      img {
        display:block;
        width:100%;
        border-radius:100%;
      }
    }
  }

  &.custom-label--text {

    input[type="radio"],
    input[type="checkbox"] {

      &:checked,
      &:focus {

        + label {
          border:none;

          .custom-label__ico {
            opacity:1;
            border-color: #000;
          }
        }
      }

      + label {
        display:block;
        width:auto;
        height:auto;
        border:none;
        border-radius:0;
        padding:0;
        opacity:1;

        .custom-label__ico {
          position:relative;
          display:flex;
          align-items:center;
          justify-content:center;
          cursor: pointer;
          width:20px;
          height:20px;
          margin:0 auto 5px;
          padding:2px;
          border-radius:100%;
          transition:all 0.3s ease;
          border:1px solid transparent;
          @media only screen and (min-width:1024px) {
            width:36px;
            height:36px;
            border-width:2px;
            padding:4px;
          }
          @media only screen and (min-width:1200px) {
            width:46px;
            height:46px;
          }
        }
      }
    }
  }
}

.bahe-page__product__row {
  margin-bottom:20px;
  @media only screen and (min-width:1024px) {
    margin-bottom:85px;
  }
}

.bahe-page__product__btn {
  text-align:center;
  @media only screen and (min-width:768px) {
    text-align:left;
  }
}

.bahe-page__product__form {
  margin:0 0 45px;

  &.preorder {
    margin-bottom: 10px;
  }
}

.bahe-page__accordion {
  margin:0;
  padding:0;
  list-style:none;
  color: #5e5e5e;
  font: 400 13px/1.55 $base-font-family;
  letter-spacing: 0.13px;

  li {

    &.active {

      .bahe-page__accordion__opener {
        &:after {
          transform: rotate(135deg);
          margin-top:-4px;
        }
      }
    }
  }

  p {
    &:last-child {
      margin:0;
    }
  }
}

.bahe-page__accordion__opener {
  display:block;
  position:relative;
  padding:18px 0;
  color:$black;
  font-size: 17px;
  font-weight: 700;
  line-height:1.2;
  letter-spacing: 0.17px;
  text-transform: uppercase;
  border-top:2px solid #ededed;
  &:hover {
    opacity:0.8;
    &:after {
      opacity:0.8;
    }
  }
  &:after {
    content:'';
    position: absolute;
    right:12px;
    width:10px;
    height:10px;
    top:50%;
    border-style:solid;
    border-width:0 0 2px 2px;
    border-color:$black;
    transform: rotate(-45deg);
    margin-top:-7px;
    z-index: 1;
    transition:all 0.3s ease;
  }
}

.bahe-page__accordion__holder {
  padding:5px 0 18px;
}

.section-featured {
  padding:28px 0;
  border-style: solid;
  border-color: #ededed;
  border-width:2px 0;
}

.section-featured__title {
  margin:0 0 25px;
  font-size: 17px;
  font-weight: 700;
  line-height:1.25;
  letter-spacing: 0.17px;
  text-transform: uppercase;
}

.bahe-page__featured {
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  margin:0 0 -40px;
}

.bahe-page__featured__item {
  width: 44%;
  margin: 0 3% 40px;
  color:$black;
  font-size: 13px;
  line-height:1.2;
  font-weight: 700;
  letter-spacing: 0.13px;
  text-transform: uppercase;
  text-align:center;
  @media only screen and (min-width:768px) {
    width: 19%;
  }
  @media only screen and (min-width:1200px) {
    width: 25%;
    max-width:275px;
    padding:0 50px;
    margin:0 0 40px;
  }
}

.bahe-page__featured__img {
  display:block;
  position:relative;
  padding:134.3% 0 0;
  margin:0 0 10px;
  background:#e9e9e9;
  overflow:hidden;

  img {
    position:absolute;
    left:50%;
    top:50%;
    width:auto;
    height:auto;
    transform:translate(-50%, -50%);
  }
}

.bahe-page__featured__title {
  margin:0 0 5px;
  color:$black;
  font-size: 13px;
  line-height:1.2;
  font-weight: 700;
  letter-spacing: 0.13px;
  text-transform: uppercase;

  a {
    color:inherit;
    &:hover {
      opacity:0.8;
    }
  }
}

.aside {
  padding:0 0 40px;
  color: #000;
  font:14px/1.2 'Roboto', Arial, Helvetica, sans-serif;
  letter-spacing: 0.75px;
  @media only screen and (min-width:1024px){
    padding:0 20% 0 0;
    font-size:15px;
  }
  &.active {

    .aside-filter__opener {
      &:after {
        transform: rotate(135deg);
        margin-top:-2px;
      }
    }
  }

  ul {
    margin:0;
    padding:0;
    list-style:none;

    li {
      margin:0 0 15px;
      &.active {

        a {
          color:$pink;
        }
      }
      &:last-child {
        margin:0;
      }
    }

    a {
      color: $black;
      &:hover {
        color:$pink;
      }
    }
  }

  a {
    color:inherit;
  }
}

.aside__sub-title {
  font:400 18px/1.3 $base-font-family;
  letter-spacing: 0.95px;
  @media only screen and (min-width:1024px){
    font-size:19px;
  }
}

.aside__title {
  margin:0 0 30px;
  font:700 32px/1.2 $base-font-family;
  letter-spacing: 1.8px;
  @media only screen and (min-width:1024px){
    margin:0 0 52px;
    font-size:36px;
  }
}

.aside__box {
  padding:10px 0;
  border-top:1px solid #eae9ea;
}

.aside__title-2 {
  margin:0;
  font:700 20px/1.2 $base-font-family;
  letter-spacing: 0.25px;
  @media only screen and (min-width:1024px){
    font-size:25px;
  }
}

.aside-open-close__holder {
  padding:25px 0 15px;
}

.aside__colors {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin:0 -8px -13px;
}

.aside__colors__item {
  width:33.3%;
  margin:0 0 25px;
  padding:0 5px;
  text-align:center;
  @media only screen and (min-width:768px){
    width:20%;
  }
  @media only screen and (min-width:1024px){
    width:33.3%;
  }
  .custom-label {
    margin:0;
  }
}

.aside__box {
  &.active {

  .aside__box__opener {
      &:after {
        margin-top:-2px;
        transform: rotate(135deg);
      }
    }
  }
}
.aside-filter__opener,
.aside__box__opener {
  display:block;
  position:relative;
  padding:0 30px 0 0;

  &:after {
    content:'';
    position: absolute;
    right:4px;
    width:10px;
    height:10px;
    top:50%;
    border-style:solid;
    border-width:0 0 2px 2px;
    border-color:$black;
    margin-top:-6px;
    transform: rotate(-45deg);
    z-index: 1;
    transition:all 0.3s ease;
  }
}

.aside-filter__opener {
  display:inline-block;
  vertical-align:top;
}

.aside-filter {
  text-align:right;
  @media only screen and (min-width:1024px){
    display:none;
  }
}

.main-menu,
.header-top {

  .container {
    max-width:none;
  }
}

.cart-icon {

  .cartCount.cartCount {
    background-color:$pink;
  }
}

.header-top {
  font-family:$base-font-family;

  .top-message {
    font-family:$base-font-family;
  }
}

.nav-bar {
  font-family:$base-font-family;
}

#dropdown-cart {
  font-family:$base-font-family;
  @media only screen and (min-width:1200px) {
    left:auto !important;
    right:0;
  }

  .btn.btn-continue {
    color:$black;
    background:$pink;
    border-color:$pink;
    &:hover {
      color:$white;
      background:$black;
      border-color:$black;
    }
  }

  .btn.btn-checkout {
    &:hover {
      color:$black;
      background:$pink;
      border-color:$pink;
    }
  }

  .btn.btn-view-cart {
    color:$black;
    background:$pink;
    border-color:$pink;
    &:hover {
      color:$white;
      background:$black;
      border-color:$black;
    }
  }
}

.customer-content {

  .btn-login {
    color:$black;
    background:$pink;
    border-color:$pink;
    &:hover {
      color:$white;
      background:$black;
      border-color:$black;
    }
  }

  .btn.btn-register {
    &:hover {
      color:$black;
      background:$pink;
      border-color:$pink;
    }
  }
}

.wrapper-navigation .search-bar input.input-group-field {
  font-family:$base-font-family;
}

.logo-title {
  font-family:$base-font-family;
}

#dropdown-customer {
  font-family:$base-font-family;
}

.site-nav .menu-lv-1 {

  .has_sticky & {
    margin-left:14px;
  }
}

.rte-block {
  margin:0 0 50px;
}

.page-tpl {
  font-family:$base-font-family;
}
