/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

:root {
  --vh: 100vh;
  scroll-behavior: unset;

  --main-color: #e4c2bb;
  --secondary-color: #f4f4f4;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #2d3c23;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  /* Smoothing */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  margin: 0;
  /* Allows you to scroll below the viewport; default value is visible */
  overflow-y: scroll;

  /* To smooth any scrolling behavior */
  -webkit-overflow-scrolling: touch;
}

html,
body {
  /* prevent horizontal scrolling */
  overflow: hidden;

  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  /* Allows content to fill the viewport and go beyond the bottom */
  height: -webkit-fill-available;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

p {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Silk Serif";
}

a,
a div,
a span,
button,
button div,
button span,
input,
textarea,
.touch-action {
  -ms-touch-action: manipulation;
  touch-action: manipulation; /*disable the delay of click events caused by support for the double-tap to zoom gesture. */
}

button {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}

a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: auto;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*Force Hand Cursor over Clickable Items*/
a[href],
input[type="submit"],
input[type="image"],
label[for],
select,
button,
.pointer,
.clickable,
.tappable {
  cursor: pointer;
}

/* ==========================================================================
   Author's custom styles
========================================================================== */
.cv-auto {
  content-visibility: auto;
}

.ratio-9x16 {
  --aspect-ratio: calc(16 / 9 * 100%);
}

.ratio-4x5 {
  --aspect-ratio: calc(5 / 4 * 100%);
}

/*
  HELPERS 
*/
.em-container {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

.em-container:before,
.em-container:after {
  content: " ";
  display: table;
}

.em-container:after {
  clear: both;
}

.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}

.title {
  position: relative;
  display: inline-block;
  color: #1C1C1C;
  font-family: "Silk Serif", sans-serif;
  font-size: 50px;
  line-height: 120%;
  margin-bottom: 20px;
}


.title-lg {
  font-family: Silk Serif;
  font-size: 40px;
  line-height: 120%;
}
.stay-in-touch-text{
  font-family: "Montserrat";
  font-weight: 600;
}

.title-sm {
  font-family: Silk Serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
}

.description {
  color: #1c1c1c;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 40px;
}

.description-xs {
  font-size: 12px;
  color: #000;
  margin-bottom: 0;
}

.description-sm {
  font-size: 16px;
  line-height: 19px;
}

.brandsModal-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}

.description-subtitle {
  line-height: 25px;
}

.description-justify-center {
  text-align: justify;
  text-align-last: center;
}

.bg-dark {
  padding-top: 70px;
  padding-bottom: 35px;
  background-color: #1c1c1c;
  color: #fff;
}

.bg-header {
  /*background: linear-gradient(89.43deg, #9E9480 0%, #E4DDCB 50%, #9E9480 100%);*/
  background: #e4c2bb;
  /*padding-top: 15px;*/
}

.gradient-bg {
  /*background: linear-gradient(180deg, #DFD5D3 0%, #FFF 28%, #DCC7CE 53%, #FFF 81%, #E6D5DB 100%);*/
  background: #f4f4f4;
}

.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f4f4f4;
}

.pink-bg {
  background: #e4c2bb;
}

.transparent-bg {
  background: transparent;
}

.texture-bg {
  position: relative;
  background-position: top left;
  /*background-image: url(../img/general/texture_lato.jpg);*/
  padding-top: 15px;
  padding-bottom: 15px;
}

.bg-shop {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-image: url(../img/general/gradient.jpg);*/
  /*background: linear-gradient(89.43deg, #9E9480 0%, #E4DDCB 50%, #9E9480 100%);*/
}

.btn-brand {
}

.white {
  color: #fff;
}

.black {
  color: #1c1c1c;
}

.texture-seperator {
  position: relative;
  overflow: hidden;
  min-height: 30px;
  background-position: top left;
  background-repeat-y: repeat;
  /*background-image: url(../img/general/slim_texture.jpg);*/
  background-color: #e4c2bb;
}

.black-seperator {
  position: relative;
  overflow: hidden;
  min-height: 30px;
  background-color: #1c1c1c;
}

.btn-em {
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.2;
  padding: 15px 50px;
  font-family: "Montserrat";
  font-weight: normal;
}

.btn-em-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-em-outline-white:hover {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

.btn-em-outline-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.2);
}

.btn-em-round {
  border-radius: 20px;
}

.btn-em-flat {
  border-radius: 0;
}


.dark-btn {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}

.dark-btn:hover {
  color: #1c1c1c;
  background-color: transparent;
}

.pink-btn {
  background-color: #e4c2bb;
  border-color: #e4c2bb;
  color: #fff;
  font-size: 14px;
}

.scroll-link {
  color: #1c1c1c;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 18px;
}

.scroll-link img {
  margin-top: 15px;
  width: 27px;
  height: auto;
}

.animate-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
/*

.animate-link:focus, 
.animate-link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
*/

.animate-link::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
}

.animate-link:hover::after {
  width: 100%;
}

/* LOAD MASK SPIN */
.loadmask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  background-color: #ccc;
}
.loadmask-msg {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #6593cf;
  background: #c3daf9;
  padding: 2px;
  line-height: 1;
}
.loadmask-msg div {
  padding: 5px 10px 5px 25px;
  background: #fbfbfb
    url("data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=")
    no-repeat 2px 2px;
  line-height: 16px;
  border: 1px solid #a3bad9;
  color: #222;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
  cursor: wait;
}
.masked {
  overflow: hidden !important;
}
.masked-relative {
  position: relative !important;
}
.masked-hidden {
  visibility: hidden !important;
}

.vertical-center {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-pack: center;
  justify-content: center;

  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .title {
    font-size: 35px;
  }

  .title-lg {
    font-size: 24px;
    line-height: 24px;
  }

  .title-sm {
    font-size: 16px;
  }

  .description {
    font-size: 16px;
  }

  .description-xs {
      font-size: 12px;
  }
}

@media (max-width: 767px) {
  .bg-header {
    /*padding-top: 10px;*/
  }
  .texture-bg {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*back to top*/
.back-to-top {
  position: fixed;
  bottom: 5px;
  right: 22px;
  width: 50px;
  height: 50px;
  z-index: 2;
  display: none;
  text-decoration: none;
  text-align: center;
  background-color: #e4c2bb;
}

main {
  position: relative;
  display: block;

  z-index: 2;

  /* fix bug on iOS */
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  /* Allows content to fill the viewport and go beyond the bottom */
  height: -webkit-fill-available;

  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;

  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);

  will-change: transform;
}

main > section:first-child {
  padding-top: 128px;
}

@media (max-width: 767px) {
  main > section:first-child {
    padding-top: 60px;
  }
}

.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e4c2bb;

  overflow: hidden;
  visibility: hidden;

  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;

  will-change: visibility;
}

.animation-slide {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;

  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);

  will-change: transform;
}

.navigation-is-open main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.navigation-is-open .cd-nav {
  visibility: visible;
  transition-delay: 0s;
}

.navigation-is-open .animation-slide {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  position: relative;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 4;
}

.cd-nav .cd-primary-nav {
  position: relative;
  list-style: none;
  line-height: 1;
  z-index: 4;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
}

.cd-nav .header-logo {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: center;
  align-items: center;
  background-color: #e4c2bb;
}

.cd-nav .cd-primary-nav li {
  margin: 20px 0;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  text-align: center;
}

.cd-nav .cd-primary-nav a {
  color: #1c1c1c;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
}

.cd-nav .cd-primary-nav a.header-logo {
  padding-right: 60px;
  padding-left: 60px;
}

/*navbar*/
.em-navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.em-navbar .nav-link {
  color: #1c1c1c;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.em-navbar .navbar-nav .nav-link {
  color: #1c1c1c;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.em-navbar .navbar-nav .nav-link:focus,
.em-navbar .navbar-nav .nav-link:hover {
  /*color: rgba(28,28,28, .7);*/
  color: rgba(95, 95, 95, 1);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/*Menu header*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;

  will-change: transform;
}

.header.scrollUp {
  transition-delay: 0.2s;

  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.logo-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 17px;
}

.header-logo {
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  flex-grow: 1;
}

.header-logo img {
  height: 60px;
  width: auto;
}

.navbar-toggler {
  position: fixed;
  top: 17px;
  right: 5px;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
  box-shadow: none;
}

.navbar-toggler span {
  display: block;
  background-color: #1c1c1c;
  height: 3px;
  width: 30px;
  margin-top: 6px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}

.navigation-is-open .navbar-toggler span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navigation-is-open .navbar-toggler span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navigation-is-open .navbar-toggler span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 767px) {
  .em-navbar .navbar-nav .nav-item {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo-col {
    display: -webkit-flex;
    display: flex;

    justify-content: center;
    padding-left: 60px;
    padding-right: 60px;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .logo-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-logo img {
    height: 37px;
  }

  .logo-col .navbar-toggler {
    align-self: center;
    position: absolute;
    top: 7px;
    right: 5px;
    align-self: center;
  }
  .logo-col .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}
/*End Header*/

/*Hero section*/
.hero-section {
  position: relative;
  padding-top: 128px; /*same as the height of header*/
  padding-bottom: 50px;
  overflow: hidden;
}

.product {
  border-radius: 0;
  background-color: transparent;
  align-items: center;
  border: 0 solid transparent;
}

.product-img {
  max-width: 525px;
  display: inline-block;
}

.product-title {
  font-family: "Silk Serif";
  font-size: 38px;
  line-height: 120%;
  margin-top: 40px;
  margin-bottom: 0;
  transform: translateY(20px);
}

.product-link {
  background-color: #e4c2bb;
  border-color: #e4c2bb;
  color: #1c1c1c;
  font-size: 16px;
}

/*video player of youtube*/
.js-youtube-player {
  cursor: pointer;
}

.js-youtube-player::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: #1c1c1c;
  background-image: url("../img/general/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}

.youtube-play-btn {
  height: 32px;
  width: 30px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -16px;
  position: absolute;
  background: url("../img/general/play.png") no-repeat center center;
  background-size: 32px 30px;
}

.youtube-thumbnail {
  object-fit: cover;
}

.youtube-thumbnail,
.youtube-play-btn,
.youtube-iframe {
  z-index: 1;
}
/*End video player*/

.video {
  border-radius: 0;
  border: none;
  margin-bottom: 60px;
  margin-top: 60px;
  /*height: 460px;*/
}

.video .card-img {
  border-radius: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-8px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-8px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}

@media (max-width: 991px) {
  .hero-section {
    padding-top: 155px;
    padding-bottom: 0;
  }

  .product-img {
    width: auto;
    height: calc(45vh - 30px);
  }

  .video {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
/*End Hero section*/

/*Brands modal*/
.brandsModal-header {
  background-color: #E4C2BB;
  border-bottom: 1px solid #E4C2BB;
  border-radius: 0;
}

.brandsModal-body {
  padding: 0;
}

.brandsModal-content {
  border-radius: 0;
  border: 0;
}

.brandsModal-body .item-brand {
  border-top: 1px solid #E4C2BB;
  border-right: 1px solid #E4C2BB;
  padding: 20px;
  display: flex;
}

.brandsModal-itemLogo,
.brandsModal-itemLink {
  flex: 0 0 auto;
  width: 50%;
}

.brandsModal-itemLogo.brandsText {
  display: flex;
}

.brandsModal-itemLogo.brandsText span {
  margin: auto 0;
}

.brandsLogo {
  width: 120px;
  height: 70px;
  object-fit: contain;
}

.brandsModal-body .item-brand:nth-child(2n) {
  border-right: none;
}

.country-modal-body{
  display: flex;
  /* justify-content: center; */
  align-items: stretch
}

.country-modal-body .item-brand{
  align-items: center;
}

.modal-level-tow{
  min-height: 610px;
}

.shop-logo{
  width: 100%;
  object-fit: contain;
}

/* .btn-close.back-to-countries{
  background: none;
} */

/*End Brands modal*/

/*Backstage*/
.backstage-bg {
  padding-top: 70px;
  padding-bottom: 90px;
}

.backstage--ratio {
  max-width: 735px;
  margin: 0 auto;
}

.carousel-img {
  object-fit: cover;
}

.owl-video-tn {
  min-height: 490px;
}

.owl-carousel {
  margin-bottom: 35px;
}

.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 35px;
  /*margin-bottom: 35px;*/
}

.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item,
.owl-item .item,
.owl-wrapper {
  transition: none;
}

.owl-carousel:after,
.owl-carousel:before,
.owl-stage-outer:after,
.owl-stage-outer:after,
.owl-stage:after,
.owl-stage:before,
.owl-item:after,
.owl-item:before,
.owl-item .item:after,
.owl-item .item:before {
  transition: none;
}

@media (max-width: 991px) {
  .backstage-bg {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  /*.carousel-img {
      width: 300px;
      height: 300px;
    }*/

  .owl-video-tn {
    min-height: 300px !important;
  }
}
/*End backstage*/

/*Scratchpad*/
.bg-scratch {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.scratchcard {
  position: relative;
  max-width: 100%;
  border: 0px solid transparent;
  border-radius: 0;
}

/*.scratchcard.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 99;
}
*/
.scratchcard .card-img {
  border-radius: 0;
}

.sc__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.sc__wrapper:hover {
  cursor: pointer;
}

.sc__container {
  position: relative;
  overflow: hidden;
  min-width: 300px;
  width: 100%;

  min-height: 400px;
  height: 100%;

  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sc__container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/general/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

.sc__container > img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

.sc__container > iframe {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.sc__container canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc__infos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 35px;
  padding-right: 20px;
  z-index: 9;
  pointer-events: none;
}

.sc__infos h3 {
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 120%;
  font-family: "Silk Serif", sans-serif;
  font-weight: bold;
  margin-bottom: 45px;
}

.sc__infos p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
}

.sc__infos span {
  display: inline-block;
}

@media (max-width: 1199px) {
  .sc__infos h3 {
    font-size: 23px;
    margin-bottom: 30px;
  }

  .sc__infos p {
    font-size: 14px;
    line-height: 16px;
  }
  .modal-level-tow{
    min-height: 725px;
  }
}
@media (max-width: 991px) {
  .modal-level-tow{
    min-height: 790px;
  }
}

@media (max-width: 575px) {
  .bg-scratch {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bg-scratch .container {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-level-tow{
    min-height: 100%;
  }
}

/*scratch canvas*/
/*.sc__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-47%, -52%, 0);
  display: block;
  width: 58.3333333333%;
  height: 91.03%;
  max-width: 58.3333333334%;
}

.sc__wrapper:hover {
  cursor: pointer;
}

.sc__container {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sc__container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/general/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

.sc__container > img,
.sc__container > iframe {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0; 
  padding: 0; 
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sc__container canvas {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

@media (max-width: 1199px) {
  .sc__infos h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .sc__infos p {
    font-size: 16px;
    line-height: 22px;
  }
}



@media (max-width: 767px) {
  .sc__infos {
    top: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sc__infos h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .sc__infos p {
    font-size: 11px;
    line-height: 16px;
  }

  .sc__infos img {
    width: 30px;
  }
}

@media (max-width: 575px) {
  .bg-scratch {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bg-scratch .container {
    padding-left: 0;
    padding-right: 0;
  }
}*/

/*Shop Section*/
.shop-description {
  font-size: 26px;
  line-height: 32px;
}

/* Brand Section*/
.brand-carousel {
  padding-left: 15px;
  padding-right: 15px;
}

.brand-accordion {
  padding-left: 15px;
  padding-right: 15px;
}

.brand-accordion .accordion-button {
  border-bottom: 2px solid #1c1c1c;
  font-size: 25px;
  color: #1c1c1c;
  padding-left: 0;
  font-family: "Silk Serif";
  font-weight: bold;
}

.brand-accordion .accordion-collapse {
  border-bottom-color: #1c1c1c;
  border-bottom-width: 2px;
}

.brand-accordion .accordion-button.collapsed {
  border-bottom-width: 2px;
}

.brand-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 2px;
}

.brand-accordion .accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.brand-accordion .accordion-button:not(.collapsed) {
  color: #1c1c1c;
  background-color: unset;
}

.brand-accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../img/general/plus.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.brand-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../img/general/minus.svg");
  transform: rotate(180deg);
}
/* End Brand section*/

/*Start subscribe form*/
.subscribe-form .form-control {
  border-radius: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #1c1c1c;
}

.subscribe-form .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(28 28 28 / 25%);
}
.subscribe-form .form-check-input:checked {
  background-color: black;
  border-color: black;
}
.subscribe-product-title{
  transform: none;
  margin-bottom: 15px;  
}
/*End subscribe form*/

/*Map*/
/*
.sl-map-container {
    clear: both;
    width: 100%;
}

.sl-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 530px;
}


 .sl-list {
    height: 530px;
    overflow-x: auto;
    width: 100%;
}*/


/* Infowindow Roboto font override */
.gm-style div, 
.gm-style span, 
.gm-style label, 
.gm-style a {
  font-family: Arial, Helvetica, sans-serif;
}

.bh-sl-container {
  padding: 0;
  overflow: hidden;
}

/* Avoid image issues with Google Maps and CSS resets */
.bh-sl-map-container img {
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: none !important;
  max-width: none !important;
}

.bh-sl-map-container {
  position: relative;
  width: 100%;
}

.bh-sl-container .bh-sl-map {
  height: 530px;
  width: 100%;
}


.bh-loc-list {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 33.333333%;
  z-index: 3;
  overflow-y: auto;

  display: flex;
  flex-direction: column;
  justify-content: start;


  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;

  will-change: transform;

   box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
              0 2px 2px rgba(0,0,0,0.12), 
              0 4px 4px rgba(0,0,0,0.12), 
              0 8px 8px rgba(0,0,0,0.12),
              0 16px 16px rgba(0,0,0,0.12);

}

.bh-loc-list.open {
  transition-delay: 0.2s;

  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.marker { 
  text-decoration: none;
  color: #1c1c1c;
  position: relative;
}


.marker:hover {
  text-decoration: none;
  color: inherit;
}

.marker-title {
  display: flex;
  align-items: center;
}

.marker-icon {
  display: inline-block;
  width: 20px;
  height: 29px;
  background-image: url("/img/general/marker.svg");
  background-repeat: no-repeat;
  background-size: 20px 29px;
}

.marker-close-overlay {
  z-index: 999;
  font-size: 32px;
  cursor: pointer;
  align-self: flex-end;
  margin: 13px;
}


@media (max-width: 991px) {
  .bh-loc-list {
    width: 40%;
  }

  .marker-body {
    padding: 0.5rem
  }

  .marker-title {
    display: block;
    font-size: 1rem;
  }

  .marker-icon {
    float: left;
  }

  .marker-address {
    font-size: 12px;
  }

}

/*End Map*/


/* Footer */
.social-wrapper {
  background-position: center center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.social-network {
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.social-network li {
  display: inline-block;
  margin: 0 10px;
}

.social-network li:first-child {
  margin-left: 0;
}

.social-network li:last-child {
  margin-right: 0;
}

.social-network .icon {
  background-color: #1c1c1c;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
}

.social-network .icon i {
  line-height: 50px;
  color: #e4c2bb;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

/* footer social icons */
.social-network .icoFacebook:hover {
  background-color: #3b5998;
}
.social-network .icoTwitter:hover {
  background-color: #33ccff;
}
.social-network .icoPinterest:hover {
  background-color: #d63633;
}
.social-network .icoQuora:hover {
  background-color: #aa2200;
}
.social-network .icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network .icoInstagram:hover {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
}

.social-network li .icon:hover i {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .social-network .icon {
    width: 33px;
    height: 33px;
    font-size: 20px;
  }

  .social-network .icon i {
    line-height: 33px;
  }
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.nl-input {
  border: 0;
  padding: 15px 20px;
  border-radius: 0;
  border-bottom: 1px solid #1c1c1c;
  margin-right: 11px;
  background-color: transparent;
}

.nl-input:focus {
  color: #1c1c1c;
  background-color: transparent; 
  border-color: #1c1c1c;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(28 28 28 / 25%);
}

.nl-checkbox {
  border: 1px solid #1c1c1c;
  border-radius: 0;
}

.nl-checkbox[type="checkbox"] {
  border-radius: 0;
}

.nl-checkbox:checked {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}

.nl-label {
  font-family: "Montserrat", sans-serif;
}

.nl-btn {
  border-radius: 0;
  padding: 16px 55px;
}

.nl-icon {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #1c1c1c;
  border-radius: 0;
}

@media (max-width: 991px) {
  .footer .title,
  .footer .description {
    display: block;
    text-align: center;
  }

  .nl-label {
    font-size: 12px;
  }
}

/* End Footer*/

/*Copyright*/

.copyright {
  display: block;
  background-color: #1c1c1c;
  color: #fff;
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
}

.copyright__title {
  color: #fff;
  font-family: "Silk Serif", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.copyright__title a {
  color: #fff;
  text-decoration: none;
}

.copyright__list {
  justify-content: space-between;
  margin-bottom: 20px;
}

.copyright__item,
.copyright__text {
  color: #fff;
  font-family: "Montserrat";
  font-size: 12px;
}

.copyright__item {
  padding: 0.25rem 0.5rem;
  background-color: unset;
  border: 0px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
}

.copyright__item a {
  color: #fff;
  font-family: "Montserrat";
  font-size: 12px;
  text-decoration: none;
}

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/*Disable hover*/
.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


.grecaptcha-badge{
  margin: 25px auto;
}