/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

html {
  font-size: calc(100vw / 1920 * 10);
}

@media (max-width: 1199px) {
  html {
    font-size: calc(100vw / 1199 * 8.5);
  }
}

@media (max-width: 991px) {
  html {
    font-size: calc(100vw / 1920 * 15);
  }
}

@media (max-width: 767px) {
  html {
    font-size: calc(100vw / 1920 * 20);
  }
}

@media (max-width: 550px) {
  html {
    font-size: calc(100vw / 1920 * 35);
  }
}

@media (min-width: 768px) {
  body .container {
    max-width: 85%;
  }
}


html body {
  font-family: 'Manrope';
}

body legend,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .title {
  margin-bottom: inherit;
  color: inherit;
  text-transform: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.2;
}

body .main-page-wrapper {
  padding-top: 0px;
}

body .site-content {
  margin-bottom: 0px;
}

footer .copyrights-wrapper {
  background-color: #F4F4F4;
}

footer .copyrights-centered .min-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

footer .copyrights-centered .min-footer>div:last-child {
  font-family: 'Manrope';
  font-size: 1.3rem;
  color: #939393;
}

body .cmplz-cookiebanner.cmplz-show {
  font-family: 'Manrope' !important;
}

@media (max-width: 1630px) {
  header .whb-top-bar>.container,
  header .whb-general-header>.container,
  header .whb-header-bottom>.container,
  body .main-page-wrapper>.container {
    padding: 0 3rem;
  }
}
