:root {
  --content-width: 65rem;

  --color-01: #b70d0d;
  --color-02: #444;
  --color-03: #fff;
}

*,
*:after,
*:before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow-x: hidden;
}

body{
  overflow-x: hidden;
}


.img-container img {
    width: 100%;
}

ul {
  list-style-image: url('../img/bullet2.png');
}

ul li {
  list-style-type: none;
}

li{
  padding-left: 8px;
  margin-left: 32px;
  min-height: 32px;
  background-repeat: no-repeat;
  background-position: left center;
}

h1 {
  color: var(--color-01);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.0em;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 32px;
}

a {
  color: currentColor;
  text-decoration: none;
}

img {
  max-width: 100%;
}

strong, b {
  font-weight: 500;
}


a[download]:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: sub;
  background-image: url(../img/file.svg);
  background-size: 100%;
  margin: 0 4px 0 0;
}


.nopadding {
  padding: 0 !important;
}

.page {
  padding: 2vh 0;
}
.page > * {
  max-width: var(--content-width);
  margin: 0 auto;
}

.header a {
  position: relative;
  font-size: .875rem;
  letter-spacing: .05em;
  font-weight: 700;
}

.header .logo {
  display: block;
  margin-bottom: 1.5rem;
  padding: 0 0 1rem 0;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .header .logo {
    margin-bottom: 0;
    padding: 0 0 0 0;
  }
}

.header .logo img {
  width: 40%;
}

@media screen and (max-width: 991px) {
  .header .logo img {
    width: 50%;
  }
}

.menu a {
  margin: 1px -3px 0 -3px;
  background: var(--color-01);
  color: #fff;
  text-decoration: none;
  padding: 12px;
  display: inline-table;
  border-left: 1px solid #fff;
  transition: background .3s;
}

@media screen and (max-width: 991px) {
  .menu a {
    margin: 0;
    display: block;
    border-left: 0;
  }
}

.menu a:hover {
  background: var(--color-02);
  transition: background .3s;
}

@media screen and (max-width: 991px) {
  .menu a:nth-child(1) {
    margin: 0;
    border: 0;
  }
}

.menu a[aria-current] {
  background: var(--color-02);
}

@media screen and (min-width: 40rem) {
  .header .logo {
    margin-bottom: 0;
  }
  .header {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
}

main {
  min-height: calc(100vh - 10rem);
}

.wrapper-image img {
  width: 100%;
}

.h1_container {
  margin: 12px 0 0 0;
  position: relative;
  z-index: 1;
}

.intro {
  padding: 10vh 0;
  text-align: center;
}

.intro h1 {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 900;
  font-size: calc(1vw + 2rem);
  z-index: 1;
}

.tags {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: .75rem;
  font-weight: 600;
}

.text {
  line-height: 1.5em;
}

.text p,
.text figure,
.text ul,
.text ol {
  margin-bottom: 1.5em;
}

.text > *:first-child {
  margin-top: 0;
}

.text a {
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  z-index: 1;
  display: inline-block;
  border-bottom: 2px solid var(--color-02);
}

.text figure {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

figure img {
  max-width: 100%;
}

.footer {
  padding: 1.5rem 5vw 10vh;
  text-align: center;
  max-width: var(--content-width);
  margin: 0 auto;
  line-height: 1.5em;
}

.footer a {
  display: inline-block;
  font-size: .875rem;
}

.footer > a {
  margin-bottom: 1.5rem;
  border-top: 2px solid var(--color-02);
  width: 16.5rem;
  padding-top: .5rem;
}

.social a {
  margin: 0 .75rem;
  padding: .5rem 1rem;
  border: 2px solid var(--color-02);
  width: 7.5rem;
}

.social a:hover {
  background: var(--color-02);
  color: var(--color-03);
}


/***************************/


.logo-footer img {
  width: 140px;
  margin: 24px 0;
}

.tooltiptext {
  visibility: hidden;
  background-color: var(--color-03);
  color: #000;
  text-align: left;
  border-radius: 0;
  padding: 32px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  right: initial;
  width: 50%;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .tooltiptext {
    width: 100%;
    transform: translateX(0);
    left: 0;
  }
}

.tooltiptext h4 {
  color: var(--color-01);
}

.logo-footer {
  width: 140px;
  margin: 0 auto;
}

.logo-footer:hover .tooltiptext {
  visibility: visible;
}

.footer {
  padding: 1.5rem 0 10vh;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5em;
}

.footer-item {
    display: inline-block;
    padding: 0 8px;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.7px;
}

@media (max-width: 320px) {
  .footer-item {
      font-size: 24px;
      line-height: 28px;
  }
}

.footer-item a {
  text-decoration: none;
}

.footer-item a:hover {
  text-decoration: underline;
}

.footer-line {
  border-bottom: 1px solid #e7b037;
  position: relative;
  height: 177px;
}

.footer .logo_footer {
  position: absolute;
  width: 128px;
  top: 0;
  left: calc(50% - 64px);
}

.footer p {
  font-size: 28px;
  line-height: 36px;
}

.footer p.copyright {
  font-size: .875rem;
  line-height: 1.2rem;
  padding: 0 32px;
}


/***************************/


a.product-slot-btn {
  height: 64px;
  background-color: var(--color-01);
  font-size: 24px;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  transition: background .3s;
}

a.product-slot-btn:hover {
  background-color: var(--color-02);
  transition: background .3s;
}



#section-header {
  background-size: cover;
  height: 300px;
  background-position: center;
  position: relative;
}

#section-header .row {
  position: absolute;
  bottom: 0;
  background: #fff;
}

.img-container {
  position: relative;
  margin: 0 0 32px 0;
}

.price-tag {
  position: absolute;
  bottom: 24px;
  left: -8px;
  background-color: var(--color-01);
  padding: 16px;
  font-size: 32px;
  color: var(--color-03);
  transform: rotate(-5deg);
}

.call-wrapper {
  width: 100%;
  text-align: right;
}

#callBtn {
  min-width: 150px;
  height: 64px;
  background-color: var(--color-01);
  font-size: 32px;
  color: var(--color-03);
  border: 0;
  padding: 8px 16px;
  transform: scale(1);
  transition: all .3s;
}

#callBtn:hover {
  background-color: var(--color-02);
  transform: scale(0.95);
  transition: all .3s;
}

.container_mix {
  margin: 24px 0 0 0;
}

.controls button {
  border-left: 1px solid var(--color-03) !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  margin: 0 -2px 1px -2px !important;
  background-color: var(--color-02) !important;
}

.controls button:hover {
   background-color: var(--color-01) !important;
   color: #fff !important;
}

.controls button:nth-last-child(2) {
  right: 64px !important;
}

@media (max-width: 991px) {
  .controls button:nth-last-child(1) {
    width: 44px !important;
    top: -64px !important;
    right: 0 !important;
    background-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .controls button:nth-last-child(2) {
    top: -64px !important;
    right: 44px !important;
    width: 44px !important;
    background-size: 16px !important;
  }
}

.controls .mixitup-control-active {
  background-color: var(--color-01) !important;
  color: #fff !important;
}


.specs-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.gallery li {
  list-style: none;
  margin: 0;
}

ul.gallery li img {
  width: 100%;
}

li.slideshow_thumb {
  width: 33%;
  display: inline-block;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.owl-two.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .owl-carousel .owl-item img {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .owl-carousel .owl-item img {
    height: 70vw;
  }
}

.owl-nav {
  position: absolute;
  top: calc(50% - 22px);
  width: 100%;
}

button.owl-prev, button.owl-next {
  width: 44px;
  height: 44px;
  outline: none;
  background-color: var(--color-01) !important;
  border-radius: 100px;
  transition: background .3s;
}

button.owl-prev:hover, button.owl-next:hover {
  background-color: var(--color-02) !important;
  transition: background .3s;
}

button.owl-prev span, button.owl-next span {
  color: var(--color-03);
  font-size: 0;
  display: block;
  width: 44px;
  height: 44px;
  position: relative;
}

button.owl-prev span:after {
  content: "";
  display: block;
  background-image: url(../img/ic_arrow_left.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
}

button.owl-next span:after {
  content: "";
  display: block;
  background-image: url(../img/ic_arrow_right.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
}

button.owl-prev {
  position: absolute;
  left: -60px;
}

@media (max-width: 1200px) {
  button.owl-prev {
    position: absolute;
    left: -10px;
  }
}

button.owl-next {
  position: absolute;
  right: -60px;
}

@media (max-width: 1200px) {
  button.owl-next {
    position: absolute;
    right: -10px;
  }
}



/*************************** NAVIGATION ********************************/


.topnav .drawer {
    display: none;
}

@media (max-width: 991px) {
  .topnav .drawer {
      display: block;
  }
}

.topnav .drawer a:hover {
  width: 58px;
  height: 72px;
  padding: 0;
  text-decoration: none;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  line-height: 72px;
  border-bottom: 1px solid transparent;
  display: block;
  text-decoration: none;
  border: 0;
}

@media (max-width: 991px) {
  .topnav .drawer a {
    width: 58px;
    height: 72px;
    padding: 0;
    text-decoration: none;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    color: var(--color-01);
    line-height: 72px;
    border-bottom: 1px solid transparent;
    display: block;
  }
}

.topnav .drawer a.icon.clicked {
  color: var(--color-03);
}

.topnav {
  z-index: 10;
}

@media (min-width: 992px) {
  .topnav #menuItems {
    display: block !important;
    margin: 0 0 1px 1px;
  }
}

@media (max-width: 991px) {
  .topnav {
    position: fixed;
    right: 0;
    top: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

@media (max-width: 991px) {
  .topnav #menuItems {
    display: none;
  }
}

@media (max-width: 991px) {
  #menuItems {
    height: 100vh;
    width: 400px;
    padding: 128px 0 0 0;
    right: 0;
    top: 0;
    background-color: var(--color-01);
    position: relative;
    animation-name: nav_draw;
    animation-duration: .3s;
  }
}

@media (max-width: 767px) {
  #menuItems {
    width: 82vw;
  }
}

@keyframes nav_draw {
  from {
    right: -300px;
  }

  to {
    right: 0;
  }
}

@media (max-width: 991px) {
  .topnav a.icon {
    background: transparent;
    display: block;
    position: fixed;
    right: 0;
    top: 14px;
    border: 0;
  }
}

@media (max-width: 768px) {
  .topnav a.icon {
    top: -1px;
    right: 0;
  }
}

.icon i::before {
  font-size: 1.8rem;
}

@media (max-width: 991px) {
  #scrim {
    display: none;
    width: 100vw;
    height: 200vh;
    background-color: rgba(0, 0, 0, .7);
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    animation-name: scrim;
    animation-duration: .3s;
  }
}

@keyframes scrim {
  from {
    opacity: 0;
  }

  to {
    opacity: .5;
  }
}

ul.icon-nav {
  position: absolute;
  right: 48px;
  top: 34px;
  margin: 0;
}

@media (max-width: 1200px) {
  ul.icon-nav {
    right: 20px;
  }
}

@media (max-width: 991px) {
  ul.icon-nav {
    right: 62px;
  }
}

@media (max-width: 768px) {
  ul.icon-nav {
    top: 22px;
  }
}

ul.icon-nav li {
  display: inline-block;
}

ul.icon-nav li img {
  width: 32px;
  height: 32px;
}
