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

body {
  background-color: #eae2d4;
  padding-top: 100px;
}

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

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

.navbar {
  padding-bottom: 28px;
  border-bottom: 2px solid #271c1a;
}

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

.navbar-brand {
  margin-right: 50px;
}
.navbar-brand img {
  height: 45px;
}

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

.navbar-collapse {
  align-items: flex-end;
  padding-top: 22px;
}
.navbar-collapse .form-inline {
  align-items: flex-end;
}
.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 h1 {
  font-size: 20px;
}
.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 {
  font-size: 20px;
  margin-bottom: 15px;
}
.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;
}

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