/* Utility */
.show-mobile {
  display: none;
}

.store-state-header {
    margin-bottom: 40px;
}
.store-state-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.store-state-header .store-count {
    color: #666;
    font-size: 1.1rem;
}
.store-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.store-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
}
.store-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.store-info h2 {
    font-size: 1.6rem;
    margin: 0;
    font-weight: 700;
}
.store-info .phone {
    font-weight: 600;
    color: #222;
    display: flex;
    align-items: center;
    gap: 8px;
}
.store-info .phone i {
    color: #666;
}
.store-info .website a {
    color: #0066cc;
    text-decoration: underline;
}
.store-info .address {
    color: #444;
    line-height: 1.6;
}
.store-map {
    position: relative;
    min-height: 300px;
    border-radius: 8px;
    overflow: hidden;
}
.store-map iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: 0;
    pointer-events: none;
}
.store-map-link {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 8px 12px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    color: #0066cc;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}
.state-blurb {
    margin-bottom: 40px;
}

@media(max-width: 768px) {
  .show-mobile {
    display: block;
  }

  .store-item {
      grid-template-columns: 1fr;
  }

  .show-desktop {
    display: none;
  }
}

/* Ad Program Relocation for Mobile */
.vf-ad-container:last-of-type {
  display: none;
}

/* Product Pricing Styling*/
.wpo-options-container {
  padding: 0 !important;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
  margin-top: 0;
}

.wpo-options-container .wpo-field {
  padding: 0;
  padding-left: 1em;
  background-color: inherit !important;
  border-bottom: 2px solid #707070;
}

.wpo-options-container .wpo-field.addon-stain-dropdown .wpo-option-name,
.wpo-options-container .wpo-field.fabric-leather-options>.wpo-option-name {
  margin: 0 !important;
  line-height: 0 !important;
  padding-left: 0 !important;
}


.product .wpo-field.addon-stain-dropdown .wpo-option-name:after,
.product .wpo-field.fabric-leather-options>.wpo-option-name:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\2b";
  right: 28px;
  left: auto;
  position: relative;
  float: right;
  font-size: 28px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 0;
}

.product .wpo-field.showMe .wpo-option-name:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\2b";
  right: 28px;
  left: auto;
  position: relative;
  float: right;
  font-size: 28px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}

.product .wpo-field.addon-stain-dropdown.open .wpo-option-name:after,
.product .wpo-field.fabric-leather-options.open>.wpo-option-name:after,
.product .wpo-field.showMe.open .wpo-option-name:after {
  content: "\f068" !important;
}

/* Logo */
.wp-custom-logo .site-container .title-area {
  padding-top: 0 !important;
}

.color-options-div .wp-block-cover__inner-container,
.color-options-div .wp-block-cover__inner-container p.color-options-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
  width: 100%;
}

.color-options-div .wp-block-cover__inner-container p.color-options-link a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-blog .entry-footer {
  display: none;
}

.wpsl-no-results-msg {
  display: flex;
  flex-direction: column;
}

/* More Blog Posts Section */
.more-blog-section {
  max-width: 80%;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.more-blog-section .more-blogs-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 35px;
  row-gap: 35px;
}

.more-blog-section .more-blogs-container .more-blog-post {
  border: 1px solid black;
}

.more-blog-section .more-blogs-container .more-blog-post .more-blog-content {
  padding: 20px;
}

/* Button Styling */
.gb-block-button a {
  background-color: #352854 !important;
  border-radius: 50px !important;
  border: 3px solid #7b6aa0 !important;
}

.gb-block-button a:hover {
  background-color: #7b6aa0 !important;
  border: 3px solid #352854 !important;
}

/* Favorites Cart */
.woocommerce-cart #genesis-content .post-719 header.entry-header {
  display: none;
}

table.cart.shop_table tbody tr.cart_item td.product-thumbnail {
  width: 25%;
}

table.cart.shop_table tbody tr.cart_item td.product-thumbnail img {
  width: 50%;
}

.fav-buttons-container {
  display: flex;
}

#customer_details {
  display: none;
}

.page-id-719 .archive-image-container:before {
  height: 50% !important;
}

body:not(.search) header.entry-header {
  display: none !important;
}

div#customer_details div.col-2 {
  display: none;
}

div.woocommerce-billing-fields h3 {
  display: none;
}

h3#order_review_heading {
  display: none;
}

table.woocommerce-checkout-review-order-table {
  display: none;
}

div.woocommerce-info {
  display: none;
}

div.coupon {
  display: none;
}

div.woocommerce-terms-and-conditions-wrapper {
  display: none;
}

a.to-print {
  color: white;
  background-color: #4a4f55;
  font-family: 'Montersat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  width: 100% !important;
  display: block;
  padding: 12px 0px;
  text-align: center;
  margin-bottom: 15px;
  border: 2px solid #4a4f55;
}

a.to-print:hover {
  color: #4a4f55;
  background-color: white;
  border: 2px solid #4a4f55;
}

a.email-fav-button {
  color: #4a4f55;
  background-color: white;
  font-family: 'Montersat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  width: 100% !important;
  display: block;
  padding: 12px 0px;
  text-align: center;
  margin-bottom: 15px;
  border: 2px solid #4a4f55;
}

p.underline_link a {
  text-decoration: underline;
  color: #352854;
}

a.email-fav-button:hover {
  color: white;
  background-color: #4a4f55;
}

.woocommerce-checkout button.button {
  background-color: #4a4f55 !important;
  font-family: 'Montersat', sans-serif;
  font-size: 20px;
}

.woocommerce-checkout button.button:hover {
  background-color: white !important;
  color: #4a4f55 !important;
  border: 2px solid #4a4f55 !important;
}

#gform_submit_button_6 {
  background-color: white !important;
  color: #4a4f55 !important;
  border: 2px solid #4a4f55 !important;
}

#gform_submit_button_6:hover {
  background-color: #4a4f55 !important;
  color: white !important;
}

#payment div.form-row {
  padding: 0px !important;
  background-color: white;
}

.woocommerce-checkout #payment {
  padding: 0px;
}

.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal {
  display: none;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment ul.methods.payment_methods {
  display: none;
}

@media print {
  .fa-heart {
    display: none !important;
  }

  .email-fav-button {
    display: none !important;
  }

  .product-name a {
    text-decoration: none;
  }

  #gform_wrapper_6 {
    display: none !important;
  }

  a.to-print {
    display: none !important;
  }

  #genesis-footer-widgets {
    display: none;
  }

  footer.site-footer {
    display: none;
  }

  .right-menu-wrapper .right_menu {
    display: none;
  }

  a[href]:after {
    content: none !important;
  }

  td.product-remove {
    display: none !important;
  }

  th.product-name {
    display: none !important;
  }
}

/* Favorites Button on Product Page */
.product .summary .quantity {
  display: none !important;
}

.product .cart .single_add_to_cart_button.button.alt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: white;
  color: #352854;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 50px; /* optional, matches your other buttons */
}



.product .cart .single_add_to_cart_button.button.alt:hover {
  color: #7b6aa0;
}



.woocommerce-notices-wrapper .wc-block-components-notice-banner__content a.wc-forward {
  text-decoration-line: none;
  padding: 10px !important;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner__content a.wc-forward:hover {
  border-radius: 50px;
}

.product .summary form.variations_form.cart {
  border-bottom: none !important;
}

.product-btn-wrap a.find-a-store.button.alt {
  border-radius: 50px;
  background-color: #7b6aa0;
  border-color: #352854;
}

.product-btn-wrap a.find-a-store.button.alt:hover {
  background-color: #352854;
  border-color: #7b6aa0;
}

.woocommerce .product-btn-wrap a.request-quote-trigger {
  width: 100%;
  border-radius: 50px;
  margin-top: 20px;
}

.product .summary form.cart .find-a-store {
  width: 100% !important;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background-color: #747474 !important;
  border: 3px solid black !important;
  border-radius: 50px;
}

.product .summary .find-a-store p {
  margin-bottom: 0px;
  margin-left: 10px;
}
.product .cart .single_add_to_cart_button.button.alt {
    text-transform: none !important;
    margin-top: 20px;
}

/* Home Page Slideshow */
.home-slider-button {
  display: flex !important;
}

.home-slider-button .alignleft {
  margin-right: 0px !important;
}

.eedee-gutenslider-pagination {
  bottom: -5px !important;
}

/*Text-only overlay*/
.entry-content .slogan-background {
  padding: 1.25em 2.375em;
  background-color: rgba(0, 0, 0, 0.59);
}

.wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap .cta-image {
  margin-bottom: 0px !important;
}

.gb-block-layout-column-inner .cta-link a {
  text-decoration: none;
}

.entry-content .see-more-reviews a {
  text-decoration: none;
}

.entry-content .products-footer a {
  text-decoration: none;
  color: black;
}

.entry-content .navigation-footer a {
  text-decoration: none;
  color: black;
}

/* Color Options */

.wp-block-group.alignfull .wp-block-columns.color-options {
  padding: 2.5px 0;
  border: 2px solid #333;
}

.wp-block-group.alignfull .wp-block-columns.color-options .wp-block-navigation .wp-block-navigation-item__content {
  color: rgba(0, 0, 0, .6);
  font-size: 16px;
}

/* Category Landing Page */
.page-template-category-landing-page .site-inner {
  padding-top: 0 !important;
}

.viz-banner-container {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  margin-bottom: 50px;
}

.viz-banner-overlay {
  background-color: rgba(0, 0, 0, .3);
  height: 100%;
  width: 100%;
}

.viz-banner-text {
  color: white;
  text-align: center;
  font-size: 60px;
  padding: 210px 0;
  font-weight: bold;
}

.subcat-grid-container {
  margin-bottom: 50px;
}

.subcat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 4em;
}

.sub_cat_link {
  background-color: #e2e2e2;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 30px;
}

.sub_cat_link p {
  margin-bottom: 0 !important;
  font-weight: bold;
}

.reuseable-blocks-container {
  margin-bottom: 0px;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

.reuseable-padding {
  padding: 50px;
}

.reuseable-background-color {
  background-color: #fff;
}

.term-bedroom .site-header,
.term-dining-kitchen .site-header,
.term-living-room .site-header,
.term-office .site-header,
.term-outdoor .site-header,
.term-children .site-header {
  margin-bottom: 0px;
}

body:not(.fullwidth).term-bedroom .site-inner,
body:not(.fullwidth).term-dining-kitchen .site-inner,
body:not(.fullwidth).term-living-room .site-inner,
body:not(.fullwidth).term-office .site-inner,
body:not(.fullwidth).term-outdoor .site-inner,
body:not(.fullwidth).term-children .site-inner {
  padding-top: 0;
}

/* Default Woocommerce Category Pages */
.woocommerce ul.products {
  justify-content: flex-start !important;
}

/* Dynamically added reviews */
.viz-reviews-container {
  width: 80%;
  margin: 50px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
}

.review-container-viz {
  background-color: #f5f5f5;
  padding: 30px;
  text-align: left;
}

.viz-quotes-container {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  margin-bottom: 20px;
}

.viz-star-rating-container {
  width: 40%;
  margin: 0 auto;
}

.viz-review-content {
  color: black;
}

.viz-review-author {
  color: black;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 15px;
}

.blue-review-link {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#review {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* Style custom mobile home page slides */
#viz-jquery-slideshow-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#viz-jquery-slideshow-container #viz-jquery-slideshow {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}

#viz-jquery-slideshow-container #viz-jquery-slideshow li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Vertically center our buttons */
#viz-jquery-slideshow-container #btn-prev,
#viz-jquery-slideshow-container #btn-next {
  position: absolute;
  top: 150px;
  z-index: 100;
  color: #ffffff;
  font-size: 2em;
  line-height: 1;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%);
}

#viz-jquery-slideshow-container #btn-prev {
  left: 15px;
}

#viz-jquery-slideshow-container #btn-next {
  right: 15px;
}

/* hide the text links */
#viz-jquery-slideshow-container #btn-prev span,
#viz-jquery-slideshow-container #btn-next span {
  display: none;
}

#viz-jquery-slideshow .viz-slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: black;
  text-align: center;
  padding: 30px;
  z-index: 9;
  padding-bottom: 45px;
}

#viz-jquery-slideshow .viz-slide-content h2 {
  color: white;
}

#viz-jquery-slideshow .viz-slide-content a {
  padding: 15px 30px;
}


.site-header .wrap>div {
  width: 33.33%;
}

.site-header .wrap .left_menu .cart {
  display: none;
}

.site-header .wrap .left_menu form {
  max-width: 350px;
}

.left_menu form input {

  font-size: 16px;
  border-radius: 22px;
  padding: 10px;
  border: 1px solid rgba(112, 112, 112, .7);

}



.site-header .wrap .right-menu-wrapper {

  justify-content: end;

}

.left_menu form button {
  position: absolute;
  padding: 0;
  background: transparent;
  color: rgba(112, 112, 112, 1);
  left: 10px;
  top: 7px;
}

.right_menu {
  cursor: pointer;
  width: 25px;
}

.right_menu .menu_bars,
.right_menu .menu_close {
  color: #707070;
}

.menu_close {
  display: none;
}

.show_hide .menu_bars {
  display: none;
}

.show_hide .menu_close {
  display: inline-block;
}

.right-menu-wrapper .sub {
  display: none;
}

.pop-up-wrapper .pop-up-content {
  width: 60%;
  max-width: 90%;
  max-height: 95%;
  overflow-y: auto;
}

.popupCloseButton {
  border-radius: 0;
  top: 0px;
  right: 0;
}


@media(max-width: 1099px) {
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 15px !important;
    font-size: 17px !important;
  }
}

@media (max-width: 981px) {

  .pop-up-wrapper .pop-up-content {
    width: 90%;
    max-width: 90%;
    max-height: 95%;
  }





  .ws_input_wrap .close {
    display: inline;
    position: absolute;
    right: 15px;
    font-size: 34px;
    margin-top: 7px;
  }

  .ws_search_wrap {
    width: 100%;
  }


  .ws_search_icon:before {
    position: relative;
  }


  #ws_search_icon:before {
    position: inherit;
  }


  .flip-mobile .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
  }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mobile-menu-item {
    display: block;
  }

  .more-blog-section .more-blogs-container {
    grid-template-columns: 1fr 1fr;
  }

}

@media(max-width:959px) {
  .site-inner .content-sidebar-wrap .content .vf-ad-container{
    display: none;
  }
  .vf-ad-container:nth-of-type(2){
    display: none;
  }
  .vf-ad-container:last-of-type{
    display: block;
  }

  .viz-banner-container {
    max-height: 250px;
    background-size: 156%;
  }

  .viz-banner-overlay {
    max-height: 250px;
  }

  .viz-banner-text {
    padding: 108px 0;
  }

  .subcat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .viz-reviews-container {
    grid-template-columns: 1fr 1fr;
  }

  .reuseable-blocks-container .color-options .wp-container-3 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  header .title-area {
    width: 35% !important;
  }
}

@media (max-width: 768px) {


  .search article:nth-child(n) {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }

  .search article:nth-child(2n) {
    float: right;
    clear: none !important;
  }

  .viz-banner-text {
    font-size: 50px;
  }

}

@media(max-width: 600px) {
  .subcat-grid {
    grid-template-columns: 1fr;
  }

  .viz-reviews-container {
    grid-template-columns: 1fr;
  }

  .entry-content .slogan-background {
    padding: 50px 50px;
  }

  .eedee-gutenslider-prev {
    left: 30px !important;
  }

  .eedee-gutenslider-next {
    right: 30px !important;
  }

  .more-blog-section .more-blogs-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {

  .search article:nth-child(n) {
    margin: 0 0 11.5% !important;
    width: 100% !important;
  }

  .viz-banner-text {
    font-size: 36px;
  }

}

@media(max-width:480px) {
  .wp-block-eedee-block-gutenslider {
    display: none !important;
  }

  #viz-jquery-slideshow-container {
    display: block !important;
  }

  #business-slogan-goes-here {
    padding: 0;
  }

  .viz-slide-content div.wp-block-button {
    margin-right: 0;
  }
}

a:focus,
a:hover,
.woocommerce-loop-product__title:hover,
.woocommerce-loop-product__title:focus,
.gb-block-layout-column-inner p.has-text-align-center.has-background:hover,
.gb-block-layout-column-inner p.has-text-align-center.has-background:focus {
  color: #333;
  text-decoration: underline;
}

.request-a-quote-clause {
  font-size: 9px;
}