.newsletter-alert {
  padding: 10px 25px;
  position: fixed;
  top: 25px;
  left: 50px;
  width: calc(100% - 100px);
  background: rgba(255, 255, 255, 0.75);
}
.newsletter-alert h3 {
  text-align: center;
  font-size: 25px;
  margin: 0;
}
.newsletter-alert.success h3 {
  color: #a5ff93;
}
.newsletter-alert.fail h3 {
  color: #ff6f6f;
}

[protected_domain] {
  position: relative;
}
[protected_domain][protected_domain_revealed=true]:after {
  display: none !important;
}
[protected_domain]:after {
  content: "viac";
  position: absolute;
  right: -5px;
  top: 0;
  height: 100%;
  background: white;
  border: 1px solid #eee;
  padding: 0 6px;
  color: #555;
  border-radius: 10px;
  box-shadow: -3px 0px 4px 1px #fff;
}

h1,
h2,
h3,
h4,
h5 {
  cursor: default;
}

p {
  cursor: default;
}

h1 {
  color: white;
}
h1 span {
  color: #b8ad81;
}
h2 span {
  color: #b8ad81;
}

body {
  overflow-x: hidden;
  font-family: "montserrat";
}

@font-face {
  font-family: "special";
  src: url("../../fonts/PlayfairDisplay.ttf");
}
@font-face {
  font-family: "montserrat";
  src: url("../../fonts/Montserrat-Regular.ttf");
}
.special {
  font-family: special;
  font-style: italic;
  font-weight: 900;
  word-wrap: break-word;
  font-feature-settings: "lnum" 1;
  font-variant-numeric: lining-nums;
}

p,
a,
button,
input,
textarea {
  font-family: "montserrat";
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.letter-spacing {
  letter-spacing: 0.2em;
  font-size: 16px !important;
}

@media (max-width: 767px) {
  .letter-spacing {
    letter-spacing: 0.21em;
  }
}
.btn.btn-primary {
  background-color: #b8ad81;
  border-radius: 2em;
  border: 1px solid transparent;
  transition: 0.3s;
}

.btn.btn-primary:hover {
  background-color: transparent;
  border: 1px solid #b8ad81;
  color: #b8ad81;
}

.special-border {
  border: 2px solid #b8ad81;
}

.product-wrapper-row {
  display: flex;
  flex-wrap: wrap;
}

.image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.image-container img {
  display: block;
}

.hover-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.hover-line::before {
  content: "";
  position: absolute;
  top: -260%;
  left: 400%;
  width: 260%;
  height: 480%;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  background-color: rgba(72, 97, 115, 0.3);
  border-bottom: 400px solid white;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 1s ease;
}

.image-container:hover .hover-line::before {
  top: 100%;
  left: 0%;
}

.hover-icon {
  position: absolute;
  top: -60px;
  left: 50%;
  font-size: 60px;
  color: white;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s;
}

.image-container:hover .hover-icon {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal-right {
  position: relative;
  transform: translateX(300px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal-left {
  position: relative;
  transform: translateX(-300px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active,
.reveal-right.active,
.reveal-left.active {
  transform: translate(0);
  opacity: 1;
}

ul.breadcrumb li:last-child a {
  color: #878787;
}

ul.breadcrumb li a strong {
  font-weight: 500;
  color: #ff2d37;
}

#header {
  background-color: #4d6071;
}

header#header .shopping_cart {
  position: relative;
}
header#header .shopping_cart [header-cart-items-count] {
  background: var(--primary);
  color: #f1f3f5;
  border-radius: 50%;
  text-align: center;
  width: 15px;
  height: 19px;
  font-size: 13px;
  margin: 0;
}
header#header .shopping_cart > #header-cart-html {
  position: absolute;
  display: block;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  top: 100px;
  left: 100%;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
header#header .shopping_cart:hover > #header-cart-html {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.header-top,
.header-topest {
  color: #f1f3f5;
}
.header-top img,
.header-topest img {
  height: 35px;
  width: auto;
}
.header-top .logo,
.header-topest .logo {
  height: 90px;
  width: auto;
}
.header-top h2,
.header-top p,
.header-top a,
.header-topest h2,
.header-topest p,
.header-topest a {
  color: #f1f3f5;
  line-height: 20px;
  font-weight: 700;
}
.header-top h2.special,
.header-top p.special,
.header-top a.special,
.header-topest h2.special,
.header-topest p.special,
.header-topest a.special {
  color: #b8ad81;
}
.header-top p[header-cart-items-count],
.header-topest p[header-cart-items-count] {
  color: #f1f3f5;
}
.header-top h2,
.header-topest h2 {
  font-size: 20px;
}
.header-top p,
.header-topest p {
  font-size: 16px;
}
.header-top .border-right,
.header-topest .border-right {
  height: 50px;
  width: 1px;
  border-right: 1px solid #b8ad81;
}

.border-botto {
  border-bottom: 1px solid #b8ad81;
}

.header-middle {
  background-color: #4d6071;
  padding-left: 1vw;
  padding-right: 1vw;
  z-index: 20;
}
.header-middle .container:before {
  content: none;
}
.header-middle .container:after {
  content: none;
}
.header-middle .itemMenu a {
  border-top: 1px solid transparent;
  font-size: 1.2em;
  transition: 0.3s;
  color: #f1f3f5;
  padding-top: 27px;
  padding-bottom: 27px;
}
.header-middle .itemMenu a:hover {
  color: #b8ad81;
}
.header-middle .itemMenu .active {
  color: #b8ad81;
}
.header-middle button {
  border: none;
  background-color: transparent;
}
.header-middle button.orderBtn {
  background-color: #b8ad81;
  border-radius: 2em;
  border: 1px solid transparent;
  transition: 0.3s;
}
.header-middle button.orderBtn a {
  color: white;
  border: none;
  font-size: 1.2em;
}
.header-middle button.orderBtn:hover {
  background-color: transparent;
  border: 1px solid #b8ad81;
}
.header-middle button.orderBtn:hover a {
  color: #b8ad81;
}

.navbar {
  position: sticky;
}
.navbar .container-fluid {
  justify-content: space-between;
}
.navbar .offcanvas.show {
  visibility: visible;
}
.navbar .navbar-brand {
  height: auto;
}
.navbar .navbar-brand img {
  width: 150px;
}
.navbar .close-div {
  background-color: #b8ad81;
}
.navbar .close-div button {
  height: 30px;
  width: 30px;
}
.navbar a {
  color: #486173;
}
.navbar a:hover {
  color: #b8ad81;
}

#wrapper .dropdown ul.dropdown-menu {
  background-color: #486173;
}
#wrapper .dropdown ul.dropdown-menu li > a {
  color: #f1f3f5;
  padding: 10px 0px;
  font-size: 1em;
}
#wrapper .dropdown ul.dropdown-menu li > a:hover {
  color: #b8ad81;
}

.header-bottom {
  background-color: #e1ded0;
  border: none;
  padding-left: 1vw;
  padding-right: 1vw;
  position: sticky;
  z-index: 20;
  top: 0px;
}
.header-bottom .item-container {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 0.5rem;
}
.header-bottom .item-container > * {
  flex: 1 1 0;
  width: 100%;
  max-width: 250px;
}
.header-bottom .item-container .item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: center;
  gap: 1rem;
  color: #9B9064;
  fill: #b8ad81;
  padding: 0.8rem 0.4rem !important;
  line-height: 1rem;
  margin: 0.5rem 0px !important;
  border: none;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
.header-bottom .item-container .item svg {
  transition: 0.3s;
  fill: #b8ad81;
  color: #b8ad81;
}
.header-bottom .item-container .item svg,
.header-bottom .item-container .item span {
  margin: auto;
  font-weight: 900;
}
.header-bottom .item-container .item#services-dropdown::after {
  content: none;
}
.header-bottom .item-container .item#services-dropdown > span::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8em;
  margin-left: 0.5rem;
}
.header-bottom .item-container .item:hover {
  background-color: #e1ded0;
  color: #486173;
  fill: #486173;
  font-weight: 900;
}
.header-bottom .item-container .item:hover svg {
  fill: #486173;
  color: #486173;
}

.scrolled .header-bottom {
  margin-bottom: 50px;
}
.scrolled .header-bottom .item-container .item {
  flex-flow: row nowrap;
  flex: 1 1 0;
  width: 100%;
  gap: 1rem;
  max-width: 100%;
  justify-content: center;
}
.scrolled .header-bottom .item-container .item > * {
  margin: auto 0px;
}

.dropdown-menu {
  box-shadow: none;
  border: none !important;
}
.dropdown-menu li > a:hover {
  color: #b8ad81;
}

@media (max-width: 992px) {
  .header-top h2 {
    font-size: clamp(14px, 3vw, 16px);
  }
  .header-top h3 {
    font-size: clamp(12px, 2.5vw, 14px);
  }
  .header-top p,
  .header-top a {
    font-size: clamp(10px, 2vw, 12px);
  }
  .header-top img {
    height: 30px;
    width: auto;
  }
  .header-middle {
    background-color: #617583;
    padding-left: 1vw;
    padding-right: 1vw;
    position: sticky;
    z-index: 20;
  }
  .header-middle .container:before {
    content: none;
  }
  .header-middle .container:after {
    content: none;
  }
  .header-middle .sidebar-toggle {
    display: block;
    background-color: transparent;
    border: none;
    color: #b8ad81;
    padding: 0;
    margin: 0;
  }
  .header-middle .sidebar-toggle svg {
    width: 30px;
    height: 30px;
    fill: #b8ad81;
  }
  .header-middle .itemMenu a {
    border-top: 1px solid transparent;
    font-size: 1.2em;
    transition: 0.2s;
    color: #486173;
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .header-middle .itemMenu a:hover {
    border-top: 1px solid #b8ad81;
    color: #b8ad81;
  }
  .header-middle #offcanvasMenu {
    overflow: auto;
    padding-bottom: 2rem;
  }
  .header-middle #offcanvasMenu .close-div > .nav-link {
    color: #f1f3f5;
    font-size: 1.2em;
  }
  .header-middle #offcanvasMenu .close-div > .nav-link:hover {
    color: #4d6071;
  }
  .header-middle #offcanvasMenu .navbar-nav .nav-item {
    width: 100%;
  }
  .header-middle #offcanvasMenu .navbar-nav .nav-item .dropdown-item {
    white-space: normal;
    line-height: inherit;
  }
  .header-middle #offcanvasMenu .navbar-nav.navbar-nav-dark {
    background-color: #4d6071;
  }
  .header-middle #offcanvasMenu .navbar-nav.navbar-nav-dark .nav-link {
    color: #f1f3f5;
    font-size: 1.2em;
  }
  .header-middle #offcanvasMenu .navbar-nav.navbar-nav-dark .nav-link svg {
    color: #b8ad81;
  }
  .header-middle #offcanvasMenu .navbar-nav.navbar-nav-dark .nav-link:hover {
    color: #b8ad81;
  }
  .header-middle #offcanvasMenu .navbar-nav.navbar-nav-dark .konfigurator-button {
    color: #f1f3f5;
  }
  .header-middle #offcanvasMenu .navbar-nav.navbar-nav-dark .konfigurator-button:hover {
    color: #b8ad81;
  }
  .header-middle button {
    border: none;
    background-color: transparent;
  }
  .header-middle button.orderBtn {
    background-color: #b8ad81;
    border-radius: 2em;
    border: 1px solid transparent;
    transition: 0.3s;
  }
  .header-middle button.orderBtn a {
    color: white;
    border: none;
    font-size: 1.2em;
  }
  .header-middle button.orderBtn:hover {
    background-color: transparent;
    border: 1px solid #b8ad81;
  }
  .header-middle button.orderBtn:hover a {
    color: #b8ad81;
  }
  .navbar {
    position: sticky;
  }
  .navbar .container-fluid {
    justify-content: space-between;
  }
  .navbar .navbar-brand {
    height: auto;
  }
  .navbar .navbar-brand img {
    width: 150px;
  }
  .navbar .close-div {
    background-color: #b8ad81;
  }
  .navbar .close-div button {
    height: 30px;
    width: 30px;
  }
  .navbar a {
    color: #486173;
  }
  .navbar a:hover {
    color: #b8ad81;
  }
  .header-bottom {
    background-color: #486173;
    border: none;
  }
  .header-bottom .item {
    color: #f1f3f5;
    transition: 0.3s;
  }
  .header-bottom .item:hover {
    background-color: #b8ad81;
    color: #f1f3f5;
  }
  .dropdown-menu {
    box-shadow: none;
    border: none !important;
  }
  .dropdown-menu li > a:hover {
    color: #b8ad81;
  }
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #b8ad81;
  padding: 1rem 1rem;
}
.breadcrumb .breadcrumb-item {
  color: #f1f3f5;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb .breadcrumb-item a {
  color: #486173;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item:hover {
  color: #b8ad81;
}
.breadcrumb .breadcrumb-item.active {
  color: #b8ad81;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  margin-left: 0.5rem;
}

footer .footer-top {
  z-index: 5;
  background-image: linear-gradient(rgba(20, 30, 60, 0.64), rgba(20, 30, 60, 0.64)), url("/images/frontend/slide02.jpg");
  background-position: center center;
}
footer .footer-top .banner {
  height: 60vh;
}
footer .footer-top .banner h1,
footer .footer-top .banner h2 {
  font-size: 4em;
  color: #f0f3f5;
}
footer .footer-top .banner span {
  color: #b8ad80;
}
footer .footer-top .banner button {
  background-color: #b8ad80;
  color: white;
  border-radius: 2em;
  border: 1px solid transparent;
  transition: 0.3s;
  width: 240px;
}
footer .footer-top .banner button a {
  color: #f0f3f5;
}
footer .footer-top .banner button:hover {
  border: 1px solid #b8ad80;
  background-color: transparent;
}
footer .footer-top .banner button:hover a {
  color: #b8ad80;
}
footer .footer-middle {
  padding-top: 8vh;
  padding-bottom: 8vh;
  background-color: #f7f6f3;
}
footer .footer-middle h1 {
  color: #486173;
  font-size: 3em;
}
footer .footer-middle h1 span {
  color: #b8ad80;
}
footer .footer-middle p {
  color: #486173;
}
footer .footer-middle form input, footer .footer-middle form textarea {
  border: none;
  background-color: white;
  color: #486173;
}
footer .footer-middle form input::-moz-placeholder, footer .footer-middle form textarea::-moz-placeholder {
  color: #b1c0cc;
}
footer .footer-middle form input::placeholder, footer .footer-middle form textarea::placeholder {
  color: #b1c0cc;
}
footer .footer-middle form input:focus, footer .footer-middle form textarea:focus {
  border: none;
  outline: none;
}
footer .footer-middle form textarea {
  color: #b1c0cc;
}
footer .footer-middle form textarea:focus {
  color: #486173;
}
footer .footer-middle form button {
  background-color: #b8ad80;
  color: white;
  border-radius: 2em;
  border: 1px solid transparent;
  transition: 0.3s;
}
footer .footer-middle form button:hover {
  border: 1px solid #b8ad80;
  background-color: transparent;
  color: #b8ad80;
}
footer .footer-middle .right-part h1 {
  font-size: 2em;
}
footer .footer-middle .right-part h1.textBottom {
  font-size: 1.5em;
  color: #b8ad80;
  transition: 0.3s;
}
footer .footer-middle .right-part .fa {
  font-size: 1.4em;
  color: #b8ad80;
  transition: 0.3s;
}
footer .footer-middle .right-part a:hover h1.textBottom {
  color: #486173;
  text-decoration: underline;
}
footer .footer-middle .right-part a:hover .fa {
  color: #486173;
}
footer .footer-bottom {
  background-color: #486173;
}
footer .footer-bottom a {
  color: white;
}
footer .footer-bottom .payment-methods {
  color: #f0f3f5;
}
footer .footer-bottom .footer-social {
  margin-left: calc(40px + 1.5rem);
}
footer .footer-bottom .footer-splatky-banner {
  width: 100%;
  max-width: 470px;
}
footer .copyright {
  background-color: #3d4a59;
}
footer .copyright a {
  color: white;
}

.mt-55rem { margin-top: 5.5rem !important; }

.register-login-container {
  height: 100%;
  max-width: 400px;
  margin: 150px auto;
  padding: 20px;
  /* border: 1px solid #ddd; */
  border-radius: 5px;
  background-color: #f9f9f9;
}

.register-login-container h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.register-login-container .form-group {
  margin-bottom: 15px;
}

.register-login-container .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.register-login-container .btn {
  width: 100%;
  padding: 10px;
  background-color: #b8ad81;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}

.register-login-container .btn:hover {
  background-color: #a89a6f;
}

.register-login-container .forget-pwd,
.register-login-container a {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  color: #b8ad81;
  text-decoration: none;
}

.register-login-container .forget-pwd:hover,
.register-login-container a:hover {
  text-decoration: underline;
}

.register-login-container .alert {
  margin-top: 20px;
}

/* Mobile */
@media (max-width: 767px) {
  .register-login-container {
    margin: 50px auto;
    width: 100%;
  }
}/*# sourceMappingURL=importer.css.map */