.carousel-control.left {
	left: 0;
	right: auto;
	transform: unset;
}
div#how_we_work_h2 .wpb_wrapper h2{
	color:#ffffff;
}
.mb-0, .vc_custom_1689092424366 {
	margin-bottom: 0px !important;
}
.text-center{
	text-align: center;
}

section#availablecountertop p{
	color:#aaaaaa;
}
section#availablecountertop h2, section#availablecountertop h3, .countertop_process h2{
	color:#7d6741;
}
.btn-sm{
	height: 30px;
	line-height: 0;
} 
.w-full{
	width: 100% !important;
}
.cstm-contact-us-form {
	background: #333333 !important;
	padding: 20px 30px 25px 30px !important;
}
.cstm-contact-us-form-button{
	color: #ffffff!important;
	background-color: #7d6741!important;
	border-color: #7d6741!important;
	width: 215px !important;
	font-weight: 300 !important;
}
.wpforms-container .wpforms-field {
	padding: 11.35px 0;
}
.btn-regular:hover {
	color: white !important;
}
.btn-regular{
	color: white !important;
}
.header-style-3 #header.affix {
	background: #222222c2;
	backdrop-filter: saturate(197%) blur(4px);
}
.btn-secondary {
	background-color: #69593e;
	color: white;
}
.btn-secondary:hover {
	background-color: #5a4a2f;
	color: white;
}

element.style {
}
.woocommerce ul.products li.product {
    text-align: center;
    transition: 0.15s all ease-in-out;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	background: rgba(0,0,0,0.04);
	color: black;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
	background: rgba(0,0,0,0.08);
	color: black;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding: 0.5em 0 1em 0;
	font-size: 1.08em;
	color: #292929;
}
.body-dark .woocommerce ul.products li.product:hover .woocommerce-loop-product__title{
	color: #f5f5f5;
}

/*******
 * Scrollbar
 * ****/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
/*   box-shadow: inset 0 0 0px #d1d1d1a8;  */
	background: #d1d1d1a8;
	border-radius: 5px
		
/*   border-radius: 10px; */
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #292929; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #212020; 
}

/***
 * 
 * Mega Menu Css
 * 
 * ****/
#mega-menu-wrap-primary{
	display: contents;
}
#mega-menu-wrap-primary #mega-menu-primary {
    padding: 10px 0px 0px 0px;
}
#menu-btn {
	display: none;
}
#mega-menu-primary {
	margin-top: 40px;
}
@media only screen and (max-width: 768px) {
	#mega-menu-wrap-primary .mega-menu-toggle {
		background: transparent;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu {
        max-height: 100vh;
    }
}
@media only screen and (min-width: 768px) {
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu {
        max-height: 100vh;
    }
}


/* Background image opacity for Visual Composer row */
.bg-opacity {
    position: relative;
    overflow: hidden;
}

.bg-opacity::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Adjust opacity here */
    z-index: 1;
}

/* Keep row content visible above overlay */
.bg-opacity > .vc_column_container {
    position: relative;
    z-index: 2;
}
