/* -------Main Styles-------- */
/* 
* css reset
*/
html,
body {
  margin: 0;
  padding: 0; }

.happy-cookie {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  min-height: 100%;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
  /* The custom-checkbox */
  /* Style the tab */
  /* Style the tab content */ }
  .happy-cookie .main-content {
    font-family: Arial, sans-serif; }
    .happy-cookie .main-content p {
      font-family: Arial, sans-serif; }
  .happy-cookie a {
    text-decoration: none; }
  .happy-cookie .mf-container {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
    width: 92%; }
  .happy-cookie .row.row--small-padding {
    margin-right: -10px;
    margin-left: -10px; }
    .happy-cookie .row.row--small-padding > [class*="col-"] {
      padding-right: 10px;
      padding-left: 10px; }
  .happy-cookie img {
    max-width: 100%;
    height: auto; }
  .happy-cookie p {
    font-size: 15px;
    margin: 0 0 1rem 0; }
  .happy-cookie a,
  .happy-cookie input[type="submit"],
  .happy-cookie input[type="button"] {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none;
    text-overflow: unset;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none; }
  .happy-cookie input::placeholder, .happy-cookie textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000 !important;
    opacity: 1;
    /* Firefox */
    font-family: Arial, sans-serif; }
  .happy-cookie input:-ms-input-placeholder, .happy-cookie textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000 !important;
    font-family: Arial, sans-serif; }
  .happy-cookie input::-ms-input-placeholder, .happy-cookie textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000 !important;
    font-family: Arial, sans-serif; }
  .happy-cookie iframe {
    max-width: 100%; }
  .happy-cookie .header-page ul, .happy-cookie .main-footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .happy-cookie .login-register .form-control {
    background: #e6e5d9; }
  .happy-cookie .form-control {
    border-radius: 0px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border: none;
    outline: none;
    box-shadow: none;
    border: none; }
    .happy-cookie .form-control:active, .happy-cookie .form-control:focus {
      outline: none;
      box-shadow: none;
      border: none;
      background: #e6e5d9; }
  .happy-cookie .btn-custom {
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    background: linear-gradient(119.05deg, #736357 17.57%, #8d6f5f 71.91%);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    border: none;
    font-size: 16px; }
    .happy-cookie .btn-custom:hover {
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      background: linear-gradient(119.05deg, #8d6f5f 17.57%, #736357 71.91%);
      color: #FFFFFF; }
    .happy-cookie .btn-custom.btn-join-now {
      border-radius: 0px 32px 32px 32px; }
  .happy-cookie input, .happy-cookie button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .happy-cookie .no-scroll {
    overflow: hidden; }
  .happy-cookie .row.row--small-padding {
    margin-right: -10px;
    margin-left: -10px; }
    .happy-cookie .row.row--small-padding > [class*='col-'] {
      padding-right: 10px;
      padding-left: 10px; }
  .happy-cookie .custom-checkbox {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 18px;
    min-height: 17px;
    box-sizing: border-box; }
    .happy-cookie .custom-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .happy-cookie .custom-checkbox .checkmark {
      position: absolute;
      top: 3px;
      left: 0;
      height: 18px;
      width: 18px;
      border-radius: 2px;
      border: 2px solid #b3b3b3; }
      .happy-cookie .custom-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 5px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid #b3b3b3;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .happy-cookie .custom-checkbox:hover input ~ .checkmark {
      border-color: #b3b3b3; }
    .happy-cookie .custom-checkbox input:checked ~ .checkmark, .happy-cookie .custom-checkbox.haveActive input ~ .checkmark {
      border-color: #b3b3b3; }
      .happy-cookie .custom-checkbox input:checked ~ .checkmark:after, .happy-cookie .custom-checkbox.haveActive input ~ .checkmark:after {
        display: block; }
    .happy-cookie .custom-checkbox.haveActive .checkmark:after {
      transform: none;
      border: none;
      height: 2px;
      top: 6px;
      width: 8px;
      left: 3px; }
  .happy-cookie .table-responsive {
    max-width: 100%;
    overflow: auto; }
  .happy-cookie .tab {
    border-bottom: 1px solid #000000; }
    .happy-cookie .tab .tablinks {
      border: none;
      background: none;
      outline: none;
      padding: 10px 15px;
      font-weight: 600;
      margin-right: 10px;
      position: relative; }
      .happy-cookie .tab .tablinks::before {
        position: absolute;
        content: "";
        width: 0%;
        height: 6px;
        background: #000000;
        border-radius: 5px;
        bottom: -3px;
        left: 0;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .happy-cookie .tab .tablinks.active::before, .happy-cookie .tab .tablinks:hover::before {
        width: 100%;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
  .happy-cookie .tab-content {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; }
  .happy-cookie .owl-carousel .owl-controls .owl-dots {
    position: absolute;
    text-align: center;
    bottom: 20px;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, 0); }
    .happy-cookie .owl-carousel .owl-controls .owl-dots .owl-dot {
      border: 1px solid #ccc;
      background: none;
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin: 0 5px; }
      .happy-cookie .owl-carousel .owl-controls .owl-dots .owl-dot:hover, .happy-cookie .owl-carousel .owl-controls .owl-dots .owl-dot.active {
        background-color: #ccc; }
  .happy-cookie .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 0;
    box-sizing: border-box; }
    .happy-cookie .owl-controls .owl-nav > div.owl-prev {
      left: -5%; }
    .happy-cookie .owl-controls .owl-nav > div.owl-next {
      right: -5%; }
  .happy-cookie .owl-controls .owl-nav .owl-prev,
  .happy-cookie .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%; }
    .happy-cookie .owl-controls .owl-nav .owl-prev .bi,
    .happy-cookie .owl-controls .owl-nav .owl-next .bi {
      font-size: 35px;
      line-height: 33px; }
  .happy-cookie .owl-controls .owl-nav .owl-prev {
    float: left; }
  .happy-cookie .owl-controls .owl-nav .owl-next {
    float: right; }
  .happy-cookie .owl-controls .owl-nav span {
    font-size: 35px;
    line-height: 40px; }
  .happy-cookie .collapsible-wrap .collapsible {
    color: #000000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e7e6db;
    text-align: left;
    outline: none;
    font-size: 15px;
    background: none;
    padding: 10px;
    font-weight: 700;
    clear: both;
    display: table; }
    .happy-cookie .collapsible-wrap .collapsible:after {
      content: '\002B';
      color: #000000;
      font-weight: 200;
      float: right;
      margin-left: 5px;
      font-size: 23px; }
    .happy-cookie .collapsible-wrap .collapsible.active::after {
      content: "\2212"; }
  .happy-cookie .collapsible-wrap .content {
    padding: 0px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 100%; }
    .happy-cookie .collapsible-wrap .content .wrap-content {
      margin: 20px 0 35px 0; }
      .happy-cookie .collapsible-wrap .content .wrap-content a {
        color: #000000; }
  .happy-cookie .thin-text {
    font-weight: 300; }
  .happy-cookie .product-quantity {
    border: 1px solid #000000;
    width: 72px; }
    .happy-cookie .product-quantity .quantity-selectors-container {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      padding: 0; }
    .happy-cookie .product-quantity .quantity-selectors {
      display: flex;
      flex-direction: column;
      margin: 0;
      padding: 0; }
      .happy-cookie .product-quantity .quantity-selectors button {
        -webkit-appearance: none;
        appearance: none;
        margin: 0;
        border-radius: 0;
        border: none;
        border-left: 1px solid #000000;
        background-color: #fff;
        color: #000000;
        padding: 0;
        line-height: 20px;
        width: 20px;
        text-align: center;
        font-size: 20px; }
        .happy-cookie .product-quantity .quantity-selectors button:first-child {
          border-bottom: 1px solid #000000; }
        .happy-cookie .product-quantity .quantity-selectors button:hover {
          cursor: pointer; }
        .happy-cookie .product-quantity .quantity-selectors button[disabled="disabled"] {
          cursor: not-allowed; }
        .happy-cookie .product-quantity .quantity-selectors button[disabled="disabled"] span {
          opacity: 0.5; }
    .happy-cookie .product-quantity input {
      line-height: 39px;
      border: none;
      outline: none;
      width: 50px;
      text-align: center; }

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*# sourceMappingURL=style.css.map */
