:root{
	--black: #000;
	--dark-black: #201f1f;
	--white: #fff;
	--gray: #5f5f5f;
	--dark-gray: #f5f5f7;
	--light-gray: #8c8c8c;
	--santas-gray: #9aa0ae;
	--orange: #ef6b28;
	--orange-red: #8f8c81;
	--dark-blue: #373737;
	--light-blue: #17193f;
	--openSans-font: 'Open Sans', sans-serif;
	--montserrat-font: 'Montserrat', sans-serif;
}
body{
	font: 16px/26px var(--openSans-font);
	color: var(--gray); 
}
img{max-width: 100%;}
#wrapper{
	position: relative; 
	width: 100%;
	padding-top: 93px;
}
 
.container{
	max-width: 1320px;
}
.container-auto{max-width: 1320px; margin: 0 auto; padding: 0 15px;}
#header{
	background: #e8e3d3;
	padding-block: 16px; 
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 5;
	transition: all ease 0.5s;
	padding: 0;
}
.sticky{	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.19);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.19);
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.19);}
#header .logo{ 
	display: block;
}
 
#header .navbar .nav-item{
	padding: 33px 20px;
}
#header .navbar .nav-link{
	color: var(--black);
	font-size: 14px;
	font-weight: bold;
	transition: all ease 0.5s;
	padding: 0;
	padding-bottom: 0;
}
.close-toggler{display: none;}
#header .navbar .nav-link.active,
#header .navbar .nav-link:hover,
#header .navbar .nav-item:hover > a{
	color: var(--orange-red);
}
.contact-link{display: none;}
#header .navbar .dropdown-menu .dropdown-item{
	font-size: 14px;
	font-weight: bold;
	color: var(--black);
	transition: all ease 0.5s;
}
#header .navbar .dropdown-menu .dropdown-item:hover{
	background: var(--orange-red);
	color: var(--white);
}
@media only screen and (min-width: 768.98px){
	#header .navbar .nav-item:last-child .dropdown-menu{
		left: auto;
		right: 0;
	}
	#header .navbar .nav-item .dropdown-menu{
		display: block;
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: all ease 0.5s;
	}
	#header .navbar .nav-item:hover .dropdown-menu{
		opacity: 1;
		visibility: visible;
		transform: translate(0);
	}
}
.btn-orange.contact{
	font-family: var(--openSans-font);
}
.btn-orange{
	background: var(--orange-red);
	font-weight: bold;
	color: var(--white);
	text-decoration: none;
	padding: 13px 25px;
	min-width: 150px;
	border-radius: 35px;
	border: none;
	text-align: center;
	transition: all ease 0.5s;
	display: inline-block;
	font-family: var(--montserrat-font);
	box-shadow: 0 16px 11px -7px rgba(0,0,0,0.09);
	-webkit-box-shadow: 0 16px 11px -7px rgba(0,0,0,0.09);
	-moz-box-shadow: 0 16px 11px -7px rgba(0,0,0,0.09);
}

.basketicon{background: var(--orange-red);
	font-weight: bold; position: relative;
	color: var(--white);
	text-decoration: none; margin-left: 15px;
	width: 52px; height: 52px; line-height: 52px; font-size: 20px; 
	border-radius: 100%;
	text-align: center;
	transition: all ease 0.5s;
	display: inline-block;
	font-family: var(--montserrat-font);
	box-shadow: 0 16px 11px -7px rgba(0,0,0,0.09);
	-webkit-box-shadow: 0 16px 11px -7px rgba(0,0,0,0.09);
	-moz-box-shadow: 0 16px 11px -7px rgba(0,0,0,0.09);}

.btn-orange:hover, .basketicon:hover{
	background: var(--dark-blue);
}
/* Visual Section Styling */
.visual{
	position: relative;
}
.visual .image img{
	display: block;
	width: 100%;
	height: auto;
}
.visual .holder{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
}
.visual .caption{
	max-width: 590px;
	font: 24px/29px var(--montserrat-font);
	color: var(--white);
	padding-bottom: 162px;
}
.visual .caption .slogan{
	background: var(--orange-red);
	color: var(--white);
	font-size: 20px;
	line-height: 1.2;
	padding: 7px 15px 6px 19px;
	display: inline-block;
}
.visual .caption h1{
	margin: 0;
	font-size: 90px;
	line-height: 1;
	color: var(--white);
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 4px 4px 2px rgba(0,0,0,0.1);
}
.visual .caption p{
	margin: 0;
	font-family: var(--montserrat-font);
	font-weight: bold;
}
/* About Us Section Styling */
.about-us{
	padding: 86px 0;
}
.about-us .text{
	padding-right: 63px;
	padding-bottom: 13px;
}
.about-us h2,
.product-area h2,
.custom-services h2,
.latest-blog h2{
	margin: 0 0 26px;
	color: var(--dark-blue);
	font: 48px/50px var(--montserrat-font);
	text-transform: uppercase;
	font-weight: 800;
}
.about-us h2 span,
.product-area h2 span,
.custom-services h2 span,
.latest-blog h2 span{
	display: block;
	color: var(--orange);
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 6px;
}
.about-us p{
	margin: 0 0 26px;
}
.about-us .img-holder{
	position: relative;
	padding: 3px 0 0;
}
.about-us .img-holder .tile-lg img,
.about-us .img-holder .tile-sm img{
	display: block;
	max-width: 100%;
	height: auto;
	border: 10px solid var(--white);
}
.about-us .img-holder .tile-lg{
	position: relative;
	padding-bottom: 60px;
	z-index: 1;
}
.about-us .img-holder .tile-lg:before{
	position: absolute;
	left: -16px;
	top: 30px;
	bottom: 20%;
	background: var(--orange-red);
	content: '';
	width: 24px;
	z-index: -1;
	transform: rotate(-2deg) skew(0deg, -5deg);
}
.widget__service ul li a{white-space: normal;}
.about-us .img-holder .tile-lg:after{
	position: absolute;
	top: -20px;
	right: 93px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 20px solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 147px solid var(--orange-red);
	border-left: 0;
	transform: skew(9deg, 0deg);
}
.about-us .img-holder .tile-sm{
	position: absolute;
	left: 11px;
	bottom: 10px;
	z-index: 2;
}
.about-us .img-holder .tile-sm:before{
	position: absolute;
	left: -17px;
	top: 30px;
	bottom: -25px;
	background: var(--orange-red);
	content: '';
	width: 34px;
	z-index: -1;
	transform: rotate(-4deg) skew(0deg, -9deg);
}
.about-us .img-holder .tile-sm:after{
	position: absolute;
	bottom: -27px;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 0 solid transparent;
	border-bottom: 29px solid transparent;
	border-left: 127px solid var(--orange-red);
	border-right: 0;
}
.about-us .btn-orange{
	min-width: 180px;
}
.about-us .btn-orange i{
	padding-left: 9px;
}
/* Product Area Styling */
.product-area{
	background: var(--dark-blue);
}
.product-area .explore-img{
	margin-left: calc((100vw - 1170px)/-2);
	height: 100%;
	padding-right: 3px;
}
.product-area .explore-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.product-area .text{
	position: relative;
	z-index: 1;
	padding-top: 70px;
	padding-left: 50px;
	padding-bottom: 70px;
	color: var(--white);
}
.product-area .text h2{
	color: var(--white);
	font-size: 48px;
	line-height: 50px;
	margin-bottom: 13px;
	max-width: 510px;
}
.product-area .text p{
	margin-bottom: 0;
	padding: 0 0 13px 3px;
}
.product-area .img-designs{ 
	padding: 0;
	list-style: none;
}
.product-area .img-designs li{ 
	vertical-align: top; 
}
.product-area .img-designs li .img{
	margin-bottom: 5px;
	overflow: hidden;
	border-radius: 15px;
}
.product-area .img-designs li .img img{border-radius: 15px; width: 100%;}
.product-area .img-designs li img{
	display: block;
	max-width: 100%;
	height: auto;
	transition: all ease 0.5s;
}
.product-area .img-designs li a{
	text-decoration: none;
	display: block;
	transition: all ease 0.5s;
}
.product-area .img-designs li a:hover img{
	transform: scale(1.1);
	opacity: 0.8;
}
.product-area .text h3{
	text-align: center;
	color: var(--orange-red);
	font: bold 16px/20px var(--montserrat-font);
}

ul.tick {
  list-style: none;
  padding: 0;
}
ul.tick li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 36px;
}
ul.tick li a{text-decoration: none;
	color: #000;
  font-size: 16px;
  line-height: 36px;
}
ul.tick li a:hover{color: #f15939;}
ul.tick li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: '\f061';
  position: absolute;
  top: 0;
  left: 0;
  color: #f15939;
}


/* Call Us Area Styling */
.call-us-area{margin-bottom: 60px;}
.call-us-area .call-now{
	margin-top: -48px;
	margin-inline: auto;
	background: url('../images/bg-call-us.png') no-repeat;
	background-size: cover;
	color: var(--white);
	padding: 40px;
	border-radius: 15px;
}
.hmctinfo{display: flex;
    justify-content: space-between;
    align-items: center;}
.call-us-area .call-now .text{
	font-size: 18px;
	line-height: 21px;
	margin-bottom:20px;
}
.call-us-area .call-now .text p{
	margin: 0;
}
.call-us-area .call-now .text p a{color: #fff; font-weight: bold; text-decoration: none;}
.call-us-area .call-now .text p a:hover{text-decoration: underline; color: #53514c;}
.call-us-area .call-now h3{
	margin: 0 0 3px;
	font: bold 30px/32px var(--montserrat-font);
}
.call-us-area .info{
	display: flex;
	align-items: center;
	font: bold 18px/20px var(--montserrat-font);
	padding-right: 50px;
}
.call-us-area .info .icon{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: var(--dark-blue);
	font-size: 28px;
	line-height: 70px;
	text-align: center;
}
.call-us-area .info .frame{
	padding-left: 24px;
}
.call-us-area .info .call-today{
	display: block;
	text-transform: uppercase;
}
.call-us-area .info .tel{
	font-size: 34px;
	line-height: 38px;
	color: var(--white);
	text-decoration: none;
	transition: all ease 0.5s;
}
.call-us-area .info .tel:hover{
	color: var(--dark-blue);
}
.custom-services{
	text-align: center;
	padding: 38px 0 23px;
}
.custom-services h2{
	margin-bottom: 47px;
}
.custom-services h2 span{
	font: bold 18px/20px var(--montserrat-font);
}
.custom-services .services{
	margin: 0 -20px;
	padding: 0;
	list-style: none;
}
.custom-services .services li{
	display: inline-block;
	vertical-align: top;
	max-width: 370px;
	margin-inline: 13px;
	margin-bottom: 45px;
}
.custom-services .services li a{
	text-decoration: none; 
}
 
.fondo-img{position: relative;}

.custom-services .services img{
	display: block;
	max-width: 100%;
	height: auto;
	transition: all ease 0.5s;
}
.custom-services .services .img{ 
	overflow: hidden;
	border-radius: 15px;
}
.custom-services .services h3{margin-top: 10px;}
.custom-services .services h3 a, .colorchoice h4 a{
	margin: 0 auto;
	font: bold 18px/22px var(--montserrat-font); text-decoration: none;
	color: var(--dark-blue); 
}
.custom-services .services h3 a:hover, .colorchoice h4 a:hover{color: #8f8c81;}
.services-delWrap .btn-secondary {
    display: none;
}
.services-delWrap .dropdown-menu {
    display: block;
    position: static;
    padding: 0;
}


/* Latest Blog Styling */
.latest-blog{
	background: var(--dark-gray);
	padding: 63px 0 50px;
	text-align: center;
}
.latest-blog h2{
	margin-bottom: 42px;
}
.latest-blog .img img{
	display: block;
	max-width: 100%;
	height: auto;
	transition: all ease 0.5s;
}
.latest-blog .img{
	margin: 0 auto 15px;
	overflow: hidden;
	border-radius: 15px;
	max-width: 370px;
}
.latest-blog a:hover img{
	transform: scale(1.1);
	opacity: 0.7;
}
.latest-blog .date{
	color: var(--light-gray);
	margin-bottom: 11px;
}
.latest-blog .date time{
	font-size: 14px;
}
.latest-blog h3{
	margin: 0 auto 18px;
	max-width: 320px;
	font: bold 20px/23px var(--montserrat-font);
}
.latest-blog h3 a{
	text-decoration: none;
	color: var(--dark-black);
	text-decoration: none;
	transition: all ease 0.5s;
}
.latest-blog h3 a:hover{
	opacity: 0.7;
}
.latest-blog .read-more{
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	color: var(--orange-red);
	font-weight: bold;
	transition: all ease 0.5s;
	display: inline-block;
}
.latest-blog .read-more:hover{
	color: var(--dark-black);
}
.latest-blog .read-more i{
	padding-left: 5px;
}

.error-page__title-box{
  max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.error-page__title-box h3{    font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;}
  .error-page__title-box p{font-size: 18px;}


#footer{
	background: #373737;
	padding: 47px 0;
	text-align: center;
}
#footer .logo{
	display: inline-block;
	text-align: center; 
	margin-bottom: 15px;
}
#footer .logo a img{
	display: block;
	max-width: 100%;
	height: auto;
}
#footer .get-social,
#footer .sub-nav{
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}
#footer .sub-nav{
	margin-bottom: 3px;
}
#footer .get-social li,
#footer .sub-nav li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 13px;
}
#footer .get-social a,
#footer .sub-nav a{
	text-decoration: none;
	color: var(--white);
	font-size: 20px;
	transition: all ease 0.5s;
}
#footer .get-social a:hover,
#footer .sub-nav a:hover{
	color: var(--orange-red);
}
#footer .sub-nav a{
	font-size: 14px;
	font-weight: bold;
}
#footer .copyright{
	color: var(--white);
	font-size: 14px;
}
#footer .copyright p{
	margin: 0;
	color: var(--santas-gray);
}
#footer .copyright p a{
	text-decoration: none;
	color: var(--santas-gray);
}
#footer .copyright p a:hover{
	color: var(--white);
}
/** Back to top **/
.go-top {
    position: fixed;
    right: 30px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--orange-red);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    text-decoration: none;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.go-top .fa-chevron-up{
	color: var(--white);
	font-size: 28px;
	line-height: 1;
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}









.breadcrumb-section {
    background:url(../images/pagetitle-bg.jpg) no-repeat !important; background-size: cover;
    padding: 50px 0;
}
 
.breadcrumb-section.singlewrap{background:url(../images/pagetitle-bg.jpg) no-repeat !important; background-size: cover;}
.breadcrumb-section .page-title h1 {
    font-size: 26px;
    margin-bottom: 0;
}
.breadcrumb-section .breadcrumb {
    background-color: transparent;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; 
    font-size: 16px;
    color: #555;
    font-weight: 600;
    margin: 0;
    padding-right: 0;
}
.breadcrumb-section .breadcrumb li {
    display: inline-block;
    color: #8f8c81;
}
.breadcrumb-section .breadcrumb a {
    color: #555;
    font-weight: 600;
    text-decoration: none;
}
.breadcrumb-section .breadcrumb a:hover{color: #8f8c81;}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{background: #4f4020;}
.groovetext{text-align: right; margin-right: 22%;}
.surface-logopro img{width: 160px;}
.tilecontent{max-width: 800px !important;}
.cartbtn{background: var(--orange-red);
    font-weight: bold;
    color: var(--white);
    text-decoration: none;
    padding: 13px 25px;
    min-width: 150px;
    border-radius: 35px;
    border: none;
    text-align: center;
    transition: all ease 0.5s;
    display: inline-block;
    font-family: var(--montserrat-font);
    box-shadow: 0 16px 11px -7px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 16px 11px -7px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 16px 11px -7px rgba(0,0,0,0.09);}
.cartbtn:hover{background: #4f4020;}
.singleimg{ overflow: hidden;}
.singleimg{margin-bottom: 5px;}
.tilecontent h1{font-size: 30px !important;}
.floorwrp .col-lg-6:nth-child(odd){padding-right: 2px;}
.floorwrp .col-lg-6:nth-child(even){padding-left: 2px;}
.ret_img img{width: 600px;}
.ret_img{float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}
.tilecontent .modal-body{text-align: center;}
.widget__service {
    background-color: #F5F5F5;
    padding: 30px;
    margin-bottom: 30px; 
    position: relative; 
}
.widget__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    padding: 0 0 30px 10px;
}
.widget__title::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 25px;
    left: 0;
    top: 3px;
    background: #f15939;
    border-radius: 1px;
}
.widget__service ul {
    background-color: #fff;
    list-style: none;
    padding: 0; margin: 0;
}

.widget__service ul li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #000;
    padding: 17px 20px;
    border-bottom: 1px solid #F5F5F5;
    border-radius: 3px;
    text-decoration: none;
}

.widget__service ul li a:hover, .widget__service ul li a.active {
    background-color: #f15939;
    color: #fff;
}

.widget__contact {
    background-color: #171818;
    padding: 70px 30px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
    position: relative; 
}
.widget__contact p {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #f68a0a; 
}
.widget__contact h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    padding-bottom: 16px;
}
.widget__contact .main_btn a:hover{background: #fff; color: #000;}
.service-right h3{color: #53514c; font-weight: bold;}

.feature__list {
    padding-top: 5px; 
    padding-bottom: 20px;
}
.feature__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding-top: 25px;
    list-style: none;
    padding: 0; margin: 0;
}
.feature__list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    position: relative; 
}
.service__detail-content .feature__list li {
    color: #000;
    position: relative;
    z-index: 9;
}
.ser-img img{width: 100%;}



.wp-block-quote {
    position: relative;
    z-index: 1;
    padding-left: 151px;
    color: #fff;
        font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 35px 0;
    overflow: hidden;
    padding: 43px 50px 60px 150px;   
    background: url(../images/pagetitle-bg.jpg) no-repeat; background-size: cover;

}
.wp-block-quote__icon {
    display: inline-block;
    text-align: center;
    min-width: 71px;
    min-height: 180px;
    padding-top: 57px;
    background-color: #f15939;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 35px;
}
.wp-block-quote__icon i{font-size: 42px;}
.wp-block-quote p{font-size: 20px; font-style: italic; font-weight: 600; color: #000;}
.wp-block-quote cite{color: #000;}
.pagecontent .services li{max-width: inherit; margin:15px 0;} 


/***********************************
        Contact Us
***********************************/
.pagecontent{padding: 70px 0;}
.pagecontent h2{font-size: 24px;}
.title-area{margin:0 0 25px 0;}
.sec-subtitle{font-size: 24px; color: #ef6b28; font-weight: bold;}
.sec-title{font-size: 40px; font-weight: bold; color: #53514c;}
.contact__wrapper {
    background-color: #e8e3d3;
    padding: 50px 0 50px 80px;
    position: relative;
    z-index: 1;
}
.contact__wrapper::before {
    position: absolute;
    content: "";
    width: 121px;
    height: 100%;
    background-color: #f5f2e8;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.form--contact .sec-title {
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 3px 0;
    text-transform: capitalize;
    color: #000;
}
.form--contact p{color: #fff;}
.form--contact .form-group .form-control {
    padding: 18px 60px 18px 26px;
    color: #000;
    border: 1px solid #cecece;
    height: 62px;
    font-size: 14px;
    border-radius: 0;
}
.form--contact .error{color: #f00;}
.form--contact p a{color: #8e8878;
    text-decoration: none;
    font-weight: bold;
}
.form--contact p a:hover{color: #000;}
.form--contact .form-group .form-icon {
    position: absolute;
    left: auto;
    right: 34px;
    line-height: 1;
    padding: 10px 0 10px 16px;
    top: calc((100% - 43px) / 2);
}
.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}
.form--contact .form-group .form-icon::before {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #c8c8c8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sb-btn{border: none; background: #8f8c81; color: #fff; font-size: 18px; font-weight: bold; height: 64px; border-radius: 40px; padding: 10px 50px; }
.sb-btn:hover{background: #4f4020; color: #fff;}
.form--contact .form-group textarea.form-control {
    padding: 24px 60px 24px 26px;
    min-height: 122px;
    resize: none;
}
.newretail{background:url(../images/retail-bg.jpg) repeat; position: relative;}
.newretail:after{content: ""; background: rgb(255 255 255 / 89%); width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.newretail .row{z-index: 1; position: relative;}
.story_pageImg{width: 600px; float: right; margin-left: 25px; margin-bottom: 30px}
.contact__wrapper .row{align-items: center;}

.contact__info {
    background:url(../images/contact-info-bg.jpg) no-repeat top !important; background-size: cover !important;
    padding: 54px 60px 65px;
}

.footer-info--style5 {
    display: flex;
    align-items: center;
    gap: 21px;
    border-bottom: 1px solid #fff;
    padding-bottom: 31px;
    margin-bottom: 31px;
    flex-wrap: wrap;
}
.footer-info_icon{width: 55px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-color: #53514c;
    color: #fff;
    font-size: 30px;
    display: inline-block;
    border-radius: 0px;
    position: relative;
}
.media-body {
    flex: 1;
}
.footer-info--style5 .footer-info_icon::before {
    position: absolute;
    content: "";
    min-width: 4px;
    min-height: 46px;
    background-color:#fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-info_label{
        color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--body-font);
    text-transform: capitalize;
    display: block;
    line-height: 1.7;
}
.footer-info_link, .footer-info_link a{ font-size: 16px; text-decoration: none;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}
.footer-info_link a:hover{color: #e8e3d3; }
.social-style > ul{list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 17px;
    flex-wrap: wrap;
}
.social-style > ul > li{    display: inline-flex;}
.social-style > ul > li > a{
    min-width: 60px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #fff;
    position: relative;
    text-decoration: none;
    z-index: 1;
    background: #53514c;

}
.social-style > ul > li > a:hover{background: #fff; color: #000;}


.galleryImg {overflow: hidden; border-radius: 15px; margin: 12px 0;}
.galleryImg img{width: 100%;
-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
.galleryImg img:hover{-webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;}


.sc-product__branch{font-size: 16px; color: #666;}
.sc-product__title{font-size: 30px; font-weight: bold; color: #000; font-family: 'Montserrat', sans-serif;}
.sc-product__desc {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
    display: block;
    margin-top: 20px;
}
.sc-product__desc .sc-product__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sc-product__desc .sc-product__list li {
    color: #333;
    display: block;
    margin-right: 30px;
    padding: 5px 0;
    font-size: 16px;
}
.main_btn a{text-decoration: none;
    background: #f15939;
    font-size: 18px;
    font-weight: bold; 
    border-radius: 40px;
    padding: 18px 35px 18px 35px;
    display: inline-block;
    color: #fff;
}
.main_btn i{padding-left: 6px;}
.main_btn a:hover{background: #53514c;}
.main_btn .download-btn{background: #53514c !important;}
.main_btn .download-btn:hover{background: #f15939 !important;}



.nav-tabs .nav-link{background: #f0f3ff;
    border: 1px solid #53514c;
    color: #53514c;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 30px;}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover{background: #53514c; color: #fff; border-color: #53514c;}
.nav-tabs{border: none; }
.nav-tabs li{margin: 0 10px;}
.tabs-contentWrp{background: #f4f6ff; padding: 40px; border: 1px solid #cdd6ff; margin-top: 50px; border-radius: 50px;}
.tabs-contentWrp p{color: #000;}
.portfolio-overley {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(146 200 60 / 46%);
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tabimg{position: relative;}
.detail-wrap .content, 
.detail-wrap .content {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.shellstone-wraper{margin-top:30px;}
   


.collection_description{padding-left: 20px}
.sampleWrp .services .img{margin-bottom: 0;}
.checklinks{margin-bottom: 0;}
.checklinks li{margin: 15px 0; font-size: 20px; color: #fff; font-weight:bold;}
.searchbar-wrap{padding-top: 40px;}
.searchbar-wrap h1{margin-bottom: 10px; color: #8f8c81; font-weight: bold;}
.homebanner{position: relative;}
/*.homebanner:before{content: "";
    background: #808080;
    width: 1px;
    /* height: 100%; */
    /* position: absolute;
    top: 0;
    left: 49%;
    top: 20px;
    bottom: 20px;
} */


/* Resposive Stylings */
@media only screen and (max-width: 1399.98px){
	.visual .caption{
		padding-bottom: 120px;
	}
	.product-area .text{
		padding-left: 40px;
		padding-top: 50px;
	}
}
@media only screen and (max-width: 1199.98px){
	#wrapper{
		padding-top: 98px;
	}
	.product-area .explore-img{
		margin-left: calc((100vw - 960px) / -2);
	}
	 
	#header .btn-orange.contact{
		min-width: 120px;
		font-size: 14px;
	}
	#header .navbar .nav-link{
		font-size: 13px;
		padding: 8px 5px;
	}
	#header .navbar{
		flex: 1;
	}
	.visual .caption{
		padding-bottom: 80px;
	}
	.visual .caption h1{
		font-size: 75px;
	}
	#header .navbar .nav-item {
		padding-left: 5px;
	}
	.product-area .text{
		padding-left: 10px;
	}
	.call-us-area .info .tel{font-size:26px; line-height: 28px;}
}
@media only screen and (max-width: 991.98px){
	.ret_img img{width: 450px !important;}

	#wrapper {
		padding-top: 70px;
	}
	#header .navbar{
		position: static;
	}
	.product-area .explore-img {
		padding-right: 0;
		margin-left: calc((100vw - 720px) / -2);
		margin-right: calc((100vw - 720px) / -2);
	}
	.product-area .explore-img img{
		height: auto;
	}
	#header .btn-orange.contact{
		margin-right: 60px;
	}
	.navbar .navbar-toggler{
		position: absolute;
        right: 6px;
        top: 20px;
        display: block;
        background: var(--white);
        width: 56px;
        height: 40px;
        border: 2px solid var(--black);
        outline: none;
        box-shadow: none;
        border-radius: 8px;
	}
	.navbar .navbar-toggler .bar{
		position: absolute;
		left: 10px;
		right: 10px;
		height: 2px;
		top: 50%;
		border-radius: 2px;
		background: var(--black);
		transition: all ease 0.5s;
	}
	.navbar .navbar-toggler .bar:nth-child(2){
		margin-top: -1px;
	}
	.navbar .navbar-toggler .bar:first-child{
		top: 11px;
	}
	.navbar .navbar-toggler .bar:last-child{
		top: auto;
		bottom: 11px;
	}
	body.nav-active .navbar .navbar-toggler .bar:nth-child(2){
		transform: scale(0);
	}
	body.nav-active .navbar .navbar-toggler .bar:first-child{
		transform: rotate(45deg);
		top: 16px
	}
	body.nav-active .navbar .navbar-toggler .bar:last-child{
		transform: rotate(-45deg);
		bottom: 18px
	}

	body.nav-active #header .navbar .collapse {
		transform: translateX(0);
	}
	#header .navbar .nav-link{
		padding: 5px;
	}
	#header .navbar-nav .dropdown-menu{
		border: 0;
		padding: 0;
		text-align: right;
		margin: 0;
	}
	#header .navbar .dropdown-menu .dropdown-item{
		font-size: 13px;
	}
	body.nav-active{
		overflow: hidden;
	}
	.visual .caption .slogan{
		display: inline-block;
	}
	.visual .caption h1{
		font-size: 50px;
	}
	.about-us .img-holder .tile-lg{
		max-width: 90%;
	}
	.about-us .img-holder .tile-sm{
		left: 0;
	}
	.product-area .text h2{
		max-width: inherit;
	}
	.product-area .img-designs{
		text-align: center;
	}
	.call-us-area .call-now .text{
		padding-left: 20px;
	}
	.call-us-area .info{
		padding-right: 20px;
	}
	.custom-services .services li{
		max-width: 270px;
	}
	.about-us h2,
	.product-area h2,
	.custom-services h2,
	.latest-blog h2{
		font-size: 37px;
		line-height: 40px;
		margin-bottom: 12px;
	}
	.latest-blog h3{
		font-size: 14px;
		line-height: 18px;
	}
	#footer .sub-nav li{
		margin: 0 5px;
	}
	.product-area .text p{
		padding-left: 0;
	}
	.custom-services .services li{
		max-width: inherit;
		width: 45%;
		margin-inline: 8px;
	}
	.custom-services .services img{
		width: 100%;
	}
	.product-area .img-designs{
		margin-left: -10px;
		margin-right: -10px;
	}
	.product-area .img-designs li{
		margin-left: 7px;
		margin-right: 7px;
		width: 47%;
		max-width: inherit;
	}
	.product-area .img-designs li img{
		width: 100%;
	}
	.about-us,
	.visual .caption,
	.product-area .text,
	.call-us-area,
	.latest-blog,
	#footer{
		padding-inline: 8px;
	}



	.pagecontent{padding: 46px 0;}
	.contact__wrapper::before{display: none;}
.gx-60, .gx-20{margin: 0;}
.contact__wrapper{padding-left: 0;}
.mdcenter{text-align: center; margin-top: 30px;}
.productImg{margin-bottom: 30px;}
.nav-tabs{display: inline-block; white-space: nowrap; overflow: auto; padding-bottom: 10px; width: 100%;}  
.nav-tabs li{display: inline-block;}
.tabs-contentWrp{overflow: hidden;}
.nav-tabs li{margin: 0;}
.story_pageImg{width: 450px;}

}
@media only screen and (max-width: 767.98px){
    .shellstone-wraper{margin-top:0px;}
	.story_pageImg{width: 100%; float: none; margin-left: 0;}
	.ret_img img{width: 100% !important;}
	.ret_img{float: none; margin-left: 0;}
	.breadcrumb-section .breadcrumb{justify-content: center;}
	.breadcrumb-section{padding: 22px 0;}
	.contact__info{padding: 33px 25px 30px;}
	.breadcrumb-section .page-title h1{font-size: 24px;}
	.social-style > ul > li > a{min-width: 50px;
    min-height: 50px;}
	.breadcrumb-section {text-align: center;}
	.feature__list{grid-template-columns: repeat(1, 1fr);}
	.wp-block-quote__icon {
    min-height: 45px;
    padding-top: 10px;
}
.wp-block-quote > p {
    font-size: 16px;
}
.wp-block-quote{padding: 66px 36px 33px 34px;}
.wp-block-quote cite{font-size: 18px;}
.wp-block-quote__icon i {
    font-size: 28px;
}

.hmctinfo{display:block;}

.call-us-area .info{        text-align: left;
        margin-top: 15px;}

	#wrapper {
		padding-top: 65px;
	}
	#header{
		padding-bottom: 0;
	}
	.navbar .navbar-toggler{
		right: 7px;
		top: 20px;
	}
	#header .btn-orange.contact{
		display: none;
	}
	.visual .caption .slogan{
		font-size: 12px;
		margin-bottom: 5px;
		padding: 8px 10px;
	}
	.visual .caption h1{
		font-size: 30px;
		margin-bottom: 5px;
	}
	.visual .caption {
		padding-bottom: 20px;
		font-size: 18px;
		line-height: 20px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.about-us {
		padding-block: 20px;
	}
	.about-us h2,
	.custom-services h2,
	.latest-blog h2,
	.product-area .text h2{
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 12px;
	}
	.about-us .btn-orange{
		margin-bottom: 20px;
	}
	.about-us .img-holder .tile-sm{
		position: static;
	}
	.about-us .img-holder .tile-lg:before,
	.about-us .img-holder .tile-lg:after,
	.about-us .img-holder .tile-sm:before,
	.about-us .img-holder .tile-sm:after{
		display: none;
	}
	.about-us .img-holder .tile-lg{
		max-width: 100%;
	}
	.about-us .img-holder .tile-lg{
		padding-bottom: 10px;
	}
	.about-us .img-holder .tile-lg img,
	.about-us .img-holder .tile-sm img{
		border-color: var(--orange-red);
		display: block;
		margin: auto;
	}
	.about-us .text{
		padding-right: 0;
	}
	.about-us p{
		margin-bottom: 15px;
	}
	.product-area .text{
		padding-left: 20px;
	}
	.call-us-area .call-now{
		flex-direction: column;
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}
	.call-us-area .call-now .text{
		max-width: inherit;
		padding: 0 15px 10px;
	}
	.call-us-area .info{
		padding: 0 15px;
	}
	.call-us-area .info .icon{
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.call-us-area .info .frame{
		padding-right: 5px;
	}
	.call-us-area .info .tel{
		font-size: 20px;
	}
	.latest-blog{
		padding: 30px 8px;
	}
	.latest-blog .read-more{
		margin-bottom: 30px;
	}
	#footer{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	#footer .logo{
		max-width: 250px;
	}
	#footer .sub-nav li{
		margin: 0 10px;
	}
	#footer .sub-nav li a{
		font-size: 13px;
	}
	#footer .copyright{
		font-size: 14px;
		line-height: 1.2;
	}
	#footer .copyright p{
		margin-bottom: 10px;
	}
	.go-top {
		width: 35px;
		height: 35px;
		right: 10px;
		bottom: 10px;
	}
	.go-top .fa-chevron-up{
		font-size: 20px;
	}
	.product-area .text{
		padding-inline: 8px;
	}
	.product-area .explore-img {
		margin-left: -20px;
		margin-right: -20px;
	}
	.custom-services h2 span{
		font-size: 16px;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 575.98px){
	.visual .caption .slogan{
		padding: 8px 6px;	
	}
 
	.visual .caption h1{
		font-size: 23px;
	}
	.custom-services .services{
		margin: 0;
		padding-inline: 8px;
	}
	.custom-services .services li{
		margin-inline: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.custom-services .services h3{
		max-width: 100%;
		font-size: 16px;
	}
	.custom-services .services .img,
	.latest-blog h3{
		margin-bottom: 10px;
	}
	.latest-blog .img,
	.latest-blog h3{
		max-width: 100%;
	}
	.call-us-area .call-now .text{
		font-size: 16px;
	}
	.latest-blog .img img,
	.about-us .img-holder .tile-lg img,
	.about-us .img-holder .tile-sm img{
		width: 100%;
	}
	.call-us-area .info .frame{
		padding-left: 15px;
	}
	.visual .caption{
		font-size: 14px;
	}
	.product-area .img-designs{
		margin-left: 0;
		margin-right: 0;
	}
	.product-area .img-designs li{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	#footer .sub-nav{
		margin-bottom: 20px;
	}
	#footer .copyright{
		font-size: 13px;
	}
}




@media screen and (max-width: 990px ){
	.services-delWrap .btn-secondary {
        display: block;
        width: 100%;
        background: #53514c;
        border-color: #53514c;
        padding: 14px 16px;
    }

	.services-delWrap .dropdown-menu {
        display: none;
        position: absolute;
        padding: 0;
    }

    .services-delWrap .dropdown-menu.show {
        display: block;
        width: 100%;
    }
.widget__contact{display: none;}
.services-delWrap .btn-secondary{text-align: left;}
.services-delWrap .dropdown-toggle::after{position: absolute;
    top: 24px;
    font-size: 20px;
    right: 19px;
}
	.call-us-area .info .tel{font-size: 17px;}
	.about-us .text{padding-right: 0;}
.product-area .text h3{padding: 15px 0 20px 0;}
.product-area .text p{margin-bottom: 20px;}
.contact-link{display: block;}
.navbar-collapse {
        position: fixed;
        top: 0px;
        bottom: 0;
        left: 100%;
        width: 60%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.8);
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: 10000;
    }
.navbar-collapse {
        width: 80%;
    }
    .navbar-collapse.show {
        visibility: visible;
        -webkit-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important;
    }

    .close-toggler {
        background: none;
        color: #fff;
        padding: 5px;
        border: none;
        margin-top: 10px;
        font-size: 24px;
        position: absolute;
        top: 0;
        right: 15px;
        display: block;
    }

    .navbar-nav {
        padding-top: 50px;
    }
    #header .navbar .nav-link{color: #fff;}
    #header .navbar .nav-link.active, #header .navbar .nav-link:hover, #header .navbar .nav-item:hover > a{
        background: #726547;
        color: #fff;
    }
    #header .navbar .nav-link {
        padding: 5px 12px;
    }
 .about-us .img-holder{margin: 15px 0;}
}


@media screen and (max-width: 767px ){
#footer .logo a img{width: 190px; margin: 0 auto;}

}


@media screen and (max-width: 480px ){

.call-us-area .call-now{padding: 40px 15px;}
.call-us-area .info{padding: 0;}
.visual{position: relative;}
.visual:after{content: "";
        background: rgb(0 0 0 / 12%);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
}
.visual .holder{z-index: 1;}
.breadcrumb-section .breadcrumb{font-size: 14px;}
    .breadcrumb-section .page-title h1 {
        font-size: 22px;
    }

.call-us-area .info{display: block; text-align: center !important;}
.call-us-area .info .icon{display: inline-block; margin-bottom: 15px;}
.collectimg.collection h1{font-size: 24px !important;}



}


@media screen and (max-width: 375px ){
    
     .call-us-area .info {
        padding: 0;
        position: relative;
        padding-left: 38px;
    }
.breadcrumb-section .breadcrumb{font-size: 13px;}
    .call-us-area .info .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 17px;
    }
        .call-us-area .info .tel {
        font-size: 20px;
    }

.call-us-area .info + .info a{ font-size: 16px;
        font-weight: 600; 
    }
.call-us-area .info .call-today{font-size: 14px;}

}


@media screen and (max-width: 320px ){

    

    .call-us-area .info + .info a{ font-size: 14px;
        font-weight: 600; 
    }
        .call-us-area .info .frame {
        padding-left: 12px;
    }

}






/*******************************************
		Collection
*******************************************/
.collect-page{background: url(../images/page-header-img.jpg) no-repeat top; background-size: cover; position: relative; padding: 85px 0;}
.collect-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(-1deg, rgb(0, 0, 0) 0%, rgba(10, 6, 2, 0) 100%);
    background-image: -webkit-linear-gradient(-1deg, rgb(0, 0, 0) 0%, rgba(10, 6, 2, 0) 100%);
    background-image: -ms-linear-gradient(-1deg, rgb(0, 0, 0) 0%, rgba(10, 6, 2, 0) 100%);
    opacity: 0.7; 
}
/*.homebanner{background: rgb(255 255 255 / 88%);
    padding: 30px;
    border-radius: 20px;
    z-index: 1; position: relative;
}*/
.collection_description{text-align: left;}
.product-wrap{padding: 50px 0;}
.product-wrap h2{color: var(--dark-blue);
    font: 36px / 30px var(--montserrat-font); 
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px !important;
}
.collection_description p{color: #000;}
.collection_description h3{color: #000; font-size: 26px; margin-bottom: 12px;}
.collect-page h1{color: #000; font-weight: bold; font-size: 32px; margin-bottom: 20px;}
.custom-services .services img{width: 100%;}
 .search-container {
            position: relative;
            max-width: 600px;
            margin: 0 auto;
        }
        .search-box {
            width: 100%;
            padding: 10px 18px;
            height: 60px;
            border: 2px solid #ddd;
            border-radius: 40px;
            outline: none;
        }
        .search-button {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            border: none;
            background: none;
            cursor: pointer;
            font-size: 16px;
        }

.nav-hero{background: #3d3837; padding: 25px 0;}
.nav-hero ul{list-style: none; margin-bottom: 0; margin-left: 0; padding-left: 0;}
.nav-hero h3{margin-bottom: 0; margin-top: 10px;}
.nav-hero h3 a{text-decoration: none; color: #fff;}
.nav-hero h3 a:hover{color: #d3cbb0;}
.collect-details h2{font-size: 30px; font-weight: bold; color: #000; margin-bottom: 20px; text-transform: uppercase;}


.item-del {
    display: inline-block;
    background-color: #898989;
    padding: 5px 12px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
}

.colorWrp{background: #eee; padding: 40px 30px; margin-top: 50px; text-align: center;}
.colorWrp .spessore{margin-right: 20px;}

.fondobox h4{text-align: center; margin-top: 10px;}
.finishes li{margin-bottom: 10px;}

.collect_call .tel{font-size: 30px;}
.collect_call .call-now{margin-top: 50px ;}
 
#header .navbar .nav-item:hover .dropdown-menu{min-width: 200px;}
#header .navbar .dropdown-menu .dropdown-item{padding: 10px 16px; border-bottom: 1px solid #ddd;}
#header .navbar .dropdown-menu{padding: 0;}
#header .navbar .dropdown-menu li:last-child{border: none;}
.navbar-nav > li > a + i{display: none;}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: .255em;
    content: "";
    border-top: 0.4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}

.cartflex button{background: var(--orange-red);
    font-weight: bold;
    color: var(--white);
    text-decoration: none;
    padding: 13px 25px;
    min-width: 150px;
    border-radius: 35px;
    border: none;
    text-align: center;
    transition: all ease 0.5s;
    display: inline-block;
    font-family: var(--montserrat-font);
    box-shadow: 0 16px 11px -7px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 16px 11px -7px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 16px 11px -7px rgba(0,0,0,0.09);
    
}
.cartflex button:hover {
    background: #4f4020;
    box-shadow: 0 0 15px #4f4020;
}

.collect-details h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.cartflex{justify-content:center; gap:10px;}
.flip-container img{width:100%;}
.product-collect h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}



.custom-services .services .img{position: relative;}
.default-collect-item .hover-link{position: absolute;
    left: 0; right: 0; text-align: center; bottom: -50px; opacity: 0; display: flex; justify-content: center;
    gap: 8px;
    visibility: hidden;}
.default-collect-item .hover-link a{ 
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    background: #8f8c81; 
    font-size: 16px;
    z-index: 1;
    border-radius: 10px;
    text-align: center;
}
.default-collect-item .hover-link a:hover{background: #53514c;}
.default-collect-item:hover .hover-link {
    bottom: 0;
    top: 0;
        align-items: center;
    opacity: 1;
    visibility: visible;
    transition: all 200ms ease 200ms;
    -webkit-transition: all 200ms ease 200ms;
    -ms-transition: all 200ms ease 200ms;
    -o-transition: all 200ms ease 200ms;
    -moz-transition: all 200ms ease 200ms;
}
 

.breadcrumb-section{padding: 14px 0;}
.breadcrumb-section .page-title h1{font-size: 20px;}


.cltcateimg{position: relative;}
.imgtxtbox{background: #fff; width: 450px; padding: 25px; margin-left: -225px; position: absolute; left: 50%; top:50%; margin-top: -70px; text-align: center;}
.imgtxtbox h3{font-size: 36px; color: #000;}
.imgtxtbox p{margin-bottom: 0;}


.slabtxt{padding: 25px 0; text-align: center;}
.slabtxt img{width: 100%;}
.slabtxt h4{margin-top: 20px; color: #000;}


.colorchoice{margin-top: 30px;}
.colorchoice h2{font-size: 20px;}
.colorchoice h4{font-size: 16px; margin-bottom: 20px;}

.detailbanner{height: 500px; overflow: hidden;}
.detailbanner img{width: 100%;}


#custom-popup{max-width: 465px;}
.fancybox-close-small:after{border: 1px solid #b5b5b5;}

.aboutWrp{padding: 70px 0;}


.gallery-wrap{padding:0 0 60px 0;}
.gallery-wrap .title{text-align:center;}
.gallery-wrap .title h1{display:inline-block;}
.gallery-wrap .title h1:before{left:50%; margin-left:-35px;}

.gallery-wrap{
	position:relative; 
}


.gallery-wrap.fullwidth.style-two{
	padding-bottom:90px;	
}

.gallery-wrap .filters{
	position:relative;
	text-align:center;
}

.gallery-wrap .filters li{position:relative; display:inline-block; cursor:pointer;
	    background: transparent;
    padding: 12px 20px; border-radius:30px; font-weight:bold;
    font-size: 14px;
    color: #8f8c81;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #8f8c81;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.gallery-wrap .filters li .txt{
	position:relative;
	display:block;
	z-index:1;	
}


.gallery-wrap .filters li:hover,
.gallery-wrap .filters li.active{
	color:#fff; background:#8f8c81;
}

.gallery-wrap .filters li:hover:before,
.gallery-wrap .filters li.active:before,
.gallery-wrap .filters li:hover:after,
.gallery-wrap .filters li.active:after{
	opacity:1;
}

.filterWrp{text-align: left;}

.customrow {
  display: flex;  justify-content: end;
}

.filtercol {
  width: 100%;
  padding: 7px; 
  margin-right: 10px;
}
 
.productcol {
  width: 100%; 
}
.collapse-horizontal {
  transition: width 0.3s ease;
  display: none !important;
  overflow: hidden;
  width: 0;
}

.collapse-horizontal.show {
  width: 40%; /* or specific like 250px, but better to use flex col */
}


 .environmentWrp .default-portfolio-item .image-box {
   position: relative;
    display: flex; 
    align-items: center;
    height: 100%;
    justify-content: center;
    min-height: 186px;
    padding: 5px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
}
 
#filtercol.active {display: block !important;
  width: 30%;
  opacity: 1;
  visibility: visible;
  
}

#productcol {
  width: 100%;
  transition: all 0.3s ease;
}

#productcol.shrink {
  width: 70%;
}



#filtercol,
#productcol {
  transition: all 0.3s ease;
}
.default-portfolio-item{
	position:relative;
}
.visualwrp .checkbox, .visualwrp .radiobtn{width: 100%;}
.gallery-wrap.style-two .items-container{
	padding:0px 15px;	
}

.default-portfolio-item.mix{
	display:none;
}

.checkbox{margin-top:16px !important; padding-left:30px; display: inline-block;
    width: 45%;}

.checkbox input[type=checkbox] {
    display: none;
}
.checkbox input[type=checkbox] + label {
    width: 20px;
    height: 20px;
    border: 1px solid #8f8c81;
    background: #fff;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 3px;
}
.checkbox input[type=checkbox]:checked + label:before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    color: #8f8c81;
    font-weight: bold;
    padding-left: 3px;
    position: relative;
    top: -4px;
}


.radiobtn{ 
    position: relative;
    padding: 5px 0 5px 35px;
    margin: 8px 0;
    display: inline-block;
	vertical-align: top;
     width: 45%;
    line-height: 26px;}
.radiobtn input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.radiobtn .checkmark {
    width: 26px;
    height: 26px;
    border: 5px solid #d3d3d3;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
}
.radiobtn input[type="radio"]:checked + .checkmark {
    background: #8f8c81;
    border: none;
}
.radiobtn input[type="radio"]:checked + .checkmark:after {
    left: 7px;
    top: 7px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #3a3a3a;
    display: block;
}
.radiobtn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.inner-box{margin:15px 0;}
.gallery-wrap.style-two .default-portfolio-item{
	margin-bottom:30px;
	padding:0px 15px !important;
}
.sortable-masonry h3{color: #8f8c81;}
.sortable-masonry .masonry-item{
	position:relative;
}
.search_left{text-align: left;}

.default-portfolio-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.default-portfolio-item .image-box{
	position:relative;
	display:block;	
}

.default-portfolio-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.default-portfolio-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:0px;
	color:#ffffff;
	opacity:0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	-moz-transform:scaleX(0);
	transform:scaleX(0);
}

.default-portfolio-item .inner-box:hover .overlay-box{
	top:0px;
	opacity:1;
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);	
}

.default-portfolio-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:30px 50px;
	background:rgba(0,0,0,0.85);
}

.default-portfolio-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}

.default-portfolio-item .overlay-inner .cat-link{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:1px 20px;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	background:#0455a7;
	font-weight:600;
	margin-bottom:15px;
}

.default-portfolio-item .overlay-inner h3{
	font-size:20px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;}

.default-portfolio-item .overlay-inner h3 a{
	color:#ffffff;	
	text-decoration:none;
}

.default-portfolio-item .overlay-inner h3 a:hover{
	color:#fb5c22;
}

.default-portfolio-item .image-link{
	position:absolute;
	left:0;
	bottom:-100px;
	width:50px;
	height:50px;
	color:#ffffff;
	line-height:50px;
	background:#fb5c22;
	display:block;
	font-size:16px;
	z-index:1;
	text-align:center;

}
.carousel-item{height:500px; overflow: hidden;}
.default-portfolio-item:hover .image-link{
	bottom:0px;
	transition: all 500ms ease 500ms;
	-webkit-transition: all 500ms ease 500ms;
	-ms-transition: all 500ms ease 500ms;
	-o-transition: all 500ms ease 500ms;
	-moz-transition: all 500ms ease 500ms;	
}
.cartformpage .form-control{height: 50px;}
.cartformpage .col-lg-4{margin-bottom:15px;}
.cartformpage .g-recaptcha{margin-top:15px;}

.image-box{position: relative;}
.image-box {
  perspective: 1000px;
  width: 100%; /* adjust if needed */ 
  position: relative;
  height: 170px; overflow: hidden;
} 

.flip-container img{    height: 170px !important;
    overflow: hidden;}
.flip-container {
  width: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.image-box:hover .flip-container {
  transform: rotateY(180deg);
}

.flip-container .back-img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.front-img {
  z-index: 2;
}

.back-img {
  transform: rotateY(180deg);
}

.surface-logo {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}



.widget {
    margin-bottom: 80px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.colorchoice h4{text-align: center;}
.widget-categories{border: 1px solid #dfdfdf; border-radius: 20px; padding: 40px}
.widget-categories:hover{border-color: #8f8c81;}
.widget-categories h4{font-weight: bold; color: #000;}
.widget.widget-categories .category-list li:first-child a {
    padding-top: 0;
}

.widget.widget-categories .category-list a {
    display: block;
    font-size: 16px;
    color: #525260;
    border-bottom: 1px solid #dfdfdf;
    padding: 18px 0;
    text-decoration: none;
    position: relative;
    font-weight: 600;
}

.widget.widget-categories .category-list a:before {
    content: "";
    height: 1px;
    width: 0;
    background-color: #8f8c81;
    position: absolute;
    bottom: -1px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget.widget-categories .category-list a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #8f8c81;
    position: absolute;
    right: 0;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget.widget-categories .category-list a:hover, .widget.widget-categories .category-list a.active {
    color: #000;
}

.widget.widget-categories .category-list a:hover:before, .widget.widget-categories .category-list a.active:before {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.widget.widget-categories .category-list a:hover:after, .widget.widget-categories .category-list a.active:after {
    border-color: transparent transparent transparent #000;
}




.porcelainWrp h1{color: #fff; z-index: 1; position: relative;}
.colorWrp h4{font-size: 22px; font-weight: bold; color: #000;}
.btn_catalog a{font-size: 16px;}


.table_desc {
    border: 1px solid #eee;
}
.table-responsive {
    position: relative;
    z-index: 1;
}
 
table {
    width: 100%;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.table-responsive table thead {
    background: #f2f2f2;
}
.table_page table thead tr th {
    color: #333;
    border-bottom: 3px solid #8f8c81;
    border-right: 1px solid #eee;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px;
    text-align: center;
}
.table_desc table tbody tr td:last-child, .table_page table thead tr:last-child th {
    border-right: 0;
}
.table_page table tbody tr td.product_remove {
    min-width: 100px;
    font-size: 20px;
}
.product_remove a{text-decoration: none; color: #ea2229;} 
.table-responsive table tbody tr td {
    border-right: 1px solid #eee;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    min-width: 150px;
}
.table_page table tbody tr td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
    padding: 10px;
}
.table_page table tbody tr td.product_thumb {
    max-width: 180px;
    overflow: hidden;
}
.table_page table tbody tr td.product_name {
    min-width: 180px;
}
.table_page table tbody tr td.product-category { 
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.table_page table tbody tr td.product_quantity {
    min-width: 180px;
}
.table_desc table tbody tr td:last-child, .table_page table thead tr:last-child th {
    border-right: 0;
}
.product_thumb img{width: 100px;}
.product_name {
    color: #666;
    font-size: 18px !important;
    text-decoration: none;
    font-weight: bold !important;
}
.product_pdf img{width: 40px;}



.productForm{background: #e8e3d3; margin-top: 50px; text-align: center; padding: 50px; border-radius: 30px;}
.productForm .nav-tabs{justify-content: center;}

.productForm .input-group .form-control {
    height: 58px;
    border-radius: 10px;
    font-family: var(--open-sans);
    font-size: 16px;
    appearance:auto;
    padding-left: 16px;
}
.productForm textarea.form-control {
    height: 144px !important;
}
.productForm .submit-btn{background: var(--orange-red);
    font-weight: bold;
    color: var(--white);
    text-decoration: none;
    padding: 13px 25px;
    min-width: 150px;
    border-radius: 35px;
    text-align: center;
    border: none;
    transition: all ease 0.5s;
    display: inline-block;
    font-family: var(--montserrat-font);
    box-shadow: 0 16px 11px -7px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 16px 11px -7px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 16px 11px -7px rgba(0,0,0,0.09);
}
.productForm .submit-btn:hover{background: #53514c;}
.productForm .input-group {
    margin-top: 15px;
}
.productForm .nav-tabs .nav-link{background: #fff;}
.error {
    color: red;
    text-align: left;
    font-size: 14px;
}

.productForm .nav-tabs .nav-link.active, .productForm .nav-tabs .nav-link:hover {
    background: #53514c;
    color: #fff;
    border-color: #53514c;
}
.productForm .tab-content{margin-top: 40px;}

.popform{background: none !important; margin-top: 0 !important; padding: 10px 20px 20px 20px !important;}



.news-2-area .news-item .news-thumb {
    overflow: hidden;
}
.news-2-area .news-item {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.news-2-area{padding: 50px 0;}
.news-2-area .news-item .news-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.news-2-area .news-item .news-content {
    border: 1px solid #e3e3e3;
    border-top: 0;
    padding:20px 25px 25px;
    position: relative;
}
.news-item{margin: 30px 0;}
.news-item .news-content ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #817a78;
    margin-right: 12px;
}
.news-item .news-content ul li i {
    padding-right: 6px;
    color: #8f8c81;
}
.news-content ul{padding-left: 0;}
.news-item .news-content h3{line-height: 26px; color: #000;}
.news-item .news-content .title a{
    font-size: 24px; 
    padding-top: 16px; 
    text-decoration: none;
    color: #000;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.news-2-area .news-item .news-content .title a:hover{color: var(--dark-blue);}
.news-2-area .news-item:hover .news-thumb img {
    transform: scale(1.1) rotate(3deg);
}
 .arrow_btn{position: absolute;
    right: 24px;
    bottom: -26px;}

.arrow_btn a{position: static !important;}
.news-single{padding: 50px 0;}

.sidebar__search-form {
    width: 100%;
    height: 84px;
    position: relative;
    border-radius: px;
    background: #53514c;
}
.sidebar__search-form input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    background-color: transparent;
}
.sidebar__search-form button[type=submit] {
    background-color: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.sidebar__search-form button[type=submit] i {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}	
.sidebar__search-form ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.sidebar__search-form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.sidebar__single + .sidebar__single {
    margin-top: 30px;
}
.sidebar__single:not(.sidebar__search) {
    padding: 45px 50px 43px;
    background-color: #fff;
    border: 1px solid #f7eae8;
    border-radius: 0px;
    position: relative;
}
.sidebar__single:not(.sidebar__search)::before {
    position: absolute;
    content: '';
    left: 46px;
    top: -1px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 6px solid #8f8c81;
}
.sidebar__title {
    margin: 0;
    color: #3f3836;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    letter-spacing: 0;
}
.sidebar__category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar__category-list-item {
    line-height: 1em;
}
.sidebar__category-list-item a {
    color: #817a78;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    text-decoration: none;
}
.sidebar__category-list-item a:hover{color: #444444;}
.sidebar__category-list-item a i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar__category-list-item + .sidebar__category-list-item {
    margin-top: 25px;
}

.accordion-item {
    margin-bottom: 20px;
    border: 1px solid #e8e3d3;
    border-top: 1px solid #e8e3d3 !important;
    border-radius: 0 !important;
}
.accordion-button:not(.collapsed) {
    background: #e8e3d3;
    border-color: #e8e3d3;
    color: #444444;
    font-weight: 600;  border-radius: 0 !important;
}
.accordion-button:not(.collapsed):after{color: #fff;}
.sidebar{position: sticky; top: 0;}
.colors{font-size: 24px; font-weight: bold; margin-bottom: 20px;}
.cottoimg{text-align: right;}
.logo_made_in_usa{background: #e8e3d3;
    text-align: center;
    padding: 25px 0;
    border-radius: 10px;}
/* New CSS */
.contact-page .container {
    max-width: 1194px;
}
.contact-page {
    padding: 70px 0 !important;
}
.contact__info .footer-info_icon,
.contact__info .social-style > ul > li > a{
    /*background: #1f2b5f;*/
}
.contact__info .social-style > ul > li > a:hover {
    background: #fff;
    color: #000;
}
.contact__info {
    background: url(..front/images/contact-info-bg.jpg) no-repeat top;
    background-size: cover;
    padding: 54px 60px 65px;
}

@media screen and (max-width: 1200px) {

.carousel-item {
    height: auto;
    overflow: auto;
}
}


@media only screen and (max-width: 991.98px) {
    .contact-page {
        padding: 46px 0 !important;
    }
    .contact__info { 
    padding: 54px 35px 65px;
}
}

@media screen and (max-width: 990px) {
.homebanner:before{display: none;}
	.collect-page{padding: 100px 0;}
	.navbar-nav > li > a + i{display: block;}
	.dropdown-toggle::after{display: none;}
	.playwoodimg{margin-bottom: 30px;}
	.navbar-nav > li > a + i { 
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 24px;
    cursor: pointer;
    color: #0b3c5d;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 1000;
}
.basketicon{ position: absolute; width: 40px;
    height: 40px; top: 21px;
    line-height: 40px;
    right: 125px;}
.searchicon{right: 75px;}
#header .btn-orange.contact{display: none;}
    #header .navbar .nav-link {
        padding: 10px 12px;
    }
    #header .navbar-nav .dropdown-menu{text-align: left; border-radius: 0;}
}

@media screen and (max-width: 767px) {
      .surface-logo2, .toggleBtn{margin-bottom:30px;}
      
	.productForm{padding: 30px;}
.nav-hero ul li{margin: 20px 0;}
#colorsize .row > div{margin-bottom: 30px;}
.colorWrp h4{margin-bottom: 30px; margin-top: 15px;}
 
    #header .logo img {
        width: 200px;
    }
}

@media screen and (max-width: 600px) {
.imgtxtbox h3 {
    font-size: 20px; 
}
.imgtxtbox span{font-size: 14px;
    line-height: 24px;}
}


@media screen and (max-width: 480px) {
  
#header .logo img{width: 150px;}
    .basketicon, .navbar .navbar-toggler {
        top: 12px;
    }
.filter-tabs{display: flex;  overflow: auto;}
    .collect-page {
        padding: 40px 0;
    }
.searchbar-wrap h1{font-size:30px;}
.product-wrap h2{font-size:26px;}
.checklinks li{font-size:14px;}
.imgtxtbox {
    background: #fff;
    width: auto;
    padding: 16px;
    margin-left: 0;
    position: absolute;
    left: 20px;
    top: 30px;
    margin-top: 0;
    text-align: center;
    right: 20px;
}

}

@media screen and (max-width: 320px) {
    .imgtxtbox h3 {
        font-size: 16px; margin: 0;
    }

}





/* /////////////////////changes-navbar////////////////////////////////////// */
 
  #header .submenu {
	position: absolute;
	background: #fff; 
	width: 272px;
	transform-origin: 0 0 0;
	transform: scaleY(0);
	transition: all 0.3s ease-in-out;
	z-index: 9;
	padding-left: 0;
	top: 100%;
	/* left: 44%; */
 border: 1px solid #ccc;

	padding: 0px;
	list-style: none;
  }
  #header li:hover .submenu {
	transform: scaleY(1);
  }
  .navbar-nav > li > a + i {
	display: none;
	position: absolute;
	right: 22px;
    top: 12px;
	font-size: 24px;
	cursor: pointer;
	color: #000;
	background: #979282;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	z-index: 1000;
  }
  .submenu li a {
    font-weight: 500;
    font-size: 16px !important;
    font-family: var(--montserrat);
    color: #000;
    padding: 8px 22px !important;
    display: block;
    text-decoration: none;
}
.submenu li a:hover {
    background: #e8e3d3;
    color:#000;
}
.submenu li {
    padding: 0;
    border-bottom: 1px solid #e8e3d3;
}

.submenu li .submenu, .submenu li .caret, .dropdown-toggle::after{display:none;}
.menu-main-header{
	position: relative;
}
 .menu-main-header .navbar {
	position: inherit !important; padding: 0;
}
/* .megamenu {
  position: relative;
} */
.megamenu-content{
	width: 100%;
	left: 0;
	padding: 30px !important;
	top: 90%;
}
.megamenu-content a{
	text-decoration: none;
	color: #000;
	transition: all ease 0.5s;
}
.megamenu-content a:hover{
color: #8f8c81 !important;
}

.megamenu .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  border-radius: 0;
  border: none;
  top: 100%;
  display: none;
  background-color: #ffff;
}

.megamenu:hover .dropdown-menu {
  display: block;
}

.megamenu-content .row h6 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.megamenu-content ul {
  padding-left: 0;
}

.megamenu-content li {
  font-size: 13px;
  margin-bottom: 5px;
}

.color-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.megamenu-content  .color-count{
	column-count: 2;
}
.megamenu-content.submenu{
	width: 100% !important;
	background-color: #fff;}
.megamenu-content.submenu li:hover{
	background-color: #fff !important;
}
.megamenu-content.submenu li a:hover {
    background: transparent !important;
    color:#8f8c81;
}
.megamenu-content.submenu  li a{
 padding: 8px 1px !important;
}
.megamenu-content.submenu {
border-top: 4px solid #ccc !important;
left: 0% !important;
}
 


.megamenu-content.submenu  li a{
 padding: 8px 1px !important;
 font-size: 14px !important;
}




.product-info{padding: 70px;}
.productName{font-size: 50px; line-height: 56px; margin-top: 40px; color: #000; font-weight: bold;}
.product-info p{font-size: 24px; margin-top: 20px;}
.surface-logo{margin-top: 50px; text-align: center;}
.surface-logo img{width: 300px;}
.product-cb .surface-logo{text-align: left; margin: 0;}
.naturcollect h3{color: #000; font-weight: 600; font-size: 22px; line-height: 30px;}
.wrapper { 
      position: relative; 
    }

    .text-container {
      max-height: 7.5em; /* approx 4 lines */
      overflow: hidden;
      position: relative;
      transition: max-height 0.5s ease;
    }
.text-container h3{font-weight: bold;}
    .text-container.expanded {
      max-height: 1000px; /* large value for smooth open */
    }

    .fade-overlay {
      content: '';
      position: absolute;
      bottom: 42px;
      left: 0;
      width: 100%;
      height: 3em;
      background: linear-gradient(to bottom, rgba(255,255,255,0), #f5f2e8);
      pointer-events: none;
      transition: opacity 0.3s;
    }

    .text-container.expanded + .fade-overlay {
      opacity: 0;
      visibility: hidden;
    }

    .toggle-btn {
      margin-top: 10px; 
      color: #000;
      background: none;
      border: none;
      padding: 0;
      border-radius: 4px;
      cursor: pointer;
      font-weight: bold;
      font-size: 16px;
      margin-top: 20px;
    }

.tessori_Commerciale{position: relative;}
.tessori_Commerciale:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -80px;
    display: block;
    width: 100%;
    height: 100%;
    border-left: 80px solid #f5f2e8; 
    background-color: #63666a;
    z-index: -1;
}
#textBlock p{font-size: 16px;}


.productdesign{position: relative;}
.productdesign:after{content: ""; border: 2px solid #fff; position: absolute; top: 40px; bottom: 40px; right: 40px; left: 0;}
.product-cb{background: #f5f2e8; margin-left: -2px; z-index: 1; position: relative; padding: 40px 0;}
.arrowbtn{font-size: 30px;}
.arrowbtn a{text-decoration: none; color: #000;}

.finishwrp{background: #fff; padding: 40px 0;}
.finishes{list-style: none; padding: 0;}
.tessoritext{color: #fff; font-size: 40px; padding: 0; margin: 0 !important;}

.product_page{background: #f5f2e8;}
.download_sec{background: #fff;}
.product_page .breadcrumb-section{background: #e8e3d3;}
.product_page .fondo-img img{border: 2px solid #ffffff;
    box-shadow:0 0 13px rgb(0 0 0 / 7%);}

.cart-count{background: #f00;
    width: 25px;
    height: 25px;
    position: absolute;
    line-height: 23px;
    font-size: 14px;
    border-radius: 100%;
    border: 2px solid #fff;
    right: -8px;
    top: -9px;
    
}
    
.collectimg{position: relative;}
.collectimg h1{background: #fff; padding: 50px; position: absolute; bottom: 70px; left: 0; right: 0; margin: 0px auto; font-size: 42px; text-align: center; max-width: 700px;}
.collectimg.collection h1{background: #fff; padding: 22px; position: absolute; bottom: 70px; left: 0; right: 0; margin: 0px auto; font-size: 42px; text-align: center; max-width: 417px;}
.collection-gallery .surface-logo{position: absolute; bottom: 20px; left: 20px;}
.collection-gallery .surface-logo img{width: 100px;}
.collection-gallery{padding: 60px 0;}
.blog-pagination {
  margin-top: 30px;
}
.blog-pagination .pagination{justify-content: center;
    gap: 10px;}
.blog-pagination a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  color: #8f8c81;
  border: 1px solid #858585;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: none;
  margin: 0; padding: 0;
}
.blog-pagination a:hover, .blog-pagination .page-item.active .page-link{
  background: #8f8c81 !important;
    border-color: #8f8c81 !important;
    color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.page-item:last-child .page-link, .page-item:first-child .page-link{    border-radius: 100%;
    width: 50px;
    background: none; 
    height: 50px;
    line-height: 47px;
    padding: 0; border-color: #8f8c81;
    font-size: 24px;}

.brickswraper .h4-hero {margin:0 !important; line-height:35px;}
.brickswraper .h4-hero span{font-size:32px !important; color: #000;}
.brickswraper .shellinfo .productName{line-height:0 !important;}
.brickswraper .shellinfo span{font-size: 16px !important; line-height: 26px !important;}
.glassa_wraper .fondo-img{height: 130px; overflow: hidden;}
.glassa_wraper .fondo-img img, .tonal_wraper .fondo-img img{width:100%;}
.text-muted{font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px; 
    display: inline-block;
    border: 1px solid #c5c5c5;
    padding: 12px 65px;
    
}
.thickness{display: flex;
    align-items: center;
    gap: 15px;}
.thickness p{margin-bottom:0;}
 
.fixbtn{position: fixed;
    right: -49px;
    top: 200px;
    z-index: 1;
    transform: rotate(-90deg);

}
.fixbtn a{border-radius: 35px 35px 0 0 !important; padding: 17px 25px 13px 25px !important;}

.productdesign{margin-top: 150px;}
.brickswraper .productdesign{margin-top: 0px;}


.collection-list h3{font-size: 26px;}
.collection-list h3 a{font-size: 18px;}
.collection-list .collect-icon img{width: 70px;}

.collectionSlider .imgtxtbox{width: 700px; margin-left: -350px;}
.collectionSlider p a{text-decoration: none; font-size: 18px; font-weight: bold; color: #8f8c81;}
.collectionSlider .imgtxtbox h3{font-size: 30px;}
.collection_btn{margin-top: 20px;}
.collection_btn a{text-decoration: underline; color: #000; font-size: 18px;}
.collection_btn a:hover{text-decoration: none;}


.collections-owl{margin-top: 130px;}
.collections-owl .collection_btn{text-align: right;}
.collect-slides{position: relative;}
.collect-slides h4{position: absolute; z-index: 9; color: #fff; font-size: 25px; top: 0; left: 0; right: 0; text-align: center; bottom: 0; align-items: center; display: flex; justify-content: center;}
.collect-slides:before{content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .4;
    z-index: 1;
}

.owl-nav .owl-prev, .owl-nav .owl-next{background: #000; width: 50px; height: 50px; text-align: center; line-height: 50px;}
.owl-prev{position: absolute; top: 50%; left: 0; margin-top: -25px; color: #fff;}
.owl-next{position: absolute; top: 50%; right: 0; margin-top: -25px;}
.owl-nav i{color: #fff; font-size: 16px;}





.news-owl h3, .news-owl h4{color: #000;}
.blog__post_meta{font-size: 12px;
    padding: 2px 16px;
    background-color: #898989;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px;}



.catalogues-wrap{background: #e0e0e0; padding: 70px 0;}
.catabox h4{margin-top: 20px; }
.catabox h4 a{text-decoration: none; font-size: 22px; color: #000;}
.catabox .owl-next, .catabox .owl-prev{margin-top: -66px;}
.catabox .catalogue-slides img{width: 100%;}
.carousel-indicators{z-index: 1;}


.btn-orange:hover, .basketicon:hover{ background: #4f4020;
    box-shadow: 0 0 15px #4f4020;}
.project-wrap h3{color: #000;}
.collections-owl h3{color: #000;}

#searchField {
    transition: all 0.3s ease;
    display: none;
  }

#searchField{display: none; position: absolute; right: 0; top: 100%; z-index: 22;}
#searchField .form-control{padding: 10px 11px;
    width: 300px;
        background: #f1eee6;
    border: 1px solid #8f8c81;
}
  .searchicon.active {
    background: #4f4020;
    box-shadow: 0 0 15px #4f4020;
  }






 
/* //////////////////////////responsive */
@media screen and (max-width: 1200px) {
.product-cb{padding: 25px 0;}
.glassa_wraper .fondo-img {
    height: 100px;
    overflow: hidden;
}
}

@media screen and (max-width: 991.98px) { 
	.menu-main-header{padding: 10px 0;}
	.product-info, .surface-logo{text-align: center;}
	.product-info, .surface-logo{padding-top: 0;}
	.tessori_Commerciale:after{display: none;}
	.productdesign, .colorsizes{text-align: center;}
	.productdesign .cottoimg{text-align: center;}
.productdesign:after{display: none;}
.productdesign{margin-top: 80px;}

	.caret{
display: none;
}
#header .navbar .nav-item{
	padding: 0;
}
    .navbar-nav > li > a + i {
        display: block;
        top: 16px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }
 
.navbar-nav > li {
position: relative;
}
#header li:hover .submenu {
    transform: none; /* Prevent hover interfering */
}
    #header .submenu {
    position: static !important;
    display: none;
    transform: none;
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 0;
}
.megamenu-content .row h6 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 29px;
    color: #000;
}
}
@media screen and (max-width: 767.98px) {
	.collectimg h1{font-size: 24px; padding: 20px; bottom: 20px;}
	    .product-info, .surface-logo {
        padding: 0;
    }
.navbar-nav > li > a + i {
        display: block;
        top: 11px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }
	.megamenu-content{
		padding: 10px !important;
	}
	.megamenu-content .color-count{
		column-count: 1;
	}
	.megamenu-content.submenu li{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 600px) {
	.collectimg h1{font-size:18px; padding: 20px; bottom: 10px;}
.tessoritext{font-size: 22px;}
.collect-icon img{width:35px;}
.nav-hero h3 a{font-size: 18px;}
    .nav-hero ul li {
        margin: 0;
    }
        .productdesign {
        margin-top: 30px;
    }
    .collect-details h2{font-size: 20px;}
    .productName{font-size: 24px; margin-top: 0;}
    .product-info p{font-size: 18px; margin-top: 0;}
    .product-info{padding-top: 25px;}
    .shellinfo{padding: 0;}
    .surface-logo{margin-bottom: 20px;}
    .wrapper{margin-bottom: 20px;}
}


@media screen and (max-width: 480px) { 
.product-collect h2{font-size: 20px;}
.collect-details .mt-5, .collect-details .mb-5{margin:0 !important;}
.colorchoice h4{margin-bottom:0;}
.colorchoice h4 a{font-size:16px;}
.colorWrp{margin:0;}
#download{maring-top:0 !important;}
.cart-count { 
    width: 22px;
    height: 22px; 
    line-height: 18px; font-size: 12px;
}

}


@media screen and (max-width: 375px) { 
.collect-icon img{width:30px;}
.nav-hero h3 a{font-size: 14px;}
    .tessoritext {
        font-size: 15px;
    }
        .contact__info {
        padding: 54px 15px 65px;
    }
    .footer-info--style5{gap: 10px;}
    .footer-info_link, .footer-info_link a{font-size: 14px;}
    .form--contact .sec-title{font-size: 24px;}
    .footer-info_icon {
    width: 50px;
    height: 49px;
    line-height: 43px; 
    background-color: #53514c;
    color: #fff;
    font-size: 30px; 
}
.basketicon{font-size: 15px;}
    .basketicon {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 15px;
        line-height: 35px;
        right: 112px;
    }
        .searchicon {
        right: 70px;
    }

}

@media screen and (max-width: 320px) { 
.collect-icon img{width:30px;}
.nav-hero h3 a{font-size: 14px;}

}