/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html, body {
  font-family: 'Alegreya Sans', sans-serif !important; }

.section-space p {
     font-size: 13pt;
    line-height: 1.5;
}

.section-space h4 {
    font-size: 16.0pt;
}

.section-space ul li {
    font-size: 13pt;
    margin-bottom: 13px;
}
.row-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .row-item.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .row-item .col-item {
    width: 50%;
    padding: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.header_banner {
  padding-left: 15px; }

@media all and (min-width: 1200px) {
  .container-fluid {
    padding-right: 100px !important;
    padding-left: 100px !important;
    margin: 0px auto;
    width: 100%; }

  .header_banner {
    padding-left: 100px !important; } }
.btn-primary {
  background-color: #C48075 !important;
  border-color: #C48075 !important;
  color: white !important; }

.responsive-vid iframe {
  width: 100%;
  height: auto; }

.main-vid .responsive-vid iframe {
  width: 100%;
  height: 500px; }

.fixed-header {
  background: #000000 !important; }

.header-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.header-container .header-menu #main-menu > li > a {
  color: white !important; }

.top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #544949;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .top-header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header_banner {
  color: white; }

.header-logo {
  padding: 1.5rem 0px; }

#cart {
  padding: 1rem;
  background: #826C6B !important; }

#fullpage-search-open {
  padding: 1rem; }

.footer-upper-contet > *:last-child {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important; }

footer {
  background-color: #000000 !important;
  color: white !important; }

.news-wrap {
  background: white;
  padding: 2px; }
  .news-wrap input {
    border-color: white !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

@media (min-width: 1200px) {
  .product-view > .product-gutter {
    width: 100% !important; } }
@media (min-width: 992px) {
  .product-view > .product-gutter {
    width: 100% !important; } }
@media (min-width: 375px) {
  .product-view > .product-gutter {
    width: 100% !important; } }
.product-block {
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .product-block .product-image-block {
    width: 50%; }
  .product-block .product-dets {
    padding-top: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }

@media all and (max-width: 768px) {
  .product-block {
    padding: 10px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
    .product-block .product-image-block {
      width: 100% !important; }
    .product-block .product-dets {
      width: 100% !important;
      padding-top: 2rem !important;
      padding-left: 0px !important; } }
.product-block .product-button {
  display: none !important; }

.product-name {
  padding: 0px !important;
  margin-bottom: 1rem; }
  .product-name a {
    color: black;
    line-height: 30px;
    display: block;
    font-weight: 500;
    text-align: left;
    font-size: 3rem !important; }

.product-block .product-details {
  margin: 0px !important;
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
  margin-bottom: 1rem !important; }

.product-gutter .cart-buttons {
  margin: 0px !important; }

h3, h3 {
  font-size: 3rem !important;
  font-weight: 500 !important; }

#product-tabs a {
  font-family: 'Montserrat', sans-serif !important;
  color: #ccc !important; }

#product-tabs li.active a {
  color: black !important; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-color: white !important;
  border-bottom: 2px solid black !important; }

#product-tabs li:first-child a {
  padding-left: 0px !important; }

@media all and (min-width: 992px) {
  #product {
    max-width: 255px; } }
#product .form-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.page-banner .page-banner-title {
  display: none; }

#contact-float {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: fixed;
  z-index: 2;
  right: -24px;
  bottom: 100px; }

#whatsapp-float {
  position: fixed;
  z-index: 2;
  right: 6px;
  bottom: 200px; }

.footer-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem; }

#product-footer {
  margin: 2rem 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  #product-footer img {
    margin-right: 1rem; }

#account > a {
  color: white !important; }

#form-language .dropdown-toggle {
  color: white !important;
  text-transform: none;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  vertical-align: top;
  }

#cart .badge {
  background-color: transparent !important; }

.float-cart {
  position: fixed !important;
  left: 0px;
  right: 0px;
  z-index: 999999999; }

h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif !important; }

@media all and (max-width: 992px) {
  .row-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

  .col-item {
    width: 100% !important;
    padding: 0px !important;
    padding-bottom: 1rem !important; } }
.arrow-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .arrow-btns img {
    max-width: 20px;
    margin: 0px 10px;
    cursor: pointer; }

.center-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
  background: transparent !important; }

body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
  margin-bottom: 0px !important;
  text-transform: none !important; }

h3, h2 {
  font-weight: 600 !important;
  font-size: calc(20px + (27 - 20) * (100vw - 320px) / (1920 - 320)) !important; }

.sub-vid {
  padding: 0px 5rem;
  position: relative; }
  .sub-vid .responsive-vid {
    padding: 1rem; }
  .sub-vid .left {
    display: block;
    position: absolute;
    left: 0px !important;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .sub-vid .right {
    display: block;
    position: absolute;
    right: 0px !important;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .sub-vid .fa {
    font-size: 4rem; }

.instagram .entered {
  border: 1px solid black !important; }

strong {
  display: block !important; }

.solution, .studio, .abouttext {
  padding-bottom: 0px !important; }

.iid-11 #footer-area, .iid-8 #footer-area, .iid-9 #footer-area, .information-faq #footer-area {
  margin-top: 0px !important; }

.breadcrumb > li:last-child a {
  font-weight: normal !important; }

.breadcrumb li::after {
  content: '//' !important; }

.tab-content > .active {
  border-bottom: 1px solid #ddd; }

.panel-heading * {
  font-weight: 600;
  font-size: 13px !important; }

.panel-default {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: transparent !important; }

.panel-default > .panel-heading {
  border-color: transparent !important;
  background-color: transparent !important; }

.information-faq .panel-title > a {
  padding-left: 0px !important;
  border-bottom: 1px solid #ddd; }

.map-holder iframe {
  width: 100%; }

.header-container #cart {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px 1rem !important; }
  .header-container #cart #cart_dropdown_icon {
    padding: 6px 8px !important; }

footer {
  padding-top: 8rem !important; }

footer h5 {
  margin-bottom: 3rem;
  font-weight: 600 !important; }

@media (max-width: 992px) {
  .footer-upper-contet > * {
    width: 50% !important;
    -webkit-box-flex: initial !important;
            flex: initial !important;
    -ms-flex: initial;
    padding-bottom: 15px; } }
@media (max-width: 570px) {
  .footer-upper-contet > * {
    width: 100% !important;
    text-align: center; }

  .product-name a {
    font-size: 2rem !important;
    line-height: 20px !important; }

  #product-footer, .footer-payment {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .footer-bottom * {
    text-align: center; } }
.product-dets strong {
  text-align: left !important; }

@media all and (max-width: 768px) {
  .sub-vid {
    padding: 1rem !important; }

  .main-vid iframe {
    height: 300px !important; } }
.header-container .header-mobile-links {
  color: white !important; }

#mobileNav {
  padding: 0px !important; }

@media all and (max-width: 991px) {
  .header-container {
    display: -ms-grid !important;
    display: grid !important;
    padding: 8px !important; } }
header a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important; }

.panel-heading {
  padding: 0;
  border: 0; }

.panel-title > a, .panel-title > a:active {
  display: block;
  padding: 15px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none; }

.panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.stories {
  padding-top: 0px !important; }

.slideshow .slider-custom-dots {
  display: none !important; }

.homecontent {
  padding-top: 20px !important; }

@media (min-width: 1024px) {
  .slideshow {
    padding: 0px  !important;
    position: absolute;
    z-index: -1; } }
@media (min-width: 1025px) {
  .slideshow {
    position: fixed !important;
    margin-bottom: 900px; } }
.common-home .section-space:not(.slideshow) {
  background-color: white; }

@media (min-width: 1025px) {
  .homecontent {
    margin-top: 800px; } }
    
@media all and (max-width: 768px) {
    .row-item .col-item {
        margin-bottom: 1.5rem;
    }
}

.sub-arrow {
    display: none !important;
}

.header-container .header-menu #main-menu ul {
    display: none !important;
}

#stories-home .slick-slide img {
    margin: 0px auto !important;
}

footer a {
    font-size: 12px;
}

.newsletter-module {
    font-size: 12px;
}

.product-price.old-prices {
    font-family: Arial !important;
    font-size: 20px !important;
}

.product-description {
    font-size: 17px;
    line-height: 1.5;
    padding-top: 25px !important;
}

.product-description h4 {
    font-size: 22px;
 
}

.product-dets .product-name a {
    font-size: 25px !important;
}

.at-svc-viber {
    display: none !important;
}

.panel-body p {
    font-size: 16px !important;
    line-height: 1.5;
}

.information-faq .panel-title>a {
    font-size: 15px !IMPORTANT;
}

.language-select {
    text-transform: none !important;
}