/* Utility */
.full-height,
.full-height .gb-block-layout-column-inner {
  height: 100% !important;
}

.font-hoefler {
  font-family: 'hoefler-text', sans-serif;
}

.font-helvetica {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'hoefler-text', sans-serif;
/*  font-size: 40px; */
  color: #434447;
	text-transform: uppercase;
}

p {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 18px;
}

a:hover {
	text-decoration: underline;
}

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

.subcat-div > a:hover {
	text-decoration: none!important;
}

.sub_cat_img_container > img {
	object-fit: cover;
	aspect-ratio: 6 / 5;
}

.page-container {
  max-width: 1540px !important;
  width: 95% !important;
  margin: auto !important;
}
.mobile-content-container {
  width: 95% !important;
  margin: auto !important;
}

.text-max {
  max-width: 600px;
}

.force-full {
  width: 100vw !important;
  margin-left: calc(-100vw / 2 + 100% / 2) !important;
  margin-right: calc(-100vw / 2 + 100% / 2) !important;
  max-width: 100vw !important;
}

#order_review_heading {
	padding-top: 30px;
}

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

.product-btn-wrap a {
	border: 3px solid #434447 !important;
  border-radius: 0px !important;
  color: #434447 !important;
	padding: 16px 24px;
	 background-color: transparent !important;
	font-size: 16px !important;
  font-weight: 500 !important;
  font-family: "helvetica-neue-lt-pro", sans-serif !important;
}

.product-btn-wrap a:hover {
	background-color: #f6f6f5!important;
}

.woocommerce a.button.inverse, .woocommerce a.button.inverse.alt {
	display: none!important;
}

.primary-outline-button a,
.single-product #review_form input[type="submit"], .woocommerce-page .woocommerce-info .button, .woocommerce a.button, .woocommerce button.button {
  border: 3px solid #434447 !important;
  border-radius: 0px !important;
  color: #434447 !important;
  padding: 10px 20px !important;
  background-color: transparent !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: "helvetica-neue-lt-pro", sans-serif !important;
}
.primary-outline-button a:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover {
/*  border-color: #1d3f5c !important;
  color: #1d3f5c !important; */
	background-color: #f6f6f5;
}
.secondary-outline-button a {
  border: 3px solid #fff !important;
  border-radius: 0px !important;
  color: #fff !important;
  padding: 10px 20px !important;
  background-color: transparent !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: "helvetica-neue-lt-pro", sans-serif !important;
}
.secondary-outline-button a:hover {
  box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25) !important;
}

.testimonials-columns {
  margin-bottom: 40px !important;
}
.testimonials-columns > .gb-layout-column-wrap {
  grid-gap: 2em 2em !important;
}
.testimonials-columns > .gb-layout-column-wrap .gb-block-layout-column,
.testimonials-columns > .gb-layout-column-wrap .gb-block-layout-column .gb-block-layout-column-inner,
.testimonials-columns > .gb-layout-column-wrap .gb-block-layout-column .gb-block-layout-column-inner .testimonial-class {
  height: 100% !important;
}
.testimonial-class {
  border: 1px solid #434447 !important;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}
.testimonial-class::before {
  content: '\f10d';
  font-family: 'Font Awesome 6 Pro';
  display: block;
  width: 100%;
  text-align: center;
  font-size: 30px;
}

@media(max-width: 905px) {
  .mobile-flip .gb-layout-column-wrap {
    grid-template-columns: 1fr !important;
    grid-template-areas: "col2"
                         "col1" !important;
  }
}

/* Custom Header */
.cart-count{
  position: absolute;
  top: 20px;
  left: 21px;
}
@media (max-width: 600px){
  .cart-count{
    top: 0px;
  }
}

.vt-header-container a:hover {
	text-decoration: underline!important;
}
.vt-header-container {
  max-width: 1540px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 25px 0px;
}
.vt-header-logo,
.vt-header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vt-header-logo {
  width: 25%;
}
.vt-header-menu {
  width: 60%;
  max-width: 700px;
}
.vt-header-icons {
  width: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.vt-header-icons .mobile-menu {
  display: none;
}
.vt-header-icons i {
  font-size: 22px;
  color: #434447;
}
.vt-header-menu > ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 200%;
}
.vt-header-menu li.top-level-li {
  cursor: pointer;
	height: 50%;
  display: flex;
  align-items: center;
}
/* .vt-header-menu .furniture-submenu {
  position: absolute;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  z-index: 99;
  width: 1000px;
  max-width: 80%;
} 

.vt-header-menu .furniture-submenu li {
  margin-bottom: 10px;
}
*/

.vt-header-menu .furniture-submenu {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  z-index: 99;
  width: 100%;
  max-width: 80%;
  left: 10%;
  border-top: 2px solid #434447;
  top: calc(5.43vw + 50px);
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
	top: calc(5.43vw + 77px);
}

 .vt-header-menu .furniture-submenu, #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
  position: absolute;
  margin-top: 0px!important;
}

@media (min-width: 1712px) {
	.vt-header-menu .furniture-submenu {
		top: 143px;
	}
}


.vt-header-menu .furniture-submenu li > a {
  font-weight: bold;
  color: #434447;

}
.vt-header-menu 
.furniture-submenu 
.left-side > ul > li.left-li > a {
    font-size: 18px;
	text-transform: uppercase;
	line-height: 2;
}


.vt-header-menu .furniture-submenu .left-side-container {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  width: 70%;
}
.vt-header-menu .furniture-submenu .left-side {
  width: 30%;
  border-right: 2px solid #434447;
  margin-right: 20px;
}
.vt-header-menu .furniture-submenu .right-side {
  width: 70%;
}
.vt-header-menu .furniture-submenu .sub-menu-image {
  width: 30%;
}
.vt-header-menu .child-menu-div {
  display: none;
}
.hamburger {
  position: relative;
  width: 32px;
  height: 24px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hamburger:hover {
  background: transparent;
}
.hamburger:focus-visible,
.hamburger:focus {
  outline: none;
  background: transparent;
}
.hamburger-line {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #434447;
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
}
.hamburger-line:nth-child(1) {
  top: 0%;
}
.hamburger-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-line:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.hamburger.is-open .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburger.is-open .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%) scaleX(0.3);
}
.hamburger.is-open .hamburger-line:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.hamburger-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 70px;
  border: 1px solid #434447;
  background-color: #fff;
  z-index: 99;
  padding: 15px;
  width: 200px;
}
.ws_search_wrap {
  width: 100% !important;
  background-color: #ededed !important;
}
.ws_search_wrap .ws_input_wrap {
  max-width: 1540px !important;
}
.ws_search_wrap form {
  position: relative !important;
	display: flex;
    justify-self: center;
    margin: auto;
}
.ws_search_wrap form i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.ws_search_wrap input {
  border: none !important;
  background-color: #ededed !important;
  padding-left: 30px !important;
}
.ws_search_wrap input::placeholder {
  color: #bfbfbf;
}
@media(max-width: 1200px) {
  .vt-header-menu {
	font-size: 16px;
  }
}
@media(max-width: 959px) {
  .vt-header-menu {
    display: none;
  }
  .vt-header-icons {
    width: 120px;
  }
  .vt-header-icons .hamburger {
    display: none;
  }
  .vt-header-icons .mobile-menu {
    display: inline-block;
  }
  .vt-header-logo {
    width: 55%;
	  max-width: 350px;
  }
}
@media(max-width: 425px) {
.vt-header-icons :nth-child(2) {
	 display: none;
 }
	.vt-header-logo {
    width: 60%;
  }
  .vt-header-icons {
    width: 39%;
	max-width: 90px;
  }
}

/* Category Archive Pages */
body.archive ul.products li {
  box-shadow: 0px 15px 50px -10px rgba(0, 0, 0, 0.15);
}

/* Homepage Slider */
.viz-fullwidth-slider {
  width: 100vw;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
}
.fullwidth-slider-inner {
  position: relative;
  height: 700px;
}
.viz-fullwidth-slider .slick-list,
.viz-fullwidth-slider .slick-track, 
.viz-fullwidth-slider .viz-slide {
  height: 100% !important;
}
.fullwidth-slider-inner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  z-index: 99;
}
.fullwidth-slider-inner .slick-arrow:hover {
  cursor: pointer;
}
.fullwidth-slider-inner .slick-arrow.fa-chevron-left {
  left: 20px;
}
.fullwidth-slider-inner .slick-arrow.fa-chevron-right {
  right: 20px;
}
.fullwidth-slider-inner .viz-slide {
  display: flex !important;
}
.fullwidth-slider-inner .slider-left {
  width: 35%;
  background-color: #434447;
}
.fullwidth-slider-inner .slider-left .slider-left-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-width: 70%;
  margin: auto;
}
.fullwidth-slider-inner .slider-left h2 {
  color: #fff;
  font-size: 45px;
  max-width: 500px;
}
.fullwidth-slider-inner .slider-right {
  width: 65%;
}
.fullwidth-slider-inner .slider-right .slider-right-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
@media(max-width: 1066px) {
  .fullwidth-slider-inner {
    height: fit-content;
  }
  .fullwidth-slider-inner .viz-slide {
    flex-direction: column-reverse !important;
  }
  .fullwidth-slider-inner .slider-left {
    width: 100%;
    padding: 40px 20px;
  }
  .fullwidth-slider-inner .slider-right {
    width: 100%;
    height: 500px;
  }
}
@media(max-width: 425px) {
  .fullwidth-slider-inner .slider-left .slider-left-inner {
    max-width: 100%;
  }
  .fullwidth-slider-inner .slider-left h2 {
    font-size: 40px;
  }
}

/* Bottom Call To Action */
.bottom-call-to-action div.gform_wrapper {
  max-width: 900px;
  width: 90%;
  margin: auto;
}
.bottom-call-to-action div.gform_footer {
  justify-content: center;
}
.ginput_container input, 
.ginput_container textarea {
  background-color: #fff !important;
  border: 1px solid #434447 !important;
}
input.gform_button {
  background-color: transparent !important;
  border: 3px solid #434447 !important;
  color: #434447 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  padding: 1rem!important;
  border-radius: 0px !important;
  max-width: 700px !important;
  width: 100% !important;
  font-family: "helvetica-neue-lt-pro", sans-serif !important;
}
input.gform_button:hover {
/*  border-color: #1d3f5c !important;
  color: #1d3f5c !important; */
  background-color: #F6F6F5 !important;
}

/* Footer */
div.footer-widgets,
footer.site-footer {
  background-color: #f6f6f5 !important;
  border-top: none !important;
}
.footer-widgets h3 {
  font-family: "helvetica-neue-lt-pro", sans-serif !important;
  font-weight: 800 !important;
}
.footer-widgets .widget-area section:first-child {
  min-height: 280px !important;
}
.footer-widgets-4 a {
  text-decoration: underline !important;
}
@media(max-width: 959px) {
  .footer-widgets .widget-area section:first-child {
    min-height: auto !important;
  }
  .footer-widgets .widget-area section:last-child {
    display: none !important;
  }
}

/* Product Page */
h1.product_title {
  font-size: 40px;
  margin-bottom: 0px !important;
}
div.summary a.made-by-button {
  width: fit-content !important;
  border: none !important;
  text-decoration: underline !important;
  font-size: 18px !important;
  color: #434447 !important;
  font-weight: 400 !important;
}
.woocommerce div.product p.price {
  color: #1D3F5C !important;
  margin-bottom: 0px !important;
}
.woocommerce div.product form.cart.variations_form, 
.woocommerce div.product form.cart .variations tr.variation-label,
.woocommerce-variation.single_variation {
  margin-top: 0px !important;
}
.wpo-field.addon-stain-dropdown .wpo-option-name {
  padding: 1em 0 !important;
  border-bottom: 1px solid #eee !important;
  margin-top: 0px !important;
}
.wpo-field.addon-stain-dropdown.open .wpo-option-name {
  border-bottom: none !important;
}
.wpo-field.addon-stain-dropdown.open .wpo-image-buttons {
  border-bottom: 1px solid #eee !important;
  padding-bottom: 10px !important;
}
.woocommerce div.product form.cart .variations .label,
.woocommerce .product_toggle {
  padding: 0px !important;
}
.woocommerce-variation-add-to-cart {
  margin-top: 0px !important;
}
.woocommerce .product_toggle > h3::before,
.woocommerce div.product form.cart .variations th.label::before,
.product .wpo-field .wpo-option-name::after {
  content: '\2b' !important;
  color: #434447 !important;
  font-size: 27px !important;
  transform: rotate(0deg) !important;
  transition: transform 0.2s ease !important;
  right: 20px !important;
}
.woocommerce .product_toggle.toggle_open > h3::before,
.woocommerce div.product form.cart .variations .openLabel th.label::before,
.product .wpo-field.addon-stain-dropdown.open .wpo-option-name::after {
  content: '\2b' !important;
  transform: rotate(45deg) !important;
}
div.product_toggle {
  border-top: 1px solid #eee !important;
}

div.product_toggle:last-of-type {
  border-bottom: 1px solid #eee !important;
}
div.product_toggle,
tr.variation-label,
.woocommerce div.product form.cart .variations tr {
  background-color: #fff !important;
}
.woocommerce div.product form.cart .variations tr.open {
  border-top: none !important;
}
.woocommerce div.product form.cart .variations tr .select-option {
  background-color: transparent !important;
  border: 3px solid transparent !important;
}
.woocommerce div.product form.cart .variations tr .select-option.selected {
  border-color: #434447 !important;
}
.woocommerce div.product form.cart .variations tr .select-option > a,
.woocommerce div.product form.cart .variations tr .select-option > a img {
  border: none !important;
}
.woocommerce .woocommerce-variation-add-to-cart .wpo-field {
  background-color: #fff !important;
}
.single-product .summary div.woocommerce-product-rating .star-rating::before,
.single-product .summary div.woocommerce-product-rating .star-rating span,
.single-product .summary div.woocommerce-product-rating .star-rating span::before,
.single-product .summary div.woocommerce-product-rating a {
  color: #1D3F5C !important;
}
.woocommerce .quantity .qty {
  height: 100% !important;
}
.qty-add-wrapper button.single_add_to_cart_button {
  background-color: transparent !important;
  border: 3px solid #434447 !important;
  font-weight: 500 !important;
  color: #434447 !important;
}
.qty-add-wrapper button.single_add_to_cart_button:hover {
  color: #1D3F5C !important;
  border-color: #1D3F5C !important;
  box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25) !important;
}
.shipping-block,
.call-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shipping-block .shipping-block-img,
.call-block .call-block-img {
  width: 11%;
  margin-right: 5px;
}
.shipping-block p,
.call-block p {
  width: 87%;
}
.shipping-block p,
.call-block p {
  margin-bottom: 0px;
}
.single-product #reviews {
  background-color: #f6f6f5;
}
.single-product .woocommerce-reviews-inner {
  max-width: 800px;
  margin: auto;
  width: 90%;
  padding: 75px 0px;
}
.single-product .comment-notes {
  display: none !important;
}
.single-product .comment-form-rating {
  margin-top: 25px !important;
}
.single-product .comment-respond input[type="text"],
.single-product .comment-respond input[type="email"] {
  width: 100% !important;
}
.single-product .comment_container {
  position: relative !important;
}
.single-product .comment-text {
  width: 100% !important;
  margin-left: 0px !important;
  border: 1px solid #434447 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 20px 20px 40px 20px !important;
}
.single-product .comment-text .star-rating {
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 30px !important;
  display: flex !important;
  align-items: center !important;
}
.single-product .comment-text .star-rating::before,
.single-product .comment-text .star-rating span,
.single-product .comment-text .star-rating span::before {
  text-align: center !important;
  float: none !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  color: #1D3F5C !important;
}
.single-product .comment_container img,
.single-product .comment_container .woocommerce-review__published-date {
  display: none !important;
}
.single-product .comment_container p.meta {
  display: flex !important;
  flex-direction: row-reverse !important;
  position: absolute !important;
  bottom: 10px !important;
  left: 20px !important;
}
.single-product .comment_container p.meta strong,
.single-product .comment_container p.meta span {
  color: #434447 !important;
}
.single-product .bottom-call-to-action {
  margin-bottom: 0px;
}
ul.products li.type-product .star-rating {
  display: none !important;
}

/* Home Page */
.home-hero-section > div.gb-layout-column-wrap {
  grid-gap: 0;
}
.home-hero-section .gb-layout-column-wrap > .full-height:first-child div.gb-block-layout-column-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  max-width: 445px !important;
  width: 90% !important;
  margin: auto !important;
  min-height: 600px !important;
}
/* .overflow-left img {
  margin-left: -100px;
} */
@media(max-width: 905px) {
  .home-hero-section .gb-layout-column-wrap > .full-height:first-child div.gb-block-layout-column-inner {
    min-height: auto !important;
    padding: 50px 0px !important;
    max-width: none !important;
  }
  .home-hero-section.mobile-flip .gb-block-layout-column:nth-child(2) {
    width: 100% !important;
  }
}
@media(max-width: 425px) {
  .overflow-left img {
    margin-left: -40px;
  }
}

/* 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;
}

/* Home Page Slideshow */
.home-slider-button{
  display: flex !important;
}
.home-slider-button .alignleft{
  margin-right: 0px !important;
}
.eedee-gutenslider-pagination{
  bottom: -5px !important;
}
.wp-block-buttons.button-align-center{
  display: flex;
  justify-content: center !important;
}
.wp-block-buttons.button-align-center div.wp-block-button{
  margin-right: 0px;
}

/*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 */

#menu-item-724 ul ul{
  right: -200px;
  top: 0px;
}
#menu-item-724 ul ul li{
  text-align: left;
}

.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;
	background-size: cover;
}
.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;
}
.subcat-grid-container{
  margin-bottom: 50px;
}
.subcat-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 clamp(1rem, calc(1rem + ((1vw - 0.2rem) * 3.9344)), 4rem);
}
.subcat-div {
  box-shadow: 0px 15px 50px -10px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.subcat-div .sub_cat_link{
/*  background-color: #e2e2e2; */
  text-align: center;
 /* padding: 25px 0; */
 border: none !important;
}
.sub_cat_link p{
  margin-bottom: 0 !important;
}
.reuseable-blocks-container{
/*  margin-bottom: 100px; */
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}
.reuseable-padding{
  padding: 50px;
}
.reuseable-background-color{
  background-color: #ededed;
}
.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-room .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,
body:not(.fullwidth).term-mattresses .site-inner {
  padding-top: 0 ;
}

/* 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: #f6f6f5;
  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;
}
  .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;
    }
      
    #et_mobile_nav_menu {
        display: none;
    }

  .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-bottom: 24px;
  }

}

@media(max-width:959px){
  .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(min-width: 861px){
  /* Default Woocommerce Category Pages */
  .woocommerce ul.products{
    justify-content: flex-start !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;
  }
}

@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){
  #business-slogan-goes-here{
    padding: 0;
  }
}

.search .product-cat {
	    box-shadow: 0px 15px 50px -10px rgba(0, 0, 0, 0.15);
	
}

/* --- Search results: Product Category ribbon on category results only --- */

.search .ne-product-cat-flag {
    position: absolute;
    top: 10px;
    right: 0px;
    background: #434447;
    color: #fff;
    padding: 6px 20px 6px 36px; /* room on the left for the cut */
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    z-index: 5;
    border-radius: 0;

    /* concave right-facing cut on the LEFT edge (transparent) */
    clip-path: polygon(
        0 0,          /* top-left corner */
        100% 0,       /* top-right */
        100% 100%,    /* bottom-right */
        0 100%,       /* bottom-left */
        0 90%,        /* up left edge */
        8px 50%,     /* inward point (depth of cut) */
        0 2%         /* back up left edge */
    );
}
.search .product-cat:hover {
	transform: scale(1.02) !important;
}

.search .woocommerce-loop-category__title:hover {
	background: #f6f6f5;
}

.search .woocommerce ul.products li.product.product-cat {
  display: block !important;   
}

.search .woocommerce ul.products li.product.product-cat > a.product-cat-link {
  display: flex;                          
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;            
}


.search .woocommerce ul.products li.product.product-cat .woocommerce-loop-category__title {
  margin: 0;
  padding: 14px 12px;
}


.search .woocommerce ul.products li.product.product-cat > a.product-cat-link:hover {
  background: #f6f6f5;
}


.search .woocommerce ul.products li.product.product-cat > a.product-cat-link > img {
  display: block;
}


/* ===== Pretty numbered pagination (paginate_links type=list) ===== */
.vz-pagination {
  margin: 40px 0 0;
  text-align: center;
}

/* Reset the list so Divi/global list styles don't add bullets/dots */
.vz-pagination .page-numbers {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Kill any marker/dot no matter what browser/theme does */
.vz-pagination .page-numbers li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.vz-pagination .page-numbers li::marker { content: "" !important; }
.vz-pagination .page-numbers li::before { content: none !important; }

/* Button styling */
.vz-pagination .page-numbers a,
.vz-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 44px;
  height: 44px;
  padding: 0 14px;

  border: 1px solid rgba(0,0,0,.15);
  border-radius: 12px;

  text-decoration: none !important;
  line-height: 1;
  font-weight: 600;

  background: #fff;
  color: inherit;
}

/* Hover */
.vz-pagination .page-numbers a:hover {
  border-color: rgba(0,0,0,.30);
  transform: translateY(-1px);
}

/* Current page */
.vz-pagination .page-numbers .current {
  background: rgba(0,0,0,.06);
  border-color: rgba(0,0,0,.25);
}

/* Dots (...) */
.vz-pagination .page-numbers .dots {
  border-color: transparent;
  background: transparent;
  min-width: auto;
  padding: 0 6px;
}

/* Prev/Next arrows a bit wider */
.vz-pagination .page-numbers .prev,
.vz-pagination .page-numbers .next {
  padding: 0 16px;
}

.vz-pagination {
  margin: 40px 0 60px; /* bottom spacing increased */
}
#back-to-top {
    position: fixed;
    bottom: clamp(10px, 2vw, 24px);
    left: clamp(10px, 2vw, 24px); /* LEFT instead of right */

    width: clamp(40px, 4vw, 60px);
    height: clamp(40px, 4vw, 60px);

    background: #434447;
    color: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-size: clamp(10px, 1.2vw, 14px);
    font-weight: 600;

    cursor: pointer;
    border-radius: 50%;

    transition: opacity 0.2s ease, transform 0.2s ease;

    z-index: 9999;
    opacity: 0;
    transform: translateY(10px);
}

#back-to-top.show {
    opacity: 1;
    transform: translateY(0);
}

#back-to-top:hover {
    transform: translateY(-2px);
}
@media (max-width: 767px) {
  body.search ul.products {
    grid-template-columns: 1fr !important;
  }

  /* If your theme still uses floats instead of CSS grid */
  body.search ul.products li.product,
  body.search ul.products li.product-category {
    width: 100% !important;
    float: none !important;
    margin: 0 0 16px !important;
  }
}

* 3 columns ONLY between 861px and 1200px */
@media (min-width: 861px) and (max-width: 1200px) {

  /* Make spacing predictable (kills space-between) */
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    justify-content: flex-start !important;
    gap: 24px !important;              /* adjust if you want tighter/wider gutters */
  }

  /* Force 3-up layout */
  .woocommerce ul.products > li.product,
  .woocommerce-page ul.products > li.product {
    flex: 0 0 calc((100% - (24px * 2)) / 3) !important;  /* 3 cols = 2 gaps */
    max-width: calc((100% - (24px * 2)) / 3) !important;
    width: calc((100% - (24px * 2)) / 3) !important;
    margin: 0 !important; /* if theme is adding margins, they’ll break the math */
  }
}
.viz-quick-ship{
    background:#8c2f2f;
    color:#fff;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.5px;
    padding:6px 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin-top:6px;
}


/* text */
.viz-quick-ship span{
    font-weight:600;
}


.viz-quick-ship img{
    height:25px !important;
		max-height: 25px!important;
    width:auto !important;
}
.woocommerce ul.products li.product {
  height: 100%;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

/* Your banner sits at the bottom consistently */
.woocommerce ul.products li.product .viz-quick-ship {
  margin-top: auto;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    transition: transform .2s ease;
}
.stain-cta a {
    display: inline !important;
    border: none !important;
    padding: 0 !important;
    background: none !important;
    text-decoration: underline !important;
}
div.product_toggle > h3 {
  margin: 0 !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid #eee !important;
}

div.product_toggle.toggle_open > h3 {
  border-bottom: none !important;
}

div.product_toggle.toggle_open .toggle_content {
  border-bottom: 1px solid #eee !important;
  padding-bottom: 20px !important;
}
