@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;700&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #eae2d4;
  padding-top: 57px;
}
@media (min-width: 992px) {
  body {
    padding-top: 100px;
  }
}

.bg-light {
  background-color: #271c1a !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #eae2d4 !important;
  font-size: 20px;
}

.navbar {
  border-bottom: 2px solid #271c1a;
}
@media (min-width: 992px) {
  .navbar {
    padding-bottom: 20px;
  }
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.nav-item.active .nav-link {
  font-weight: 800;
}

.navbar-brand img {
  height: 45px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    height: 70px;
    margin-top: 10px;
  }
}

.openside.opened img {
  transform: rotate(180deg);
}

#nabidkabig {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 85vw;
  background-color: #eae2d4;
  padding: 30px;
  z-index: 9999;
}
@media (min-width: 992px) {
  #nabidkabig {
    top: 120px;
    width: 100vw;
    max-height: 60vh;
    overflow-y: auto;
  }
}
#nabidkabig .widelist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
}
#nabidkabig .widelist li {
  margin-bottom: 15px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  #nabidkabig .widelist li {
    display: block;
    min-width: 100%;
  }
}
#nabidkabig .widelist li a {
  color: #271c1a;
}

.search {
  background-color: transparent !important;
  position: absolute;
  right: 0px;
  bottom: -2px;
  /* @media (max-width: 767px) {
     bottom: 34px;
   }*/
}
.search img {
  height: 28px;
}

.navbar-collapse {
  align-items: flex-end;
}
.navbar-collapse .form-inline {
  align-items: flex-end;
  position: relative;
}
.navbar-collapse .form-inline .input-group {
  align-items: flex-end;
}
.navbar-collapse .nav-link {
  padding-bottom: 0px;
}

.form-control {
  border-radius: 0px;
  border-width: 3.75px;
  border-color: white;
  background-color: transparent;
  color: #271c1a !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.btn-primary {
  border-radius: 0px;
  background-color: #271c1a !important;
  color: white !important;
  font-size: 20px;
  width: 100%;
  border-color: #271c1a !important;
}
.btn-primary.nlbtn {
  font-size: 16px;
  max-width: 141px;
  width: 141px;
}
.btn-primary.mw-320 {
  max-width: 320px;
}
@media (max-width: 767px) {
  .btn-primary.mw-320 {
    max-width: 100%;
    width: 100%;
  }
}

.carousel {
  margin-top: 15px;
}
.carousel .carousel-indicators li {
  background-color: #eae2d4;
}
.carousel .carousel-indicators li.active {
  background-color: #271c1a;
}
.carousel .carousel-caption {
  left: 0%;
  right: 0%;
  bottom: 50%;
  transform: translateY(50%);
}
.carousel .carousel-caption .ovewinfo {
  background-color: rgba(234, 226, 212, 0.6);
  padding: 15px;
  margin-bottom: 30px;
}
.carousel .carousel-caption .ovewinfo p {
  font-size: 20px;
}
.carousel .carousel-caption .ovewinfo * {
  color: #271c1a;
  margin-bottom: 0px;
}
.carousel .carousel-caption .ovewinfo h1, .carousel .carousel-caption .ovewinfo h2, .carousel .carousel-caption .ovewinfo h3 {
  font-weight: 600;
}

.basic-article a {
  color: #271c1a;
  text-decoration: underline;
}
.basic-article a.btn {
  text-decoration: none;
  font-size: 16px;
}
.basic-article .container.lowwide {
  max-width: 690px;
  margin: 0 auto;
}

.blog h2 {
  margin-bottom: 20px;
}
.blog h3 {
  font-size: 16px;
  margin-top: 10px;
}
.blog a {
  color: #271c1a;
  text-decoration: none;
}
.blog a:hover {
  color: #271c1a;
  text-decoration: underline;
}

footer {
  border-top: 2px solid #271c1a;
  padding-top: 6px;
  margin-top: 30px;
}
footer .socnet {
  padding-top: 15px;
  display: inline-block;
  position: relative;
}
footer .socnet img {
  width: 45px;
  margin-right: 30px;
}
footer .footernav ul {
  list-style: none;
  padding-left: 0px;
}
footer .footernav ul li a {
  color: #271c1a;
  text-decoration: none;
}
footer .footernav ul li a:hover {
  font-weight: 600;
}
footer .footernav ul li.active a {
  text-decoration: none;
  font-weight: 600;
}
footer .line {
  display: flex;
  flex-wrap: nowrap;
}
footer .line .form-control {
  max-width: calc(100% - 173px);
  width: calc(100% - 173px);
  margin-right: 30px;
}

textarea {
  height: 142px !important;
}

.googlemap {
  height: 550px;
  max-height: 80vh;
}

.faqhead h2 {
  font-size: 20px;
  padding-right: 30px;
  background-image: url("/Resources/Farline/Glamora/faqplus.svg");
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}
.faqhead.active h2 {
  background-image: url("/Resources/Farline/Glamora/faqminus.svg");
}

.breadscrums {
  margin-top: 25px;
  margin-bottom: 25px;
}
.breadscrums a {
  color: #271c1a !important;
}
.breadscrums a.issub {
  font-size: 20px;
  padding-left: 75px;
  background-position: 28px center;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-image: url("/Resources/Farline/Glamora/bread-arrow.svg");
}
.breadscrums a.issub:hover {
  text-decoration: none !important;
  cursor: not-allowed;
}

.categorycard {
  margin-bottom: 60px;
}
.categorycard h3 {
  font-size: 20px;
  font-weight: 500;
}
.categorycard img {
  margin-bottom: 15px;
}
.categorycard a {
  text-decoration: none;
  color: #271c1a;
}
.categorycard p a {
  color: #271c1a;
  text-decoration: underline;
}

.witharrow {
  color: #271c1a;
  margin-right: 30px;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-size: 11px 5px;
  background-position: right center;
  background-image: url("/Resources/Farline/Glamora/arrow-down.svg");
}
.witharrow[aria-expanded=true] {
  background-image: url("/Resources/Farline/Glamora/arrow-up.svg");
}
.witharrow:hover {
  color: #271c1a;
  text-decoration: none;
}

.bobo {
  border-bottom: 2px solid #271c1a;
}

.boto {
  border-top: 1px solid #271c1a;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  display: flex;
  align-items: center;
}
input[type=checkbox] + label::before {
  content: "";
  position: relative;
  display: block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid #271c1a;
}
input[type=checkbox]:checked + label::before {
  background-position: center center;
  background-size: 15px 13px;
  background-repeat: no-repeat;
  background-image: url("/Resources/Farline/Glamora/check.svg");
}

.mw-500 {
  max-width: 500px;
}

.btn-var, .btn-mat, .btn-both {
  border-radius: 0px;
  border: 2px solid white;
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 2px;
  margin-right: 15px;
  color: #271c1a !important;
}
.btn-var.active, .btn-mat.active, .btn-both.active {
  border-color: #271c1a !important;
}

.isfilter-form .double-input {
  display: flex;
}
.isfilter-form .double-input .input-wrapper {
  max-width: 110px;
}
.isfilter-form .input-wrapper {
  margin-right: 15px;
}
.isfilter-form .input-wrapper label {
  display: block;
}
.isfilter-form .input-wrapper input {
  max-width: 100%;
  border: 2px solid white;
  background-color: transparent;
}

.isheader {
  border-bottom: 2px solid #271c1a;
}

.productdetail .carousel {
  margin-top: 0px;
}
.productdetail .images-variants img.active {
  border: 2px solid #271c1a;
}
.productdetail h1 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
}

.holder h3 {
  font-family: "Montserrat", sans-serif;
}

.isheadlinetp {
  font-family: "Montserrat", sans-serif !important;
}

.posrelat {
  position: relative;
}

.showdouble {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: auto;
  top: calc(50% - 25px);
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 0.35;
}
.showdouble:hover {
  opacity: 1;
}
.showdouble img {
  width: 100%;
  background-color: white;
}

.white-popup {
  background-color: #eae2d4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.white-popup-block {
  width: 500px;
  max-width: 100%;
  background-color: #eae2d4;
  padding: 30px;
  margin: 0 auto;
  position: relative;
}
.white-popup-block h3 {
  font-size: 24px;
  font-weight: normal;
}
.white-popup-block input {
  width: 100%;
  max-width: 100%;
  border: 2px solid white;
  background-color: transparent;
  margin-bottom: 30px;
}
.white-popup-block textarea {
  width: 100%;
  max-width: 100%;
  border: 2px solid white;
  background-color: transparent;
  margin-bottom: 30px;
}

.bg-heightinfo {
  background-image: url("/Resources/Farline/Glamora/heightinfo.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
}

.isvideopopup {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/Resources/Farline/Glamora/play.svg");
  position: absolute;
  z-index: 2;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  opacity: 0.5;
}
.isvideopopup:hover {
  opacity: 1;
}

.carousel.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.farline-dark-bg {
  background-color: #271c1a !important;
}
.farline-dark-bg p, .farline-dark-bg span, .farline-dark-bg h1, .farline-dark-bg h2, .farline-dark-bg h3, .farline-dark-bg h4, .farline-dark-bg h5, .farline-dark-bg h6 {
  color: #eae2d4 !important;
  text-align: center;
  margin-bottom: 20px;
}

.orange-article {
  background-color: #FF6B29;
}
.orange-article .btn {
  max-width: 214px;
}

.blog.orange-article * {
  color: #eae2d4 !important;
}

h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.mc-field-group .line {
  justify-content: center;
  text-align: center;
}
.mc-field-group .line input {
  text-align: center;
  max-width: calc(100% - 150px);
  height: 44px;
  border: 2px solid white;
  background-color: transparent;
}
.mc-field-group .line input.btn-primary {
  max-width: 130px;
}

.footer-nav hr {
  border-bottom: 2px solid #271c1a;
}
.footer-nav p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.footer-nav ul {
  list-style: none;
  padding-left: 0px;
  column-count: 2;
}
.footer-nav ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.footer-nav ul li a {
  color: #271c1a;
  padding: 0.25rem 1rem !important;
}
.footer-nav img {
  height: 50px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.footer-nav .socnet img {
  width: 45px;
  height: 45px;
}

h1.headname, h2.headname, h3.headname {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

p a {
  color: #271c1a;
  text-decoration: underline;
}

.text-dark {
  color: #271c1a !important;
}

a:hover .text-dark {
  color: #271c1a !important;
}

.showitall, .showit {
  cursor: pointer;
}

.bigger-on-click {
  position: relative;
  display: block;
}
.bigger-on-click img {
  -webkit-transition: transform 500ms ease;
  -moz-transition: transform 500ms ease;
  -ms-transition: transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
}
.bigger-on-click.show {
  overflow: visible;
  z-index: 2;
}
.bigger-on-click.show img {
  transform: scale(2) translateX(25%);
  background-color: #eae2d4;
}

.text-orange {
  color: #FF6B29 !important;
}

p iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}

.mfp-arrow-left {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FAF4ED'/%3E%3C/svg%3E%0A") !important;
}
.mfp-arrow-left::after {
  display: none !important;
}
.mfp-arrow-left::before {
  display: none !important;
}

.mfp-arrow-right {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 15L8 8L1 0.999999' stroke='%23FAF4ED'/%3E%3C/svg%3E%0A") !important;
}
.mfp-arrow-right::after {
  display: none !important;
}
.mfp-arrow-right::before {
  display: none !important;
}

@media (max-width: 768px) {
  .abeceda .col {
    width: 50px !important;
    max-width: 50px !important;
  }
}

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