body {
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6b6b6b;
}
h1,
h2,
h3,
h4,
h5,
h6,
.font-family-plus,
.overlay-class .widget_text a,
.h4_heading_cls li,
.item-a .title-p,
p strong {
  font-family: "Montserrat", sans-serif !important;
}
.text-color-dark-green,
.h3_heading_cls.text-color-dark-green h3.widget-title {
  color: #0b1f1b;
}
.h3_heading_cls.text-color-dark-green h3.widget-title:after {
  background: #3c8a7a;
  opacity: 0.3;
}
h1,
.h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
}
h4,
.h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
}
.font-family-lato,
.font-family-lato p strong,
body .widget {
  font-family: "Open Sans", sans-serif;
}
body .widget {
  font-size: 16px;
  color: #6b6b6b !important;
}

.top-bar-section {
  background: black;
  text-align: center;
  padding: 5px;
}

.top-bar-section img {
  width: 16px;
}

.open-selector-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.open-selector-link span {
  margin-left: 5px;
}

#open-button {
  color: white;
  text-decoration: none;
  font-size: 0.8rem;
}

.store-option.selected .title {
  font-weight: bold;
}

#modal-store-selection,
#modal-estimator,
#modal-financial-tool {
  position: fixed;
  z-index: 9001;
  left: 50%;
  min-width: 300px;
  max-width: 500px;
  margin: 0 auto !important;
  top: 50px !important;
  background: white;
  width: 60%;
  transform: translateX(-50%);
  padding: 20px;
}

#modal-financial-tool {
  min-width: 680px;
}

.financial-table-wrapper td,
.financial-table-wrapper th {
  font-size: 13px;
}

#modal-estimator {
  min-width: 80% !important;
  display: none;
}

#modal-store-selection ul {
  list-style: none;
  padding: 0;
}

#modal-store-selection ul li {
  display: flex;
  justify-content: space-between;
}

.select-store,
.view-store {
  background: white;
  border: 0;
  font-size: 0.9rem;
  font-weight: bold;
  color: blue;
  text-decoration: none !important;
  margin-right: 5px;
}

.select-store:hover,
.view-store:hover {
  color: black;
  cursor: pointer;
}

header#masthead {
  background-color: transparent;
  box-shadow: 0px 2px 23px rgba(0, 0, 0, 0.12);
  padding: 47px 1rem 40px 1rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li {
  display: flex;
  align-items: center;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #333333;
  padding: 0;
  margin: 0 20px;
}
body
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.visit_showroom
  > a.mega-menu-link {
  padding: 12px 47px 12px;
  background: linear-gradient(
      180deg,
      rgba(246, 108, 57, 0.6) 0%,
      rgba(245, 108, 57, 0) 100%
    ),
    #de2f26;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  column-gap: 15px;
  margin-right: 0;
  transition: all 0.5s;
  border: solid 1px transparent;
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
body:not(.theme-preset-active)
  #masthead
  .navbar-nav
  > li:not(.visit_showroom)
  > a:hover {
  color: #f77932;
}
body
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.visit_showroom
  > a.mega-menu-link:hover {
  color: #de2f26;
  background: #ffffff;
  border: solid 1px #de2f26;
  box-shadow: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
  font-weight: 700;
}
#content.site-content {
  padding: 0;
}
.home .entry-content {
  margin: 0;
}


.cta-btn {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-top: 70px;
}
.stretch_row_cls .cta-btn {
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  padding-right: 48px;
  margin-top: 45px;
}
.stretch_row_cls.reverse_column .cta-btn {
  width: 100%;
  max-width: 630px;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px;
  }
}

#footer-widget {
  padding-top: 60px;
  padding-bottom: 30px;
  background: radial-gradient(
      136.95% 165.92% at 51.82% 100%,
      rgba(120, 120, 120, 0.21) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    #1e1e1e;
}
#footer-widget h3.widget-title {
  font-weight: 700;
  font-size: 19px;
  line-height: 48px;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 12px;
}
#footer-widget .widget_nav_menu .nav-link {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #c0c0c0;
  padding: 0;
}
#footer-widget .widget_nav_menu .nav-link:hover,
#footer-widget .widget_nav_menu .nav-link:focus {
  background-color: transparent;
}
.footer_logo {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(242, 242, 242, 0.5);
}
body:not(.theme-preset-active) footer#colophon .site-info p {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
body:not(.theme-preset-active) footer#colophon {
  background-color: transparent;
  margin-top: 74px;
}
body:not(.theme-preset-active) footer#colophon .site-info section {
  margin-bottom: 0;
}
.h3_heading_cls h3.widget-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 41px;
  color: #3c8a7a;
}
.h3_heading_cls h3.widget-title:after {
  background: #3c8a7a;
  opacity: 0.1;
  content: "";
  height: 16px;
  width: calc(100% + 20px);
  display: block;
  margin-left: -10px;
  margin-top: -14px;
}
.h4_heading_cls h3.widget-title {
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 41px;
  color: #3c8a7a;
}
.stretch_row_cls .h4_heading_cls {
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  padding-right: 78px;
}
.stretch_row_cls.reverse_column .h4_heading_cls {
  width: 100%;
  max-width: 630px;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 0;
  margin-left: 0;
}

.stretch_row_cls .h4_heading_cls h3.widget-title {
  margin-bottom: 22px;
}
.full_width_img img {
  width: 100%;
  box-shadow: -20px 20px 0px -5px #f66c39;
}
.h4_heading_cls ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: 0px;
  margin-bottom: 48px;
}
.h4_heading_cls li {
  background-image: url(../img/list_item_icon.png);
  content: "";
  background-repeat: no-repeat;
  list-style: none;
  background-position: left center;
  padding: 0 0 0 35px;
  font-weight: 500;
}
.h4_heading_cls .textwidget p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  color: #6b6b6b;
}
.owl-carousel .owl-item img {
  max-height: 218px;
  object-fit: cover;
  border-radius: 5px;
}

.item-a .title-p {
  font-weight: 800;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 22px;
  padding: 0 15px;
}
.title-p-overlay {
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.1) 6.65%,
    rgba(0, 0, 0, 0) 98.39%
  );
  top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.discount-banner-section {
  width: 100%;
  position: relative;
  text-align: center;
}

.woocommerce-page .site-content {
  margin-top: 50px;
}

@media screen and (max-width: 680px) {
  #banner-img-discount {
    width: 100% !important;
  }
}
.wb-gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.195) 100%
  );
}
.wb-gradient h1 {
  color: #fff;
}
.steps h3.widget-title {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  padding: 34px;
  color: #f77932;
  text-align: center;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  font-size: 28px;
  line-height: 35px;
  margin: auto;
  margin-bottom: 20px;
}
.color-white,
.color-white h3,
.color-white h4 {
  color: #fff;
}
.white-bg {
  background: #fff;
}
.table table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.table td,
.table th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 16px 8px;
}
.table tr.heading {
  background: #ffecc5;
}
#footer-top-widget {
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0.5) 1.77%,
    rgba(217, 217, 217, 0) 58.55%
  );
  padding-bottom: 110px;
  padding-top: 32px;
}
#footer-top-widget p {
  display: none;
}
#footer-top-widget .wpcp-carousel-wrapper {
  margin-top: 50px;
}
#footer-top-widget .widget {
  margin: 0;
}
#footer-top-widget h3 {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
  /* or 137% */

  text-align: center;
  letter-spacing: 0.02em;

  /* FP-Dark Grey */

  color: #333333;
}
.signature_selection {
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0.5) 1.77%,
    rgba(217, 217, 217, 0) 58.55%
  );
  margin-top: 260px;
  padding-bottom: 40px;
}
.signature_selection > .panel-grid-cell {
  background: radial-gradient(
      71.51% 71.51% at 50% 1.26%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #121212;
  border-radius: 5px;
  max-width: 816px;
  margin: -200px auto 0 auto;
}
.overlay-class .widget_text {
  position: absolute;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.overlay-class .panel-grid-cell {
  position: relative;
}
.overlay-class .widget_text .textwidget {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 20px;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
.overlay-class .widget_text .textwidget p {
  margin-bottom: 0;
}
.overlay-class .widget_text .textwidget h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 8px 0;

  color: #ffffff;
}
.overlay-class .widget_text .textwidget h3:after {
  content: "";
  height: 16px;
  width: calc(100% + 20px);
  display: block;
  margin-left: -10px;
  margin-top: -10px;
  background: #f66c39;
  opacity: 0.41;
}
.overlay-class .widget_text .textwidget p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;

  color: #ffffff;
}

.h3_heading_cls {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.01em;
  color: #f77932;
  font-family: "Montserrat";
  display: inline-flex;
}
.custom_image_text_block .textwidget p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #0b1f1b;
  opacity: 0.75;
}
.custom_image_text_block h3.widget-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.textwidget a {
  color: #f77932;
}

.text-center .cta-btn {
  justify-content: center;
}

body .entry-content,
body .entry-summary {
  margin: 0px 0 0;
}
.page-template-default h3.widget-title {
  margin-bottom: 20px;
}
.steps_cls img {
  margin-top: -58px;
}
.steps_cls h3 {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  width: 85px;
  height: 85px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 35px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #f77932;
  border-radius: 100%;
  text-indent: 10px;
  z-index: 9;
  position: relative;
}
.footer_top_border {
  display: flex;
  height: 7px;
}
.footer_top_border .border-one {
  background: #f8bc3b;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
}
.footer_top_border .border-two {
  background: #f77932;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
}
.footer_top_border .border-three {
  background: #b8ba46;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
}

.font-23 {
  font-weight: 400;
  font-size: 23px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #333333;
  font-family: "Plus Jakarta Sans";
}
.fp-green.h4_heading_cls h3 {
  color: #b8ba46;
  margin-bottom: 30px;
}
.fp-green.h4_heading_cls .textwidget p {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #a4a4a4;
  margin-bottom: 10px;
}
.fp-green.h4_heading_cls .textwidget p.huge {
  font-size: 33px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 40px;
}
.border-right {
  border-right: solid 1px rgba(51, 51, 51, 0.25);
}
.font-40.h4_heading_cls h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}
.text-white h3.widget-title {
  color: #ffffff;
}
.h4_spacing h4 {
  margin-bottom: 20px;
}
.custom-table table {
  margin-bottom: 0;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  display: block;
  height: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #333333;
  font-family: "Plus Jakarta Sans";
}
.custom-table table tbody {
  display: block;
}
.custom-table tr {
  display: flex;
}
.custom-table table tr th {
  background: #ffecc5;
  min-height: 49px;
  font-weight: 700;
}
.custom-table td,
.custom-table th {
  padding: 5px 20px 5px 20px;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-table td {
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.custom-table td:last-child {
  border-right: 0;
  justify-content: left;
  text-align: left;
}
.font_20 p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  /* or 135% */

  letter-spacing: 0.01em;

  color: #6d6d6d;
}
.lato-italic-small p {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  /* or 208% */

  text-align: center;
  letter-spacing: 0.01em;

  color: #6d6d6d;
}
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  background: #ffffff;
  opacity: 0.4;
  border: 1px solid #6d6d6d;
  border-radius: 5px;
  min-height: 50px;
}

body .gform_wrapper.gravity-theme .gfield_label {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #6d6d6d;
  margin-bottom: 11px;
}
body .gform_wrapper.gravity-theme .gfield_checkbox label,
body .gform_wrapper.gravity-theme .gfield_radio label {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #6d6d6d;
}
body .gform_wrapper.gravity-theme .gfield_radio {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
body .gform_wrapper.gravity-theme input[type="radio"]:checked + label {
  color: #333333;
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 28px;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio {
  margin-top: 12px !important;
}
body .gform_wrapper.gravity-theme .ginput_container_date input {
  width: auto;
  flex: 1;
  padding-left: 50px;
}
body
  .gform_wrapper.gravity-theme
  .ginput_container_date
  img.ui-datepicker-trigger {
  position: absolute;
}
body .gform_wrapper.gravity-theme .gform_footer input {
  margin-bottom: 0px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #333333;
  position: relative;
  z-index: 9;
}
body .gform_wrapper.gravity-theme .gform_footer input:focus {
  outline: 0;
  border: 0;
}
body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 50px 0 0;
  padding: 0;
  position: relative;
  display: inline-flex;
  background: #f8bc3b;
  border-radius: 3px;
  transition: all 0.5s;
  border: solid 1px #f8bc3b;
}
body .gform_wrapper.gravity-theme .gform_footer:hover,
body .gform_wrapper.gravity-theme .gform_page_footer:hover {
  border: solid 1px #f8bc3b;
  background: #ffffff;
}
body .gform_wrapper.gravity-theme .gform_footer:after {
  background-image: url(../dist/imgs/right_arrow_ic.png);
  background-repeat: no-repeat;
  content: "";
  width: 26px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
}
body .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice {
  position: relative;
}
body .gform_wrapper.gravity-theme .gfield input[type="radio"] {
  opacity: 0;
  position: absolute;
  height: 0;
  width: 0;
}
body .gform_wrapper.gravity-theme .gfield input[type="radio"] + label {
  padding-left: 29px;
  position: relative;
}
body
  .gform_wrapper.gravity-theme
  .gfield
  input[type="radio"]:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 2px;
  left: 0;
  background-color: #f77932;
  border-radius: 100%;
}
body .gform_wrapper.gravity-theme .gfield input[type="radio"] + label:after {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 2px;
  left: 0;
  border: solid 3px #b3b3b3;
  background-color: #e6e6e6;
  border-radius: 100%;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active)
  #masthead
  .navbar-nav
  > li.current_page_item
  > a {
  color: #f77932;
}
.h4_heading_cls.font_19 .textwidget p strong {
  font-size: 19px;
  line-height: 24px;
  margin-top: 30px;
  display: block;
}
input#product-search-field-0 {
  min-height: 45px;
}

@media screen and (max-width: 767px) {
  #product-search-0 {
    margin-left: 0px !important;
    margin-top: 15px;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
    padding: 0.5rem;
    margin: 0;
  }
  .ts_col_right {
    width: auto;
  }

  .cta-btn {
    flex-direction: column;
    row-gap: 20px;
  }
  .stretch_row_cls .h4_heading_cls {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    padding-right: 0;
  }
  .owl-carousel .owl-item img {
    max-height: 160px;
  }
  .products-category-container {
    padding: 0 15px;
  }

  .border-right {
    border-right: 0 !important;
  }
  h1,
  .h1 {
    font-weight: 700;
    font-size: 38px;
    line-height: 50px;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  #modal-financial-tool {
    min-width: 90%;
  }
}

.financial-table-wrapper td,
.financial-table-wrapper th {
  text-align: left;
}

.onsale.tfp_popular {
  font-size: 13px !important;
  border-radius: 8px !important;
}

#product-search-0 {
  margin-left: 30px;
}

.wps_add_to_cart,
.sku_wrapper {
  display: none !important;
}

#product-search-results-content-0 .title {
  font-size: 11px;
}

#product-search-results-content-0 .description {
  display: none;
}

#product-search-0 .woocommerce-Price-amount {
  font-size: 10px;
}
.custom-login-cls div[class*="col-"] {
  max-width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 0 0px 0 0;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .woocommerce #content div.product div.summary,
  section.related.products,
  .woocommerce .woocommerce-breadcrumb,
  .woocommerce div.product div.images {
    padding: 0 20px;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0 20px;
  }
  .woocommerce div.product form.cart div.quantity {
    float: none;
  }
  .woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
    margin-top: 20px;
  }
}

.calculate_estimate {
  background: #eeeeee;
  padding: 20px;
  margin-top: 25px;
}

.calculate_or {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px !important;
  margin: 14px auto !important;
}

.woocommerce-cart .actions .coupon,
.woocommerce-cart .product-subtotal,
.wc_payment_method.payment_method_cod,
/*.woocommerce-checkout-review-order-table,
#order_review_heading, Need to show this in the checkout */
.woocommerce-checkout .woocommerce-info,
/*.cart_totals .shop_table, //Need to show this in the cart page */
.cart_totals h2,
.woocommerce-order-details tfoot,
.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--additional_information h2,
.post-type-archive-product .wishsuite-btn-text,
.related.products .wishsuite-btn-text,
.tax-product_cat .wishsuite-btn-text {
  display: none !important;
}

.post-type-archive-product .tfp_favorite a:nth-child(2),
.related.products .tfp_favorite a:nth-child(2) {
  padding: 8px;
}

.woocommerce-input-wrapper,
.woocommerce-account .password-input,
.woocommerce-account .woocommerce-form__label {
  width: 100% !important;
}

.tfp_favorite {
  position: absolute;
  top: -10px;
  left: 10px;
}

.product_meta .posted_in {
  display: none !important;
}

.single-product .product_meta {
  margin-top: 12px;
}

.single-product form.cart {
  margin-bottom: 1.3em !important;
}

#primary {
  width: 100% !important;
}

.woof_block_html_items.woof_closed_block.woof_closed_block {
  display: block;
}
.woof_front_toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .custom-header-title-wrapper {
    background-size: contain;
  }
  .woof_block_html_items.woof_closed_block.woof_closed_block {
    display: none;
  }
  .woof_front_toggle {
    display: block;
  }
}

.single_add_to_cart_button,
.btn-default,
.add_to_cart_button,
.added_to_cart.wc-forward {
  color: #000 !important;
  background-color: #f8bc3b !important;
  box-shadow: none !important;
  border: none !important;
}

.add_to_cart_button {
  font-size: 16px !important;
}

.btn-default {
  padding: 8px 20px;
  border-radius: 4px;
}

.onsale.tfp_popular {
  background: #f8bc3b !important;
}

.input-text.qty.text {
  height: 43px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.products span.price {
  color: black !important;
}

.price del {
  font-size: 19px !important;
}

.price ins {
  text-decoration: auto !important;
}

.entry-summary .wishsuite-btn {
  background: white !important;
  padding: 0 !important;
}

.finance_form input {
  height: 39px;
}

.added_to_cart.wc-forward {
  position: relative !important;
  font-size: 16px;
  padding: 5px 20px !important;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}

.woof_radio_label {
  font-size: 16px;
}

.woof_block_html_items li {
  line-height: 15px !important;
  display: flex;
}

.woocommerce table.shop_attributes {
  border-top: 0;
}
.woocommerce table.shop_attributes th {
  width: auto;
  font-weight: 700;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  margin: 0;
  line-height: normal;
  font-family: "Plus Jakarta Sans";
  font-weight: bolder;
}
.woocommerce table.shop_attributes td {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  margin: 0;
  line-height: normal;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #333333;
}
.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item p {
  padding: 0;
}
/* .woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs #tab-description {
  display: none !important;
} */
body.archive .products span.price,
.woocommerce.single-product .site-content div.product p.price {
  color: #77a464 !important;
}
.top-bar-section {
  background: rgba(0, 0, 0, 0.58);
}
.top-bar-section .tfp_search_icon img {
  width: 19px;
  height: auto;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
}
.top-bar-section .product-search {
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
}
.top-bar-section .tfp_search_icon .tfp_account_icon {
  margin-top: -11px;
}
img.tfp_search_icon_img {
  margin-right: 40px;
}
.tfp_flex {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}

/*.add_to_cart_button, .single_add_to_cart_button{
    display:none !important
}*/

#gform_wrapper_1 h2.gform_title {
  display: none !important;
}
.custom-header-title-wrapper {
  padding: 100px 0px;
  text-align: center;
  margin-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-header-title-wrapper h1 {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 2px 2px 8px #333;
}

.wishsuite-button {
  background: transparent !important;
  padding: 0 !important;
}

.wishsuite-button.button img {
  width: 20px !important;
  height: 20px !important;
}

@media screen and (min-width: 1480px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li.visit_showroom > a {
    position: absolute;
    right: 30px;
  }
  body:not(.theme-preset-active)
    #masthead
    .navbar-nav
    > li.nav_contact_button
    a {
    margin-right: 0;
  }
  .site-header .navbar {
    position: static;
  }
}
@media screen and (max-width: 1860px) and (min-width: 1780px) {
  .navbar .navbar-collapse {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1780px) and (min-width: 1720px) {
  .navbar .navbar-collapse {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1720px) and (min-width: 1660px) {
  .navbar .navbar-collapse {
    padding-right: 120px;
  }
}
@media screen and (max-width: 1660px) and (min-width: 1600px) {
  .navbar .navbar-collapse {
    padding-right: 160px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1540px) {
  .navbar .navbar-collapse {
    padding-right: 200px;
  }
}
@media screen and (max-width: 1540px) and (min-width: 1480px) {
  .navbar .navbar-collapse {
    padding-right: 240px;
  }
}
.woocommerce-product-gallery__image img.wp-post-image {
  /* width: 65% !important; */
  height: auto !important;
  margin: 0 auto;
}
body:not([class*="elementor-page-"]) .site-main {
  max-width: 1296px;
}
