/* 
Styles combined
*/
/* ---------------------------------------------------------------------- 1.Variables */
/* ---------------------------------------------------------------------- 8. settings*/
html {
  background-color: transparent;
  scroll-behavior: smooth;
}
body {
  max-width: 1920px;
  background: linear-gradient(to top, #f9f9f9, #e6e6e6 50%, #ffffff);
  margin: 0 auto !important;
}
body,
body p {
  color: #4e4e4e !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.5em !important;
  font-weight: 400 !important;
  font-size: 17px !important;
}
@media all and (max-width: 768px) {
  body,
  body p {
    font-size: calc(17px - 2px) !important;
  }
}
body a,
body p a {
  color: #b0453e;
  text-decoration: underline;
}
body a:hover,
body p a:hover {
  color: #af4d04;
  text-decoration: none;
}
p {
  margin: 0 0 25px;
}
ul,
ol {
  font-family: 'Montserrat', sans-serif !important;
  margin-top: 0;
  margin-bottom: 20px;
}
.content-area {
  padding-top: 50px;
  padding-bottom: 70px;
}
.content-area .container {
  max-width: 1400px;
}
.flex-layout1 .light {
  background-color: white;
}
.flex-layout1 .dark {
  background-color: #f4f4f4;
}
.flex_layout_row {
  padding-top: 100px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 1200px) {
  .flex_layout_row {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.flex-repeater .repeater-heading {
  margin-bottom: 1vw;
}
@media all and (min-width: 992px) {
  .flex-repeater .repeater-heading {
    margin-bottom: 2em;
    margin-top: -1.5em;
  }
}
.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif
  background-image: url('empty.gif');*/
}
.flex-repeater-cell {
  position: relative;
}
.graycontent {
  background: white;
}
.vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hide {
  display: none;
}
_:-ms-lang(x),
.vertical-center {
  display: inline;
}
.flex-spacing.dark {
  background: #f4f4f4;
}
.flex-spacer.bgnone {
  background-color: none;
}
.flex-spacer.light {
  background-color: white;
}
.flex-spacer.dark {
  background-color: #f4f4f4;
}
.onswitch-sm,
.reverseonswitch-sm,
.onswitch-md,
.reverseonswitch-md,
.onswitch-lg,
.reverseonswitch-lg,
.onswitch-xl,
.reverseonswitch-xl {
  display: none;
}
@media all and (max-width: 576px) {
  .reverseonswitch-sm {
    display: block;
  }
  .reverseoffswitch-sm {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .reverseonswitch-md {
    display: block;
  }
  .reverseoffswitch-md {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .reverseonswitch-lg {
    display: block;
  }
  .reverseoffswitch-lg {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .reverseonswitch-xl {
    display: block;
  }
  .reverseoffswitch-xl {
    display: none;
  }
}
.wow {
  visibility: hidden;
}
.padding-extra {
  padding: 5% 10%;
}
.padding-extra-side {
  padding-left: 5%;
  padding-right: 5%;
}
.row-no-padding,
.cell-no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-no-padding [class*="col-"],
.cell-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.container-no-padding-top {
  padding-top: 0 !important;
}
.container-no-padding-bottom {
  padding-bottom: 0 !important;
}
h2.flex-heading {
  text-align: center;
  margin-top: 0 !important;
}
.container_fullwidth .container {
  max-width: 100%;
}
.container_widewidth .container {
  max-width: 1400px;
}
@media all and (min-width: 960px) {
  .container_smallwidth .container {
    max-width: 960px;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-mirror {
  z-index: 1 !important;
}
.parallax-window {
  min-height: 500px;
  background-color: transparent;
  position: relative !important;
  z-index: 10 !important;
}
/* ---------------------------------------------------------------------- 4. Header-Footer */
@media (max-width: 768px) {
}
.site-header {
  background-color: white !important;
  max-width: 1920px;
  width: 100%;
  height: 162px;
  box-shadow: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.site-header .container {
  max-width: 1400px;
}
.site-header .container .made-in-usa-wrapper {
  text-align: right;
  padding-top: 10px;
}
.site-header .container .made-in-usa {
  width: 341px;
  height: 38px;
  object-fit: contain;
}
@media all and (max-width: 992px) {
  .site-header .container .made-in-usa {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .site-header {
    height: 100px;
  }
}
.site-header img {
  transition: all 0.9s ease-in-out !important;
  opacity: 1;
  margin-top: 10px;
  width: auto;
}
@media all and (max-width: 992px) {
  .site-header img {
    max-height: 40px;
  }
}
@media all and (max-width: 768px) {
  .site-header img {
    height: 40px;
  }
}
.site-header.scroll {
  transition: all 0.9s ease-in-out !important;
  height: 80px;
}
@media all and (max-width: 768px) {
  .site-header.scroll {
    height: 100px;
  }
}
.site-header.scroll img {
  height: 40px;
  width: auto;
  transition: all 0.9s ease-in-out !important;
  margin-top: -20px !important;
}
.site-header.scroll .made-in-usa {
  display: none;
}
body.logged-in .site-header {
  top: 32px;
}
body.error404 .search-form {
  display: none;
}
ul.navbar-nav {
  position: relative;
  margin-right: 2px;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  transition: none !important;
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 576px) {
}
#main-nav .navbar-nav > li > a {
  color: #b0453e !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
  font-size: 20px !important;
  white-space: nowrap;
  text-decoration: none !important;
  padding: 10px 1.5vw 10px 1.5vw !important;
  margin: 0 0.5vw !important;
}
@media all and (min-width: 1200px) {
  #main-nav .navbar-nav > li > a {
    margin: 0 10px  !important;
    padding: 10px 20px 10px 20px !important;
  }
}
@media all and (max-width: 992px) {
  #main-nav .navbar-nav > li > a {
    font-size: 17px;
    display: none;
  }
}
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li > a:focus {
  color: black !important;
  background: none;
}
#main-nav .navbar-nav > .active > a,
#main-nav .navbar-nav > .active > a:hover,
#main-nav .navbar-nav > .active > a:focus {
  color: #af4d04;
  border-bottom: 3px solid #b0453e;
}
.navbar .navbar-brand img {
  margin-top: -40px;
}
.extra-menu-top {
  display: none;
  position: absolute;
  float: none !important;
  right: 2px;
  top: -28px;
  height: 30px;
}
.extra-menu-top ul.menu {
  margin-top: 0px;
  margin-right: 30px;
  padding: 0;
}
.extra-menu-top ul.menu li {
  display: inline-block;
}
.extra-menu-top ul.menu li a {
  color: #b0453e;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: block;
  padding: 4px 15px;
}
.navbar-toggler {
  display: none;
}
#main-nav .navbar-nav > li:nth-child(4) a {
  position: relative;
  display: flex;
  align-items: center;
  /* Align text and image */
}
#main-nav .navbar-nav > li:nth-child(4) a::before {
  content: "";
  background: url('/wp-content/uploads/2025/03/cart.png') no-repeat center center;
  background-size: contain;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 8px;
  /* Space between icon and text */
  margin-top: -5px;
}
ul.dropdown-menu {
  background-color: white !important;
  border: 1px solid #cccccc !important;
  border-top: none !important;
}
ul.dropdown-menu li.menu-item {
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
  padding: 8px;
}
ul.dropdown-menu li.menu-item:hover {
  background: gray;
}
ul.dropdown-menu li.menu-item.current_page_item a {
  color: #af4d04;
}
ul.dropdown-menu li.menu-item:nth-last-child(1) {
  border-bottom: none !important;
}
ul.dropdown-menu li.menu-item a {
  color: black;
  background: none;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
}
ul.dropdown-menu li.menu-item a:hover {
  color: black;
  text-decoration: none;
}
.navbar-search {
  float: right;
  margin-top: -10px;
}
.footer {
  max-width: 1920px;
  background-color: #000000;
  height: auto !important;
  color: #ffffff;
  margin: 0 auto;
  padding: 30px 0;
}
.footer .container {
  max-width: 1400px;
}
@media all and (max-width: 576px) {
  .footer .container #footer-wrapper .row {
    text-align: center !important;
  }
}
.footer p {
  color: #ffffff !important;
}
@media all and (max-width: 576px) {
  .footer {
    text-align: center;
  }
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  color: #ffffff;
}
.footer a {
  color: #ebb9a2;
  text-decoration: none;
}
.footer a:hover {
  color: #cccccc;
}
.footer a .fab {
  margin: 2px 6px;
  color: white;
  background-color: red;
  display: inline-block;
}
.footer a .fab:hover {
  color: green;
}
.footer-menu {
  position: relative;
}
.footer-menu ul.menu {
  margin-top: 0px;
  margin-right: 30px;
  padding: 0;
}
.footer-menu ul.menu li {
  display: inline-block;
}
.footer-menu ul.menu li a {
  color: #ebb9a2;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: block;
  padding: 4px 15px;
}
.footer-menu ul.menu li a:hover {
  color: #cccccc;
}
/* ---------------------------------------------------------------------- 7. Pages */
.hero-banner {
  height: 508px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 162px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hero-banner .container {
  max-width: 1400px;
}
@media (max-width: 992px) {
  .hero-banner {
    height: auto;
  }
}
@media (max-width: 992px) {
  .hero-banner .hero-banner-text {
    padding-top: 60px;
  }
}
.hero-banner .hero-banner-text h1 {
  font-size: 2.7em !important;
  color: white !important;
}
.hero-banner .hero-banner-text h2 {
  font-size: 1.7em !important;
  color: white !important;
}
.hero-banner .hero-banner-text p {
  width: 700px;
  color: white !important;
  font-size: 1.2em !important;
  font-weight: 300 !important;
  line-height: 35px !important;
}
@media (max-width: 768px) {
  .hero-banner .hero-banner-text p {
    width: 100%;
  }
}
body.home .hero-banner {
  height: 701px;
  margin-top: 162px;
}
@media (max-width: 992px) {
  body.home .hero-banner {
    height: auto;
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  body.home .hero-banner .hero-banner-text {
    padding-top: 60px;
  }
}
body.home .hero-banner .hero-banner-text h1 {
  font-size: 2.7em !important;
  color: white !important;
}
body.home .hero-banner .hero-banner-text h2 {
  font-size: 1.7em !important;
  color: white !important;
}
body.home .hero-banner .hero-banner-text p {
  width: 700px;
  color: white !important;
  font-size: 1.2em !important;
  font-weight: 300 !important;
  line-height: 35px !important;
}
@media (max-width: 768px) {
  body.home .hero-banner .hero-banner-text p {
    width: 100%;
  }
}
body.page-template-flex-no-banner .no-banner .flex-layout1 .container {
  margin-top: 130px;
}
body.blog .hero-banner-text h1,
body.blog .hero-banner-text h2.single-blog-header {
  color: white !important;
  font-weight: 400 !important;
  font-size: 1.5em !important;
}
@media (max-width: 576px) {
}
body.blog .hero-banner-text h2,
body.blog .hero-banner-text h3.single-blog-header {
  color: red !important;
  font-size: 2.5em !important;
}
@media (max-width: 576px) {
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #af4d04;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 2.7em !important;
}
h2,
.h2 {
  font-size: 2.2em !important;
}
h3,
.h3 {
  color: #fab18c;
  font-size: 1.9em !important;
  font-weight: 600 !important;
}
h4,
.h4 {
  font-size: 1.7em !important;
  color: #f8f7f7;
}
h5,
.h5 {
  font-size: 1.1em !important;
  font-weight: 300;
}
h6,
.h6 {
  font-size: 0.8em !important;
  color: red !important;
}
p a.mybutton,
a.mybutton {
  text-decoration: none !important;
  background: #c87042;
  color: #ffffff;
  border-radius: 10px;
  font-weight: 600 !important;
  font-size: 20px;
  margin-top: 36px;
  display: inline-block;
  transition-timing-function: linear;
  transition: 0.2s;
  padding: 10px 30px;
}
@media all and (max-width: 576px) {
  p a.mybutton,
  a.mybutton {
    margin: 16px 3px 16px 3px;
  }
}
p a.mybutton.butlight,
a.mybutton.butlight {
  background: #8c3d18;
  color: white;
}
p a:hover.mybutton,
a:hover.mybutton {
  background: #fab18c;
  color: white;
}
p a:hover.mybutton.butlight,
a:hover.mybutton.butlight {
  background: #c87042;
  color: white;
}
p a.shopbutton,
a.shopbutton {
  text-decoration: none !important;
  background: #c87042;
  color: #ffffff;
  border-radius: 10px;
  font-weight: 600 !important;
  font-size: 11px;
  display: inline-block;
  transition-timing-function: linear;
  transition: 0.2s;
  padding: 5px 15px;
}
@media all and (max-width: 576px) {
  p a.shopbutton,
  a.shopbutton {
    margin: 16px 3px 16px 3px;
  }
}
p a:hover.shopbutton,
a:hover.shopbutton {
  background: #fab18c;
  color: white;
}
.link-spanner {
  background: rgba(255, 255, 255, 0.1);
}
.link-spanner:hover {
  background: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition-timing-function: ease-in;
  transition: 0.5s;
  border: 1px solid #eeeeee;
}
.carousel-item {
  height: 35vw;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item .carousel-caption {
  bottom: 300px;
}
.carousel-item .carousel-caption h1 {
  color: white;
}
.carousel-indicators {
  text-align: left;
}
.carousel-indicators .active {
  background-color: red !important;
}
h2.entry-title {
  border: none;
}
h2.entry-title a {
  color: #af4d04 !important;
  text-decoration: none;
}
h2.entry-title a:hover {
  color: black !important;
}
h1.entry-title {
  color: #af4d04 !important;
  border: none;
}
.entry-meta {
  font-size: 0.8em;
  line-height: 1.4;
  display: none;
}
#primary .post-thumbnail {
  margin-top: 20px;
}
.comments-area {
  display: none;
}
.widget {
  margin-top: 30px;
}
h3.widget-title {
  border-bottom: 1px solid #333333 !important;
  color: red;
  font-size: 24px;
}
.widget ul li {
  border-bottom: none;
  padding: 4px 2px;
}
.widget ul li span {
  float: left;
  padding-top: 5px;
}
.widget ul li a {
  margin-left: 2px;
  font-size: 18px;
  color: blue;
  display: inline-block;
}
.widget ul li a:hover {
  margin-left: 2px;
  color: green;
  background: none;
}
body.woocommerce-page section#primary {
  background-color: white !important;
}
body.woocommerce-page section#primary .content-area .container .row .woo-content img.safe-secure {
  width: 552px;
  height: 46px;
  float: right;
  margin-top: -50px;
  margin-right: 145px;
}
@media (max-width: 1416px) {
  body.woocommerce-page section#primary .content-area .container .row .woo-content img.safe-secure {
    position: absolute;
    top: 450px;
  }
}
@media (max-width: 1108px) {
  body.woocommerce-page section#primary .content-area .container .row .woo-content img.safe-secure {
    display: none;
  }
}
body.woocommerce-page section#primary section.related {
  display: none !important;
}
body.woocommerce-page h1.page-title {
  font-size: 40px;
  color: red;
}
body.woocommerce-page h1.entry-title {
  color: orange;
  font-size: 30px;
}
body.woocommerce-page h2 {
  color: #af4d04;
  font-size: 30px;
}
body.woocommerce-page h3 {
  color: black;
}
body.woocommerce-page .summary {
  width: 100% !important;
}
body.woocommerce-page .summary p {
  line-height: 1.8em !important;
}
body.woocommerce-page .summary h1.product_title {
  font-size: 2em !important;
  font-weight: 600;
}
body.woocommerce-page .summary p.price {
  color: #3c3c3c !important;
  font-size: 1.7em !important;
  font-weight: 500 !important;
}
body.woocommerce-page .summary .product_meta {
  display: none;
}
body.woocommerce-page .summary form.cart {
  display: flex !important;
  align-items: center;
  gap: 10px;
  /* Adjust spacing between quantity and button */
  flex-wrap: wrap;
  /* Prevent layout breaking on smaller screens */
}
body.woocommerce-page .summary form.cart .quantity {
  margin-bottom: 0;
  /* Remove default bottom margin */
}
body.woocommerce-page .summary form.cart button.single_add_to_cart_button {
  white-space: nowrap;
  /* Prevents button from wrapping */
  margin-left: 0px !important;
  margin-top: 0px !important;
}
/* Product page image thumbnails on left side */
@media (max-width: 568px) {
  /* Reset for image gallery and thumbnails */
  .woocommerce .flex-control-nav,
  .flex-control-thumbs {
    all: unset !important;
  }
  /* Force the product title to be on its own line */
  .single-product .product_title {
    margin-top: 30px;
    display: block !important;
    width: 100% !important;
    /* Ensure it takes the full width */
    margin-top: 15px !important;
    /* Optional: Adds space above title */
    clear: both !important;
    /* Ensures it clears any floating elements */
  }
  /* Optional: Add spacing around title and image */
  .single-product .product {
    display: block !important;
    /* Forces the whole product content to block layout */
  }
}
@media (min-width: 568px) {
  .woocommerce .flex-control-nav {
    position: absolute;
    top: -10px;
    left: 0px;
  }
  .flex-control-thumbs {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .woocommerce .flex-viewport {
    width: 86.5% !important;
    left: 60px !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .woocommerce .flex-viewport {
    width: 87% !important;
    left: 60px !important;
  }
}
@media (min-width: 1025px) {
  .woocommerce .flex-viewport {
    width: 85% !important;
    left: 60px !important;
  }
}
body.single-product .hero-banner {
  height: 67px;
}
@media all and (max-width: 992px) {
  body.single-product .hero-banner {
    height: 100px !important;
    margin-top: 95px !important;
  }
}
body.single-product .hero-banner .hero-banner-text {
  padding-top: 0px !important;
}
body.single-product .home-three-boxes {
  max-height: 100% !important;
  margin-bottom: 2vw !important;
}
body.single-product .woocommerce-product-gallery ol.flex-control-thumbs {
  margin-top: 10px !important;
  width: 50px !important;
}
body.single-product .woocommerce-product-gallery ol.flex-control-thumbs li {
  margin-bottom: 10px !important;
  min-width: 50px !important;
}
body.single-product .woocommerce-product-gallery ol.flex-control-thumbs li img {
  min-width: 50px !important;
}
body.single-product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
  right: 1.5em !important;
}
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout a {
  background-color: #c87042;
}
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout a:hover {
  background-color: #b55726;
}
.woocommerce div.product form.cart table.variations tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Ensures the dropdown aligns with the label */
}
.woocommerce div.product form.cart table.variations td.label {
  margin-bottom: 0.5rem;
  /* Adds spacing between the label and the dropdown */
}
.woocommerce div.product form.cart .button {
  background-color: #c87042;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #b55726;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 600;
}
label.quantity-label {
  font-weight: 600;
}
.woocommerce div.product form.cart button.single_add_to_cart_button {
  display: inline-block;
  /* Makes the button fit its content */
  width: auto;
  /* Removes the full-width stretch */
  margin-top: 3rem;
  /* Adds space above the button for better separation */
  align-self: flex-start;
  /* Aligns the button to the left */
  margin-left: -66px;
}
.woocommerce div.product form.cart .quantity {
  margin-bottom: 1rem;
  /* Adds space between the quantity box and the button */
}
.woocommerce div.product form.cart {
  display: block;
  /* Reset the form container to block layout */
}
.woocommerce-tabs {
  display: none;
}
.product-box {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 339px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 60px;
}
.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  /* Subtle overlay for better readability */
  transition: background 0.3s ease-in-out;
}
.product-box:hover .product-overlay {
  background: rgba(0, 0, 0, 0.5);
  /* Darker overlay on hover */
}
h2.related-h2 {
  text-align: center;
  margin-top: 60px;
}
.product-info {
  position: relative;
  font-weight: bold;
}
.product-info a.related-title-link {
  text-decoration: none;
}
.product-info p.short-desc {
  color: white !important;
}
h3.product-title {
  font-size: 1.2rem;
  color: #fab18c !important;
}
/* Responsive Adjustments */
@media (max-width: 1024px) {
  .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.page-template-flex-banner .product-box {
  position: relative;
  width: 100%;
  /* Full width of the column */
  aspect-ratio: 1 / 1;
  /* Forces a square shape */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-template-flex-banner .product-info {
  position: absolute;
  top: 74%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
form.wpcf7-form {
  width: 94%;
}
form.wpcf7-form .textfield input,
form.wpcf7-form .textfield textarea {
  background-color: transparent;
  color: #333333 !important;
  padding: 20px 8px !important;
  width: 99%;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
form.wpcf7-form .textfield textarea {
  max-height: 100px;
  width: 99%;
  padding: 10px 8px !important;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
  color: red;
}
form.wpcf7-form div.wpcf7-validation-errors {
  border: 1px solid red !important;
  color: red;
  font-weight: 600;
}
form.wpcf7-form input.wpcf7-submit {
  background: transparent;
  border-radius: 20px;
  border: 1px solid #cccccc;
  padding: 10px 30px !important;
  color: black;
  font-weight: 600;
  font-size: 0.9em;
}
form.wpcf7-form input.wpcf7-submit:hover {
  color: white;
  background: black;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: -10px;
  text-align: right;
}
.overlay .container {
  position: relative !important;
  overflow: visible !important;
  height: auto;
  width: 80%;
  background: lightskyblue;
  margin: -150px auto 0 auto;
  padding: 50px;
}
.series-repeater .flex-box {
  height: 491px;
  border: 20px solid #ffffff;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .series-repeater .flex-box {
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.series-repeater .flex-box .text-content {
  position: absolute;
  bottom: 100px;
  left: 60px;
}
@media all and (max-width: 1200px) {
  .series-repeater .flex-box .text-content {
    position: static;
    margin-top: 200px;
    margin-bottom: 20px;
  }
}
.series-repeater .flex-box .text-content p {
  font-size: 20px !important;
  font-weight: 300 !important;
  color: white !important;
  margin: 5px 0 0;
}
.series-repeater .flex-box a.mybutton {
  position: absolute;
  bottom: 40px;
  right: 265px;
}
@media all and (max-width: 1200px) {
  .series-repeater .flex-box a.mybutton {
    position: static;
    margin: 0 auto;
  }
}
.home-three-boxes {
  background-size: contain !important;
  background-repeat: no-repeat;
  max-height: 1421px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center;
}
.home-three-boxes h2.flex-heading {
  font-size: 2em !important;
  padding-bottom: 60px;
  font-weight: 600;
  color: #af4d04;
}
@media all and (max-width: 992px) {
  .home-three-boxes {
    padding-top: 180px;
    margin-bottom: 38vw;
    background-image: none !important;
  }
}
.home-three-boxes .flex-box .topbox,
.home-three-boxes .flex-box .bottombox {
  min-height: auto;
}
.home-three-boxes .middle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 600px;
}
@media all and (max-width: 992px) {
  .home-three-boxes .middle {
    position: absolute;
    margin-top: 0px;
    height: 0px !important;
  }
}
.home-three-boxes .middle h2 {
  color: #af4d04 !important;
  font-size: 2.8em !important;
}
@media all and (max-width: 1200px) {
  .home-three-boxes .middle h2 {
    font-size: 2.3em !important;
  }
}
.home-three-boxes .topbox,
.home-three-boxes .bottombox {
  padding: 60px;
  background-color: white;
  border-radius: 20px;
}
@media all and (max-width: 992px) {
  .home-three-boxes .topbox,
  .home-three-boxes .bottombox {
    margin-top: 60px;
  }
}
.home-three-boxes .topbox h3,
.home-three-boxes .bottombox h3 {
  color: #af4d04 !important;
  font-size: 2em !important;
}
.home-three-boxes .topbox {
  margin-bottom: 90px;
}
@media all and (max-width: 992px) {
  .home-three-boxes .topbox {
    margin-bottom: 0px !important;
  }
}
.home-faq h4.faq,
.products-faq h4.faq {
  text-align: center;
  padding-bottom: 30px;
}
.home-faq #wpsm_accordion_1485,
.products-faq #wpsm_accordion_1485 {
  background: transparent !important;
}
.home-faq #wpsm_accordion_1485 .wpsm_panel,
.products-faq #wpsm_accordion_1485 .wpsm_panel {
  background: transparent !important;
  border-top: 1px solid #ac5c57 !important;
}
.home-faq #wpsm_accordion_1485 .wpsm_panel .wpsm_panel-heading,
.products-faq #wpsm_accordion_1485 .wpsm_panel .wpsm_panel-heading {
  background: transparent !important;
}
.home-faq #wpsm_accordion_1485 .wpsm_panel .wpsm_panel-collapse .wpsm_panel-body,
.products-faq #wpsm_accordion_1485 .wpsm_panel .wpsm_panel-collapse .wpsm_panel-body {
  background: transparent !important;
}
.home-faq #wpsm_accordion_1485 .wpsm_panel span.ac_open_cl_icon,
.products-faq #wpsm_accordion_1485 .wpsm_panel span.ac_open_cl_icon {
  background-color: #cf9d9b !important;
}
.home-faq #wpsm_accordion_1485 .wpsm_panel span.fa-plus:before,
.products-faq #wpsm_accordion_1485 .wpsm_panel span.fa-plus:before,
.home-faq #wpsm_accordion_1485 .wpsm_panel span.fa-minus:before,
.products-faq #wpsm_accordion_1485 .wpsm_panel span.fa-minus:before {
  color: #b0453e !important;
}
.home-faq #wpsm_accordion_1485 .wpsm_panel-body,
.products-faq #wpsm_accordion_1485 .wpsm_panel-body {
  font-family: 'Montserrat', sans-serif !important;
}
.home-faq {
  padding-top: 550px;
  overflow: hidden;
}
.products-faq {
  overflow: hidden;
}
.customer-reviews h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  color: #af4d04 !important;
}
