/* 
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.7em !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: linear-gradient(to right, #9d140a, #d2822c) !important;
  max-width: 1920px;
  width: 100%;
  height: 142px;
  box-shadow: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.site-header .navbar {
  margin-top: 10px;
}
.site-header .container {
  max-width: 1400px;
}
@media all and (max-width: 992px) {
  .site-header {
    height: 100px !important;
  }
  .site-header #main-nav {
    margin-top: 10px;
  }
  .site-header img {
    width: auto;
    transition: all 0.9s ease-in-out !important;
    margin-top: 0px !important;
  }
}
.site-header img {
  transition: all 0.9s ease-in-out !important;
  opacity: 1;
  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;
}
.site-header.scroll #main-nav {
  margin-top: 10px;
}
.site-header.scroll img {
  width: auto;
  transition: all 0.9s ease-in-out !important;
  margin-top: 0px !important;
}
button#rmp_menu_trigger-1403 {
  top: 42px !important;
}
header#masthead {
  background: linear-gradient(to right, #9d140a, #fe9f39) !important;
  padding: 0;
  height: 140px;
}
header#masthead .top-bar {
  background: #000;
  width: 100%;
  margin-top: -16px;
}
header#masthead .top-bar-inner {
  min-height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #f4b16a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
header#masthead .top-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
header#masthead .top-item img {
  height: 14px;
  position: relative;
}
header#masthead .navbar-nav > li > a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
header#masthead .navbar-nav > li > a:hover,
header#masthead .navbar-nav > li > a:focus {
  color: #fff;
  opacity: 0.85;
}
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;
}
#main-nav .navbar-nav > li > a {
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
  font-size: 18px !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 #fff;
}
.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: #fff;
  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/2026/03/cart-icon.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 .container #footer-wrapper ul.footer-menu {
  list-style-type: none;
}
.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: 223px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 142px;
  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: 142px;
}
@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%;
  }
}
.flex_layout_row.home-2-across {
  padding-top: 0 !important;
  margin-top: 0 !important;
  background-color: #fff !important;
}
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: 500;
  color: #a82c11;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 2.7em !important;
  font-weight: 600 !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;
}
.home-hero-title {
  margin-top: 150px;
  background-color: #f3f3f3;
}
.home-hero-title h1,
.home-hero-title p {
  text-align: center;
}
.home-hero-title h1 {
  margin-bottom: -5px;
}
.home-hero-title p {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .home-hero-title {
    margin-top: 90px !important;
  }
}
.flex_layout_row.home-2-across {
  padding-top: 0 !important;
}
.home-2-across {
  /*
   * Horizontal gap between left and right columns
   */
}
.home-2-across *,
.home-2-across *:before,
.home-2-across *:after {
  box-sizing: border-box;
}
.home-2-across .container,
.home-2-across .container_widewidth,
.home-2-across .container-widewidth,
.home-2-across .container-fluid {
  width: 100%;
}
.home-2-across > .container > .row,
.home-2-across > .container-fluid > .row,
.home-2-across > .container_widewidth > .row,
.home-2-across > .container-widewidth > .row,
.home-2-across .container > .row,
.home-2-across .container-fluid > .row,
.home-2-across .container_widewidth > .row,
.home-2-across .container-widewidth > .row {
  display: flex;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}
.home-2-across .wysiwyg-col.left,
.home-2-across .wysiwyg-col.right {
  display: flex;
  height: 717px;
}
.home-2-across .wysiwyg-col.left {
  padding-left: 10px;
  padding-right: 18px;
  background-image: none !important;
}
.home-2-across .wysiwyg-col.right {
  padding-left: 18px;
  padding-right: 10px;
}
.home-2-across .left-inner,
.home-2-across .right-inner,
.home-2-across .card-inner {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.home-2-across .wysiwyg-col.left {
  background: none !important;
  background-image: none !important;
}
.home-2-across .left-inner {
  display: block !important;
  width: 100%;
  height: 717px;
  padding: 55px;
  position: relative;
  background-image: url('/wp-content/uploads/2026/05/bench-home-1.jpg') !important;
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  border-radius: 6px;
  overflow: hidden;
}
.home-2-across .left-inner .card-click-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.home-2-across .left-inner .content-wrap {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.home-2-across .left-inner h3 {
  color: #a82c11 !important;
  font-size: 2.1em;
  line-height: 1.1em;
  font-weight: 700;
  margin: 0 0 18px 0;
}
.home-2-across .left-inner p {
  color: #555 !important;
  font-size: 1em;
  line-height: 1.6em;
  margin: 0 0 28px 0;
}
.home-2-across .left-inner .mybutton {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #888;
  border-radius: 30px;
  font-size: 0.85em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  background: #fff;
  transition: all 0.2s ease;
}
.home-2-across .left-inner:hover .mybutton {
  background: #a82c11;
  border-color: #a82c11;
  color: #fff;
}
.home-2-across .right-inner {
  height: 717px;
}
.home-2-across .right-inner .container-fluid {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.home-2-across .right-inner .row {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
.home-2-across .right-inner .card-1,
.home-2-across .right-inner .card-2 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  height: calc((717px - 24px) / 2);
  padding-left: 0;
  padding-right: 0;
  float: none;
}
.home-2-across .right-inner .card-inner {
  height: 100%;
  padding: 42px 42px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-2-across .right-inner .content-wrap {
  max-width: none;
  width: 100%;
}
.home-2-across .right-inner h3 {
  margin: 0;
  color: #b52600;
  font-size: 2.1em;
  line-height: 1.1em;
  font-weight: 700;
}
.home-2-across .right-inner .card-1 .card-inner {
  background-image: url('/wp-content/uploads/2026/05/coming-soon-1-notext.png');
  background-position: right center;
}
.home-2-across .right-inner .card-2 .card-inner {
  background-image: url('/wp-content/uploads/2026/05/coming-soon-2-notext.png');
  background-position: right center;
}
.home-2-across .content-wrap {
  position: relative;
  z-index: 2;
}
.home-2-across .content-wrap a.mybutton {
  margin-top: 0px;
}
.home-2-across h3 {
  color: #b52600;
  font-size: 2.1em;
  line-height: 1.1em;
  font-weight: 700;
  margin: 0 0 18px 0;
}
.home-2-across p {
  font-size: 1em;
  line-height: 1.6em;
  color: #555;
  margin: 0 0 28px 0;
}
.home-2-across .mybutton {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #888;
  border-radius: 30px;
  font-size: 0.85em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  background: #fff;
  transition: all 0.2s ease;
}
.home-2-across .mybutton:hover {
  text-decoration: none;
  color: #fff;
  background: #b52600;
  border-color: #b52600;
}
@media (max-width: 1200px) {
  .home-2-across .left-inner {
    padding: 42px 42px;
  }
  .home-2-across .right-inner .card-inner {
    padding: 34px 34px;
  }
  .home-2-across .content-wrap {
    max-width: 340px;
  }
  .home-2-across h3 {
    font-size: 1.9em;
  }
}
@media (max-width: 992px) {
  .home-2-across > .container > .row,
  .home-2-across > .container-fluid > .row,
  .home-2-across > .container_widewidth > .row,
  .home-2-across > .container-widewidth > .row,
  .home-2-across .container > .row,
  .home-2-across .container-fluid > .row,
  .home-2-across .container_widewidth > .row,
  .home-2-across .container-widewidth > .row {
    display: block;
  }
  .home-2-across .wysiwyg-col.left,
  .home-2-across .wysiwyg-col.right {
    display: block;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .home-2-across .left-inner {
    height: auto;
    min-height: 450px;
    margin-bottom: 25px;
    padding: 36px 30px;
  }
  .home-2-across .right-inner {
    height: auto;
  }
  .home-2-across .right-inner .container-fluid,
  .home-2-across .right-inner .row {
    height: auto;
    display: block;
  }
  .home-2-across .right-inner .card-1,
  .home-2-across .right-inner .card-2 {
    height: auto;
    margin-bottom: 25px;
  }
  .home-2-across .right-inner .card-2 {
    margin-bottom: 0;
  }
  .home-2-across .right-inner .card-inner {
    min-height: 240px;
    height: auto;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .home-2-across .left-inner {
    min-height: 400px;
    padding: 30px 24px;
  }
  .home-2-across .right-inner .card-inner {
    min-height: 220px;
    padding: 28px 24px;
  }
  .home-2-across .content-wrap {
    max-width: 100%;
  }
  .home-2-across h3 {
    font-size: 1.7em;
  }
  .home-2-across p {
    font-size: 0.95em;
    line-height: 1.5em;
  }
  .home-2-across .mybutton {
    padding: 10px 18px;
    font-size: 0.8em;
  }
}
h2.entry-title {
  border: none;
}
h2.entry-title a {
  color: #a82c11 !important;
  text-decoration: none;
}
h2.entry-title a:hover {
  color: black !important;
}
h1.entry-title {
  color: #a82c11 !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 .product-page-top-content {
  margin: 30px;
  background-color: #f3f3f3;
}
body.woocommerce-page section#primary .content-area .container .row .product-page-top-content h1,
body.woocommerce-page section#primary .content-area .container .row .product-page-top-content p {
  text-align: center;
}
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 {
  display: none;
}
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;
}
.custom-cart-page .custom-cart-product-title {
  margin-bottom: 18px;
}
.custom-cart-page .custom-cart-product-title a {
  text-decoration: none !important;
}
.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%;
}
.woocommerce-cart table.shop_table.cart td.product-thumbnail {
  width: 360px !important;
  min-width: 360px !important;
}
.woocommerce-cart table.shop_table.cart td.product-thumbnail a,
.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
  width: 360px !important;
  max-width: 360px !important;
  height: auto !important;
}
.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
  image-rendering: auto;
}
/* ==============================
   CUSTOM CART PAGE
============================== */
.custom-cart-page {
  padding: 200px 0;
}
.custom-cart-page .container {
  max-width: 1180px;
}
.custom-cart-page .cart-page-title {
  margin-bottom: 30px;
  color: #a82c11;
  font-size: 2.4em;
  font-weight: 700;
}
.custom-cart-page .custom-cart-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.custom-cart-page .custom-cart-preview {
  background: #f7f7f7;
  text-align: center;
  padding: 25px;
}
.custom-cart-page .custom-cart-preview a {
  display: inline-block;
  max-width: 100%;
}
.custom-cart-page .custom-cart-preview img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  border: none;
}
.custom-cart-page .custom-cart-details {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  padding: 35px;
  align-items: start;
}
.custom-cart-page .custom-cart-product-title {
  margin: 0 0 18px;
}
.custom-cart-page .custom-cart-product-title a {
  color: #a82c11;
  text-decoration: underline;
  font-size: 1.15em;
  font-weight: 700;
}
.custom-cart-page .custom-cart-remove {
  margin-bottom: 10px;
}
.custom-cart-page .custom-cart-remove a {
  color: #b04532;
  font-size: 0.95em;
  text-decoration: underline;
}
.custom-cart-page .custom-cart-meta {
  margin-bottom: 25px;
}
.custom-cart-page .custom-cart-meta dt,
.custom-cart-page .custom-cart-meta strong {
  font-weight: 700;
  color: #444;
}
.custom-cart-page .custom-cart-meta dd {
  margin: 0 0 16px;
  color: #555;
}
.custom-cart-page .custom-cart-meta p {
  margin: 0;
}
.custom-cart-page .custom-cart-pricing {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 24px;
}
.custom-cart-page .custom-cart-pricing > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid #e6e6e6;
}
.custom-cart-page .custom-cart-pricing > div:last-child {
  border-bottom: none;
}
.custom-cart-page .custom-cart-pricing > div span {
  font-weight: 700;
  color: #444;
}
.custom-cart-page .custom-cart-pricing > div strong {
  font-size: 1.1em;
}
.custom-cart-page .custom-cart-pricing .qty {
  width: 80px;
  height: 42px;
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 4px;
}
.custom-cart-page .custom-cart-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 25px 35px;
  border-top: 1px solid #ddd;
  background: #fbfbfb;
}
.custom-cart-page .custom-cart-actions .coupon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-cart-page .custom-cart-actions .coupon label {
  font-weight: 700;
  margin: 0;
}
.custom-cart-page .custom-cart-actions .coupon input {
  height: 42px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 12px;
}
.custom-cart-page .custom-cart-actions .button {
  height: 42px;
  border: none;
  border-radius: 4px;
  padding: 0 22px;
  background: #c87042;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.custom-cart-page .custom-cart-actions .button:hover {
  background: #ae5d33;
  color: #fff;
}
.custom-cart-page .custom-cart-actions .button:disabled {
  opacity: 0.45;
}
.custom-cart-page .custom-cart-bottom {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: start;
  margin-top: 35px;
}
.custom-cart-page .custom-cart-note,
.custom-cart-page .custom-cart-totals {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}
.custom-cart-page .custom-cart-note h3 {
  color: #a82c11;
  font-size: 1.8em;
  margin-bottom: 12px;
}
.custom-cart-page .custom-cart-note p {
  font-size: 1.05em;
  line-height: 1.55;
}
.custom-cart-page .cart_totals {
  width: 100% !important;
  float: none !important;
}
.custom-cart-page .cart_totals h2 {
  color: #a82c11;
  font-size: 2em;
  margin-bottom: 20px;
}
.custom-cart-page .cart_totals table {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
}
.custom-cart-page .cart_totals table th,
.custom-cart-page .cart_totals table td {
  padding: 14px 16px;
}
.custom-cart-page .cart_totals .wc-proceed-to-checkout {
  padding: 0;
  margin: 0;
}
.custom-cart-page .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: block;
  width: 100%;
  background: #c87042;
  color: #fff !important;
  text-align: center;
  padding: 16px 24px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none !important;
}
.custom-cart-page .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background: #ae5d33;
}
@media (max-width: 991px) {
  .custom-cart-page .custom-cart-details,
  .custom-cart-page .custom-cart-bottom {
    grid-template-columns: 1fr;
  }
  .custom-cart-page .custom-cart-actions {
    display: block;
  }
  .custom-cart-page .custom-cart-actions .coupon {
    display: block;
    margin-bottom: 18px;
  }
  .custom-cart-page .custom-cart-actions .coupon input,
  .custom-cart-page .custom-cart-actions .coupon button {
    width: 100%;
    margin-top: 8px;
  }
  .custom-cart-page .custom-cart-actions .update-cart-button {
    width: 100%;
  }
}
/* ==============================
   WOOCOMMERCE CHECKOUT PAGE
============================== */
.woocommerce-checkout {
  /* Field grid */
}
.woocommerce-checkout .site-main,
.woocommerce-checkout main {
  padding: 60px 0 90px;
  background: #f7f4f2;
}
.woocommerce-checkout h1,
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading {
  color: #a82c11;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading {
  font-size: 52px;
  margin-bottom: 30px;
}
.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  column-gap: 50px;
  row-gap: 25px;
  align-items: start;
}
.woocommerce-checkout form.checkout > .col2-set {
  grid-column: 1;
  grid-row: 1 / span 3;
  width: 100% !important;
  float: none !important;
}
.woocommerce-checkout form.checkout > #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  width: 100% !important;
  float: none !important;
  margin: 0 0 15px;
}
.woocommerce-checkout form.checkout > #order_review {
  grid-column: 2;
  grid-row: 2;
  width: 100% !important;
  float: none !important;
  clear: none !important;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  width: 100% !important;
  float: none !important;
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_review {
  background: #ffffff;
  border: 1px solid rgba(168, 44, 17, 0.12);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 18px 50px rgba(70, 35, 20, 0.07);
}
.woocommerce-checkout .woocommerce-billing-fields {
  margin-bottom: 35px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 20px;
}
.woocommerce-checkout .woocommerce form .form-row,
.woocommerce-checkout form .form-row,
.woocommerce-checkout p.form-row {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
}
.woocommerce-checkout .form-row-wide,
.woocommerce-checkout #billing_company_field,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #billing_email_field,
.woocommerce-checkout #shipping_company_field,
.woocommerce-checkout #shipping_country_field,
.woocommerce-checkout #shipping_address_1_field,
.woocommerce-checkout #shipping_address_2_field,
.woocommerce-checkout #shipping_phone_field,
.woocommerce-checkout #shipping_email_field {
  grid-column: 1 / -1;
}
.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_last_name_field,
.woocommerce-checkout #billing_city_field,
.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #billing_postcode_field,
.woocommerce-checkout #shipping_first_name_field,
.woocommerce-checkout #shipping_last_name_field,
.woocommerce-checkout #shipping_city_field,
.woocommerce-checkout #shipping_state_field,
.woocommerce-checkout #shipping_postcode_field {
  grid-column: span 1;
}
.woocommerce-checkout .form-row label {
  display: block;
  width: 100%;
  color: #333333;
  font-weight: 600;
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 1.4;
}
.woocommerce-checkout .form-row .required {
  color: #a82c11;
}
.woocommerce-checkout .woocommerce form .input-text,
.woocommerce-checkout .woocommerce form select,
.woocommerce-checkout .woocommerce form textarea,
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(168, 44, 17, 0.2);
  border-radius: 10px;
  background: #ffffff;
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
  box-shadow: none;
  transition: all 0.2s ease;
}
.woocommerce-checkout .woocommerce form .input-text:focus,
.woocommerce-checkout .woocommerce form select:focus,
.woocommerce-checkout .woocommerce form textarea:focus,
.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus {
  border-color: #c87042;
  box-shadow: 0 0 0 4px rgba(200, 112, 66, 0.14);
  outline: none;
}
.woocommerce-checkout .woocommerce form textarea,
.woocommerce-checkout .form-row textarea {
  min-height: 150px;
  height: auto;
  padding-top: 16px;
  resize: vertical;
}
.woocommerce-checkout #order_comments_field {
  width: 100% !important;
}
.woocommerce-checkout #order_comments_field textarea {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: block;
}
.woocommerce-checkout .select2-container {
  width: 100% !important;
  max-width: 100% !important;
}
.woocommerce-checkout .select2-container .select2-selection--single {
  height: 58px;
  border: 1px solid rgba(168, 44, 17, 0.2);
  border-radius: 10px;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 58px;
  padding-left: 18px;
  color: #333333;
  font-size: 16px;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
  height: 58px;
}
.woocommerce-checkout .select2-container.select2-container--focus .select2-selection--single,
.woocommerce-checkout .select2-container.select2-container--open .select2-selection--single {
  border-color: #c87042;
  box-shadow: 0 0 0 4px rgba(200, 112, 66, 0.14);
}
.woocommerce-checkout table.shop_table {
  border: none;
  border-collapse: collapse;
  margin-bottom: 25px;
}
.woocommerce-checkout table.shop_table th {
  color: #a82c11;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 2px solid rgba(168, 44, 17, 0.12);
  padding: 16px 12px;
}
.woocommerce-checkout table.shop_table td {
  border-top: 1px solid rgba(168, 44, 17, 0.08);
  color: #333333;
  font-size: 17px;
  padding: 16px 12px;
}
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-checkout table.shop_table tfoot td {
  font-weight: 700;
}
.woocommerce-checkout table.shop_table .order-total th,
.woocommerce-checkout table.shop_table .order-total td {
  color: #a82c11;
  font-size: 24px;
}
.woocommerce-checkout #payment {
  background: #f8f3ef;
  border-radius: 16px;
  border: 1px solid rgba(168, 44, 17, 0.12);
  overflow: hidden;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid rgba(168, 44, 17, 0.1);
  padding: 25px;
  margin: 0;
}
.woocommerce-checkout #payment li {
  list-style: none;
}
.woocommerce-checkout #payment label {
  font-weight: 600;
  color: #333333;
}
.woocommerce-checkout #payment div.payment_box {
  background: rgba(200, 112, 66, 0.1);
  color: #333333;
  border-radius: 10px;
  margin-top: 15px;
}
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: rgba(200, 112, 66, 0.1);
}
.woocommerce-checkout #payment div.form-row {
  padding: 25px !important;
  margin: 0 !important;
}
.woocommerce-checkout #place_order,
.woocommerce-checkout button.button,
.woocommerce-checkout a.button,
.woocommerce-checkout input.button {
  background: #c87042;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 16px 30px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: all 0.2s ease;
}
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout button.button:hover,
.woocommerce-checkout a.button:hover,
.woocommerce-checkout input.button:hover,
.woocommerce-checkout #place_order:focus,
.woocommerce-checkout button.button:focus,
.woocommerce-checkout a.button:focus,
.woocommerce-checkout input.button:focus {
  background: #a82c11;
  color: #ffffff;
  transform: translateY(-1px);
}
.woocommerce-checkout #place_order {
  width: 100%;
  margin-top: 12px;
  height: 58px;
}
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
  border-top-color: #c87042;
  background: #f8f3ef;
  color: #333333;
  border-radius: 10px;
}
.woocommerce-checkout .woocommerce-error:before,
.woocommerce-checkout .woocommerce-info:before,
.woocommerce-checkout .woocommerce-message:before {
  color: #c87042;
}
@media all and (max-width: 768px) {
  .woocommerce-checkout form.checkout {
    display: block !important;
  }
  .woocommerce-checkout form.checkout > .col2-set,
  .woocommerce-checkout form.checkout > #order_review_heading,
  .woocommerce-checkout form.checkout > #order_review {
    width: 100% !important;
  }
  .woocommerce-checkout form.checkout > #order_review_heading {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout #order_review {
    padding: 28px;
    border-radius: 18px;
  }
  .woocommerce-checkout .woocommerce-billing-fields h3,
  .woocommerce-checkout #order_review_heading {
    font-size: 38px;
  }
}
@media all and (max-width: 576px) {
  .woocommerce-checkout .site-main,
  .woocommerce-checkout main {
    padding: 35px 0 60px;
  }
  .woocommerce-checkout .woocommerce-billing-fields h3,
  .woocommerce-checkout #order_review_heading {
    font-size: 32px;
  }
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout #order_review {
    padding: 22px;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    display: block;
  }
  .woocommerce-checkout .woocommerce form .form-row,
  .woocommerce-checkout form .form-row,
  .woocommerce-checkout p.form-row {
    margin-bottom: 18px !important;
  }
  .woocommerce-checkout .woocommerce form .input-text,
  .woocommerce-checkout .woocommerce form select,
  .woocommerce-checkout .woocommerce form textarea {
    height: 54px;
    font-size: 15px;
  }
  .woocommerce-checkout .woocommerce form textarea {
    height: auto;
  }
}
.sb-configurator-steps {
  margin-top: -10px !important;
  margin-bottom: 12px;
}
.sb-config-step {
  margin-bottom: 30px;
  line-height: 1.25;
}
.sb-config-step strong {
  display: block;
  font-weight: 600;
  color: #444;
  margin-bottom: 2px;
}
.sb-config-step span {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}
.product-page-top-content-wrapper {
  margin-top: 140px;
  margin-bottom: 0px;
  background: #f3f3f3;
  width: 100%;
  padding: 50px 0 !important;
}
.product-page-top-content-wrapper h1,
.product-page-top-content-wrapper p {
  text-align: center;
}
@media all and (max-width: 992px) {
  .product-page-top-content-wrapper {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .product-page-top-content-wrapper .container {
    max-width: 1340px;
  }
}
.product-page-top-content {
  max-width: 100%;
}
@media (max-width: 767px) {
  #fancy-product-designer-1596 {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    overflow: hidden;
  }
  #fancy-product-designer-1596 fpd-main-wrapper {
    height: 260px !important;
    max-height: 260px !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }
  #fancy-product-designer-1596 .fpd-main-wrapper,
  #fancy-product-designer-1596 .fpd-product-stage,
  #fancy-product-designer-1596 .fpd-view-stage {
    height: 260px !important;
    max-height: 260px !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }
  #fancy-product-designer-1596 .fpd-view-stage canvas,
  #fancy-product-designer-1596 .fpd-view-stage .upper-canvas,
  #fancy-product-designer-1596 .fpd-view-stage .lower-canvas {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-height: 260px !important;
  }
  /* Keep FPD top bars full width */
  #fancy-product-designer-1596 fpd-actions-bar,
  #fancy-product-designer-1596 fpd-main-bar {
    width: 100% !important;
    height: auto !important;
    min-height: 50px !important;
    display: flex !important;
  }
}
.fpd-snackbar-wrapper .fpd-snackbar p {
  color: white !important;
}
.single-product .summary .price {
  white-space: nowrap;
}
.freight-shipping-inline {
  font-size: 0.6em;
  font-weight: 500;
  color: #3c3c3c;
  white-space: nowrap;
}
.single-product .woocommerce-variation-price {
  display: none !important;
}
.single-product .sunset-selected-variation-price {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
.single-product .sunset-selected-variation-price .freight-shipping-inline {
  font-size: 17px;
  font-weight: 600;
  color: #333;
}
.single-product .sunset-selected-variation-price {
  display: block;
  clear: both;
  width: 100%;
  margin-top: 60px !important;
  font-size: 28px;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}
.single-product .sunset-selected-variation-price .freight-shipping-inline {
  display: inline;
  font-size: 17px;
  font-weight: 600;
  color: #333;
}
.sunset-cart-confirmation {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  background: #f8f8f8;
}
.sunset-cart-confirmation h3 {
  margin: 0 0 8px;
  font-size: 22px;
}
.sunset-cart-confirmation p {
  margin-bottom: 14px;
}
.sunset-cart-confirmation .sunset-confirm-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 600;
  margin-bottom: 14px;
}
.sunset-cart-confirmation .sunset-confirm-label input {
  margin-top: 4px;
}
.sunset-cart-confirmation ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.sunset-cart-confirmation ul li {
  margin-bottom: 8px;
  line-height: 1.45;
}
.wc-proceed-to-checkout a.checkout-button.sunset-checkout-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: auto;
}
.gallery {
  margin-bottom: 0;
}
.gallery-item {
  margin: 0 !important;
  padding: 0 !important;
}
.gallery img {
  display: block;
  margin: 0 !important;
}
#gallery-1 img {
  border: none !important;
}
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: #a82c11 !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: #a82c11 !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,
.products-faq {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
  padding: 120px 0 140px;
}
.home-faq .inner,
.products-faq .inner {
  margin-top: 300px;
  position: relative;
  z-index: 2;
}
.home-faq .inner h4.faq,
.products-faq .inner h4.faq {
  text-align: center;
  padding-bottom: 30px;
  color: #fff;
}
.home-faq .inner #wpsm_accordion_1485,
.products-faq .inner #wpsm_accordion_1485,
.home-faq .inner #wpsm_accordion_1870,
.products-faq .inner #wpsm_accordion_1870 {
  background: transparent !important;
  max-width: 720px;
  margin: 0 auto;
}
.home-faq .inner #wpsm_accordion_1485 .wpsm_panel,
.products-faq .inner #wpsm_accordion_1485 .wpsm_panel,
.home-faq .inner #wpsm_accordion_1870 .wpsm_panel,
.products-faq .inner #wpsm_accordion_1870 .wpsm_panel {
  background: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
.home-faq .inner #wpsm_accordion_1485 .wpsm_panel .wpsm_panel-heading,
.products-faq .inner #wpsm_accordion_1485 .wpsm_panel .wpsm_panel-heading,
.home-faq .inner #wpsm_accordion_1870 .wpsm_panel .wpsm_panel-heading,
.products-faq .inner #wpsm_accordion_1870 .wpsm_panel .wpsm_panel-heading {
  background: transparent !important;
}
.home-faq .inner #wpsm_accordion_1485 .wpsm_panel .wpsm_panel-collapse .wpsm_panel-body,
.products-faq .inner #wpsm_accordion_1485 .wpsm_panel .wpsm_panel-collapse .wpsm_panel-body,
.home-faq .inner #wpsm_accordion_1870 .wpsm_panel .wpsm_panel-collapse .wpsm_panel-body,
.products-faq .inner #wpsm_accordion_1870 .wpsm_panel .wpsm_panel-collapse .wpsm_panel-body {
  background: transparent !important;
  color: #fff !important;
}
.home-faq .inner #wpsm_accordion_1485 .wpsm_panel span.ac_open_cl_icon,
.products-faq .inner #wpsm_accordion_1485 .wpsm_panel span.ac_open_cl_icon,
.home-faq .inner #wpsm_accordion_1870 .wpsm_panel span.ac_open_cl_icon,
.products-faq .inner #wpsm_accordion_1870 .wpsm_panel span.ac_open_cl_icon {
  background-color: #cf9d9b !important;
}
.home-faq .inner #wpsm_accordion_1485 .wpsm_panel span.fa-plus:before,
.products-faq .inner #wpsm_accordion_1485 .wpsm_panel span.fa-plus:before,
.home-faq .inner #wpsm_accordion_1870 .wpsm_panel span.fa-plus:before,
.products-faq .inner #wpsm_accordion_1870 .wpsm_panel span.fa-plus:before,
.home-faq .inner #wpsm_accordion_1485 .wpsm_panel span.fa-minus:before,
.products-faq .inner #wpsm_accordion_1485 .wpsm_panel span.fa-minus:before,
.home-faq .inner #wpsm_accordion_1870 .wpsm_panel span.fa-minus:before,
.products-faq .inner #wpsm_accordion_1870 .wpsm_panel span.fa-minus:before {
  color: #b0453e !important;
}
.home-faq .inner #wpsm_accordion_1485 .wpsm_panel-body,
.products-faq .inner #wpsm_accordion_1485 .wpsm_panel-body,
.home-faq .inner #wpsm_accordion_1870 .wpsm_panel-body,
.products-faq .inner #wpsm_accordion_1870 .wpsm_panel-body {
  font-family: 'Montserrat', sans-serif !important;
}
.home-faq {
  overflow: hidden;
}
.home-faq .flex-box {
  margin-top: 150px;
}
.products-faq {
  overflow: hidden;
}
.customer-reviews .container {
  margin-top: 30px !important;
}
.customer-reviews h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  color: #a82c11 !important;
}
.organization-logo-request {
  margin-top: 130px;
}
.organization-logo-request .row {
  align-items: flex-start;
}
.organization-logo-request .wysiwyg-col.right {
  display: flex;
  justify-content: center;
}
.organization-logo-request .wpcf7 {
  width: 100%;
  max-width: 520px;
  background: #fff;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.organization-logo-request .wpcf7 p {
  margin: 0 0 -20px;
}
.organization-logo-request .wpcf7 label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
}
.organization-logo-request .wpcf7 input,
.organization-logo-request .wpcf7 select,
.organization-logo-request .wpcf7 textarea {
  width: 100%;
  max-width: 100%;
  margin-top: 3px;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.4;
  color: #4a4a4a;
}
.organization-logo-request .wpcf7 input:focus,
.organization-logo-request .wpcf7 select:focus,
.organization-logo-request .wpcf7 textarea:focus {
  border-color: #a92814;
  outline: none;
  box-shadow: 0 0 0 2px rgba(169, 40, 20, 0.15);
}
.organization-logo-request .wpcf7 input,
.organization-logo-request .wpcf7 select {
  height: 42px;
}
.organization-logo-request .wpcf7 select {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 42px;
}
.organization-logo-request .wpcf7 textarea {
  min-height: 105px;
}
.organization-logo-request .wpcf7 .wpcf7-submit {
  width: auto;
  height: auto;
  margin-top: 30px;
  background: #a92814;
  color: #fff;
  border: none;
  padding: 13px 26px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
}
.organization-logo-request .wpcf7 .wpcf7-submit:hover {
  background: #84200f;
}
.organization-logo-request .wpcf7 .wpcf7-checkbox {
  display: block;
  margin: 16px 0 18px;
}
.organization-logo-request .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.organization-logo-request .wpcf7 .wpcf7-checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}
.organization-logo-request .wpcf7 .wpcf7-checkbox input[type="checkbox"] {
  width: auto;
  height: auto;
  margin: 4px 0 0;
  flex: 0 0 auto;
}
.organization-logo-request .wpcf7 .wpcf7-checkbox.form-control {
  width: auto;
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: block;
  margin: 16px 0 18px;
  line-height: normal;
}
.organization-logo-request .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}
.organization-logo-request .wpcf7 .wpcf7-checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}
.organization-logo-request .wpcf7 .wpcf7-checkbox input[type="checkbox"] {
  width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 2px 0 0;
  padding: 0;
  flex: 0 0 16px;
}
.organization-logo-request .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
  display: block;
  flex: 1;
}
@media (max-width: 768px) {
  .organization-logo-request {
    margin-top: 80px;
  }
  .organization-logo-request .wysiwyg-col.right {
    justify-content: flex-start;
  }
  .organization-logo-request .wpcf7 {
    max-width: none;
    margin-top: 24px;
    padding: 24px 20px;
  }
}
.wpcf7-form-control-wrap .wpcf7-file {
  margin-bottom: 20px;
}
.n2-section-smartslider {
  max-width: 1440px;
  margin: 80px auto;
  padding: 0 40px;
  overflow: visible !important;
  position: relative;
}
.n2-section-smartslider,
.n2-section-smartslider > div,
.n2-section-smartslider .n2-ss-slider,
.n2-section-smartslider .n2-ss-slider-wrapper-inside,
.n2-section-smartslider .n2-ss-slider-1,
.n2-section-smartslider .n2-ss-slider-2,
.n2-section-smartslider .n2-ss-slider-3,
.n2-section-smartslider .n2-ss-slide,
.n2-section-smartslider .n2-ss-slide-background,
.n2-section-smartslider .n2-ss-slide-backgrounds,
.n2-section-smartslider .n2-ss-layers-container,
.n2-section-smartslider .n2-ss-layer,
.n2-section-smartslider .n2-ss-layer-with-background,
.n2-section-smartslider .n2-ss-layer-content,
.n2-section-smartslider .n2-ss-section-main-content {
  overflow: visible !important;
}
.n2-section-smartslider .n2-ss-slider {
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  background: #fff;
  position: relative;
}
.n2-section-smartslider .n2-ss-layer {
  text-align: center;
}
.n2-section-smartslider .n2-ss-control-bullet {
  margin-top: 20px;
}
.n2-section-smartslider .n2-bullet {
  background: #e5e5e5 !important;
  opacity: 1 !important;
}
.n2-section-smartslider .n2-bullet.n2-active {
  background: #b91c0f !important;
}
.n2-section-smartslider .testimonial-quote-image {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  overflow: visible !important;
  z-index: 9999 !important;
}
.n2-section-smartslider .testimonial-quote-image .n2-ss-item-image-content {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
  line-height: 0;
  position: relative;
  z-index: 10000;
}
.n2-section-smartslider .testimonial-quote-image img {
  display: block;
  width: 54px !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .n2-section-smartslider {
    margin: 50px auto;
    padding: 0 20px;
  }
  .n2-section-smartslider .n2-ss-slider {
    border-radius: 4px;
  }
  .n2-section-smartslider .testimonial-quote-image .n2-ss-item-image-content {
    width: 66px;
    height: 66px;
    margin-top: -10px !important;
  }
  .n2-section-smartslider .testimonial-quote-image img {
    width: 32px !important;
  }
}
