/* This stylesheet is for CSS edits that are not dependant on SASS compiling (Gulp) */

/* update related products styling */
.related-wrapper .up-sells .products .product {
  width: calc(50% - 3.8%) !important;
}
.summary.entry-summary .yith-wcwl-add-button {
  align-items: start !important;
}
@media (max-width: 767px) {
  .related-wrapper .up-sells .products .product {
    width: 100% !important;
  }
}

/* Site Updates 'Custom' Page */
.show-mobile {
  display: none !important;
}
#frm_form_10_container {
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
}
#frm_form_10_container .frm_description {
  margin-top: 8px;
}
@media (max-width: 1200px) {
  #frm_form_10_container {
    max-width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .nav-desktop ul li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .show-mobile {
    display: block !important;
  }
}
/* End of site updates */
.single-product .table.vartable.is_sortable {
  margin-bottom: 3rem;
  margin-top: 3rem;
  border-top: none !important;
}
.single-product .table.vartable.is_sortable th {
  border-top: none !important;
}

.cart-collaterals .cross-sells {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2rem;
}
.cart-collaterals .cross-sells > h2,
.single-product .up-sells .container .row .col > h2 {
  margin-bottom: 20px;
  font-size: 22px;
}
.cart-collaterals .cross-sells .product img,
.single-product .up-sells .products .product img {
  float: left;
  margin-right: 20px !important;
  width: 100px !important;
}

.single-product .up-sells .products .product .buttonsBlock {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
}

.up-sells.upsells .products .product {
  width: 50%;
}

.cart-collaterals .cross-sells .product a.button {
  display: none !important;
}

.cart-collaterals {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
.cart-collaterals .cross-sells {
  float: none;
  width: 100% !important;
}

@media (max-width: 767px) {
  .cart-collaterals .cross-sells .product img,
  .single-product .up-sells .products .product img {
    float: none;
    width: 130px !important;
  }
  .single-product .up-sells .products .product .buttonsBlock {
    display: block;
  }
}
@media (max-width: 450px) {
  .cart-collaterals .cross-sells .product img,
  .single-product .up-sells .products .product img {
    width: 100% !important;
  }
}

.hide {
  display: none;
}
html.pum-open.pum-open-overlay.pum-open-scrollable
  body
  > :not([aria-modal="true"]) {
  padding-right: 0;
}
.home .pum-container {
  padding: 0;
}
.home .pum-container .pum-content img {
  margin: 0;
}
.home-slider-1,
.home-slider-2,
.home-slider-3,
.home-slider-4 {
  box-shadow: 0px -25px 15px -20px rgba(0, 0, 0, 0.1),
    0px 25px 20px -20px rgba(0, 0, 0, 0.1);
}
.home-slider-1 .btn,
.home-slider-2 .btn,
.home-slider-3 .btn,
.home-slider-4 .btn {
  display: none;
}
.slider-header-link {
  text-decoration: none !important;
}

/* One Column ACF Block */
.one-column-wrapper {
  padding: 20px 0 30px 0;
}
.one-column-wrapper h2 {
  text-align: center;
  padding-bottom: 20px;
  color: #113250 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  font-size: 28px;
}
.become-a-dealer,
.where-to-buy {
  color: #113250 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
}
.one-column-wrapper .one-column-content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .one-column-wrapper .one-column-content {
    display: block;
  }
  .one-column-wrapper .one-column-content .column {
    margin-bottom: 20px;
  }
}
/* One Column ACF Block End */

/* Two Column ACF Block */
.two-column-wrapper {
  padding: 20px 0 30px 0;
}
.two-column-wrapper h2 {
  text-align: center;
  padding-bottom: 20px;
  color: #113250 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  font-size: 28px;
}
.become-a-dealer,
.where-to-buy {
  color: #113250 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
}
.two-column-wrapper .two-column-content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .two-column-wrapper .two-column-content {
    display: block;
  }
  .two-column-wrapper .two-column-content .column {
    margin-bottom: 20px;
  }
}
/* Two Column ACF Block End */
.product-excerpt {
  margin: 20px 0;
  line-height: 1.4;
}
#wpsp-slider-section {
  z-index: 1;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
  height: 40px;
}
.posted_in {
  line-height: 1.4;
}
.goog-te-combo {
  font-size: 13px !important;
}

.loggedOutDisplay .single_add_to_cart_button {
  display: none !important;
}

.woocommerce ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product {
  height: auto;
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products li.product .buttonsBlock {
  margin-top: auto;
}

.branding img {
  width: 200px;
  position: relative;
  top: 4px;
}
.custom-slider h2,
.custom-slider h3,
.custom-slider .btn {
  color: #113250;
}
.custom-slider .btn {
  border-color: #113250;
}
.custom-slider {
  margin-bottom: 0;
}
hr.big-divider {
  border-top-width: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
#lwl-featured-products {
  padding-top: 40px;
}
.mark,
mark {
  background-color: transparent;
}
#product-sidebar {
  background-color: transparent;
  padding: 0;
}
#product-sidebar li::marker {
  display: none;
  content: "" !important;
}
#product-sidebar li {
  display: block;
  font-size: 14px;
  line-height: 1;
}
#product-sidebar
  .widget_woocommerce_product_search_filter_category_widget
  ul
  li
  a,
#product-sidebar
  .widget_woocommerce_product_search_filter_attribute_widget
  ul
  li
  a {
  color: black;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  left: -20px;
}
.site-header {
  z-index: 9;
}
li.cat-item:after,
li.attribute-item:after {
  content: "\f0c8";
  font-size: 16px;
  color: #113250;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 2px;
}
li.cat-item,
li.attribute-item {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
li.cat-item.current-cat:after,
li.attribute-item.current-attribute:after {
  content: "\f14a";
}
li.cat-item.current-cat a:after,
li.attribute-item.current-attribute a:after {
  display: none;
}
ul.product-categories > li:first-child {
  padding-left: 0;
}
ul.product-categories > li:first-child > a {
  margin-left: 20px;
}
.subcategory-widget
  > ul.product-categories
  > li.cat-item.cat-parent.current-cat
  > a {
  opacity: 1;
}
.subcategory-widget
  > ul.product-categories
  > li.cat-item.cat-parent:nth-child(2) {
  padding-left: 0;
}
.subcategory-widget
  > ul.product-categories
  > li.cat-item.cat-parent:nth-child(2)
  > a {
  margin-left: 20px;
}
.subcategory-widget ul > li.cat-item.cat-parent .children a {
  opacity: 1;
}
.subcategory-widget ul > li.cat-item.cat-parent .children li {
  padding-left: 20px;
}
.subcategory-widget ul > li.cat-item.cat-parent .children li:after {
  display: block;
}

#product-sidebar .product-search-filter-terms {
  display: none;
}
#product-sidebar .product-search-filter-terms#top-level-cats,
#product-sidebar .product-search-filter-terms.top-level-cats {
  display: block;
}
#product-sidebar .filter-title {
  display: none;
}
#product-sidebar .widget_custom_html > h2 {
  display: none;
}
.current-cat-9577 #product-sidebar #subcat-9577,
.current-cat-9577 #product-sidebar .parent-9577,
.current-cat-9577 .filter-title.parent-9577,
.term-9577 #product-sidebar #subcat-9577,
.term-9577 #product-sidebar .parent-9577,
.term-9577 .filter-title.parent-9577 {
  display: block;
}
.current-cat-7 #product-sidebar #subcat-7,
.current-cat-7 #product-sidebar .parent-7,
.current-cat-7 .filter-title.parent-7,
.term-7 #product-sidebar #subcat-7,
.term-7 #product-sidebar .parent-7,
.term-7 .filter-title.parent-7 {
  display: block;
}
.current-cat-1877 #product-sidebar #subcat-1877,
.current-cat-1877 #product-sidebar .parent-1877,
.current-cat-1877 .filter-title.parent-1877,
.term-1877 #product-sidebar #subcat-1877,
.term-1877 #product-sidebar .parent-1877,
.term-1877 .filter-title.parent-1877,
.term-1877 #product-sidebar .parent-1877 {
  display: block;
}
.current-cat-9597 #product-sidebar #subcat-9597,
.current-cat-9597 #product-sidebar .parent-9597,
.current-cat-9597 .filter-title.parent-9597,
.term-9597 #product-sidebar #subcat-9597,
.term-9597 #product-sidebar .parent-9597,
.term-9597 .filter-title.parent-9597,
.term-9597 #product-sidebar .parent-9597 {
  display: block;
}

#product-sidebar
  .widget_woocommerce_product_search_filter_category_widget
  ul
  li.cat-item-all.nav-back
  a {
  color: blue;
  text-decoration: underline !important;
}

.term-expander .expand,
.term-expander .retract {
  font-family: "Font Awesome 5 Free Solid";
}
span.term-expander {
  float: right;
  top: 3px;
  position: absolute;
  right: 0;
}
.product-search-filter-terms .product-search-filter-product_cat .term-name {
  width: calc(100% - 15px);
}
.custom-slider h2 {
  font-weight: 900;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
}
.custom-slider h3 {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.custom-slider .btn {
  background-color: #1589e1;
  border: none;
  color: white;
}
.custom-slider .slide-content {
  max-width: 400px;
  margin-left: 50%;
}
.sp-wcsp-section-title {
  display: none;
}
#lwl-featured-products {
  padding-bottom: 60px;
}
#lwl-featured-products h2 {
  margin-bottom: 40px;
}
.sp-wcsp-cat-name a {
  font-weight: 400 !important;
  font-size: 12px !important;
  font-family: "Montserrat", sans-serif;
}
.cat-item-9577 .children,
.cat-item-1877 .children,
.cat-item-9597 .children,
.cat-item-7 .children {
  display: block !important;
}
.cat-item-9577 > a,
.cat-item-9577 .term-expander,
.cat-item-1877 > a,
.cat-item-1877 .term-expander,
.cat-item-9597 > a,
.cat-item-9597 .term-expander,
.cat-item-7 > a,
.cat-item-7 .term-expander {
  display: none;
}
.top-level-cats .cat-item-parent {
  display: none !important;
}
.top-level-cats li[data-term="9577"]:after,
.top-level-cats li[data-term="1877"]:after,
.top-level-cats li[data-term="9597"]:after,
.top-level-cats li[data-term="7"]:after {
  display: none !important;
}
.top-level-cats li[data-term="9577"],
.top-level-cats li[data-term="1877"],
.top-level-cats li[data-term="9597"],
.top-level-cats li[data-term="7"] {
  padding-left: 0;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}
.product-search-filter-terms-heading {
  font-size: 16px;
  margin: 15px 0;
  color: #113250;
}
#product-sidebar
  > li.widget_woocommerce_product_search_filter_attribute_widget
  h2 {
  display: none;
}
.category-buttons {
  display: flex;
  flex-direction: column;
}
.category-buttons a.button {
  margin-bottom: 5px;
  border-radius: 0;
  text-transform: uppercase;
}
.category-buttons a.button.current {
  background-color: #1589e1;
  color: white;
  cursor: default;
}

a.button.filter-reset {
  border-radius: 0;
  margin-top: 16px;
  margin-bottom: 4px;
}

#product-sidebar .widget_woocommerce_product_search_filter_attribute_widget {
  display: none !important;
}
#product-sidebar
  .widget_woocommerce_product_search_filter_attribute_widget.visible {
  display: list-item !important;
}
#product-sidebar
  .widget_woocommerce_product_search_filter_attribute_widget
  .show-more:before {
  content: "\f0fe";
  font-style: normal;
  font-weight: 600;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
}
#product-sidebar
  .widget_woocommerce_product_search_filter_attribute_widget
  .show-less:before {
  content: "\f146";
  font-style: normal;
  font-weight: 600;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
}
#product-sidebar
  .widget_woocommerce_product_search_filter_attribute_widget
  .show-more {
  color: #0066a6;
  cursor: pointer;
}
#product-sidebar
  .widget_woocommerce_product_search_filter_attribute_widget
  .show-less {
  color: #0066a6;
  cursor: pointer;
  display: none;
}
/* Sifter Updates 11/17/22 */
.btn.selected {
  background: #a9cdc7 !important;
}
#selector-form a {
  text-decoration: underline;
}
.page-content a.btn,
.page-content a.read-more,
#first-next-button,
#start_btn {
  text-decoration: none !important;
}
.wpsp-slider-section
  #sp-woo-product-slider-pro66838.wpsp-product-section
  .wpsp-product-title:hover
  a
  h3 {
  color: #a9a05f !important;
}
table.lwl-table-powerstac {
  width: 100%;
  border-collapse: collapse;
  margin-top: 50px;
  margin-left: 0;
  max-width: 100%;
}
table.lwl-table-powerstac thead tr th:not(:last-child),
table.lwl-table-powerstac tbody tr td:not(:last-child) {
  text-align: center;
}
table.lwl-table-powerstac tbody td {
  vertical-align: middle;
}
table.lwl-table-powerstac tbody td img {
  margin: auto;
}
table.lwl-table-powerstac td:nth-of-type(2) {
  position: relative;
  width: 200px;
}
table.lwl-table-powerstac td:nth-of-type(2) span {
  position: relative;
}
table.lwl-table-powerstac td img:nth-of-type(2) {
  display: none;
  position: absolute;
  left: calc(100% + 5px);
  bottom: -10px;
  z-index: 10;
  height: 70px;
  width: auto;
  max-width: none;
  border: 1px solid white;
}
table.lwl-table-powerstac td:nth-of-type(2) span:hover img:nth-of-type(2) {
  display: block;
}
@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  table.lwl-table-powerstac,
  .lwl-table-powerstac thead,
  .lwl-table-powerstac tbody,
  .lwl-table-powerstac th,
  .lwl-table-powerstac td,
  .lwl-table-powerstac tr {
    display: block;
  }
  .lwl-table-powerstac thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .lwl-table-powerstac .divider {
    display: none;
  }
  .lwl-table-powerstac tbody tr {
    border: 1px solid #cfcece;
    margin-bottom: 20px;
  }
  .lwl-table-powerstac td {
    padding-left: 40%;
    line-height: 1.5;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #cfcece;
  }
  .lwl-table-powerstac-power-modules td:nth-of-type(1)::before {
    content: "Module No.:";
  }
  .lwl-table-powerstac-power-modules td:nth-of-type(2)::before {
    content: "Image:";
  }
  table.lwl-table-powerstac td:nth-of-type(2) {
    width: 100%;
  }
  .lwl-table-powerstac-power-modules td:nth-of-type(3)::before {
    content: "Length:";
  }
  .lwl-table-powerstac-power-modules td:nth-of-type(4)::before {
    content: "Description";
  }
  .lwl-table-powerstac td::before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 30%;
    padding-right: 10px;
    font-weight: bold;
    font-size: 0.7rem;
    line-height: 1.25;
  }
  table.lwl-table-powerstac thead tr th:not(:last-child),
  table.lwl-table-powerstac tbody tr td:not(:last-child) {
    text-align: left;
  }
  table.lwl-table-powerstac tbody td img {
    margin: 0;
  }
}

.weather-notice {
  margin: 1em;
}
