/*=====================================================*/
/* Advansys PageExpress Custom Responsive Stylesheet   */
/*=====================================================*/

.top-line {
  height: 2px;
  width: 72px;
  border-top: 1px solid #b8c4b1;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 30px;
}

:root {
  --body-background: rgb(255, 255, 255);
  --body-color: rgb(0, 0, 0);
  --body-font: Montserrat;
  --h1-font: Baskervville;
  --h2-font: Baskervville;
  --h3-font: Baskervville;
  --h4-font: Baskervville;
  --text-primary: rgb(0, 0, 0);
  --text-secondary: rgb(255, 255, 0);
  --cookie-background: rgb(255, 255, 255);
  --cookie-text-color: rgb(0, 0, 0);
  --button-background: rgb(0, 0, 0);
  --quickinquiry-background: rgb(238, 238, 238);
  --quickinquiry-color: rgb(68, 68, 68);
  --quickinquiry-tab-background: (
    ((quickinquiry-tab-background))
  );
  --navbar-hamburguer-icon-color: (
    ((navbar-hamburguer-icon-color))
  );
  --navbar-phone-color: rgb(255, 255, 255);
  --sticky-header-background: (
    ((sticky-header-background))
  );
  --navbar-phone-icon: rgb(255, 255, 255);
  --nav-mobile-backgroundcolor: (
    ((nav-mobile-backgroundcolor))
  );
  --navlink-mobile-bordercolor: (
    ((navlink-mobile-bordercolor))
  );
  --nav-link-color-mobile: rgb(255, 255, 255);
  --nav-link-color: rgb(0, 0, 0);
  --footer-background: rgb(0, 0, 0);
  --footer-textcolor: rgb(255, 255, 255);
  --sticky-header-text-color: (
    ((sticky-header-text-color))
  );
  --required_color: rgb(255, 0, 0);
  --h1-fontsize: 100px;
  --h2-fontsize: 48px;
  --h3-fontsize: 28px;
  --h4-fontsize: 24px;
  --h1-fontweight: normal;
  --h2-fontweight: normal;
  --h3-fontweight: normal;
  --h4-fontweight: normal;
  --header_promo_line_bgcolor: (
    ((header_promo_line_bgcolor))
  );
  --header_promo_line_textcolor: (
    ((header_promo_line_textcolor))
  );
  /*-----------------------------------------------------------------------*/
  /* Custom Variables */
  --input_height: 40px;
  --hpl01-h: 0px;
}

body {
  background: var(--body-background);
  color: var(--body-color);
  margin-top: 90px;
  font-family: var(--body-font);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 700;
}

h1,
.h1 {
  font-family: var(--h1-font);
  font-size: var(--h1-fontsize);
  font-weight: var(--h1-fontweight);
}

h2,
.h2 {
  font-family: var(--h2-font);
  font-size: var(--h2-fontsize);
  font-weight: var(--h2-fontweight);
}

h3,
.h3 {
  font-family: var(--h3-font);
  font-size: var(--h3-fontsize);
  font-weight: var(--h3-fontweight);
}

h4,
.h4 {
  font-family: var(--h4-font);
  font-size: var(--h4-fontsize);
  font-weight: var(--h4-fontweight);
}

.form-control {
  min-height: var(--input_height);
}
.btn-with-border {
  border: 1px solid #fff;
}

.btn {
  padding: 5px 15px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 30px;
  border-radius: 0;
  font-weight: 200;
  font-family: "Bebas Neue";
  letter-spacing: 0.17em;
}
.btn-brown {
  background-color: #4f4037;
}
.btn-green {
  background-color: #93ad72;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-within {
  color: #fff;
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
}

button:hover,
button:active,
button:focus,
button:focus-within {
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  padding: 5px 15px;
  background-color: var(--button-background);
  color: #fff;
  cursor: pointer;
}

.btn-primary:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--button-background);
  background-color: var(--button-background);
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--button-background);
  background-color: var(--button-background);
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:link {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-color: #000;
}

.btn-secondary {
  transition: 0.2s all;
  background-color: #fff;
  color: #000;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.btn-primary:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #000;
  color: #fff;
}

.btn-share {
  position: relative;
  margin-right: 10px;
  padding: 12px 20px 12px 35px;
  text-transform: none;
  line-height: 1;
  margin-bottom: 10px;
  border-radius: 0;
}

.btn-share span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 40px;
  text-align: center;
}

.btn-share.facebook {
  background-color: #2f5a9b;
}

.btn-share.twitter {
  background-color: #00acf2;
}

@media (min-width: 576px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* Quick Enquiry */
#slideOut {
  right: -400px;
  width: 400px;
  min-height: 300px;
}

#slideOut div.container {
  padding: 15px;
}

/* Display slideOut */
.right-tab.show {
  right: 0px !important;
}

/* Tab */
#slideOut .slideOutTab {
  cursor: pointer;
  position: absolute;
  left: -40px;
  width: 40px;
  height: 200px;
  background: var(--quickinquiry-tab-background);
}

/* Tab Layer */
.slideOutTab div {
  text-align: center;
  position: relative;
  font-family: arial;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  right: 70px;
  top: 90px;
  width: 180px;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg); /* IE9+ */
  writing-mode: horizontal-tb;
}

#slideOut .col-form-label {
  padding: 0 0 3px;
}

#slideOut .form-control {
  min-height: 35px;
}

#slideOut textarea.form-control {
  resize: none;
  height: 108px;
}

#slideOut .form-group {
  margin-bottom: 10px;
}

#slideOut .form-control:focus {
  outline: none;
}

.form.blocked {
  pointer-events: none;
}

.form .form-error {
  display: block;
  color: #b94a48;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 140%;
}

.form .tickbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.form .radio-multi .tickbox:last-child {
  margin-bottom: 0;
}

.form .radio-multi > label {
  display: none;
}

.form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-top: 5px;
}

.form input[type="checkbox"] + label {
  padding: 0 0 0 5px;
}

.form .form-error {
  font-size: 15px;
}

.form textarea.form-control {
  resize: none;
  height: 150px;
}

form input[type="checkbox"] + label + .form-error {
  display: none;
}

.form-group {
  margin-bottom: 1rem;
}

form .checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

form .checkbox + label {
  position: relative;
  padding-left: 30px !important;
  cursor: pointer;
}

form .checkbox + label:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
  border: 1px solid #cccccc;
  width: 20px;
  height: 20px;
}

form .checkbox:checked + label:after {
  content: "\f00c";
  position: absolute;
  left: 4px;
  top: 3px;
  color: rgb(0, 0, 0);
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  display: inline-block;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
}

.form .required-star {
  color: rgb(255, 0, 0);
}

form .tickbox.has-error label:before {
  color: var(--required_color);
  border-color: #fff;
  background-color: var(--required_color);
}

.form .form-group {
  position: relative;
}

.form select.valid,
.form input.valid {
  background-image: url("/images/default/success-field.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  border-color: #4a4a4a;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form select.error,
.form input.error {
  background-image: url("/images/default/error-field.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  border: 2px solid #ff0000;
  background-color: #ffeded;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form .error + div.error,
.form .form-group.has-error div.error {
  color: #f00;
  position: absolute;
  right: 0;
  bottom: -22px;
  margin: 0;
}

.form .captcha .error + div.error,
.form .form-group.captcha.has-error div.error {
  position: static;
}

.form .form-group.has-error.tickbox div.error {
  display: none !important;
}

form .has-error input.error,
form .has-error select.error,
form .has-error textarea.error,
form .radio-multi.has-error .tickbox {
  background-color: rgb(255, 244, 244);
  background-image: url("/images/default/error-field.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  border-color: #f00;
  border-width: 2px;
}

form .has-error div.error {
  color: #f00;
}

#slideOut .form-error {
  display: none;
}

#slideOut .bottom-box {
  position: relative;
  margin-bottom: 0px !important;
}

#slideOut .bottom-box .required {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  color: rgb(68, 68, 68);
}

.right-tab {
  display: none;
  position: fixed;
  top: 200px;
  width: 370px;
  right: -370px;
  background: var(--quickinquiry-background);
  z-index: 99;
  color: var(--quickinquiry-color);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.right-tab iframe {
  border: none;
  width: 100%;
  height: 350px;
}

.right-tab-button {
  background: var(--quickinquiry-tab-background);
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -40px;
}

.right-tab-button > i {
  line-height: 40px;
}

#facebook-feed {
  top: 405px;
  z-index: 9998;
}

#twitter-feed {
  top: 450px;
  z-index: 9997;
}

#instagram-feed {
  top: 495px;
  z-index: 9996;
}

.right-tab-content {
  padding: 15px;
}

/* Cookie Warning */
#cookie {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1100;
}

.CookiePreferencesPopup {
  z-index: 1101;
}

#cookie-content {
  width: calc(100% - 40px);
  max-width: 1320px;
  position: fixed;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  background-color: var(--cookie-background);
  color: var(--cookie-text-color);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  #cookie-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  #cookie-content .cookie-buttons {
    flex-direction: column;
  }
}

#cookie-content .cookie-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#cookie-content .cookie-buttons .accept-cookies,
#cookie-content .cookie-buttons .btn {
  width: 220px;
  height: 56px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cookie .cookie-text {
  font-size: 20px;
  line-height: 24px;
  color: #393431;
  padding-bottom: 0;
}

#cookie .cookie_learn_more {
  padding-bottom: 10px;
}

#cookie .cookie_learn_more a {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  font-family: "Bebas Neue";
  letter-spacing: 2px;
  color: #323316;
}

#cookie .cookie_preferences_button button {
  border-radius: 0;
  background-color: none;
  border: 2px solid #41411c;
  color: #41411c;
}

#cookie-content .cookie-buttons .accept-cookies {
  background-color: #41411c;
  color: #fff;
}

#cookie #cookie-content > .btn {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Hamburger */
.hamburger {
  position: absolute;
  top: 50%;
  left: 15px;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  transition: opacity, filter linear 0.15s;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--navbar-hamburguer-icon-color);
  border-radius: 4px;
  position: absolute;
  transition: transform ease 0.15s;
}

/* Hamburger animations (minimised) */
.navbar-toggler .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(
    0.55,
    0.055,
    0.675,
    0.19
  );
  transition-duration: 0.13s;
}

.navbar-toggler .hamburger-inner:after {
  content: "";
  display: block;
  top: -20px;
  transition: top 0.2s
      cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}

.navbar-toggler .hamburger-inner:before {
  content: "";
  display: block;
  top: -10px;
  transition: top 0.12s
      cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navbar-toggler.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(
    0.215,
    0.61,
    0.355,
    1
  );
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.navbar-toggler.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s
      cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
  opacity: 0;
}

.navbar-toggler.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s
      cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1)
      0.25s;
  transform: rotate(-90deg);
}

.page404 .content-01 {
  text-align: center;
  padding: 45px 0px;
}

.page404 .btn {
  margin: 10px 5px auto;
}

.page404 .btn-wrapper {
  margin-top: 15px;
}

[data-var][contenteditable="true"] {
  outline: 2px dashed #254d7a;
  outline-offset: -2px;
}

@media (min-width: 768px) {
  body {
    margin-top: 90px;
  }

  .right-tab {
    display: block;
  }
}

@media (max-height: 750px) {
  #slideOut {
    top: 20vh;
  }

  #facebook-feed {
    top: calc(20vh + 205px);
  }

  #twitter-feed {
    top: calc(20vh + 250px);
  }

  #instagram-feed {
    top: calc(20vh + 295px);
  }
}

@media (max-height: 650px) {
  .right-tab {
    display: none;
  }
}

.bootbox .bootbox-close-button {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none !important;
  outline: none !important;
  background-color: transparent;
}

.bootbox.popup-login.show {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bootbox.popup-login .modal-dialog {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 600px;
  margin: 0;
  max-width: none;
}

.bootbox.popup-login.show .modal-dialog .login_form {
  padding-top: 0px;
}

.bootbox.popup-login.show .spin-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  pointer-events: none;
}

.bootbox.popup-login .modal-dialog .help-block.form-error {
  color: rgb(185, 74, 72);
}

.bootbox.popup-login .modal-dialog .passblock {
  position: relative;
  margin-bottom: 30px;
}

.bootbox.popup-login
  .modal-dialog
  .login_form
  #reset-password {
  position: absolute;
  bottom: -25px;
  left: 15px;
  cursor: pointer;
  font-size: 14px;
}

.bootbox.popup-login
  .modal-dialog
  .login_form
  #reset-password:hover {
  text-decoration: underline;
}

.bootbox.popup-login .modal-content {
  border-radius: 0;
}

.bootbox.popup-login .modal-dialog .modal-body {
  padding-bottom: 0;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion {
  margin-bottom: 0;
  margin-left: -30px;
  margin-right: -30px;
  background: #b9b9b9;
  margin-top: 15px;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion a {
  color: #000;
  padding: 15px 0px;
  display: block;
}

.bootbox.popup-login #loginform button.btn[type="submit"] {
  border-radius: 0;
  width: 100%;
}

.account_popup_dialog {
  position: absolute;
  top: calc(100% + 15px);
  right: -60px;
  width: 240px;
  text-align: left;
  background: #fff;
  border: 1px solid #000;
}

.account_popup_dialog:before {
  content: "";
  position: absolute;
  right: 60px;
  width: 20px;
  height: 40px;
  top: -40px;
}

.account_popup_dialog .item a {
  color: #000;
  display: block;
  width: 100%;
  padding: 2px 15px;
  transition: all 0.1s;
  text-decoration: none;
}

.account_popup_dialog .item a i {
  margin-right: 10px;
}

.account_popup_dialog .item a:hover,
.account_popup_dialog .item a:active {
  background: #000;
  color: #fff;
}

.bootbox.popup-login.show
  .modal-dialog
  .login_form
  .form-errors
  .error-line {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  color: rgb(185, 74, 72);
}

.message-container {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1111;
}

.message-container .messagepopupmessage {
  position: relative;
  background: #d7d7d7;
  padding: 15px;
  border-radius: 5px;
  margin-top: 15px;
  border: 1px solid #b9b9b9;
  font-size: 14px;
  width: 100%;
}

.message-container .messagepopupmessage .close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
  cursor: pointer;
  transition: 0.2s opacity;
}

.message-container .messagepopupmessage:hover .close,
.message-container .messagepopupmessage .close:active {
  opacity: 1;
}

@media (max-width: 575px) {
  .message-container {
    left: 15px;
    right: 15px;
    width: auto;
  }

  .message-container .messagepopupmessage {
    width: 100%;
    margin-top: 5px;
  }

  .message-container .messagepopupmessage .close {
    font-size: 20px;
  }
}

#modal_backdrop.invisible {
  -webkit-transition: visibility 0.3s ease-out;
  transition: visibility 0.3s ease-out;
}

#modal_backdrop.WOLoading i {
  display: none;
}

#modal_backdrop .modal-backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

#modal_backdrop.invisible .modal-backdrop i {
  animation: none !important;
}

#modal_backdrop:not(.invisible) .modal-backdrop {
  opacity: 0.7;
  color: #fff;
  z-index: 1100;
}

#modal_backdrop:not(.invisible) .modal-backdrop i {
  width: auto;
}

.select2-container--default .select2-selection--single {
  min-height: 38px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px !important;
  line-height: 38px !important;
}

.captcha.captcha-image img {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
  border: 1px solid #cccccc;
  width: 150px;
  height: 40px;
}

.captcha-image-reload {
  display: flex;
}

.captcha_whatis {
  cursor: pointer;
  font-size: small;
}

.sash_image {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-top: -1px;
  margin-left: -1px;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da;
}

.d-empty:after {
  content: "\00a0";
}

.sash-svg-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.sash-svg-container img.sash_image,
.sash-svg-container object {
  position: static;
}

.sash-alignment-top_left img.sash_image,
.sash-alignment-top_left object {
  transform: rotate(0);
}

.sash-alignment-top_right img.sash_image,
.sash-alignment-top_right object {
  transform: rotate(90deg);
}

.sash-alignment-bottom_right img.sash_image,
.sash-alignment-bottom_right object {
  transform: rotate(180deg);
}

.sash-alignment-bottom_left img.sash_image,
.sash-alignment-bottom_left object {
  transform: rotate(270deg);
}

.modal-header > *:first-letter {
  text-transform: capitalize;
}

.loading-wrapper {
  position: relative;
}

.loading-wrapper .loading-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.loading-wrapper .loading-block:before {
  content: "";
  background-image: url("/images/default/dots_loading_w.svg");
  width: 110px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pagination li {
  cursor: pointer;
}

.pagination > * {
  margin-left: 2px;
  margin-right: 2px;
}

.pagination .pagination-input {
  position: relative;
}

.pagination .onpageclick {
  padding: 5px 0px;
  text-align: center;
  min-width: 36px;
}

.pagination .onpageclick > * {
  pointer-events: none;
}

.pagination .onpageclick.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.pagination .pagination-input label {
  margin: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s opacity;
}

.pagination input[type="number"] {
  border: none !important;
  outline: none !important;
  width: 90px;
  position: relative;
  z-index: 1;
  -moz-appearance: textfield;
  text-align: center;
}

.pagination input[type="number"]:focus + label {
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.pagination input[type="number"]::-webkit-outer-spin-button,
.pagination
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pagination .page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}

@media (max-width: 767px) {
  .pagination .pagination-input input[type="number"] {
    width: 100%;
  }

  .pagination .pagination-input {
    width: 100%;
  }
}

.bottom-control {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 400;
}

.bottom-control > * ~ * {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .bottom-control {
    opacity: 0.4;
    transition: 0.2s all;
  }

  .bottom-control:hover {
    opacity: 1;
  }
}

.backtotop {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--button-background);
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  transition: 0.4s all;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1031;
}

.backtotop.show {
  opacity: 1;
  transition: 0.4s all;
  pointer-events: all;
}

.mobile-fixed-email-button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #94887a;
  background-image: url("/images/default/email-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-animation: bounce_border 5s ease-out 1.5s infinite;
  -webkit-transform-origin: 50% 50%;
  animation: bounce_border 5s ease-out 1.5s infinite;
  transform-origin: 50% 50%;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.mobile-fixed-email-button:hover {
  color: #fff;
}

@keyframes bounce_border {
  0% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  17% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  22% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  }

  25% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  30% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  }

  35% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  100% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }
}

.cookiepref h2.title {
  font-weight: 400;
  font-size: 22px;
  margin: 0;
}

.cookiepref div.company_name {
  font-size: 14px;
}

.cookiepref .nav a {
  font-size: 14px;
  color: #000 !important;
  padding: 5px 15px !important;
}

.cookiepref .nav a.active {
  color: #fff !important;
  background-color: #000;
  border-radius: 0;
}

.cookiepref .main-body {
  display: flex;
  flex-direction: column;
}

.cookiepref .main-body .tabs .tab-pane:not(.active) {
  display: none;
}

.cookiepref .main-body .tabs .text {
  font-size: 14px;
}

.cookiepref .main-body .tabs .text a {
  color: var(--body-color);
}

.cookiepref .main-body .tabs .text > *:last-child {
  margin-bottom: 0;
}

.cookiepref .main-body .tabs h4 {
  font-weight: 400;
}

.cookiepref .line {
  position: relative;
  margin-top: 15px;
}

.cookiepref .line ~ .line {
  margin-top: 10px;
}

.cookiepref .line input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.cookiepref .line input + label,
.cookiepref .line.forced label {
  padding-left: 45px;
  cursor: pointer;
  transform: translateY(0px);
  display: inline;
}

.cookiepref .line input + label:before,
.cookiepref .line.forced label:before {
  content: "";
  width: 40px;
  height: 20px;
  display: block;
  background-color: #f38787;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  transition: 0.2s all;
}

.cookiepref .line input + label:after,
.cookiepref .line.forced label:after {
  content: "";
  height: 18px;
  width: 18px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 4px;
  transition: 0.2s all;
}

.cookiepref .line input:checked + label:before,
.cookiepref .line.forced label:before {
  background-color: #61a746;
}

.cookiepref .line input:checked + label:after,
.cookiepref .line.forced label:after {
  left: 20px;
}

.cookiepref .modal_footer button {
  background: #41411c;
}

body.backdrop-open {
  overflow: hidden;
}

.form_plr {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leaflet-container,
.leaflet-container * {
  outline: none !important;
}

.fixed-top {
  transition: 0.3s all;
}

ol.bigdot_ol {
  column-count: 2;
  gap: 80px;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

ol.bigdot_ol li {
  display: inline-block;
  padding-left: 50px;
  position: relative;
  padding-right: 30px;
  min-width: 100%;
  margin-bottom: 20px;
}

ol.bigdot_ol li:before {
  content: counter(item) "  ";
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  background-color: #1d1d1d;
  border-radius: 50%;
  counter-increment: item;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .hf-100-d {
    height: 100vh;
  }
}

@media (max-width: 991px) {
  .hf-100-m {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .cookiepref .main-body {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .CookiePreferencesPopup .modal-dialog {
    min-width: 700px;
  }

  .cookiepref .nav {
    width: 200px;
  }

  .cookiepref .nav a {
    width: 200px;
    max-width: 200px;
    transition: 0.2s all;
    padding: 20px 15px !important;
  }

  .cookiepref .nav a:not(.active):hover {
    background-color: #dfdfdf;
  }

  .cookiepref .main-body .tabs {
    border-left: 1px solid #000;
  }

  .CookiePreferencesPopup .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
}
.hidden {
  display: none;
}

.bootbox .modal-header .modal-title {
  font-family: var(--h2-font);
}

.bootbox .modal-footer .btn {
  background-color: #41411c;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  border: none;
}

/* === globalheader === */.show-basket-popup {
    position: relative;
}

.basket-popup-body {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    z-index: 999;
    min-width: 360px;
}

    .basket-popup-body .basket-popup-wrapper {
        background: #fff;
        border: 1px solid #000;
        width: 100%;
    }

    .basket-popup-body:before {
        content: "";
        color: #fff;
        font-weight: 600;
        position: absolute;
        top: -26px;
        right: 0px;
        font-size: 30px;
        width: 100%;
        height: 30px;
    }

    .basket-popup-body .items .popup-baket-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 300px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d2d2d2;
        width: 100% !important;
    }

        .basket-popup-body .items .popup-baket-item.item-hidden {
            display: none;
        }

    .basket-popup-body .items .item-list {
        padding: 15px;
    }

        .basket-popup-body .items .item-list div.popup-baket-item.item-visible-last {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .basket-popup-body .items .popup-baket-item .image {
        width: 80px;
        height: 80px;
        position: relative;
        overflow: hidden;
        border: 3px solid #fff;
        transition: 0.2s all;
    }

        .basket-popup-body .items .popup-baket-item .image a {
            text-decoration: none !important;
        }

        .basket-popup-body .items .popup-baket-item .image .btn-remove-item {
            position: absolute;
            z-index: 9;
            top: -3px;
            right: -3px;
            color: #fff;
            padding: 2px 4px;
            opacity: 0;
            pointer-events: none;
            background: #000;
            display: flex;
            width: 28px;
            height: 28px;
            align-items: center;
            justify-content: center;
            text-decoration: none !important;
            transition: 0.2s all;
        }

        .basket-popup-body .items .popup-baket-item .image:hover {
            cursor: pointer;
            border: 3px solid #000;
        }

            .basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item {
                opacity: 1;
                pointer-events: all;
            }

        .basket-popup-body .items .popup-baket-item .image .btn-remove-item > i {
            font-size: 16px;
            transition: 0.2s all;
        }

        .basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item > i {
            font-size: 20px;
        }

        .basket-popup-body .items .popup-baket-item .image:before {
            content: "";
            display: block;
            padding-bottom: 100%;
        }

        .basket-popup-body .items .popup-baket-item .image img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 100%;
        }

    .basket-popup-body .items .popup-baket-item .description {
        padding: 0 10px;
        width: auto;
        flex: 1;
        text-align: left;
    }

        .basket-popup-body .items .popup-baket-item .description .product-title {
            color: #3e3e3e;
            font-size: 16px;
            font-weight: normal;
            margin-bottom: 0;
        }

        .basket-popup-body .items .popup-baket-item .description .price {
            color: #404040;
            font-size: 20px;
            font-weight: 700;
        }

        .basket-popup-body .items .popup-baket-item .description .price-vat {
            color: gray;
            font-size: 12px;
        }


    .basket-popup-body .basket-total {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        color: #404040;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 20px;
    }

    .basket-popup-body .basket-control {
        display: flex;
        flex-direction: row;
        align-items: end;
        align-items: flex-end;
        justify-content: space-between;
        padding: 0px 20px 20px 20px;
    }

        .basket-popup-body .basket-control > a {
            background: #2f292b;
            color: #fff;
            text-decoration: none;
            padding: 7px 25px;
            display: block;
            font-family: Open Sans;
            font-size: 18px;
        }

            .basket-popup-body .basket-control > a.edit-my-basket {
                color: #4c4c4c !important;
                font-size: 13px;
                background: none;
                padding: 0;
            }

                .basket-popup-body .basket-control > a.edit-my-basket:hover {
                    text-decoration: underline;
                }

                .basket-popup-body .basket-control > a.edit-my-basket > i {
                    font-size: 14px !important;
                }

        .basket-popup-body .basket-control a.checkout-now {
            border: 2px solid #2f292b;
            transition: 0.2s all;
        }

            .basket-popup-body .basket-control a.checkout-now:hover {
                background: #fff;
                color: #000 !important;
                transform: scale(1.02);
            }

            .basket-popup-body .basket-control a.checkout-now:active {
                background: #fff;
                color: #000 !important;
                transform: scale(0.98);
            }


    .basket-popup-body .btn-remove-item {
        color: #000;
        font-size: 14px;
        cursor: pointer;
    }

        .basket-popup-body .btn-remove-item:hover {
            text-decoration: underline;
        }

    .basket-popup-body .items.v-items-scroll .scroll_arrow {
        background-color: #a6a6a6;
        width: 100%;
        height: 35px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        opacity: 0.4;
        transition: 0.2s all;
        cursor: pointer;
    }

        .basket-popup-body .items.v-items-scroll .scroll_arrow:hover {
            opacity: 1;
        }

        .basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_up {
            background-image: url('/images/default/angle-up-icon.svg');
        }

        .basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_down {
            background-image: url('/images/default/angle-down-icon.svg');
        }

@media(max-width: 575px) {
    .basket-popup-body {
        right: 15px;
        width: calc(100vw - 30px);
    }

        .basket-popup-body .items .popup-baket-item {
            width: 100%;
        }

            .basket-popup-body .items .popup-baket-item .image .btn-remove-item {
                opacity: 1;
                pointer-events: all;
            }
}

/* === popupbasket02 === */.add-to-basket-popup {
}

@media(min-width: 768px) {
    .add-to-basket-popup .modal-dialog {
        max-width: 700px;
    }
}

.add-to-basket-popup .bootbox-close-button {
    position: absolute;
    color: #fff;
    z-index: 9;
    opacity: 1;
    right: 22px;
    top: 16px;
}

.add-to-basket-popup .title {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 20px 0px;
    border-radius: 0.25rem;
    font-size: 18px;
}

.add-to-basket-popup .product_card {
    padding: 20px;
    box-shadow: 0px 0px 10px 3px #dedede;
    border-radius: 0.25rem;
}

    .add-to-basket-popup .product_card .product_image {
    }

        .add-to-basket-popup .product_card .product_image img {
            width: 100%;
        }


    .add-to-basket-popup .product_card .product_title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .add-to-basket-popup .product_card .product_attr {
        font-family: 14px;
    }

        .add-to-basket-popup .product_card .product_attr table .name > strong {
            margin-right: 10px;
        }

    .add-to-basket-popup .product_card .product_qty {
        font-size: 14px;
    }

    .add-to-basket-popup .product_card .product_net {
        font-size: 22px;
        font-weight: bold;
    }

    .add-to-basket-popup .product_card .product_gross {
        font-size: 12px;
    }

.add-to-basket-popup .actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .add-to-basket-popup .actions > * {
        width: calc(50% - 8px);
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 18px 0px;
        text-align: center;
        border-radius: 60px;
        background-color: #000;
        border: 2px solid #000;
        font-weight: bold;
        transition: 0.2s all;
    }

    .add-to-basket-popup .actions > button {
        background-color: transparent;
        color: #000;
    }

        .add-to-basket-popup .actions > button:hover {
            background-color: #000;
            color: #fff;
        }

    .add-to-basket-popup .actions > a {
        background-color: #000;
        color: #fff;
    }

        .add-to-basket-popup .actions > a:hover {
            background-color: #fff;
            color: #000;
        }


.add-to-basket-popup .ass_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.atb_pup .assprod {
    display: none;
}

    .atb_pup .assprod.slick-initialized {
        display: block;
    }

.add-to-basket-popup .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .add-to-basket-popup .slick-arrow.left {
        left: 0;
    }

    .add-to-basket-popup .slick-arrow.right {
        right: 0;
    }

.atb_pup .assprod-card {
    padding: 15px;
}


.add-to-basket-popup .assprod .products-04-image {
    position: relative;
    padding-bottom: 100%;
    border-radius: 0.25rem;
    overflow: hidden;
}

    .add-to-basket-popup .assprod .products-04-image img {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }


.atb_pup .assprod-card .products-04-title {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}


.atb_pup .assprod-card .products-04-price {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.atb_pup .assprod-card .product-04-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 24px;
    display: flex;
    align-self: center;
    justify-content: center;
}

.add-to-basket-popup .modal-footer {
    display: none;
}


@media(max-width: 767px) {
    .add-to-basket-popup .actions {
        flex-direction: column;
    }

        .add-to-basket-popup .actions > * {
            width: 100%;
        }
}

/* === addtobasket_popup === */.nav-01 {
  padding-top: 21px;
  padding-bottom: 19px;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  background: #41411c;
}

.nav-01 .logo__wrapper img {
  position: relative;
  top: 5px;
  max-width: 185px;
}

.nav-01 .burger__wrapper {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0.17em;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .nav-01 .burger__wrapper span {
    display: none;
  }
}

.nav-01.scrolled {
  /* background-color: #fff; */
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px -2px 5px black;
}

.nav-01 .menu__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 44px;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.nav-01.scrolled .menu__wrapper {
  padding: 0 15px;
}

.nav-01 .contact-info {
  display: flex;
  flex-direction: column;
}

.nav-01 .logo__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-01 .logo__wrapper a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: block;
  line-height: 1;
  font-family: "Baskervville";
}

.nav-01 .burger__btn {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-01 .burger__btn span.menu-text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.nav-01 .burger__btn .menu-icon span {
  display: block;
  background-color: #ffffff;
  height: 2px;
}

.nav-01 .burger__btn .short__line {
  width: 21px;
}

.nav-01 .burger__btn .long-line {
  width: 26px;
}

.nav-01 .burger__btn span + span {
  margin-top: 9px;
}

.nav-01 .contact-info a {
  color: #fff;
  text-align: end;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  .nav-01 .contact-info a {
    border: none;
    padding: 0;
  }
}

.nav-01 .contact-info a .phone-icon {
  font-size: 30px;
  line-height: 24px;
}

.nav-01 .contact-info a + a {
  font-size: 16px;
  font-weight: 600;
}

.nav-01 .menu__items {
  position: fixed;
  height: 100vh;
  width: 100vw;
  min-height: 100vh;
  pointer-events: none;
  transition: 0.6s all;
  display: flex;
  justify-content: center;
  background-color: #41411c;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(-100%);
}

.nav-01 .content-left,
.nav-01 .content-right {
  width: 100%;
}

.nav-01 .content-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

/* .nav-01 .content-left::before {
  content: " ";
  width: 100%;
  height: 100vh;
  background: url("/images/menu-logo.png");
  background-position: center;
  position: absolute;
  z-index: -1;
} */

.nav-01 .content-left > div {
  margin-left: 140px;
}

.nav-01 .items__box {
  margin-top: 245px;
}

.nav-01 .menu__items .items__box a {
  font-size: 20px;
  line-height: 100px;
  font-weight: 400;
}

.nav-01 .social-items {
  margin-bottom: 90px;
  display: flex;
  gap: 35px;
}

.nav-01 .social-items i {
  font-size: 20px;
  font-weight: 300;
}

.nav-01 .social-items a:nth-child(1) i {
  font-size: 20px;
}

.nav-01 .content-right {
  position: relative;
}

.nav-01 .content-right .bg-wrapper {
  content: " ";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}

.nav-01 .content-right .bg-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.nav-01 .content-right .btn {
  background: none;
  border: 1px solid #fff;
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: uppercase;
}

.nav-01 .content-right .right-content-wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.nav-01 .content-right .right-content-wrapper .title-1 {
  font-size: 180px;
  line-height: 40px;
  color: #868855;
  text-transform: uppercase;
}

.nav-01 .content-right .right-content-wrapper .title-2 {
  font-size: 100px;
  line-height: 78px;
}

.nav-01
  .content-right
  .right-content-wrapper
  .content-desc {
  font-size: 36px;
  line-height: 60px;
}

@media (max-width: 1200px) {
  .nav-01 .content-left > div {
    margin-left: 80px;
    z-index: 1;
  }

  .nav-01 .content-right .right-content-wrapper .title-1 {
    font-size: 140px;
    line-height: 10px;
    color: #868855;
  }

  .nav-01 .content-right .right-content-wrapper .title-2 {
    font-size: 80px;
    line-height: 78px;
  }

  .nav-01
    .content-right
    .right-content-wrapper
    .content-desc {
    font-size: 32px;
    line-height: 60px;
  }

  .nav-01 .menu__items .items__box a {
    font-size: 40px;
    line-height: 80px;
  }
}

@media (max-width: 800px) {
  .nav-01 .menu__items .items__box a {
    font-size: 30px;
    line-height: 60px;
  }
}

@media (max-width: 920px) {
  .nav-01 .content-left > div {
    margin-left: 80px;
  }

  .nav-01 .content-right .right-content-wrapper .title-1 {
    font-size: 100px;
    line-height: 0;
    color: #868855;
  }

  .nav-01 .content-right .right-content-wrapper .title-2 {
    font-size: 60px;
    line-height: 50px;
  }

  .nav-01
    .content-right
    .right-content-wrapper
    .content-desc {
    font-size: 28px;
    line-height: 50px;
  }
}

.nav-01 .menu-phone-button {
  background-color: #c72424;
  padding: 6px;
}

.nav-01 .menu-phone-button span {
  font-weight: 700;
  font-size: 26px;
}

.nav-01 .items__box {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  transition: left 0.3s ease-in-out;
}

.nav-01 .items__box a {
  padding: 0;
}

.nav-01 .menu__items a,
.nav-01 .menu__items .nav-link {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
}

.nav-01 .menu__items a:hover,
.nav-01 .menu__items .nav-link:hover {
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  color: #fff;
}

.nav-01 .menu__items.show {
  transform: translateX(0%);
  pointer-events: all;
}

.nav-01 .close-menu {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 35px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 36px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: 0.8s all;
  transition-delay: 0s;
}

.nav-01 .content-right {
  transition: 0.8s all;
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
  position: fixed;
  right: 0;
  width: 50vw;
  height: 100%;
  top: 0;
  transform: translateX(100%);
}

.nav-01 :has(.menu__items.show) .close-menu {
  pointer-events: all;
  opacity: 1;
  transition-delay: 1s;
}

@media (min-width: 992px) {
  .nav-01 .menu__items .items__box {
    transition: 1.8s all
      cubic-bezier(0.98, -0.65, 0.21, 0.46);
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
  }

  .nav-01 .menu__items.show .items__box {
    transform: translateX(0%);
    opacity: 1;
    pointer-events: all;
  }

  .nav-01 .menu__items.show + .content-right {
    transition: 0.8s all;
    transform: translateX(0%);
    opacity: 1;
    pointer-events: all;
    transition-delay: 1s;
  }
}

@media (max-width: 991px) {
  .nav-01 .menu__wrapper {
    padding: 0 38px;
  }

  .nav-01.scrolled .menu__wrapper {
    padding: 0 5px;
  }
}

@media (max-width: 767.98px) {
  .nav-01 .menu__wrapper {
    padding: 0 13px;
  }

  .nav-01 {
    height: 96px;
  }

  .nav-01.scrolled {
    padding-top: 30px;
    padding-bottom: 27px;
  }

  .nav-01 .menu__items {
    flex-direction: column;
  }

  .nav-01 .items__box {
    margin-top: 80px;
  }

  .nav-01 .content-left > div {
    margin-left: 40px;
  }

  .nav-01 .social-items {
    margin-bottom: 50px;
    margin-top: 30px;
  }

  .nav-01 .menu__items {
    justify-content: flex-start;
  }

  .nav-01 .menu__items .items__box a {
    font-size: 30px;
    line-height: 60px;
  }

  .nav-01 .content-right .right-content-wrapper {
    height: 50vh;
  }
}

@media (max-width: 575px) {
  .nav-01 .menu__wrapper {
    padding: 0 18px;
  }

  .nav-01 .menu__items.show {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .nav-01 {
    padding-top: 30px;
    padding-bottom: 27px;
  }

  .nav-01 .menu__wrapper {
    padding: 0 5px;
  }

  .nav-01 .logo__wrapper .logo {
    height: 64px;
  }
}

@media (max-height: 567px) {
  .nav-01 .menu__items a,
  .nav-01 .menu__items .nav-link {
    line-height: 40px;
  }
}

/* === nav-01 === */.contact03 {
  --back_bg: #2e2622;
  padding-top: 120px;
}

@media (max-width: 991.98px) {
  .contact03 {
    padding-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .contact03 {
    padding-top: 20px;
  }
}

.contact03 h1 {
  font-weight: 300;
  color: #393431;
}

.contact03 h1 strong,
.contact03 h1 b {
  font-weight: 600;
}

.contact03 form .col-form-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.contact03 .info-text {
  font-size: 18px;
  max-width: 480px;
}

.contact03 .info-text::after {
  content: " ";
  display: block;
  height: 2px;
  width: 72px;
  border-top: 1px solid #393431;
  margin-top: 20px;
  margin-bottom: 30px;
}

.contact03 .text p {
  margin-bottom: 10px;
  max-width: 515px;
  font-size: 24px;
  line-height: 32px;
}

.contact03 .text p:last-child {
  margin-bottom: 0;
}

.contact03 .row {
  margin-left: -18px;
  margin-right: -18px;
}

.contact03 .row > div {
  padding-left: 18px;
  padding-right: 18px;
}

.contact03 .icon-block {
  border-radius: 5px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  padding: 40px;
  background-color: #fff;
}

.contact03 .icon-block .icon {
  margin-bottom: 20px;
}

.contact03 .icon-block .icon i {
  font-size: 36px;
  color: #989968;
}

.contact03 .icon-block h2 {
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 50px;
  color: #989968;
}

.contact03 .icon-block h2 strong {
  font-weight: 600;
}

.contact03 .tel {
  font-size: 20px;
  font-weight: 700;
  color: #393431;
  text-decoration: none;
}

.contact03 .email:not(.form-group) {
  font-size: 24px;
  font-weight: 400;
  color: #393431;
  text-decoration: none;
  font-family: "Bebas Neue";
}

.contact03 .addr p {
  margin-bottom: 5px;
  color: #393431;
}

.contact03 .addr .addr-additional {
  /* display: flex;
        flex-direction: row;
        flex-wrap: wrap;*/
}

.contact03 .addr .addr-additional p {
  display: inline;
}

.contact03 .addr .addr-additional p + p {
  margin-left: 10px;
}

.contact03 .addr .addr-additional p:nth-child(2n) + p {
  margin-left: 0;
}

.contact03 .addr .addr-additional p:not(:first-child):before {
  content: ",";
  transform: translateX(-10px);
  display: inline-block;
}

.contact03 .addr .addr-additional p:nth-child(2n) + p:before {
  content: none;
}

.contact03 .addr .addr-additional p:nth-child(2n):after {
  content: "";
  white-space: pre;
  display: block;
}

.contact03 .addr p:last-child {
  margin-bottom: 0;
}

.contact03 .social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}

.contact03 .social a {
  width: 30px;
  height: 30px;
  color: #393431;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 50%;
  text-decoration: none;
}

.contact03 .social a svg {
  color: #fff;
  fill: #fff;
  width: 24px;
}

.contact03 .content-wrapper {
  position: relative;
  z-index: 2;
}

.contact03 .content-wrapper:last-child {
  padding-bottom: 85px;
  border-bottom: 2px solid #fff;
}

/* .contact03 .content-wrapper:last-child:before {
  content: "";
  background-color: var(--back_bg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
} */

.contact03 .form-wrapper {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #fff;
}

.contact03 .form-title {
  text-align: center;
  margin-bottom: 30px;
}

.contact03 .form-text {
  color: inherit;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .contact03 .form-text {
    font-size: 32px;
  }
}

.contact03 .form-text p {
  margin-bottom: 5px;
}

.contact03 .form-text p:last-child {
  margin-bottom: 0;
}

.contact03 form .form-control {
  background-color: #efefef;
  border-color: #efefef;
  min-height: 50px;
  border-radius: 0;
}

form .checkbox + label::before {
  background-color: #efefef;
  border-color: #efefef;
}

.contact03 .form .required-star {
  color: #eb6312 !important;
}

.contact03 .reload_captcha {
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  padding: 0px !important;
  min-width: 40px;
}

.contact03 .captcha_whatis {
  color: inherit;
}

.contact03 button[type="submit"] {
  display: block;
  width: auto;
  border: 2px solid #fff;
  margin-top: 15px;
  background-color: #41411c;
}

.contact03 .required {
  font-size: 14px;
  color: #eb6312;
  display: block;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .contact03 .row > div {
    margin-top: 36px;
  }
}

/* === contact-form-03 === */.content-02 {
  padding: 165px 0 165px 0;
  text-align: center;
  background-image: url(/images/cta-home-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;

  background-position: center center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.content-02::after {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  opacity: 0.3;
  z-index: -1;
}

.content-02 .content-02-text {
  font-size: 20px;
  line-height: 28px;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 40px;
}

h2.content-02-title {
  margin-bottom: 20px;
  font-size: 100px;
  color: #989968;
  font-family: var(--body-font);
  letter-spacing: -2px;
}

h3.content-02-title {
  font-size: 60px;
  color: #fff;
  margin-top: -80px;
  margin-bottom: 0;
  font-family: var(--body-font);
}

.content-02 .btn {
  background: none;
  border: 1px solid #fff;
  width: 230px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  h2.content-02-title {
    font-size: 120px;
  }

  h3.content-02-title {
    font-size: 80px;
  }
}

@media (max-width: 575px) {
  h2.content-02-title {
    font-size: 90px;
  }

  h3.content-02-title {
    font-size: 55px;
    margin-top: -80px;
  }

  .content-02 .content-02-text {
    font-size: 26px;
  }
}

/* === content-02 === */.footer-02 {
  padding: 20px 0;
  background-color: #2e2622;
  color: var(--footer-textcolor);
  font-size: 14px;
}

.footer-02 a {
  text-decoration: none;
}

.footer-02 a,
.footer-02 a:hover {
  color: rgb(255, 255, 255);
}

.separator {
  font-style: normal;
  padding: 0 3px;
}

.footer-02-design img {
  max-width: 75px;
  width: 100%;
  height: auto;
}

.footer-02 .year {
  font-family: "Font Awesome 5 Free";
}

@media (max-width: 767px) {
  .footer-02-design {
    margin-top: 15px;
  }
}

.footer-02 .footer-menu {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  font-size: 16px;
}

@media (max-width: 480px) {
  .footer-02 .footer-menu {
    flex-direction: column;
    gap: 2px;
  }
}

/* === footer-02 === */