@charset "UTF-8";
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important;
}
.fs2 {
  font-size: 2rem !important;
}
.fs3 {
  font-size: 3rem !important;
}
.fs4 {
  font-size: 4rem !important;
}
.fs5 {
  font-size: 5rem !important;
}
.fs6 {
  font-size: 6rem !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}
.primary-color {
  color: #FFFFFF !important;
}
.primary-bg {
  background-color: #FFFFFF !important;
}
.secondary-color {
  color: #FFFFFF !important;
}
.secondary-bg {
  background-color: #FFFFFF !important;
}
.btn-primary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
  background-color: #e6e6e6 !important;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
  background-color: #e6e6e6;
  color: #000;
  border-color: #FFFFFF;
}
.text-white {
  color: #fff !important;
}
.text-white * {
  color: #fff;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-around {
  justify-content: space-around;
}
.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .flex-sm-align-items-stretch-center {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap;
  }
  .flex-sm-align-items-stretch-center > div {
    align-self: center;
  }
}
.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.ws-form-container .ws-form-title-container {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
  font-size: 15px;
  padding: 20px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  color: #fff !important;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.ws-form-container .ws-form-title-container * {
  color: #fff;
}
.ws-form-container .ws-form-title-container .ws-fa-icon-container {
  margin: 0 10px;
}
.ws-form-container .ws-form-body-container {
  padding: 10px;
}
.ws-form-container .ws-form-body-container .form__warn {
  text-align: center !important;
}
.ws-form-container .ws-form-body-container .gform_footer .gform_button {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.fancy-radio ul, .fancy-radio-primary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio ul .radio, .fancy-radio-primary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio ul .radio input, .fancy-radio-primary ul .radio input {
  display: none !important;
}
.fancy-radio ul .radio input + label, .fancy-radio-primary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio ul .radio input[type=radio]:checked + label, .fancy-radio-primary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-radio-secondary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio-secondary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio-secondary ul .radio input {
  display: none !important;
}
.fancy-radio-secondary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio-secondary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-checkbox li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 40px !important;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox li.checkbox input {
  margin-left: 0 !important;
  left: 15px !important;
  margin-top: 0 !important;
}
.fancy-checkbox li.checkbox input:checked + label {
  background-color: #d9d9d9 !important;
}
.fancy-checkbox-alt li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox-alt li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 10px;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox-alt li.checkbox input {
  margin-left: 30px;
  left: 15px;
  margin-top: 0;
  display: none !important;
}
.fancy-checkbox-alt li.checkbox input:checked + label {
  background-color: #d9d9d9;
}
.fancy-checkbox-alt li.checkbox input:checked + label:before {
  font-family: "Font Awesome 6 Pro";
  color: #35D040;
  content: "";
  font-size: inherit;
  margin-right: 10px;
  list-style: none !important;
}
.strong {
  font-weight: bold !important;
}
@media only screen and (min-width: 768px) {
  .megamenu ul.dropdown-menu {
    width: 100vw;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
  }
  .megamenu ul.dropdown-menu > li {
    float: left;
    width: 33%;
  }
  .megamenu ul.dropdown-menu > li a {
    background-color: #000;
    color: #fff !important;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .megamenu ul.dropdown-menu > li a img {
    display: block;
    clear: both;
    height: 125px;
    width: 100%;
  }
  .megamenu ul.dropdown-menu > li a img:hover {
    opacity: 0.6;
    transition: all 1.25s;
  }
  .megamenu ul.dropdown-menu > li a span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
  }
}
a {
  transition: 0.3s;
}
p {
  font-size: 18px;
}
.swm-subtitle {
  color: #765B26;
  font-weight: bold;
  font-size: 24px;
}
.swm-title {
  color: #221E1C;
  font-weight: bold;
  font-size: 72px;
}
.swm-title.swm-title-white {
  color: #EEEAE5;
}
.swm-btn {
  background: #765B26;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 200px;
  padding: 15px 30px;
  display: inline-block;
}
.swm-btn:hover {
  color: #ccc;
}
.swm-btn.swm-btn-black {
  background: #2E2E2E;
}
.swm-btn.swm-btn-white {
  background: #EEEAE5;
  color: #221E1C;
}
.ws-menu .navbar {
  width: 100%;
}
.ws-menu #menu-main-menu-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mobile-menu .navbar-header .row .col:last-child {
  display: flex;
  justify-content: flex-end;
}
#wsMobileMenu .menu-item a {
  color: #fff;
  padding: 10px 10px 5px 10px;
  display: block;
  border-bottom: 1px solid #EEEAE5;
  text-decoration: none;
  font-size: 20px;
}
#wsMobileMenu .menu-item:last-child a {
  border-bottom: none;
}
.header-links a:not(.swm-btn) {
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  margin-left: 20px;
  line-height: 47px;
  vertical-align: middle;
}
.header-links a:not(.swm-btn):hover {
  color: #765B26;
}
.header-links .swm-btn {
  padding: 10px 30px;
}
.home-hero .hero-left h1 {
  color: #EEEAE5;
  font-size: 65px;
  font-weight: bold;
}
.home-hero .hero-left p {
  color: #EEEAE5;
}
.home-hero .hero-left .swm-btn {
  margin-top: 30px;
  margin-bottom: 50px;
}
.home-hero .hero-left .quality .fas {
  color: #765B26;
  font-size: 60px;
}
.home-hero .hero-left .quality .qp {
  margin-bottom: 0;
}
.home-hero .hero-left .quality .desc {
  margin-bottom: 0;
  color: #6F6F6F;
}
.home-hero .hero-right .hr-box {
  background: #EEEAE5;
  border-radius: 30px;
  padding: 25px;
}
.home-hero .hero-right .hr-box img {
  border-radius: 25px;
  margin-bottom: 14px;
  width: 100%;
}
.home-hero .hero-right .hr-box .hr-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.home-hero .hero-right .hr-box .hr-desc {
  margin-bottom: 0;
}
.home-our-work .left-col img:first-child {
  max-width: 80%;
}
.home-our-work .left-col img:last-child {
  max-width: 60%;
  margin-top: -100px;
  float: right;
  position: relative;
  z-index: 1;
}
.home-our-products .swm-btn-black {
  padding: 15px 100px;
}
.woocommerce-featured .product-image {
  width: 100%;
}
.woocommerce-featured .name a {
  color: #221E1C;
  text-decoration: none;
  font-weight: bold;
}
.woocommerce-featured .price {
  font-weight: bold;
  font-size: 24px;
}
.home-testimonials .testimonial {
  background: #EEEAE5;
  padding: 30px;
  border-radius: 30px;
}
.home-testimonials .testimonial p {
  font-size: 30px;
}
.home-testimonials .testimonial .quote {
  margin-bottom: -20px;
  font-size: 50px;
}
.woocommerce-related a {
  text-decoration: none;
}
.woocommerce-related img {
  width: 100%;
}
.woocommerce-related .woocommerce-loop-product__title {
  font-size: 18px;
  margin-top: 10px;
}
.woocommerce-related span.price {
  font-size: 18px !important;
  display: block;
  margin-bottom: 10px;
}
.woocommerce-related .moulding-info {
  color: #000;
}
.woocommerce-related .moulding-collection {
  color: #000;
}
.home-gallery .gallery-images .gi-row {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 575px) {
  .home-gallery .gallery-images .gi-row {
    flex-direction: column;
  }
}
.home-gallery .gallery-images .gi-row .gallery-item {
  flex: 1 0 0;
  height: auto;
  position: relative;
}
.home-gallery .gallery-images .gi-row .gallery-item img {
  width: 100%;
}
.home-gallery .gallery-images .gi-row .gallery-item .gallery-overlay {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.5);
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
.home-gallery .gallery-images .gi-row .gallery-item .gallery-overlay .go-title {
  font-weight: bold;
  font-size: 32px;
}
.home-gallery .gallery-images .gi-row .gallery-item .gallery-overlay:hover {
  background: rgba(17, 17, 17, 0.7);
}
.home-giving-back .hgb-content {
  padding: 100px;
}
.home-giving-back .hgb-content p {
  color: #EEEAE5;
}
.home-newsletter .gform-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px !important;
}
.ginput_container {
  border-radius: 20px !important;
  padding: 10px !important;
  background: #fff !important;
}
.ginput_container input {
  border: none !important;
  box-shadow: none !important;
}
.ginput_container input:focus {
  outline: none !important;
}
.gform_button {
  background: #765B26 !important;
  color: #fff;
  font-size: 18px !important;
  font-weight: bold;
  border-radius: 200px !important;
  padding: 15px 30px !important;
}
.gform_button:hover {
  color: #ccc !important;
}
.wpc-filters-widget-content .widget-title {
  font-size: 20px;
  background: #ccc;
  padding: 10px;
}
.wpc-filters-widget-content .wpc-filters-section {
  border: 1px solid #ccc;
  background: #fff;
}
.wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-search-field .widget-title {
  margin-bottom: 0;
}
.wpc-filters-widget-content .wpc-filters-section .widget-title {
  background: #765B26;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
}
.wpc-filters-widget-content .wpc-filters-section li {
  font-size: 14px;
}
.wpc-filters-widget-content .wpc-filters-section li.wpc-term-item {
  margin-bottom: 5px;
}
.wpc-filters-widget-content .wpc-filters-section li .wpc-filter-link {
  color: #765B26;
}
.wpc-filters-widget-content .wpc-filters-section .wpc-filter-content {
  padding: 0 10px;
}
.wpc-filters-widget-content .wpc-posts-found {
  height: auto;
  margin-bottom: 10px;
}
.wpc-filters-widget-content .wpc-posts-found p {
  font-size: 14px;
}
.wpc-filter-set-widget-title {
  display: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  font-size: 40px;
  font-weight: bold;
  color: #765B26;
}
.woocommerce .cart .button, .woocommerce .cart input.button, .add_to_cart_button, .single_add_to_cart_button {
  background: #765B26 !important;
  border-radius: 200px !important;
  color: #fff !important;
}
.product-options-buttons .pob-title {
  font-weight: bold;
}
.product-options-buttons .product-option-button {
  text-align: center;
  display: inline-block;
  background: #D9D9D9;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}
.product-options-buttons .product-option-button:hover, .product-options-buttons .product-option-button.selected {
  background: #765B26;
  color: #fff;
}
.woocommerce div.product .product_title {
  font-weight: bold;
  font-size: 60px;
}
.woocommerce div.product .product-type {
  font-weight: bold;
  color: #765B26;
  font-size: 24px;
  margin-bottom: 0;
}
.woocommerce .products .product .moulding-info {
  color: #000;
  font-size: 14px;
}
.woocommerce .products .product .moulding-collection {
  color: #000;
  font-size: 14px;
}
.woocommerce .qty {
  display: none;
}
.woocommerce .single_variation_wrap .price {
  display: none;
}
.woocommerce .made-in {
  margin-bottom: 30px;
  margin-top: 15px;
  font-weight: 500;
}
.woocommerce .made-in span {
  display: inline-block;
  padding: 12px 30px;
  color: #fff;
  background: #765B26;
  margin-right: 15px;
}
.woocommerce .made-in span:last-child {
  margin-right: 0;
}
.wd-price-quantity {
  margin-bottom: 40px;
}
.wd-price-quantity .price {
  margin-bottom: 0;
}
.wd-price-quantity .wd-quantity {
  display: flex;
}
.wd-price-quantity .wd-quantity .wdq-btn {
  background: #D9D9D9;
  font-size: 30px;
  padding: 10px 15px;
}
.wd-price-quantity .wd-quantity .wdq-btn:hover {
  background: #765B26;
  color: #fff;
}
.wd-price-quantity .wd-quantity input {
  background: #D9D9D9 !important;
  width: 100%;
  background: none;
  border: none;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  -moz-appearance: textfield;
}
.wd-price-quantity .wd-quantity input::-webkit-outer-spin-button, .wd-price-quantity .wd-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wd-price-quantity .wd-quantity input:focus-visible {
  outline: none;
}
.wd-price-quantity .wd-quantity .wdq-btn {
  cursor: pointer;
}
.wd-price-quantity .wd-price {
  font-size: 30px;
  font-weight: bold;
  color: #765B26;
  line-height: 1em;
}
.wd-price-quantity .wd-price .price-per-foot {
  font-size: 24px;
  display: block;
}
.product-disclaimer {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.product-disclaimer .pd-title {
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px solid #999;
}
.product-disclaimer p {
  font-size: 14px;
  margin-bottom: 0;
}
.wd-product-inputs input[type=number] {
  -moz-appearance: textfield;
}
.wd-product-inputs input {
  border: 1px solid #999;
  padding: 5px;
  width: 100%;
}
.wd-product-inputs input:focus-visible {
  outline: none;
}
.wd-product-inputs select {
  border: 1px solid #999;
  background: #fff;
}
.wd-product-inputs #dimension_width_ft, .wd-product-inputs #dimension_height_ft {
  width: 50%;
}
.wd-product-inputs #dimension_width_in, .wd-product-inputs #dimension_height_in {
  width: 50%;
}
.wd-product-specs {
  margin-bottom: 30px;
}
.wd-product-specs .wdps-title {
  font-weight: bold;
}
.wd-product-specs .wdps-title span {
  color: #765B26;
  text-decoration: underline;
}
.wd-product-specs table {
  width: 100%;
}
.wd-product-specs table tr td {
  padding: 5px 10px !important;
  width: 50%;
  border-bottom: 3px solid #eeeae5;
}
.wd-product-specs table tr td:first-child {
  background: #BEBEBE;
  font-weight: bold;
}
.wd-product-specs table tr td:last-child {
  background: #D8D8D8;
}
.wd-frame-calculator .fc-note {
  font-weight: bold;
}
.wd-faq-list .wd-title {
  background: #D8D8D8;
}
.service-box {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 1px 1px 1px #eee;
}
.service-box .service-title {
  font-weight: bold;
  font-size: 24px;
  background: #D8D8D8;
  padding: 15px;
  color: #444444;
}
.service-box .service-title i {
  font-size: 30px;
  float: left;
  margin-right: 15px;
}
.service-box .service-title a {
  color: #765B26;
}
.service-box .service-title a:hover {
  text-decoration: none;
}
.service-box .service-content {
  font-size: 16px;
  padding: 15px;
  background: #fff;
}
#footer {
  color: #EEEAE5;
}
#footer a {
  color: #EEEAE5;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer #footer-widgets {
  padding: 80px 0;
}
#footer .footer-widget h3 {
  text-align: left;
  color: #EEEAE5;
}
#footer .menu .menu-item {
  margin-bottom: 15px;
}
#footer .social-fa-module a {
  border-radius: 100px;
  background: #EEEAE5;
  padding: 0;
  width: 48px;
  height: 48px;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  margin-right: 10px;
  font-size: 28px;
}
#footer .social-fa-module a:hover {
  background: #000;
}
#footer .social-fa-module a:hover .fab {
  color: #EEEAE5;
}
button.show-password-input {
  display: none;
}
.woo-my-account-wrapper .nav {
  flex-direction: column;
}
.woo-my-account-wrapper .nav-pills li {
  display: block;
}
.woo-my-account-wrapper .nav-pills li.active a {
  background: #765B26;
  color: #fff;
}
.woo-my-account-wrapper .nav-pills li.active a:hover {
  color: #765B26;
}
.woo-my-account-wrapper .nav-pills li a {
  display: block;
  background: #fff;
  border-radius: 7px;
  margin-bottom: 5px;
  padding: 10px 15px;
  width: 100%;
  text-decoration: none;
  color: #765B26;
}
.woo-my-account-wrapper .nav-pills li a:hover {
  background: #eee;
}
/***** MEDIA QUERIES *****/
