@-webkit-keyframes background {
    0% {
      top: 0;
    }
    100% {
      top: -100%;
    }
  }
  @-moz-keyframes background {
    0% {
      top: 0;
    }
    100% {
      top: -100%;
    }
  }
  @-o-keyframes background {
    0% {
      top: 0;
    }
    100% {
      top: -100%;
    }
  }
  @keyframes background {
    0% {
      top: 0;
    }
    100% {
      top: -100%;
    }
  }

    /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }

  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #111;
    z-index: 99999999999 !important;
  }
  #preloader.loaded {
    -webkit-animation: background 0.65s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation: background 0.65s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation: background 0.65s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation: background 0.65s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  
  [data-loader="circle-side"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #ccc;
    border-top-color: #444;
    border-right-color: #444;
    border-bottom-color: #444;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
  }
  
  @-webkit-keyframes circle {
    0% {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes circle {
    0% {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes circle {
    0% {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes circle {
    0% {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
/*   :root {
    --bs-breakpoint-xs: 0px;
    --bs-breakpoint-sm: 1000px;
    --bs-breakpoint-md: 1000px;
    --bs-breakpoint-lg: 1000px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
  } */

  /* Structure */
  html,
  body {
      height: 100%;
  }
  
  body {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
      background-color: #000;
      color: #ccc;
      -webkit-font-smoothing: antialiased !important;
      /* background: url("../img/slide_1.jpg") no-repeat center center fixed; */
      background-size: cover;
  }

  .btn-custom {
    background-color: #f0edeb;  /* Or your desired color */
    border-color: #f0efef;
    color: #0f0f0f;
    /* Additional styling, e.g. rounded corners, padding, etc. */
  }
  .btn-custom:hover {
    background-color: #e65c00;
    border-color: #e65c00;
  }
  
  
  /* TYPOGRAPHY and links color */
  p {
      margin-bottom: 20px;
  }
  
  .lead {
      margin-top: -15px;
  }
  
  a {
      color: #fff;
      text-decoration: none;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
  }
  
  a:hover,
  a:focus {
      color: #00aeef;
      text-decoration: none;
      outline: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      letter-spacing: -.03em;
      color: #fff;
      font-family: 'Poppins', sans-serif;
      -webkit-font-smoothing: antialiased !important;
  }
  
  h1 {
      margin:0;
      padding: 0;
      text-align: center;
      font-size: 48px;
      font-weight: 600;
  }
  
  h2 {
      font-weight: 400;
      margin: 0 0 20px 0;
      padding: 0;
      text-align: center;
      font-size: 24px;
  }
  
  h2.section_title {
      font-weight: 500;
      font-size: 36px;
      margin: 30px 0 60px 0;
  }
  
  h3 {
      margin: 60px 0 30px 0;
      padding: 0;
      text-align: center;
      font-size: 42px;
  }
  
  #modal-notified h3 {
      margin: 60px 0 20px 0;
      padding: 0;
      font-size: 36px;
  }

  #modal-termsandconditions h3 {
      margin: 60px 0 20px 0;
      padding: 0;
      font-size: 36px;
  }

  #modal-privacypolicy h3 {
      margin: 60px 0 20px 0;
      padding: 0;
      font-size: 36px;
  }
  
  #modal-offers h3 {
      font-weight: 500;
      margin: 0 0 25px 0;
      padding: 0;
      font-size: 28px;
      text-align: left;
  }
  
  #modal-offers h3 span {
      font-weight: 300;
      display: block;
      font-size: 18px;
  }
  
  #modal-contacts h3 {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding: 5px 8px;
  }
  
  /* BUTTONS */
  .btn_check {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background: #cc6666;
      border: none;
      color: #fff;
      width: 100%;
      height: 42px;
      line-height: 34px;
      text-align: center;
      outline: none;
      margin:0 5px;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      font-weight: 600;
      text-transform: uppercase;
  }
  
  .btn_check:hover {
      background: #ed6464;
  }
  
  .btn-2 {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      background: #6CC;
      border: none;
      color: #fff;
      display: inline-block;
      padding: 12px 15px;
      line-height: 1;
      text-align: center;
      font-weight: 600;
      outline: none;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
  }
  
  .btn-2:hover {
      color: #fff;
      background: #3366ff;
  }
  
  hr {
      border-top: 1px solid #373737;
  }
  
  /* Basic Structure
  -------------------------------------------------*/
  
  #main {
      position: relative;
  }
  
  #logo {
      margin: auto;
      width: 140px;
      background: rgba(0, 0, 0, 0.7);
      text-align: center;
      padding: 15px 0;
      margin-bottom: 30px;
  }
  
  .main_content {
      position: static;
      /*top:-200px;*/
  }
  /* Booking form */
  #book {
      background: rgba(0, 0, 0, 0.4);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding: 8px;
      position: relative;
      max-width: 1300px;
  }
  #book-confirm {
      background: rgba(0, 0, 0, 0.8);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding: 8px;
      position: relative;
      max-width: 1300px;
  }

  .mobile-burguer {
    display: none;
  }
  .menu-separator {
    border-top: 1px solid #b8b8b8;
  }

  
  #modal-offers,
  #modal-notified,
  #modal-termsandconditions,
  #modal-privacypolicy,
  #modal-contacts {
      background: #1f1f1f;
      background: rgba(000, 000, 000, 0.7);
      display: none;
      left: 0;
      min-height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 997;
  }
  
  ul#contact_info {
      list-style: none;
      text-align: center;
      border-top: 1px solid #373737;
      margin-top: 15px;
      padding-top: 30px;
      margin-left: 0;
      padding-left: 0;
  }
  
  .container_count {
      width: 60px;
      display: inline-block;
      margin-right: 5px;
      text-align: center;
  }
  
  .container_count.last {
      margin-right: 0;
  }
  
  #countdown_wp {
      text-align: center;
      margin: 5px 0 20px 0;
  }
  
  #days,
  #hours,
  #minutes,
  #seconds {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: 2px solid rgba(255, 255, 255, 0.7);
  
      text-align: center;
      width: 60px;
      height: 60px;
      font-size: 24px;
      line-height: 56px;
      font-family: "Helvetica Neue", Arial, sans-serif;
      font-weight: 500;
      color: #fff
  }
  
  nav {
      background: rgba(0, 0, 0, 0.7);
      width: 100%;
      padding: 10px;
  }

  .navbar {
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.8);
  }
  
  ul.menu {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  ul.menu li {
      float: left;
      font-weight: 500;
  }
  
  ul.menu li a {
      display: inline-block;
      padding: 10px 30px;
      color: #ccc;
      background: url(../img/menu_divider.png) no-repeat center right;
  }
  
  ul.menu li a:hover {
      color: #fff;
  }
  
  .phone-mobile-fix {
    position: relative;
  }

  #modal-offers-open,
  #modal-notified-open,
  #modal-termsandconditions-open,
  #modal-privacypolicy-open,
  #modal-contacts-open {
      padding-left: 50px;
      position: relative;
  }
  
  
  #modal-notified-open:before, #modal-termsandconditions-open:before, #modal-privacypolicy-open:before, #modal-contacts-open:before {
     font-family: bootstrap-icons !important;
      position: absolute;
      left: 25px;
      top: 10px;
  }
  #modal-offers-open:before {
    font-family: 'food' !important;
      position: absolute;
      left: 25px;
      top: 10px;
  }
  #modal-offers-open:before {
      content: "\0041";
      font-size: larger;
      top: 8px;
  }
  
  #modal-notified-open:before {
      content: "\f189";
  }
  
  #modal-termsandconditions-open:before {
      content: "\F35F"; 
  }

  #modal-privacypolicy-open:before {
      content: "\F531"; 
  }
  
  #modal-contacts-open:before {
      content: "\f3e7"; 
  }
  
  #modal-contacts-open:before {
      content: "\f3e7"; 
  }
  
  ul.additional_info {
     list-style: none;
     padding: 0;
     margin: 0 0 25px 0;
  }
  
  ul.additional_info li {
     display: inline-block;
     font-size: 28px;
     margin-right: 15px;
  }
  
  ul.additional_info li:last-child {
     margin-right: 0;
  }
  
  /*============================================================================================*/
  /* 2.  FORMS */
  /*============================================================================================*/
  .input-icon {
      position: absolute;
      right: 10px;
      top: 6px;
      width: 28px;
      background-color: #fff;
      text-align: right;
  }
  
  .input-icon i {
      color: #bbb;
      font-size: 21px;
  }
  
  .form-control {
      padding: 10px;
      font-size: 14px;
      font-weight: 500;
  }
  
  .first-nogutter {
      padding-right: 0;
  }
  
  .nogutter {
      padding-right: 0;
      padding-left: 5px;
  }
  
  .form-group {
      position: relative;
      margin-bottom: 1rem;
  }
  
  .form-control {
      background-color: #ffffff;
      border: none;
  }
  
  .form-control:focus {
      outline: 0;
      box-shadow: none;
  }
  
  .loader {
      float: right;
      display: inline;
      margin-top: 10px;
      color: #fff;
      margin-right: -14px;
  }
  
  label {
      font-weight: 600;
      line-height: 14px;
  }
  
  .error_message {
      margin-top: 5px;
      color: #F66;
      display: block;
      font-size: 12px;
  }
  
  /** Quantity incrementer input==================== **/
  .qty-buttons {
      position: relative;
  
  }
  
  input.qty {
      width: 200px;
  }
  
  input.qtyminus,
  input.qtyplus{
      position: absolute;
      width: 32px;
      height: 23px;
      border: 0;
      border-left: 1px solid #ddd;
      outline: none;
      cursor: pointer;
      -webkit-appearance: none;
      border-radius: 0
  }
  
  input.qtyplus {
      background: #fff url(../img/plus.png) no-repeat center center;
      right: 0;
      top: 0;
      text-indent: -9999px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-radius-topright: 4px;
      border-top-right-radius: 4px;
      box-shadow: none;
  }
  
  input.qtyminus {
      background: #fff url(../img/minus.png) no-repeat center center;
      right: 0;
      top: 18px;
      text-indent: -9999px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      border-bottom-right-radius: 4px;
      box-shadow: none;
  }

  .accept-terms {
    color: white;
  }

  .accept-terms a{
    text-decoration: underline;
  }

  .grecaptcha-badge { visibility: hidden; }

      #purchase {
        position: fixed;
        top: 20px;
        right: 20px;
        padding: 5px 8px 3px;
        color: #fff;
        z-index: 2;
        font-size: 11px;

    }

    #purchase a {
        display: inline-block;
        padding: 5px 10px;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #111;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #purchase a:hover {
        background-color: #6CC;
    }

  
  /*============================================================================================*/
  /* 3.  COMMON */
  /*============================================================================================*/
  /*-------- Datepicker --------*/
  .daterangepicker {
    border: 0 !important;
    font-family: "Poppins", Helvetica, sans-serif !important;
  }
  
  .daterangepicker .calendar-table th {
    font-size: 13px !important;
  }
  
  .daterangepicker .calendar-table td {
    width: 40px !important;
    height: 30px !important;
    font-size: 13px !important;
    font-weight: 400;
  }
  
  /* Fix for scroll issue */
  @media screen and (min-width: 560px) {
    .daterangepicker.single {
      width: auto !important;
    }
  }
  .applyBtn.btn.btn-sm.btn-primary {
    background-color: #4b514d;
    border: 0;
  }
  
  .drp-selected {
    display: none !important;
  }
  
  @media screen and (max-width: 600px) {
    .daterangepicker .drp-calendar {
      max-width: 100% !important;
    }
  
    .daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
      clear: none !important;
      float: none !important;
      margin-right: 0;
    }
  }
  .daterangepicker {
    -webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
  }
  .add_bottom_60{
      padding-bottom: 60px;
  }
  .daterangepicker{
      color: #333!important;
  }
  @media (max-width: 575px) {
    .datepicker_mobile_full .daterangepicker {
      margin-top: 0 !important;
      border: none !important;
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      z-index: 9999999 !important;
      height: 100% !important;
      overflow-y: scroll !important;
    }
    .datepicker_mobile_full .daterangepicker .calendar {
      max-width: 100% !important;
    }
  }
  
  ul#contact_follow {
      list-style: none;
      margin: 10px 10px 0 0;
      padding: 0;
      font-size: 18px;
      float: right;
  }
  
  ul#contact_follow li {
      display: inline-block;
      margin: 0 5px;
  }
  
  ul#contact_follow li a {
      color: #ccc;
  }
  
  ul#contact_follow li a:hover {
      color: #fff;
  }
  
  .map_iframe iframe{
      width: 100%;
      height: 350px;
      filter: grayscale(85%);
  }
  
  ul#contact_follow_2 {
      list-style: none;
      margin-top: 15px;
      padding: 0;
      font-size: 24px;
      margin: auto;
      margin-bottom: 30px;
  }
  
  ul#contact_follow_2 li {
      display: inline-block;
      margin-bottom: 10px;
  }
  
  /** List styles **/
  ul.list {
      list-style: none;
      margin: 0 0 20px 0;
      padding: 0;
  }
  
  ul.list li {
      padding-left: 15px;
      position: relative;
      margin-bottom: 10px;
  }
  
  ul.list li:before {
      font-family: 'ElegantIcons';
      content: "\35";
      position: absolute;
      left: 0;
      top: 0;
  }
  
  a.modal-close {
      color: #fff;
      font-size: 28px;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 9;
      outline: none;
  }
  
  #slides {
      position: fixed !important;
      top: 0;
      left: 0;
      z-index: -2;
  }
  
  ul.slides-container li img {
      opacity: 0.4;
  }
  
  #slides .slides-container {
      display: none;
  }
  
  #slides .scrollable {
      *zoom: 1;
      position: relative;
      top: 0;
      left: 0;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      height: 100%;
  }
  
  #slides .scrollable:after {
      content: "";
      display: table;
      clear: both;
  }
  
  .jarallax {
    position: relative;
    z-index: 0;
  }
  
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  .jarallax_element {
    height: 100vh; 
    width: 100%; 
    z-index: -1; 
    position: fixed; 
    opacity: 0.75;
  }
  
  .vegas-overlay {
      opacity: .5!important;
      background:#000!important;
  }
  
  
  /* Success submit */
  #success_page {
    padding: 30px 0;
    text-align: center;
  }
  #success_page h5 {
    margin-top: 15px;
  }
  #success_page h5 span {
    display: block;
    margin-top: 7px;
    font-size: 16px;
  }
  
  /* Confirm page */
  #confirm {
    text-align: center;
    padding: 60px 15px;
  }

  #cookiescript_badge {
    visibility: hidden;
  }
  
  @-webkit-keyframes checkmark {
    0% {
      stroke-dashoffset: 50px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @-ms-keyframes checkmark {
    0% {
      stroke-dashoffset: 50px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes checkmark {
    0% {
      stroke-dashoffset: 50px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes checkmark-circle {
    0% {
      stroke-dashoffset: 240px;
    }
    100% {
      stroke-dashoffset: 480px;
    }
  }
  @-ms-keyframes checkmark-circle {
    0% {
      stroke-dashoffset: 240px;
    }
    100% {
      stroke-dashoffset: 480px;
    }
  }
  @keyframes checkmark-circle {
    0% {
      stroke-dashoffset: 240px;
    }
    100% {
      stroke-dashoffset: 480px;
    }
  }
  .inlinesvg .svg svg {
    display: inline;
  }
  
  .icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards;
  }
  
  .icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
  }
  
  
  /*============================================================================================*/
  /* 4.  MEDIA QUERIES */
  /*============================================================================================*/
  
  @media (max-width: 1400px) {
    input.qty {
        width: 100%;
    }
  }
  
  @media (min-width: 993px) and (max-width: 1200px) {
      .qty-buttons {
          width: 140px;
      }
  
      input.qty {
          width: 152px;
      }
      input.qtyminus {
        right: -12px;
      } 
      input.qtyplus {
        right: -12px;
      } 
      
  
  }
  
  @media (min-width: 768px) and (max-width: 991px) {


      .main_content {
          position: relative;
          top:0;
      }
      .first-nogutter {
          padding-right: 15px;
          padding-left: 15px;
      }
  
      .nogutter {
          padding-right: 15px;
          padding-left: 15px;
      }
  
      .form-control {
          margin-bottom: 10px;
      }
  
      .input-icon {
          right: 25px;
      }
  
      .qty-buttons {
          width: 100%;
      }
  
      input.qty {
          width: 100%;
      }

      .modal-notified-confirm {
          padding-left: 50px;
          position: relative;
          width: 100%;
      } 
  
      .btn_check {
          /* width: 120px; */
          display: block;
          position: static;
          bottom: -50px;

          /* left: 50%; */
          margin-left: 0px; 
      }

      #logo {  
        width: 100px;
        height: 90px;
        margin-bottom: 0px;
        padding-top: unset;
        /* width: 80px;
        height: 80px; */
      }

      .logoImg {
        width: 80px;
        height: 80px;
      }

      .phone-mobile-fix {
        position: static;
      }

      .mobile-burguer {
        display: inline;
        /* position: absolute; */
      }
      .mobile-burguer-content {
        font-size: 14px;
        background: #1f1f1f;
        background: rgba(000, 000, 000, 0.7);
        left: 0;
        top: 3.5rem !important;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 997;
      }
  
  
      #modal-offers-open,
      #modal-notified-open,
      #modal-termsandconditions-open,
      #modal-privacypolicy-open,
      #modal-contacts-open {
          padding-left: 0;
          position: relative;
      }
  
      a#modal-offers-open,
      a#modal-notified-open,
      a#modal-termsandconditions-open,
      a#modal-privacypolicy-open,
      a#modal-contacts-open {
          text-indent: -999px;
          width: 50px;
          height: 42px;
      }
  
      #modal-offers-open:before,
      #modal-notified-open:before,
      #modal-termsandconditions-open:before,
      #modal-privacypolicy-open:before,
      #modal-contacts-open:before {
          font-size: 22px;
          text-indent: 0px;
      }
  
      #modal-offers-open:before {
          left: 11px;
          top: 5px;
      }
  
      #modal-notified-open:before {
          left: 12px;
          top: 5px;
      }
      
      #modal-termsandconditions-open:before {
          left: 12px;
          top: 5px;
      
        }
      #modal-privacypolicy-open:before {
          left: 12px;
          top: 4px;
      }

      #purchase {
            display: none;

        }
  
      #modal-contacts-open:before {
          left: 15px;
          top: 5px;
      }
  
      h1 {
          margin: 0;
          font-size: 24px;
      }
  
      h2 {
          font-size: 16px;
      }
  
      h3 {
          font-size: 32px;
      }
  
      #modal-notified h4 {
          font-size: 24px;
          margin-top: 45px;
      }
      
      #modal-termsandconditions h4 {
          font-size: 24px;
          margin-top: 45px;
      
        }
      #modal-privacypolicy h4 {
          font-size: 24px;
          margin-top: 45px;
      }
  
      .loader {
          position: absolute;
          right: 20px;
          bottom: -45px;
      }
  
  }
  
  /* From tablet portrait to mobile */
  @media (max-width: 767px) {
      .main_content {
          position: relative;
          top:0;
      }
      .first-nogutter {
          padding-right: 15px;
          padding-left: 15px;
      }
  
      .nogutter {
          padding-right: 15px;
          padding-left: 15px;
      }
  
      .form-control {
          margin-bottom: 10px;
      }
  
      .input-icon {
          right: 25px;
      }
  
      .qty-buttons {
          width: 100%;
      }
  
      input.qty {
          width: 100%;
      }
  
      .btn_check {
          /* width: 120px; */
          display: block;
          position: static;
          bottom: -50px;

          /* left: 50%; */
          margin-left: 0px; 
      }

      #logo {  
        width: 100px;
        height: 90px;
        margin-bottom: 0px;
        padding-top: unset;
        /* width: 80px;
        height: 80px; */
      }

      .logoImg {
        width: 80px;
        height: 80px;
      }

      .phone-mobile-fix {
        position: static;
      }

      .mobile-burguer {
        /* width: 80px; */
        display: inline;
        /* position: absolute; */
      }
      .mobile-burguer-content {
        font-size: 14px;
        background: #1f1f1f;
        background: rgba(000, 000, 000, 0.7);
        left: 0;
        top: 3.5rem !important;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 997;
      }
  
  
      #modal-offers-open,
      #modal-notified-open,
      #modal-termsandconditions-open,
      #modal-privacypolicy-open,
      #modal-contacts-open {
          padding-left: 0;
          position: relative;
      }
  
      a#modal-offers-open,
      a#modal-notified-open,
      a#modal-termsandconditions-open,
      a#modal-privacypolicy-open,
      a#modal-contacts-open {
          text-indent: -999px;
          width: 50px;
          height: 42px;
      }
  
      #modal-offers-open:before,
      #modal-notified-open:before,
      #modal-termsandconditions-open:before,
      #modal-privacypolicy-open:before,
      #modal-contacts-open:before {
          font-size: 22px;
          text-indent: 0px;
      }
  
      #modal-offers-open:before {
          left: 11px;
          top: 5px;
      }
  
      #modal-notified-open:before {
          left: 12px;
          top: 5px;
      }
      .modal-notified-confirm {
          padding-left: 50px;
          position: relative;
          width: 100%;
      }
      
      #modal-termsandconditions-open:before {
          left: 12px;
          top: 5px;
      
        }
      #modal-privacypolicy-open:before {
          left: 12px;
          top: 4px;
      }

      #purchase {
            display: none;

        }
  
      #modal-contacts-open:before {
          left: 15px;
          top: 5px;
      }
  
      h1 {
          margin: 0;
          font-size: 24px;
      }
  
      h2 {
          font-size: 16px;
      }
  
      h3 {
          font-size: 32px;
      }
  
      #modal-notified h4 {
          font-size: 24px;
          margin-top: 45px;
      }
      
      #modal-termsandconditions h4 {
          font-size: 24px;
          margin-top: 45px;
      
        }
      #modal-privacypolicy h4 {
          font-size: 24px;
          margin-top: 45px;
      }
  
      .loader {
          position: absolute;
          right: 20px;
          bottom: -45px;
      }
  
  }
  
  /* Mobile portrait */
  @media (max-width: 480px) {
      body {
          font-size: 12px;
      }
  
      h3 {
          margin: 40px 0 20px 0;
          font-size: 32px;
      }
  
      #modal-offers h3 {
          font-size: 24px;
      }
  
      #modal-offers h3 span {
          font-size: 16px;
      }
      
      #modal-termsandconditions-open,
      #modal-privacypolicy-open {
          display:none;
      }
  
  }