@font-face {
  font-family: 'Brandon Text';
  src: url('BrandonText-Bold.otf');
  font-weight: 700;
}
@font-face {
  font-family: 'Brandon Text';
  src: url('BrandonText-Light.otf');
  font-weight: 300;
}
@font-face {
  font-family: 'Brandon Text';
  src: url('BrandonText-Regular.otf');
  font-weight: 400;
}
@font-face {
  font-family: 'Brandon Text';
  src: url('BrandonText-RegularItalic.otf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'TT Ramillas';
  src: url('TTRamillas-Regular.woff2'), url('TTRamillas-Regular.woff') format('woff');
  font-weight: normal;
}

.bg-light-blue {
  background-color: #a2c0d9;
}
.font-brandon {
  font-family: 'Brandon Text', Arial, Helvetica, sans-serif;
}
.font-tt {
  font-family: 'TT Ramillas', 'Times New Roman', Times, serif !important;
}
.fs-7-5 {
  font-size: 0.75rem;
}
.desktop-nav {
  display: none;
}
@media (min-width: 768px) {
  .desktop-nav {
    display: block;
  }
}

.desktop-nav .menu-items {
  height: 70px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.desktop-nav .menu-items li a {
  color: #000000;
  font-weight: 600;
  font-family: 'Brandon Text', Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.desktop-nav .menu-items li a img {
  width: 40px;
  height: 44.7px;
}
@media (min-width: 768px) {
  .menu-nav {
    display: none;
  }
}
.menu-nav .container-fluid {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-nav-bar {
  width: 13.33px;
}
.menu-nav-logo {
  width: 44px;
  height: 40.85px;
  z-index: 8;
}

.menu-nav-cart {
  width: 20px;
  height: 20px;
}
.main-header .btn-light {
  font-family: 'Brandon Text', Arial, Helvetica, sans-serif;
  height: 45px;
  width: 121px;
  position: absolute;
  right: 28px;
  bottom: 28px;
  border-radius: 0px;
}
.main-header .header-detail {
  padding: 20px 50px 40px;
}
.main-header .header-detail h3 {
  font-family: 'TT Ramillas', 'Times New Roman', Times, serif !important;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .main-header .header-detail h3 {
    line-height: 25px;
    font-size: 18px;
  }

  .hero_slider.home-slider .slick-next.slick-arrow:hover {
    opacity: 0 !important;
  }

    .hero_slider.home-slider .slick-prev.slick-arrow:hover {
    opacity: 0 !important;
  }

  .mob_slide_link {
    line-height: 2 !important;
  }
}
@media (max-width: 768px) {
  .main-header .header-detail p {
    font-size: 12px;
    line-height: 16.88px;
  }
}
.how-it-work {
  background-color: #f7e7e4;
}
.how-it-work .heading {
  font-family: 'Brandon Text', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 30.58px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.how-it-work .row > div {
  margin-top: 30px;
  margin-bottom: 10px;
}
.how-it-work .row > div h3 {
  font-family: 'TT Ramillas', 'Times New Roman', Times, serif !important;
  font-weight: 400;
  font-size: 28px;
  line-height: 38.92px;
}
.how-it-work .row > div h5 {
  font-family: 'Brandon Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.how-it-work .row > div p {
  font-family: 'Brandon Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}




.marketplace-container {
  padding: 40px 80px 100px;
  max-width: 1820px;
  margin: auto;
  width: 100%;
}

  .marketplace-container > .row {
    margin: auto !important;
  }
@media (max-width: 768px) {
  .marketplace-container {
    padding: 20px 20px;
  }

}



.custom-gift-container {
  padding: 100px 80px 100px;
  max-width: 1820px;
  margin: auto;
  width: 100%;
}

  
@media (max-width: 768px) {
  .custom-gift-container {
    padding: 20px;
  }

}



.logos-container {
  padding: 100px 80px 100px;
  max-width: 1820px;
  margin: auto;
  width: 100%;
}

  .logos-container > .row {
    margin: auto !important;
  }
@media (max-width: 768px) {
  .logos-container {
    padding: 20px 0px 20px 0px;
  }

}

.blue-card {
  padding: 100px 80px 100px;
  max-width: 1820px;
  margin: auto;
  width: 100%;
}

  .blue-card > .row {
    margin: auto !important;
  }
@media (max-width: 768px) {
  .blue-card {
    padding: 20px 20px;
  }

}
.blue-card .italic-heading {
  font-family: 'TT Ramillas', 'Times New Roman', Times, serif !important;
  font-style: italic;
  font-weight: 300;
  text-transform: lowercase;
}
@media (max-width: 768px) {
  .blue-card .italic-heading {
    font-size: 12px;
    line-height: 17px;
  }
}
.blue-card .blue-heading {
  font-family: 'Brandon Text', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 100px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .blue-card .blue-heading {
    font-size: 14px !important;
    line-height: 19px;
    margin-bottom: 47px;
  }
}
.blue-card .blue-main {
  font-family: 'TT Ramillas', 'Times New Roman', Times, serif !important;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .blue-card .blue-main {
    font-size: 22px !important;
    line-height: 31px;
  }
}
.blue-card .blue-paragraph {
  font-family: 'Brandon Text', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .blue-card .blue-paragraph {
    font-size: 12px !important;
    line-height: 17px;
  }
}
.blue-card .btn-light {
  font-family: 'Brandon Text', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.07em;
  border-radius: 0px;
  height: 45px;
}
@media (max-width: 768px) {
  .blue-card .btn-light {
    font-size: 12px !important;
    line-height: 17px;
  }
}

.box-of-week {
  padding: 0px 80px 100px;
  max-width: 1820px;
  margin: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .box-of-week {
    padding: 0px 20px 20px 20px; 
  }
  .box-of-week > .row {
    margin: auto !important;
  }
}

.box-of-week .yellow {
  background-color: #fbf0e4;
  padding: 20px;
}
.box-of-week .yellow .sub-heading {
  font-family: 'Brandon Text';
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .box-of-week .yellow .sub-heading {
    font-size: 14px;
    line-height: 19px;
  }
}
.box-of-week .yellow .heading {
  font-family: 'TT Ramillas' !important;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .box-of-week .yellow .heading {
    font-size: 22px;
    line-height: 31px;
  }
}
.box-of-week .yellow p {
  font-family: 'Brandon Text';
  font-style: normal;
  font-weight: 300;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .box-of-week .yellow p {
    font-size: 12px;
    line-height: 17px;
  }
}
.box-of-week .yellow .btn-light {
  border-radius: 0px;
  font-family: 'Brandon Text';
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.07em;
  height: 45px;
}
@media (max-width: 768px) {
  .box-of-week .yellow .btn-light {
    font-size: 12px;
    line-height: 17px;
  }
}
.marketplace {
  padding-top: 40px;
  background-color: #ededed;
}
.marketplace .heading {
  text-align: center;
  font-family: 'Brandon Text';
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 768px) {
  .marketplace .heading {
    font-size: 24px;
    line-height: 33px;
  }
}
.marketplace .after-heading {
  font-family: 'Brandon Text';
  font-style: normal;
  font-weight: 450;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .marketplace .after-heading {
    font-size: 10px;
    line-height: 14px;
  }
}
.marketplace .marketplace-heading {
  font-family: 'TT Ramillas' !important;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .marketplace .marketplace-heading {
    font-size: 22px;
    line-height: 31px;
  }
}
.marketplace p {
  font-family: Brandon Text;
  font-weight: 300;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 31px;
}
@media (max-width: 768px) {
  .marketplace p {
    font-size: 12px;
    line-height: 17px;
  }
}
.marketplace a {
  font-family: Brandon Text;
  font-weight: 450;
  letter-spacing: 0.07em;
  text-align: left;
  color: #000000;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .marketplace a {
    font-size: 10px;
    line-height: 14px;
  }
}
.direct-mail {
  background-color: #e8e3dd;
}
.direct-mail .sub-heading {
  font-family: Brandon Text;
  font-size: 12px;
  font-weight: 450;
  letter-spacing: 0.07em;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .direct-mail .sub-heading {
    font-size: 10px;
    line-height: 14px;
  }
}
.direct-mail .doxfox-img {
  max-width: 300px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .direct-mail .doxfox-img {
    max-width: 217px;
  }
}
.direct-mail h3.heading {
  font-family: 'TT Ramillas' !important;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .direct-mail h3.heading {
    font-size: 22px;
  }
}
.direct-mail p {
  font-family: 'Brandon Text';
  font-style: normal;
  font-weight: 300;
  line-height: 17px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .direct-mail p {
    font-size: 12px;
  }
}
.direct-mail a {
  font-family: 'Brandon Text';
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.07em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #000000;
  display: block;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .direct-mail a {
    font-size: 10px;
  }
}
.as-seen-in {
  background-color: white;
  padding: 40px;
}
.as-seen-in .footer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 990px) {
  .as-seen-in .footer-grid {
      display: -ms-grid !important;
  display: grid !important;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.as-seen-in h3 {
  font-family: Brandon Text;
  font-size: 14px;
  font-weight: 450;
  line-height: 19px;
  letter-spacing: 0.07em;
  text-align: left;
  margin-bottom: 15px;
}
.as-seen-in img {
  width: 62.7px;
  height: 50px;
  display: block;
  margin: auto;
}
.main-footer {
  background-color: #000000;
}
.main-footer .container {
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 2fr 2fr 2fr;
  grid-template-columns: 4fr 2fr 2fr 2fr;
  -ms-grid-rows: 3;
  grid-template-rows: 3;
  grid-column-gap: 20px;
}
.main-footer .container .logo-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 6fr;
  grid-template-columns: 3fr 6fr;
}
.main-footer .container .logo-details p {
  font-family: Brandon Text;
  font-weight: 300;
  letter-spacing: 0.07em;
  text-align: left;
}
@media (max-width: 768px) {
  .main-footer .container .logo-details p {
    font-size: 12px;
    line-height: 17px;
  }
}
.main-footer .container .logo-details .footer-logo {
  -webkit-filter: invert(1);
  filter: invert(1);
  max-width: 70px;
  width: 100%;
}
.main-footer .container ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.main-footer .container ul li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Brandon Text;
  font-weight: 450;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 768px) {
  .main-footer .container ul li a {
    font-size: 12px;
    line-height: 24px;
  }
}
.main-footer .container .bottom-bar {
  margin-top: 80px;
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 10;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
}
.main-footer .container .bottom-bar .address {
  -ms-grid-column: 3;
  grid-column-start: 3;
  grid-column-end: 6;
}
@media (max-width: 768px) {
  .main-footer .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .main-footer .container .logo-details {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .main-footer .container .bottom-bar {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 4;
    display: block;
  }
}
.footer-input {
  margin-bottom: 40px;
  margin-top: 24px;
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 4;
}
.footer-input label {
  font-family: Brandon Text;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0.07em;
  text-align: left;
  margin-bottom: 5px;
}
.footer-input .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid white;
}
.footer-input .input-box input {
  background-color: transparent;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer-input .input-box input::-webkit-input-placeholder,
.footer-input .input-box input:-ms-input-placeholder,
.footer-input .input-box input::-webkit-input-placeholder {
  color: white;
}
.footer-input .input-box input::-webkit-input-placeholder,
.footer-input .input-box input:-ms-input-placeholder,
.footer-input .input-box input::placeholder {
  color: white;
}
.footer-input .input-box input:focus-visible {
  outline: none;
}
.footer-input .input-box button {
  background-color: transparent;
  border: none;
}
@media (min-width: 768px) {
  .footer-input {
    display: none;
  }
}



/* #Cart - Flyout
================================================== */
.cart-flyout.visible .cart-flyout-wrapper {
  right: 0; }
.cart-flyout.visible .cart-flyout-background {
  opacity: 1;
  pointer-events: auto; }
.cart-flyout .cart-flyout-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  right: -420px;
  bottom: 0;
  width: 420px;
  max-width: 100%;
  height: 100%;
  background: white;
  overflow: hidden;
  -webkit-transition: right 0.25s ease-in-out;
  -moz-transition: right 0.25s ease-in-out;
  -ms-transition: right 0.25s ease-in-out;
  -o-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
  z-index: 20001; }
  .cart-flyout .cart-flyout-wrapper .cart-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #dddddd; }
    .cart-flyout .cart-flyout-wrapper .cart-header .title, .cart-flyout .cart-flyout-wrapper .cart-header h1, .cart-flyout .cart-flyout-wrapper .cart-header .h1, .cart-flyout .cart-flyout-wrapper .cart-header .h1--body, .cart-flyout .cart-flyout-wrapper .cart-header h2, .cart-flyout .cart-flyout-wrapper .cart-header .h2, .cart-flyout .cart-flyout-wrapper .cart-header .h2--body, .cart-flyout .cart-flyout-wrapper .cart-header h3, .cart-flyout .cart-flyout-wrapper .cart-header .h3, .cart-flyout .cart-flyout-wrapper .cart-header .h3--body, .cart-flyout .cart-flyout-wrapper .cart-header h4, .cart-flyout .cart-flyout-wrapper .cart-header .h4, .cart-flyout .cart-flyout-wrapper .cart-header .h4--body, .cart-flyout .cart-flyout-wrapper .cart-header h5, .cart-flyout .cart-flyout-wrapper .cart-header .h5, .cart-flyout .cart-flyout-wrapper .cart-header .h5--body, .cart-flyout .cart-flyout-wrapper .cart-header h6, .cart-flyout .cart-flyout-wrapper .cart-header .h6, .cart-flyout .cart-flyout-wrapper .cart-header .h6--body, .cart-flyout .cart-flyout-wrapper .cart-header .btn--large, .cart-flyout .cart-flyout-wrapper .cart-header .header-logo, .cart-flyout .cart-flyout-wrapper .cart-header .home__title, .cart-flyout .cart-flyout-wrapper .cart-header .title--flex, .cart-flyout .cart-flyout-wrapper .cart-header .product-form label, .product-form .cart-flyout .cart-flyout-wrapper .cart-header label {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin: 0;
      padding: 15px 20px;
      font-size: 18px;
      line-height: 1;
      text-align: left; }
    .cart-flyout .cart-flyout-wrapper .cart-header .close {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0;
      padding: 15px 20px;
      color: black;
      font-size: 18px;
      line-height: 1;
      background: none;
      border: none;
      outline: none;
      text-align: center; }
    .cart-flyout .cart-flyout-wrapper .cart-header .count {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0;
      padding: 15px 20px;
      font-size: 13px;
      line-height: 1;
      text-align: right; }
  .cart-flyout .cart-flyout-wrapper .cart-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fafafa; }
    .cart-flyout .cart-flyout-wrapper .cart-body .cart-shipping {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .cart-flyout .cart-flyout-wrapper .cart-body .cart-container {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin: 0; }
    .cart-flyout .cart-flyout-wrapper .cart-body .cart-subtotals {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 20px 0 0 0;
      padding: 20px 0 0 0;
      border-top: solid 1px #dddddd; }
      .cart-flyout .cart-flyout-wrapper .cart-body .cart-subtotals .subtotal-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        margin: 0; }
        .cart-flyout .cart-flyout-wrapper .cart-body .cart-subtotals .subtotal-row + .subtotal-row {
          margin-top: 5px; }
        .cart-flyout .cart-flyout-wrapper .cart-body .cart-subtotals .subtotal-row .label,
        .cart-flyout .cart-flyout-wrapper .cart-body .cart-subtotals .subtotal-row .value {
          margin: 0;
          padding: 0;
          color: black;
          font-size: 14px;
          font-weight: bold;
          line-height: 1.5; }
        .cart-flyout .cart-flyout-wrapper .cart-body .cart-subtotals .subtotal-row .label {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 auto;
          -moz-box-flex: 1;
          -moz-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          text-align: left; }
        .cart-flyout .cart-flyout-wrapper .cart-body .cart-subtotals .subtotal-row .value {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -moz-box-flex: 0;
          -moz-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          text-align: right; }
        .cart-flyout .cart-flyout-wrapper .cart-body .cart-subtotals .subtotal-row .helper {
          font-weight: normal; }
  .cart-flyout .cart-flyout-wrapper .cart-footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    padding: 20px;
    border-top: solid 1px #dddddd; }
    .cart-flyout .cart-flyout-wrapper .cart-footer .delivery-disclaimer {
      margin-bottom: 10px;
      padding: 10px;
      font-size: 10px;
      line-height: 1.2;
      background: #fdf0e2;
      border: solid 1px #fae4cb;
      border-radius: 2px; }
    .cart-flyout .cart-flyout-wrapper .cart-footer .subtotal-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      .cart-flyout .cart-flyout-wrapper .cart-footer .subtotal-row .label,
      .cart-flyout .cart-flyout-wrapper .cart-footer .subtotal-row .value {
        margin: 0;
        padding: 0;
        color: black;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5; }
      .cart-flyout .cart-flyout-wrapper .cart-footer .subtotal-row .label {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: left; }
      .cart-flyout .cart-flyout-wrapper .cart-footer .subtotal-row .value {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: right; }
    .cart-flyout .cart-flyout-wrapper .cart-footer .actions {
      margin: 0;
      padding: 15px 0 0 0; }
    .cart-flyout .cart-flyout-wrapper .cart-footer .disclaimer {
      padding: 15px 0 0 0;
      font-size: 10px;
      line-height: 1.2; }
.cart-flyout .cart-flyout-background {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 20000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

/* #Cart - Shipping Message
================================================== */
.cart-shipping {
  margin: 0 0 20px 0;
  padding: 0; }
  .cart-shipping.free-shipping .shipping-meter .fill {
    background-color: #fae4cb; }
  .cart-shipping .shipping-progress {
    margin: 0 0 10px 0; }
  .cart-shipping .shipping-message {
    margin: 0 0 5px 0;
    color: black;
    font-size: 12px;
    text-align: left; }
  .cart-shipping .shipping-meter {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 12px;
    background-color: white;
    border: solid 1px black;
    border-radius: 12px; }
    .cart-shipping .shipping-meter.no-progress .fill {
      opacity: 0; }
    .cart-shipping .shipping-meter .fill {
      position: absolute;
      top: 0;
      left: 0;
      padding: 0;
      height: 10px;
      line-height: 10px;
      font-size: 8px;
      text-align: right;
      color: white;
      background-color: #fae4cb;
      border-radius: 12px;
      overflow: hidden;
      opacity: 1;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .cart-shipping .shipping-meter .fill .text {
        white-space: nowrap; }
  .cart-shipping .shipping-helper {
    margin: 0;
    color: black;
    font-size: 12px;
    text-align: left; }
    .cart-shipping .shipping-helper .text-link {
      font-weight: bold;
      cursor: pointer; }
  .cart-shipping .multi-shipping-helper {
    margin: 10px 0 0 0;
    color: #303030;
    font-size: 12px;
    text-align: left; }
    .cart-shipping .multi-shipping-helper .text-link {
      font-weight: bold;
      cursor: pointer; }

.cart-addon-carousel {
  margin: 10px 0 0 0;
  padding: 10px 20px;
  background: #fdf0e2;
  border: solid 1px #fae4cb;
  border-radius: 2px; }
  .cart-addon-carousel .addon-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1; }
  .cart-addon-carousel .addon-description {
    margin: 0;
    font-size: 13px;
    font-weight: 500; }
  .cart-addon-carousel .addon-carousel {
    margin: 10px 0;
    padding: 0;
    background: white;
    border: solid 1px #fae4cb;
    border-radius: 2px; }
    .cart-addon-carousel .addon-carousel .slick-slider {
      margin: 0; }
    .cart-addon-carousel .addon-carousel .slick-prev,
    .cart-addon-carousel .addon-carousel .slick-next {
      top: 50%;
      margin: 0;
      padding: 0;
      width: 20px;
      height: 32px;
      background: transparent;
      opacity: 1;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .cart-addon-carousel .addon-carousel .slick-prev:before,
      .cart-addon-carousel .addon-carousel .slick-next:before {
        font-size: 16px !important; }
    .cart-addon-carousel .addon-carousel .slick-prev {
      left: -20px; }
.cart-addon-carousel .slick-prev:before {
    display: inline;
    font-family: icons;
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cart-addon-carousel .addon-carousel .slick-prev:before, .cart-addon-carousel .addon-carousel .slick-next:before {
    font-size: 16px!important;
}
    .cart-addon-carousel .addon-carousel .slick-next {
      right: -20px; }
    .cart-addon-carousel .addon-carousel .carousel-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch;
      -webkit-align-content: stretch;
      -moz-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      margin: 0;
      padding: 10px;
      width: 100%; }
      .cart-addon-carousel .addon-carousel .carousel-item .item-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
        padding: 0;
        width: 80px; }
        .cart-addon-carousel .addon-carousel .carousel-item .item-image a, .cart-addon-carousel .addon-carousel .carousel-item .item-image img {
          display: block;
          width: 100%;
          max-width: 100%; }
      .cart-addon-carousel .addon-carousel .carousel-item .item-info {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0;
        padding: 0 0 0 20px;
        width: 100%; }
        .cart-addon-carousel .addon-carousel .carousel-item .item-info .item-product-vendor {
          display: block;
          color: black;
          font-size: 13px;
          line-height: 1.3;
          text-decoration: none;
          text-transform: uppercase;
          font-weight:500;
        }
        .cart-addon-carousel .addon-carousel .carousel-item .item-info .item-product-title {
          display: block;
          color: black;
          font-size: 11px;
          line-height: 1.3;
          text-decoration: none;
          text-transform: uppercase; 
          font-weight:500;
        }
        .cart-addon-carousel .addon-carousel .carousel-item .item-info .item-price {
          display: block;
          margin: 10px 0;
          font-size: 13px;
          line-height: 1.3; 
          font-weight:500;
        }
        .cart-addon-carousel .addon-carousel .carousel-item .item-info .item-actions .button {
          padding: 10px;
          font-size: 11px;
          line-height: 1.3; }
  .cart-addon-carousel .addon-disclaimer {
    margin: 0;
    font-size: 12px;
    font-weight: 500; }

/* #Cart - Item
================================================== */
.cart-group {
  margin: 20px 0 0 0; }
  .cart-group .cart-group-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .cart-group .cart-group-description {
    margin: 5px 0 15px 0;
    font-size: 12px;
    line-height: 1.3; }
  .cart-group + .cart-group {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #dddddd; }

.cart-item {
  display: block;
  margin: 10px 0 0 0;
  padding: 20px;
  background: white;
  border: solid 1px #dddddd;
  border-radius: 2px; }
  .cart-item .item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 0;
    padding: 0;
    width: 100%; }
    .cart-item .item-info .item-photo {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0;
      padding: 0;
      width: 100px; }
      @media (max-width: 480px) {
        .cart-item .item-info .item-photo {
          width: 80px; } }
      .cart-item .item-info .item-photo a, .cart-item .item-info .item-photo img {
        display: block;
        width: 100%;
        max-width: 100%; }
    .cart-item .item-info .item-details {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      position: relative;
      margin: 0;
      padding: 0 0 0 20px;
      width: 100%; }
      .cart-item .item-info .item-details .item-remove {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        color: #999999;
        font-size: 13px;
        line-height: 1.3;
        text-align: center;
        cursor: pointer; }
      .cart-item .item-info .item-details .item-title {
        display: block;
        margin: 0;
        padding-right: 24px; }
        .cart-item .item-info .item-details .item-title .item-product-vendor {
          display: block;
          color: black;
          font-size: 13px;
          line-height: 1.3;
          text-decoration: none;
          font-weight:500;
          text-transform: uppercase; }
        .cart-item .item-info .item-details .item-title .item-product-title {
          display: block;
          color: black;
          font-weight:500;
          font-size: 11px;
          line-height: 1.3;
          text-decoration: none;
          text-transform: uppercase; }
        .cart-item .item-info .item-details .item-title .item-variant-title {
          display: block;
          color: #999999;
          font-size: 14px;
          line-height: 18px;
          text-decoration: none; }
        .cart-item .item-info .item-details .item-title .item-discount-title {
          display: block;
          color: #e51164;
          font-size: 12px;
          line-height: 16px;
          font-weight: bold; }
        .cart-item .item-info .item-details .item-title .item-properties {
          display: block;
          margin: 10px 0 0 0;
          font-weight:500;
          font-size: 11px;
          line-height: 1.3; }
        .cart-item .item-info .item-details .item-title .item-bundle-contents ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          .cart-item .item-info .item-details .item-title .item-bundle-contents ul li {
            position: relative;
            margin: 0;
            padding: 0; }
            .cart-item .item-info .item-details .item-title .item-bundle-contents ul li .icon, .cart-item .item-info .item-details .item-title .item-bundle-contents ul li .slick-next, .cart-item .item-info .item-details .item-title .item-bundle-contents ul li .slick-prev {
              position: absolute;
              top: 0;
              left: 0;
              font-size: 4px;
              line-height: 18px;
              color: #999999; }
            .cart-item .item-info .item-details .item-title .item-bundle-contents ul li .label {
              display: block;
              padding-left: 12px;
              font-size: 12px;
              line-height: 18px;
              color: #999999;
              vertical-align: top; }
      .cart-item .item-info .item-details .item-price-quantity {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        margin: 10px 0 0 0;
        width: 100%; }
        @media (max-width: 480px) {
          .cart-item .item-info .item-details .item-price-quantity {
            -webkit-flex-flow: row wrap;
            -moz-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap; } }
        .cart-item .item-info .item-details .item-price-quantity .item-price {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -moz-box-flex: 0;
          -moz-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          font-size: 13px;
          line-height: 1.3;
          text-transform: uppercase;
          text-align: left; }
          @media (max-width: 480px) {
            .cart-item .item-info .item-details .item-price-quantity .item-price {
              -webkit-box-flex: 1;
              -webkit-flex: 1 1 auto;
              -moz-box-flex: 1;
              -moz-flex: 1 1 auto;
              -ms-flex: 1 1 auto;
              flex: 1 1 auto;
              width: 100%;
              text-align: left; } }
        .cart-item .item-info .item-details .item-price-quantity .item-quantity {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 auto;
          -moz-box-flex: 1;
          -moz-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          text-align: right; }
          @media (max-width: 480px) {
            .cart-item .item-info .item-details .item-price-quantity .item-quantity {
              -webkit-box-flex: 1;
              -webkit-flex: 1 1 auto;
              -moz-box-flex: 1;
              -moz-flex: 1 1 auto;
              -ms-flex: 1 1 auto;
              flex: 1 1 auto;
              margin-top: 10px;
              width: 100%;
              text-align: left; } }

.cart-empty {
  display: block;
  margin: 20px 0 0 0;
  padding: 20px;
  text-align: center;
  border-top: solid 1px #dddddd; }

label.checkbox input[type=checkbox] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    display: inline-block;
    margin: 0 7px 0 0;
    width: 18px;
    height: 18px;
    outline: 0;
    color: #fff;
    border-radius: 3px;
    border: solid 2px black;
    -webkit-appearance: none;
    background: transparent;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
@font-face {
  font-family: 'icons';
  src: url('icons.eot');
  src: url('icons.eot#iefix') format("embedded-opentype"),
       url('icons.woff') format("woff"),
       url('icons.ttf') format("truetype"),
       url('icons.svg#timber-icons') format("svg");
  font-weight: normal;
  font-style: normal;
}
/*============================================================================
  #Icons
==============================================================================*/
.icon-fallback-text .icon, .icon-fallback-text .slick-next, .icon-fallback-text .slick-prev {
  display: none; }
  .supports-fontface .icon-fallback-text .icon, .supports-fontface .icon-fallback-text .slick-next, .supports-fontface .icon-fallback-text .slick-prev {
    display: inline-block; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.addon-carousel .icon-fallback-text .fallback-text {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.icon:before, .slick-next:before, .slick-prev:before {
  display: none; }
.addon-carousel .slick-next:before, .addon-carousel .slick-prev:before {
  display: inline;
  font-family: "icons";
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*================ Icon mapping ================*/
.icon-amazon_payments:before {
  content: "\e800"; }

.icon-american_express:before {
  content: "\41"; }

.icon-apple_pay:before {
  content: "\e90c"; }

.icon-arrow-down:before {
  content: "\e607"; }

.icon-arrow-left:before, .slick-prev:before {
  content: "\e900"; }

.icon-arrow-right:before, .slick-next:before {
  content: "\e901"; }

.icon-bitcoin:before {
  content: "\42"; }

.icon-cart:before {
  content: "\e600"; }

.icon-cirrus:before {
  content: "\e904"; }

.icon-customer:before {
  content: "\e605"; }

.icon-dankort:before {
  content: "\64"; }

.icon-diners_club:before {
  content: "\63"; }

.icon-discover:before {
  content: "\44"; }

.icon-dogecoin:before {
  content: "\e908"; }

.icon-dwolla:before {
  content: "\e902"; }

.icon-facebook:before {
  content: "\e609"; }

.icon-fancy:before {
  content: "\46"; }

.icon-forbrugsforeningen:before {
  content: "\e903"; }

.icon-google_plus:before {
  content: "\e90a"; }

.icon-hamburger:before {
  content: "\e601"; }

.icon-instagram:before {
  content: "\e907"; }

.icon-interac:before {
  content: "\49"; }

.icon-jcb:before {
  content: "\4a"; }

.icon-litecoin:before {
  content: "\e909"; }

.icon-maestro:before {
  content: "\e905"; }

.icon-master:before {
  content: "\e906"; }

.icon-minus:before {
  content: "\e602"; }

.icon-paypal:before {
  content: "\50"; }

.icon-pinterest:before {
  content: "\e608"; }

.icon-plus:before {
  content: "\e603"; }

.icon-rss:before {
  content: "\72"; }

.icon-search:before {
  content: "\73"; }

.icon-snapchat:before {
  content: "\e90b"; }

.icon-tumblr:before {
  content: "\74"; }

.icon-twitter:before {
  content: "\54"; }

.icon-vimeo:before {
  content: "\76"; }

.icon-visa:before {
  content: "\56"; }

.icon-x:before {
  content: "\e604"; }

.icon-youtube:before {
  content: "\79"; }
.addon-carousel .slick-prev:before {
    content: "\e900";
}
.addon-carousel .slick-next:before {
    content: "\e901";
}
.cart-addon-carousel .addon-carousel .slick-prev, .cart-addon-carousel .addon-carousel .slick-next {
    font-size: 0;
}
.cart-flyout .button {
    display: block;
    margin: 0;
    padding: 15px 20px;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: black;
    border: solid 1px black;
    outline: none;
}
.cart-flyout .button:hover {
    color: #fff;
    background: black;
    border: solid 1px black;
}
.cart-flyout .button.outline, .cart-flyout .button.outline:hover {
    color: #000;
    background: white;
    border: solid 1px black;
}

.button+.button {
    margin-top: 20px;
}
.disable_item {
    color: #000000 !important;
    opacity: 0.3 !important;
}
.cart-empty h4{
font-size:1.2em;
  margin-bottom: 15px;
}
label.checkbox span{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: inline-block;
    margin: 0;
    line-height: 18px;
    font-weight: 500;
    vertical-align: middle;
} 
.addon-disclaimer a, .addon-disclaimer a:hover{
  text-decoration:underline;
  color:#000;
}
.cart-item .item-info .item-details .item-price-quantity .item-quantity {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
}
.cart-item .item-info .item-details .item-price-quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 10px 0 0;
    width: 100%;
}
.quantity-widget {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: solid 1px #dddddd;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
.quantity-widget .quantity-control {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    border-radius: 0;
    outline: 0;
    border: none;
    color: #000;
    background-color: transparent;
}
.quantity-widget .quantity-input {
    display: inline-block;
    margin: 0;
    padding: 6px 0;
    width: 54px;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border: none;
    vertical-align: top;
}
.quantity-widget .quantity-control:disabled, .quantity-widget .quantity-control.disabled {
    color: #ddd;
    opacity: 1;
    cursor: default;
    pointer-events: none;
}

.hero_slider.home-slider .slick-next.pull-right.slick-arrow img {
  display: none;
}

.hero_slider.home-slider .slick-next.pull-right.slick-arrow {
  background-image: url("/cdn/shop/files/Path_3_1.svg?v=1656534809");
    background-size: 50px 35px;
    background-position: center center;
    background-repeat: no-repeat;
  
}

.hero_slider.home-slider .slick-prev.pull-left.slick-arrow img {
  display: none;
}

.hero_slider.home-slider .slick-prev.pull-left.slick-arrow {
      background-image: url("/cdn/shop/files/Path_4_1.svg?v=1656534809");
    background-size: 50px 35px;
    background-position: center center;
    background-repeat: no-repeat;
  
}

@media (max-width: 768px) {
  .hero_slider.home-slider .slick-next.pull-right.slick-arrow,
  .hero_slider.home-slider .slick-prev.pull-left.slick-arrow  {
    background-size: 25px 17px;
  }
}

.hero_slider.home-slider .slick-prev.slick-arrow {
  width: 10% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  transform: none !important;
  margin-top: 0!important;
}

.hero_slider.home-slider .slick-prev.slick-arrow:hover {
  opacity: 1;
}

.hero_slider.home-slider .slick-next.slick-arrow {
  width: 10% !important;
  height: 100% !important;
  top: 0;
  right: 0;
  transform: none !important;
  margin-top: 0!important;
}

.hero_slider.home-slider .slick-next.slick-arrow:hover {
  opacity: 1;
}


.top_bar_1 .slick-arrow {
  transform: none !important;
}

.top_bar_2 .slick-arrow {
  transform: none !important;
}

.top_bar_2 .slick-next {
  right: 15px !important;
}

.top_bar_1 .slick-next {
  right: 15px !important;
}

.slide-logo {
  margin-top: 32px !important;
  padding-right: 0 !important;
}



#search-query {
  text-align: left;
    padding-left: 0;
    font-family: 'Brandon Text';
}

.sidebar.navSlide {
    font-family: 'Brandon Text' !important;
}


.nav-section .item .mob_dropdown_opner {
  margin-left: 5px !important;
}


p {
  font-family: 'Brandon Text';
}

span {
  font-family: 'Brandon Text';
}

.accordion span {
  font-family: 'Brandon Text' !important;
}

input {
  font-family: 'Brandon Text';
}

a {
  font-family: 'Brandon Text';
}

h1 {
  font-family: 'Brandon Text' !important;
}

h3 {
  font-family: 'Brandon Text';
}

h3.blog__article__title {
  font-family: 'Brandon Text' !important;
}

h4 {
  font-family: 'Brandon Text';
}

h4.uppercase {
  font-family: 'Brandon Text' !important;
}

h2 {
  font-family: "TT Ramillas" !important;
}

.logo h2 {
  text-align: center;
}

.concierge-container a {
  width: 200px !important;
  height: 50px !important;
}

.what-we-know-for-container a {
  width: 200px !important;
  height: 50px !important;
}

.what-we-know-for-container .row {
  margin-bottom: 100px;
}

.desktop-nav .menu-items li a img {
  width: 45px !important;
}

/* .slide-logo img {
  visibility: hidden;
} */

.tr_grid_wrapper {
  max-height: 800px;
  width: auto !important;
}

.collage_gallery .slick-track {
  min-width: 7000px;
}

@media (max-width: 4000px) {

.tr_grid_wrapper .left img {
  max-height: 620px;
  width: auto;

}

.tr_grid_wrapper .right-up img {
  max-height: 300px;
  width: auto;
}

.tr_grid_wrapper .right-down img {
  max-height: 300px;
  width: auto;
}

}


@media (max-width: 787px) {

.tr_grid_wrapper .left img {
  max-height: 410px;
  width: auto;

}

.tr_grid_wrapper .right-up img {
  max-height: 200px;
  width: auto;
}

.tr_grid_wrapper .right-down img {
  max-height: 200px;
  width: auto;
}

}

.what_icon {
  width: 60px;
    margin-bottom: 1em;
}

@media (max-width: 787px) {

.logo h2 {
  text-align: left;
}

  .icons_holder .icons_img {
    width: 35px !important;
  }

  .icons_wrapper {
    justify-content: initial !important;
  }

  .icons_wrapper .icons_content .icons_subtitle_1 {
    font-size: 20px  !important;
  }

  .how-it-work.tr_hiw {
    padding-top: 40px  !important;
    padding-bottom: 40px  !important;
  }

  .how-it-work .row > div {
    margin-top: 20px !important;
    
  }

  .what_icon {
    width: 40px;
    margin-bottom: 1em;
  }

     .concierge-section .concierge-container{

    padding-left:30px;
    padding-right:30px
  }

  .concierge-container .content h3 {
    font-size: 25px !important;
  }

  .how-it-work .row .col-12.col-sm-12.col-md-4 {
    padding-left: 15%;
    
  }

  .what-we-know-for-container h3 {
    font-size: 25px !important;
        line-height: 34px !important;
    margin-bottom: 1em !important;
  }

  .what-we-know-for-container .row {
    margin-bottom: 40px;
  }

  .main-content {
    padding-bottom: 0;
  }

  .collage_gallery {
    margin: 0 !important;
  }

  .what-we-know-subdetails-item h3 {
     font-size: 20px !important;
     margin-bottom: 0 !important;
  }

    .concierge-section{
 padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .what-we-do-container {
  padding-top: 60px;
    padding-bottom: 60px;
}

  .menu-button {
    margin-top: 0 !important;
  }
}


  .main-content {
    padding-bottom: 0;
  }

  .collage_gallery {
    margin: 0 !important;
  }
@media (min-width: 787px) {
.what-we-do-container {
  padding:100px 120px;
}

  .what-we-know-for {
    padding-top: 100px;
    padding-bottom: 100px;
  }

   .concierge-section .concierge-container{

    padding-left:120px;
    padding-right:120px
  }
}
@media (max-width: 1000px) {

.marketplace-container .col-md-5 {
  width: auto;
}

  .custom-gift-container .col-md-5 {
  width: auto;
}
}

.dropdown-main svg {
  width: 10px !important;
}
.desk_slide_link:hover {
  text-decoration: underline !important;
}

.blue-card img {
  object-fit: cover !important;
  height: 100%;
}

.box-of-week .yellow {
  padding-top: 24px;
  padding-bottom: 24px;
}

.how-it-works-container {
  padding-right: 100px;
  padding-left: 100px;
}
html {
scroll-behavior: auto !important;
}

.pick-card {
  font-family: 'Brandon Text';
}

* {
  font-family: 'Brandon Text', Arial, Helvetica, sans-serif !important;
}

.fa, .fas, .far, .fal {
  font-family: "Font Awesome 5 Pro" !important;
}

.hero_slider .slick-arrow:before {
  display: none!important;
}

.hero_slider .slick-arrow {
  opacity: 1!important;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.p-tooltip {
  color: #000000;
  font-weight: bold;
  padding: 35px 10px 5px;
  opacity: 0;
  text-align: center;
  max-width: 200px;
  z-index: 9999;
}

.p-tooltip::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FBF0E4;
  border-radius: 12px;
  border: 1px solid #000000;
  transform: rotate(-5.81deg);
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.p-tooltip-close {
  position: absolute;
  top: 5px;
  left: 10px;
  cursor: pointer;
}

.p-tooltip::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FBF0E4;
  border-radius: 12px;
  border: 1px solid #000000;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.12);
}

.p-tooltip p {
  font-size: 10px;
  line-height: 120%;
  font-weight: 400;
}

.p-tooltip h6 {
  font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    font-family: 'TT Ramillas Trl'!important;
}

.p-tooltip[data-show] {
  display: block;
}

.p-arrow,
.p-arrow::before {
  position: absolute;
  width: 15px;
  height: 15px;
  background: inherit;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  background-color: #FBF0E4;
  bottom: -4px;
}

.p-arrow {
  visibility: hidden;
}

.p-arrow::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg);
}

.homepage-tooltip {
  padding: 60px 80px 60px;
  max-width: 1820px;
  margin: auto;
  width: 100%;
}

.homepage-tooltip-wrapper {
  text-align: center;
}

.tooltip-texts {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-transform: uppercase;
}

.tooltip-texts p {
  color: #212529;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 100;
  line-height: 45px;
}

.tooltip-texts p span {
  position: relative;
  font-weight: 800;
  cursor: pointer;
}

.tooltip-texts p button {
  position: absolute;
  left: 100%;
  bottom: 48%;
  background: white;
  border: 1px solid #000000;
  border-radius: 100%;
  width: 36px;
  height: 36px;
}

.image-with-text {
  max-width: 1440px;
  margin: 0 auto;
  padding: 58px 12px;

  @media (max-width: 767.98px) {
    padding: 40px 12px;
  }
}

.image-with-text .row > div {
  padding: 0 100px;

  @media (max-width: 1200px) {
    padding: 0 40px;
  }
}

.image-with-text .details-list {
  margin-bottom: 60px;
}

.details-wrapper {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}

.details-subtitle {
  font-size: 21px;
  line-height: 29px;
  font-weight: 600;
}

.details-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 24px;
}

.details-desc {
  font-weight: 390;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 24px;
}

.details-link {
  display: flex;
  text-decoration: none;
  font-weight: 390;
  font-size: 16px;
  align-items: center;
  color: #000000;
}

.details-link:hover {
  text-decoration: none;
  color: #000000;
}

.details-link img {
  margin-left: 20px;
}

.image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-wrapper img.mobile-image {
  @media (min-width: 768px) {
    display: none;
  }
}

.image-wrapper img.desktop-image {
  @media (max-width: 767.98px) {
    display: none;
  }
}

.image-bg-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 12px;

  @media (max-width: 767.98px) {
    padding: 20px 12px;
  }
}

.image-with-background .details-list {
  max-width: 444px;
}

.image-with-background .image-wrapper {
  padding-top: 60%;

  @media (max-width: 767.98px) {
    padding-top: 100%;
  }
}

.image-with-background .row > div, .heading-section .row > div  {
  padding: 0 40px;
}

.image-with-background .details-wrapper {
  @media (max-width: 767.98px) {
    background-color: #FFFFFF;
    padding: 24px 20px;
  }
}

.right-image {
  @media (min-width: 767.98px) {
    flex-flow: row-reverse;
  }
}

.heading-section {
  padding-top: 50px;

  @media (max-width: 767.98px) {
    padding-top: 30px;
  }
}

.image-section-heading {
  font-weight: 500;
  font-size: 45px;
  line-height: 154.5%;

  @media (max-width: 767.98px) {
    font-size: 24px;
  }
}

.divider {
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
}

.image-divider {
  @media (max-width: 767.98px) {
    display: none;
  }
}

.card-section-wrapper {
  max-width: 1124px;
  margin: 0 auto;
  padding: 100px 20px 80px;
  display: flex;
  flex-flow: column;
  align-items: center;

  @media (max-width: 767.98px) {
    padding: 80px 20px 40px;
  }
}

.card-row {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.card-cell {
  width: 33.3333%;
  padding: 0 20px;
  margin: 20px 0;
  perspective: 1000px;

  @media (max-width: 991.98px) {
    width: 50%;
  }

  @media (max-width: 767.98px) {
    width: 100%;
  }
}


.card-cell-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0px 7px 25px 16px rgba(0, 0, 0, 0.12);
  display: flex;
  overflow: hidden;
  flex-flow: column;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.card-image-custom {
  position: relative;
  width: 100%;
  padding-top: 69%;
}

.card-image-custom img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-details {
  padding: 12px;
}

.card-details h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 154.5%;
  text-transform: capitalize;
  text-align: left;
}

.card-details p {
  font-weight: 390;
  font-size: 12px;
  line-height: 119.5%;
  max-width: 230px;
  margin-bottom: 0;
  text-align: left;
}

.card-details-back {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 12px;
}

.card-cta-back {
  margin-top: auto;
  margin-left: auto;
}

.card-cta-back svg {
  transform: rotateZ(45deg);
}

.card-details-back p {
  font-weight: 390;
  font-size: 12px;
  line-height: 119.5%;
  margin-bottom: 0;
  text-align: left;
}

.btn-flip {
  margin-top: auto;
  outline: none;
  border: none;
  background-color: transparent;
  width: 18px;
  height: 18px;
  display: flex;
  padding: 0;
  
}

.card-cta {
  display: flex;
}

.card-section-title {
  font-size: 45px;
  line-height: 131%;
  margin-bottom: 5px;

  @media (max-width: 767.98px) {
    font-size: 24px;
  }
}

.card-section-desc {
  font-size: 22px;
  line-height: 89%;
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center;

  @media (max-width: 767.98px) {
    font-size: 14px;
  }
}

.card-details-wrapper {
  display: flex;
  justify-content: space-between;
}

.card-flip-inner {
  position: relative;
  width: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.card-cell.active .card-flip-inner {
  transform: rotateY(180deg);
}

.card-flip-front, .card-flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
}

.card-flip-background {
  visibility: hidden;
  opacity: 0;
}

.card-flip-back {
  transform: rotateY(180deg);
}

.salesforce-form {
  max-width: 1360px;
  margin: 0 auto;
  padding: 75px 20px 100px;
}

.salesforce-form input, .salesforce-form select, .salesforce-form textarea {
  padding: 30px;
  border: none!important;
  border-bottom: 1px solid #cccccc!important;
  margin-bottom: 100px;
  color: #000000;
  font-size: 21px;
  line-height: 29px;
}

.salesforce-form input:focus, .salesforce-form select:focus, .salesforce-form textarea:focus {
  border-color: #000000!important;
}

.salesforce-form h1 {
  font-size: 66px;
  line-height: 77px;
  margin-bottom: 40px;
  text-align: center;
}

.salesforce-form p {
  font-size: 26px;
  line-height: 30px;
  opacity: .7;
  text-align: center;
  margin-bottom: 100px;
}

.salesforce-form button {
  outline: none;
  padding: 24px 100px;
  background: #000000;
  color: #FFFFFF;
  border: #000000;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

.tab-selector-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 40px 40px;

  @media (max-width: 767.98px) {
    padding-top: 40px;
  }
}

.tab-details {
  display: flex;
  flex-flow: row;
  margin: 0 -40px;
  align-items: center;

  @media (max-width: 767.98px) {
    flex-flow: column;
  }
}

.tab-selectors {
  width: 40%;
  display: flex;
  padding: 0 40px;
  flex-flow: column;

  @media (max-width: 767.98px) {
    width: 100%;
    flex-flow: row;
    justify-content: space-between;
  }
}

.tab-selectors .tab {
  outline: none;
  padding: 0;
  border: none;
  font-size: 45px;
  line-height: 154.5%;
  color: #000000;
  background-color: #FFFFFF;
  cursor: pointer;
  text-align: initial;
  opacity: 0.2;
  transition: all ease .3s;
  margin-bottom: 6px;
  font-family: "TT Ramillas" !important;
  display: flex;
  align-items: center;

  @media (max-width: 767.98px) {
    font-size: 14px;
  }
}

.tab-selectors .tab img {
  opacity: 0;
  margin-left: 14px;
  transition: all ease .3s;
  width: 100px;

  @media (max-width: 767.98px) {
    display: none;
  }
}

.tab-selectors .tab.active img {
  opacity: 1;
}

.tab-selectors .tab.active {
  opacity: 1;
  margin-left: 40px;

  @media (max-width: 767.98px) {
    margin-left: 0;
  }
}

.tab-contents {
  width: 60%;
  padding: 0 40px;
  display: flex;
  flex-flow: column;

  @media (max-width: 767.98px) {
    width: 100%;
    flex-flow: row;
  }
}

.tab-pane {
  display: none;
  font-size: 12px;
  line-height: 154.5%;

  color: #434343;
}

.tab-progress {
  padding: 13px 0;
  display: none;

  @media (max-width: 767.98px) {
    display: block;
  }
}

.tab-progress-bar {
  display: flex;
  flex-flow: row;
  gap: 13px;
  align-items: center;
}

.tab-progress-bar .status {
  position: relative;
  width: 90px;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
}

.tab-progress-bar .status span {
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #000000;
  transition: all ease .3s;
}

.tab-progress-bar .status #progress-1.active {
  width: 33%;
}

.tab-progress-bar .status #progress-2.active {
  width: 66%;
}

.tab-progress-bar .status #progress-3.active {
  width: 100%;
}

.tab-pane.active {
  display: block;
}

.chome-banner {
  display: flex;
  min-height: 90vh;

  @media (max-width: 767px) {
    min-height: unset;
  }
}

.chome-banner .cbanner-left {
  flex: 0 0 38%;
  max-width: 38%;
  display: flex;
  align-items: center;
  padding: 40px;

  @media (max-width: 767px) {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.chome-banner .cbanner-left a {
  font-family: "Brandon Text", Arial;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding: 12px 0;
  border-bottom: 1px solid #000;

  @media (max-width: 767px) {
    font-size: 12px;
    display: none;
  }
}

.chome-banner .cbanner-right {
  flex: 0 0 62%;
  max-width: 62%;
  background-color: #E8E3DD;
  padding: 156px 13.35%;
  position: relative;

  @media (max-width: 767px) {
    flex: 0 0 80%;
    max-width: 80%;
    display: flex;
    align-items: center;
    padding: 105px 70px 105px 53px;
  }
}

.chome-banner .cbanner-right .cright-content {
  position: relative;
  z-index: 1;
}

.chome-banner .cbanner-right h2 {
  font-family: "TT Ramillas Trl Variable Roman", Arial;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 35px;

  @media (max-width: 1399px) {
    font-size: 32px;
  }

  @media (max-width: 991px) {
    font-size: 24px;
  }

  @media (max-width: 767px) {
    font-size: 18px;
  }
}

.chome-banner .cbanner-right a {
  font-family: "Brandon Text", Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.chome-banner .cbanner-right a img {
  margin-left: 14px;
}

.cbanner-copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(-90deg) translateX(100%);
  font-family: "Brandon Text", Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.cbanner-carousel {
  height: 428px;
  width: 73%;
  margin-top: -35vh;

  @media (max-width: 767px) {
      margin-top: -54px;
      width: 70%;
      min-width: 300px;
      height: 300px;
  }

  @media (max-width: 570px) {
      height: 300px;
      width: 300px;
  }
}

.cbanner-carousel .citem img{
  object-fit: cover;
  width: 100%;
  height: 428px;
  opacity: 0;
  visibility: hidden;
  @media (max-width: 767px) {
    height: 300px;
  }
}

.slick-initialized.cbanner-carousel .citem img, .cbanner-carousel .citem:first-of-type img {
  opacity: 1;
  visibility: visible;
}

.reviews-bcontainer {
  display: flex;
  position: relative;
  padding: 40px 0;
}

.reviews-banner {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
}

.reviews-bcontainer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  background-color: #E8E3DD;
}

.reviews-left {
  flex: 0 0 57%;
  display: flex;
  flex-flow: column;
  padding: 0 55px;

  @media (max-width: 767px) {
    flex: 0 0 100%;
    padding: 0 40px;
  }
}
.reviews-right {
  flex: 0 0 43%;
  @media (max-width: 767px) {
    display: none
  }
}

.reviews-image {
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.reviews-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-banner-title {
  font-size: 42px;
  line-height: 58px;
  margin: 0 0 45px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Brandon Text", Arial!important;

  @media (max-width: 767px) {
    font-size: 24px;
    line-height: 33px;
  }
}

.reviews-slick {
  display: flex;
  flex-flow: column;
}

.review-card {
  display: flex;
  flex-flow: column;
  border-radius: 10px;
  background: #FAFAFA;
  padding: 50px 30px;
  margin-bottom: 44px;
}

.review-card h6 {
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  margin: 0 0 10px;
  color: #434343;
}

.review-card p {
  font-weight: 390;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px;
}

.review-card label {
  font-weight: 450;
  font-size: 15px;
  line-height: 21px;
}

.reviews-banner .reviews-slick .slick-arrow {
  padding: 0;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  right: -45px;
  background-image: url(/cdn/shop/t/142/assets/arrow.svg?v=44432580695374726241686881460);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.reviews-banner .reviews-slick .slick-arrow::before {
  content: unset;
}

.reviews-banner .reviews-slick .slick-arrow.slick-prev {
  transform: rotate(270deg);
  top: 50%;

  @media (max-width: 767px) {
    bottom: 0;
    top: unset;
    left: 35%;
    transform: rotate(180deg);
  }
}

.reviews-banner .reviews-slick .slick-arrow.slick-next {
  transform: rotate(90deg);
  bottom: 50%;
  @media (max-width: 767px) {
    bottom: 0;
    right: 35%;
    transform: rotate(0deg);
  }
}

.review-star {
  margin-bottom: 10px;
  width: 91px;
  height: auto;
}
