/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("../fonts/fa-brands-400.eot");
	src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'narzissregularregular';
    src: url('../fonts/narziss-regular-webfont.woff2') format('woff2'),
         url('../fonts/narziss-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
::selection {
	color: #fff;
	background: #00c2e5;
}
::-moz-selection {
	color:#fff;
	background:#00c2e5;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	line-height: 22px;
	color: #000;
	background-color: #f5f5f5;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-family: 'narzissregularregular';
	color: #000;
}
h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 3.75rem;
	line-height: 70px;
	color: #fff;
	margin-bottom: 30px;
}

h2 {
	font-weight: normal;
	font-style: normal;
	font-size:2.75rem;
	line-height:48px;
	color: #000;
	padding: 0;
	margin: 0 0 20px 0;
	display:inline-block;
}


h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 1.75rem;
	line-height:40px;
	color: #000;
	background-color: inherit;
	padding: 0;
	margin: 0 0 0 0;
	/*text-transform: uppercase;*/
}
h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.4375rem;
	line-height: 30px;
	color: #000;
	background-color: inherit;
	padding: 0;
	margin: 0;
}
h4 span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #000;
}
h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	background-color: inherit;
	text-transform:uppercase;
	padding: 0;
	margin: 0 0 20px 0;
}
h6 {
	font-size: 22px;
	line-height: 26px;
	color: #000;
	padding: 0;
	margin: 0;
}
b{
	color: #000;
	font-weight: 500;
}
p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-size: 17px;
	line-height: 27px;
	padding: 0;
	margin: 0;
	letter-spacing: 0.03em;
}
p a {
	color: #95633c;
}
p a:hover {
	color: #95633c;
}
a {
    color: #95633c;
    text-decoration: none;
	background-color: transparent;
	margin-top: 20px;
}
a:hover{
    color: #95633c;
    text-decoration: none;
    background-color: transparent;
}
.btn {
	border: none;
}
.btn-primary {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	background-color: #44b85b;
	text-transform:uppercase;
	letter-spacing: 1px;
	transition: 0.5s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	padding: 18px 35px;
	margin: 0;
	-webkit-box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
	-moz-box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
	box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
}
.btn-primary:focus {
	color: #fff !important;
	background-color: #44b85b;
	border: none !important;
	outline: none !important;
	-webkit-box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
	-moz-box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
	box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
}
.btn-primary:visited {
	color: #fff !important;
	background-color: #44b85b;
	border: none !important;
	outline: none !important;
	-webkit-box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
	-moz-box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
	box-shadow: -1px 7px 15px 0px rgba(163,42,57,0.23);
}
.btn-primary:hover {
	color: #fff !important;
	background-color: #44b85b;
	outline: none !important;
	border: none !important;
}
.btn-primary svg{
	float: right;
	margin-top: 4px;
	margin-left: 10px;
}


.btn-secondary {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	color: #fff!important;
	background-color: inherit!important;
	text-transform:uppercase;
	letter-spacing: 1px;
	transition: 0.5s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #fff !important;
	padding: 14px 24px;
	margin: 0;
}
.btn-secondary:focus {
	color: #fff!important;
	background-color: inherit!important;
	border: 2px solid #fff;
	outline: none !important;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
}
.btn-secondary:visited {
	background-color: inherit!important;
	border: 2px solid #fff !important;
	outline: none !important;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0) !important;
}
.btn-secondary:hover {
	color: #002144!important;
	background-color: #fff!important;
	outline: none !important;
	border: 2px solid #fff !important;
}
a {
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}
button:focus {
	outline: none !important;
	outline: 0px auto -webkit-focus-ring-color !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	padding: 35px 0px;
	margin: 0 0 0 0;
	height: auto;
	position: fixed;
	width: 100%;
	transition: top 0.5s;

	/*  transition: all 0.5s;*/
	z-index: 99;
}
#header #logo {
	float: left;
	margin-top: 0;
	margin-left: 57px;
}
#header #logo img{
	height: 120px;
}

#header #logo h1 {
	font-size: 36px;
	margin: -4px 0 0 0;
	padding: 0;
	line-height: 1;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
}

@media (max-width: 768px) {
#header #logo h1 {
	font-size: 28px;
	margin-top: 0;
}
#header #logo img {
	max-height: 40px;
}
}
/*#header.header-fixed {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */

#navbg {
	margin-top: 0; 
	display: flex;
}
.nav-sec {
	width:100%;
	margin-top: 99px;
}
/*.nav-sec .container {
	max-width:1195px;
}*/

.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
    width: 100%;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.nav-menu li {
	/*position: relative;*/
	white-space: nowrap;
}
.nav-menu > li {
	float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
	display: block;
	margin-left: 0;
}
.nav-menu ul li:hover > ul{
	display: block;
	margin-left: 10px;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}
.nav-menu ul li {
	min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 15px;
}
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: auto;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	margin-left: 20px;
}
.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
	float: right;
	margin: 0;
	position: relative;
	padding:0;
	margin-right: 30px;
	margin-left: 30px;
	display: flex;
	width: 100%;
}

 @media (max-width: 768px) {
#nav-menu-container {
	display: none;
}
}
/* Nav Meu Styling */
.nav-menu a {
	padding: 0 10px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-style:normal;
	font-weight:500;
	font-size: 14px;
	line-height: 100px;
	text-transform: uppercase;
	outline: none;
	letter-spacing: 0.05em;
	text-align: center;

}
/*.nav-menu a:hover {
	color: #fff;
	border-bottom: solid 4px #44b85b;
}
.nav-menu li:hover > a {
	color: #fff;
	border-bottom: solid 4px #44b85b;
}
.nav-menu > li:last-child  a {
    padding-left:20px;
	padding-right:0px;
}*/
.nav-menu > li {
	margin-left: 0;
}
.nav-menu ul {
	margin: 0 0 0 0;
	padding: 30px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
	margin-left: 0;
}
.nav-menu ul li {
	transition: 0.3s;
}
.nav-menu ul li a {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 4px;
	color: #fff;
	transition: 0.3s;
	display: block;
	font-size: 15px;
	line-height: 22px;
	text-transform: none;
	width: 100%;
	border-bottom: 0px !important;
}
.nav-menu ul li:last-child a {
	border-bottom:0px;	
}
.nav-menu ul li:hover > a {
	color: #c3ecaf;
}
.nav-menu ul ul {
	margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: absolute;
	left: 15px;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}
#mobile-nav-toggle i {
	color: #fff;
}
#mobile-nav-toggle i.fa.fa-times {
	color: #fff;
}
@media (max-width: 767px) {
#mobile-nav-toggle {
	display: inline;
}
}
/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 9999;
	background: #fff;
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}
#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav ul li {
	position: relative;
}
#mobile-nav ul li a {
	color: #a49996;;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 6px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
#mobile-nav ul li a:hover {
	color: #35332c;
}
#mobile-nav ul li li {
	padding-left: 30px;
	font-size:14px;
}
/*#mobile-nav ul li li:last-child {
	border-bottom: 0px;
}*/
#mobile-nav ul li li a {
	color: #e8ff0f;
	padding: 10px 22px 0px 15px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #40424a;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #fff;
}
#mobile-nav ul .menu-item-active {
	color: #fff;
}
#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
	left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}

.menu-active a{
	color: #35332c !important;
}

#headericon {
	float: right;
	margin-left: 0;
	margin-right: 60px;
}
#headericon ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#headericon ul li{
	float: left;
	margin-left: 30px;
	line-height: 100px;
}
#headericon ul li img{
	height: 20px;
}
.homeD1{
	cursor: pointer;
}
.d-arow{
	position: absolute;
	bottom: 24px;
	left: calc(50% - 6px);
	text-align: center;
	width: 20px;
	cursor: pointer;
}
.d-arow img{
	height: 12px;
}
.d-arow:after{
	content: "";
	position: absolute;
	width: 80px;
	height: 2px;
	background-color: #646766;
	margin-left: -43px;
	margin-top: -36px;
}
.d-arow button{
	box-shadow: 0px !important;
	background-color: inherit !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px none;
	display: block;
}

/* ============ header title =========== */
.home-banner {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.home-banner img{
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	
}


/* ============ header title =========== */
.home-about {
    width: 100%;
    height:100vh;
	background: #f6f5f4;
	overflow: hidden;
	position: relative;
}
.home-about-header{
	background-color: #ffffff;
	padding-top: 40px;
}
.home-about-header #logo {
    float: left;
    margin-top: 0;
	margin-left: 57px;
	position: absolute;
}
.home-about-header #navbg {
   padding-left: 117px;
}
.home-about-header #logo img {
    height: 100px;
}
.home-about-header .nav-menu a {
    padding: 0 10px;
    text-decoration: none;
    display: inline-block;
    color: #a49996;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 46px;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 0.05em;
    text-align: center;
}
.home-about-header #headericon ul li {
    line-height: 40px;
}

.home-about-content{
	width: 100%;
	overflow: hidden;
	display: flex;
	height: 55.47785547785548%;
}
.h-office-desk{
	width: 57.25%;
	float: left;
}

.home-aboutinfo{
	width:  42.75%;
	float: right;
	padding:0 0 40px 40px;
}
.home-aboutinfo h2{
	width: 350px;
}
.home-aboutinfo p{
	margin-bottom: 20px;
}
.geadient-bg{
	width:  42.75%;
	float: right;
	background-color: #835339;
	background-image: linear-gradient(to bottom, #744731 0%, #956242 51%, #b8794d 100%);
	height: 31.23543123543124%;
	margin-right: 0;
}
.homeD2-arow{
	position: absolute;
	bottom: 24px;
	left: 100px;
	text-align: center;
	width: 20px;
	cursor: pointer;
}
.homeD2-arow img{
	height: 12px;
}

.home-img2-section {
    width: 100%;
    height: 100vh;
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
}
.h-officeindoor{
	width: 67.125%;
	float: right;
	/*height: 75.29137529137529%;
	overflow: hidden;*/
}
.h-chair{
	width: 22.5%;
	float: right;
	/*height: 41.95804195804196%;
	overflow: hidden;*/
}
.h-chair-text{
	width: 22.5%;
	float: right;
	position: relative;
	/*height: 33.1002331002331%;*/
}
.h-chair-text-info{
	position: absolute;
	height: 100%;
	z-index: 9;
	width: 100%;
	padding: 20px 20px 0 0;
}
.h-chair-text-info h2{
	text-align: right;
	width: 300px;
	float: right;
}
.h-chair-text-info p{
	text-align: right;
	float: right;
	width: 200%;
	left: -100%;
}
.h-chair-text-info a{
	text-align: right;
	float: right;
}

.home-img3-section {
    width: 100%;
    height: 100vh;
	overflow: hidden;
	position: relative;
	background-color: #f6f5f4;
}
.home-img2-section .homeD2-arow {
    position: absolute;
	bottom: 34px;
	left: auto;
    right: 100px;
    text-align: center;
    width: 20px;
    cursor: pointer;
}
.h-wood{
	width: 59.125%;
	float: left;
}
.h-wood-info{
	width: 40.875%;
	float: right;
	padding: 0 0 40px 40px;
}
.h-wood-info h2{
	width: 380px;
}
.h-wood-info p{
	width: 480px;
	margin-bottom: 20px;
}

footer{
	background-color: #e6e6e6;
	padding: 60px 0;
	margin-top: 60px;
}
footer ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
footer ul li{
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 8px;

}
footer ul li a{
	color: #000;
	font-size: 15px;
	font-weight: 400;
}

footer p{
	margin-top: 10px;
	font-size: 15px;
	letter-spacing: 0;
}





.product-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 100px;
	/*height: calc(80vh - 100px);
	display: flex;
	justify-content: center;
	align-items: center;*/
}
.product-banner img{
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.product-caption{
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: center;
	padding-left: 60px;
	display: none;
}
.product-caption h1{
	margin-bottom: 0px;
}
.productlisting-outer{
	padding: 20px 15px;
	background-color: #f5f5f5;
}
.productlisting-outer h2{
	font-size: 3.75rem;
	margin-left: 100px;
	margin-bottom: 100px;
}
.product-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 100px;
}
.product-img{
	height: 220px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
.product-img img{
	/*mix-blend-mode:multiply;*/
}
.product-info{
	text-align:center
}
.productlisting-outer .d-arow:after {
	display: none;
	cursor: pointer;
}
.productlisting-outer .d-arow {
	top: 0;
	left: auto;
	right: 115px;
	margin-top: calc(100vh - 70px);
	z-index: 999;
	cursor: pointer;
}
.product-box a{
	width: 100%;
	margin: 0;
	padding: 0;
}





/*product-specific*/
.product-specific-banner {
	width: 100%;
	position: relative;
	height: calc(100vh - 200px);
	overflow: hidden;
	margin-top: 100px;
}

.product-specific-box{
	margin-bottom: 40px;
	width: 100%;
}

.product-specific-img{
	height: 400px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #dcdbdc;
	/*padding: 20px;*/
	overflow: hidden;
}
.product-specific-img img{
	/*mix-blend-mode:multiply;*/
}
.product-specific-info{
	text-align:center
}
.product-specific-info p{ 
	margin-bottom: 12px;
	display: none;
}
.product-specific-info a.viewbtn{
	text-align: center;
}
.product-specific-title{
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}
.product-specific-title h2{
	margin-left: 120px;
	font-size: 3.75rem;
}
.product-specific-title .d-arow:after {
    display: none;
}
.product-specific-title .d-arow {
	top: 8px;
	left: auto;
	right: 120px;
	cursor: pointer;
}
.product-specific-info h3 a {
	color:#35332c;
}
.productlisting-outer.product-main .d-arow{
	top: 0;
	left: calc(50% - 10px);
	right: 115px;
	margin-top: calc(100vh - 70px);
	z-index: 999;
	cursor: pointer;
}


/*product-view*/
.product-view-title{
	position: relative;
	margin-top: 0;
	margin-bottom: 40px;
}
.product-specific-title h2{
	margin-left: 120px;
}


.product-views-details{
	background-color: #dcdbdc;
	height: calc(100vh);
	display: flex;
	align-items: center;
	padding:30px 0px;
	position: relative;
	flex-direction: column;
}
.product-views-details .col-lg-6{
	display: flex;
}
.productbig{
	width: 540px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.owl-item .item img{
	mix-blend-mode:multiply;
}
.productdetails-info{
	margin-left: 57px;
	margin-top: -30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.p-list{
	margin-top: 30px;
	padding-right: 0;
	width: 100%;
	margin-bottom:30px;
}
.p-list ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.p-list ul li{
	margin-bottom: 12px;
}
.p-list ul li a{
	font-size: 16px;
	color: #565e5f;
	font-weight: 500;
}
.p-list ul li a:hover{
	color: #000;
}
.addtobasket{
	position: absolute;
	bottom: 60px;
}
.addtobasket a{
	border: solid 1px #955d36;
	padding: 8px 60px;
	color: #955d36;
	display: block;
	text-align: center;
	font-size: 17px;
	width: 280px;
}
.addtobasket a:hover{
	border: solid 1px #955d36;
	color: #fff;
	background-color: #955d36;
}
.product-views-details .col-lg-3{
	position: relative;
	display: flex;
	align-items: center;
}
.product-views-details .container-fluid{
	height: 100%;
}
.product-views-details .container-fluid .row{
	height: 100%;
}

.p-list .accordion{
	width: 100%;
}
.p-list .accordion .card-header:after {
    content: "";
	background: url(../images/close-b.svg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 3px;
}
.p-list .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
	content: "\f067"; 
	float: right; 
	font-size: 10px;
    width: 26px;
    height: 26px;
    border: solid 1px #494949;
    text-align: center;
	line-height: 26px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #494949;
	position: absolute;
	right: 15px;
	top: 14px;
	display: none;
}
.p-list .card {
    border: 0px;
    border-radius: 0px;
}
.p-list .card-header {
    padding: 0 20px 10px 0px;
    background-color:inherit;
	border-bottom: 1px solid #31363c;
	color: #31363c;
	position: relative;
	cursor: pointer;
}
.p-list .card-header.collapsed {
	border-bottom: 0px none;
	margin-top: 0;
}
.p-list .card-header a{
	color: #020407;
}
.p-list .card-header.collapsed a{
	color: #565e5f;
	margin: 0;
}
.p-list .card-title{
	font-weight: 500;
	font-size: 17px;
	color: #31363c;
}
.p-list .accordion .card-header::after {
    color: #31363c;
}
.p-list .card{
	background-color: inherit;
}
.card-body{
	padding:0px;
	/*border-bottom: 1px solid rgba(0,0,0,0.3);*/
}
.card-body p{
	padding: 20px 0;
}
.card-body p{
	color: #31363c;
	font-weight: 400;
	font-size: 1rem;
}
.card-body a{
	margin: 20px 0 0 0;
}
.showPdiv {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	color: #31363c;
	font-weight: 400;
	font-size: 17px;
	position: relative;
	cursor: pointer;
  }
  .showPdiv:after {
	content: "\f3d1";
	font-family: Ionicons;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 30px;
	color: #40424a;
	display: inline-block;
	position: absolute;
	right: 0;
	top: -6px;
  }
  .showPdiv.active:after {
	content: "\f3d0";
	font-family: Ionicons;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	color: #40424a;
	display: inline-block;
	position: absolute;
	right: 0;
	top: -5px;
  }
  .last-gap{
	  height: 25px;
  }
  .hidePdiv {
	display: none;  
  }
  .hidePdiv ul{
	padding: 5px 0 0 0;
	margin: 0px;
	list-style-type: none;
  }
  .hidePdiv ul li{

}
  .hidePdiv ul li span{
	color: #131116;
	display: block;
	margin-top: 4px;
}
  .hidePdiv ul li img{
	display: block;
	width: 100%;
	border: solid 1px #bdc4c3;
  }


.custom-furniture-banner{
	width: 100%;
	height: calc(100vh);
	overflow: hidden;
}
.custom-furniture-banner img{
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	margin-top: -140px;
}
.custom-furniture-caption{
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: flex-start;
	padding-left: 60px;
}
.custom-furniture-caption h1{
	margin-bottom: 0px;
	margin-top: 10%;
	width: 500px;
} 
.custom-furniture-banner .d-arow::after {
	display: none;
} 
.custom-furniture-banner .d-arow img {
	margin-top: 0;
}
.custom-furniture-about{
	height: 100vh;
	background-color: #f6f5f4;
	position: relative;
}
.custom-furniture-about .container-fluid{
	height: 100%;
}
.custom-furniture-about .container-fluid .row{
	height: 100%;
}
.custom-furniture-about .col-md-8{
	display: flex;
	flex-direction: column;
}
.custom-furniture-about-title{
	display: flex;
	flex-direction: column;
	align-self: flex-start;
	margin-bottom: 20px;
}
.custom-furniture-about-title h2{
	padding-left: 60px;
	padding-top: 55px;
	width: 600px;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	line-height: normal;
}
.custom-furniture-about-title h2 span{
	display: block;
	color: #956430;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}

.custom-furniture-about-info{
	width: 70%;
	padding-right: 75px;
	padding: 0 75px 20px 0;
	display: flex;
	flex-direction: column;
	align-self: flex-end;
	height: 100%;
	justify-content: center;
}
.custom-furniture-about-info p{
	margin-bottom: 20px;
}
.custom-furniture-about-info p:last-child{
	margin-bottom: 0;
}
.custom-furniture-about-quote{
	display: flex;
	flex-direction: column;
	align-self: flex-start;
	padding-right: 80px;
	padding-bottom: 40px;
}
.custom-furniture-about-quote span{
	width: 60px;
	display: block;
}
.custom-furniture-about-quote span img{
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center bottom;
}
.custom-furniture-about-quote h2{
	padding-left: 60px;
	width: 800px;
	margin-bottom: 0px;
}
.custom-furniture-aboutimg{
	width: 100%;
	height: 75vh;
	background-color: #835339;
	background-image: linear-gradient(to bottom, #744731 0%, #956242 51%, #b8794d 100%);
	display: flex;
	justify-content: center;
	padding: 0 20px;
	margin-right: 60px;
}
.custom-furniture-about .col-md-4{
	padding-right: 75px;
}
.customimg{
	display: flex;
	justify-self: end;
	align-items: flex-end;
	margin-bottom: -100px;
}
.custom-furniture-about .d-arow::after {
    display:none
}
.custom-furniture-about .d-arow {
	right: 60px;
	left: auto;
}
.custom-furniture-about2{
	height: 100vh;
	background-color: #f6f5f4;
	position: relative;
}
.gredientbg2{
	background-color: #835339;
	background-image: linear-gradient(to bottom, #744731 0%, #956242 51%, #b8794d 100%);
	height: 100vh;
	margin-left: -15px;
	display: flex;
	padding: 40px;
	justify-content: center;
	flex-direction: column;
	align-items: flex-end;
}
.customimg2{
	margin-right: -160px;
	overflow: hidden;
}
.custom-furniture-about2-info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 40px 0px;
}
.custom-furniture-about2-info p{
	margin-top: 20px;
}
.custom-furniture-about2 .col-md-4{
	padding-right: 75px;
}

.custom-furniture-about2 .d-arow::after {
    display:none
}
.custom-furniture-about2 .d-arow {
	right: 60px;
	left: auto;
}

.custom-furniture-about3{
	padding: 50px 0px;
	overflow: hidden;
	height: 100vh;
}
.custom-furniture-about3 .col-lg-4{
	padding-left: 75px;
}
.custom-furniture-about3 h2{
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	line-height: normal;
}
.custom-furniture-about3 h2 span{
	display: block;
	color: #956430;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}
.custom-furniture-about3 p{
	margin-top: 32px;
	padding-right: 80px;
	width: 86%;
}
.custom-furniture-about3 .col-md-12{
	padding-left: 75px;
}

.custom-furniture-about3 .owl-item{
	overflow: hidden;
	justify-content: center;
	align-items: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-right: 30px;
}

.custom-furniture-about3 .owl-carousel3 .owl-stage {
    position: relative;
    display: flex;
    height: 100%;
}
.custom-furniture-about3 .owl-theme .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	display: none;
}
.custom-furniture-about3 .owl-nav .owl-prev {
	position: absolute;
	right: calc(10% + 150px);
	background-color: inherit;
	padding: 0;
	font-size: 0;
	top: -60px;
}
.custom-furniture-about3 .owl-nav .owl-prev::before {
	content: "\f3cf";
	font-family: Ionicons;
	font-style: normal;
	font-weight: normal;
	font-size:21px;
	line-height: 48px;
	color: #40424a;
	display: inline-block;
}
.custom-furniture-about3 .owl-nav .owl-prev:hover::before {
	color: #40424a;
	background: none;
}
.custom-furniture-about3 .owl-nav .owl-next {
	position: absolute;
	right: calc(10% + 120px);
	background-color: inherit;
	padding: 0;
	font-size: 0;
	top: -60px;
}
.custom-furniture-about3 .owl-nav .owl-next::before {
	content: "\f3d1";
	font-family: Ionicons;
	font-style: normal;
	font-weight: normal;
	font-size:21px;
	line-height: 48px;
	color: #40424a;
	display: inline-block;
}
.custom-furniture-about3 .owl-nav .owl-next:hover::before {
	color: #40424a;
	background: none;
}
.custom-furniture-about3 .owl-carousel3 .owl-dot{
	background-color: #dedee8;
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.custom-furniture-about3 .owl-carousel3 .owl-dot.active{
	background-color: #42a957;
}
.custom-furniture-about3 .owl-nav{
	/*display: none;*/
}
.custom-furniture-about3 .owl-carousel3{
	margin-top: 60px
}


/*about page*/
.about-p-row1{
	/*height: calc(100vh - 100px);*/
	margin-top: 14px;
}
.about-row-first{
	width: 100%;
	overflow: hidden;
	/*height: 56.2685093780849vh;*/
	display: flex;
}
.about-caption{
	width: 50.94693418338646%;
	/*float: left;*/
}
.about-caption-r{
	width: 17.90736921057566%;
	/*float: left;*/
	/*background-color: #dcdbdc;*/
	/*height: 100%;*/
	text-indent: -20000000px;
}
.jayimg{
	width: 30.37689855615976%;
	/*float: left;
	display: flex;*/
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about-caption-sub{
	width: 440px;
	/*float: left;*/
	padding-left: 40px;
	padding-top: 40px;
	display: flex;
	height: 100%;
	align-items: flex-end;
}
.about-caption-sub h1{
	color: #000;
	line-height: 65px;
	margin-bottom: 0px;
}
.about-caption-sub h1 span{
	display: block;
}
.about-row-second{
	width: 100%;
	overflow: hidden;
	display: flex;
	height: calc(100vh - 60px);
	padding: 60px 0px;
	padding-bottom: 0px;
	position: relative;
}
.about-row-second p{
	font-weight: 300;
}
.about-jay-gap{
	width: 17.90736921057566%;
	text-indent: -20000000px;
}
.about-jay-info{
	width: 50.94693418338646%;
}
.about-jay-title{
	width: 30.37689855615976%;
}
.about-jay-title h3{
	color: #35332c;
	position: relative;
	font-size: 2.3rem;
	padding-top:60px
}
.about-jay-title h3:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/testimonial-arow.svg) 0 0 no-repeat;
	height: 70px;
	width: 60px;
}
.about-jay-title b{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #404040;
	margin-top: 15px;
}
.about-jay-info p{
	width: 630px;
	padding-left: 40px;
	margin-bottom: 25px;
}
.degignation-caption{
	width: 34.73684210526316%;
	float: left;
	position: relative;
}
.designation {
    width: 240px;
    border-top: solid 1px #35332c;
    position: absolute;
    top: 0px;
    right:30px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
	font-size: 14px;
	line-height: 24px;
    padding-top: 10px;
    letter-spacing: 0.03em;
}
.jayinfo{
	width: 30.52631578947368%;
	float: left;
}
.jayinfo h2{
	font-size: 2rem;
	line-height: 40px;
	padding-top: 30px;
	margin-bottom: 10px;
}
.jayinfo p{
	margin-bottom: 15px;
}
.jayinfo-r{
	width: 34.73684210526316%;
	float: left;
}
.about-p-row1 .d-arow:after{
	display:none;
}
.about-p-row1 .d-arow {
    position: absolute;
    bottom: 34px;
    left: auto;
    right: 100px;
    text-align: center;
    width: 20px;
    cursor: pointer;
}
.about-p-row2{
	height: 100vh;
	overflow: hidden;
}
.about-p-img{
	width: 49.47368421052632%;
	overflow: hidden;
	float: left;
}
.about-p-img2{
	width: 32.63157894736842%;
	float: left;
	position: relative;
}
.about-p-img2-info{
	position: absolute;
	bottom: 25px;
	left: 30px;
	right: 30px;
	z-index: 9;
	text-align: center;
}
.about-p-img2-info h2{
	font-size: 1.25rem;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.about-p-img2-info p{
	letter-spacing: normal;
}
.about-p-img2-info a{
	color: #95633c;
}
.about-p-img3{
	width: 17.89473684210526%;
	float: left;
	position: relative;
}
.about-p-img3-info{
	border-top: solid 1px #35332c;
	position: absolute;
	top: 0px;
	left: 30px;
	right: 30px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.03em;
	z-index: 9;
	padding-top: 15px;
}

/*about page end*/





.product-views-outer{
	height: calc(100vh);
	background-color: #f5f5f5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 15px;
	position: relative;
	overflow: hidden;
}
.product-views-outer h2{
	padding-left: 60px;
	padding-bottom: 25px;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	line-height: normal;
}
.product-views-outer .item{
	margin-right: 30px;
}

.product-views-outer .d-arow {
	top: 0;
	margin-top: calc(100vh - 236px);
	z-index: 999;
	cursor: pointer;
}
.product-views-outer .owl-carousel3 .owl-stage {
    position: relative;
    display: flex;
    height: 100%;
}
.product-views-outer .owl-theme .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	display: none;
}
.product-views-outer .owl-nav .owl-prev {
	position: absolute;
	right: calc(10% + 150px);
	background-color: inherit;
	padding: 0;
	font-size: 0;
	top: -94px;
}
.product-views-outer .owl-nav .owl-prev::before {
	content: "\f3cf";
	font-family: Ionicons;
	font-style: normal;
	font-weight: normal;
	font-size:21px;
	line-height: 48px;
	color: #40424a;
	display: inline-block;
}
.product-views-outer .owl-nav .owl-prev:hover::before {
	color: #40424a;
	background: none;
}
.product-views-outer .owl-nav .owl-next {
	position: absolute;
	right: calc(10% + 120px);
	background-color: inherit;
	padding: 0;
	font-size: 0;
	top: -94px;
}
.product-views-outer .owl-nav .owl-next::before {
	content: "\f3d1";
	font-family: Ionicons;
	font-style: normal;
	font-weight: normal;
	font-size:21px;
	line-height: 48px;
	color: #40424a;
	display: inline-block;
}
.product-views-outer .owl-nav .owl-next:hover::before {
	color: #40424a;
	background: none;
}
.product-views-outer .owl-carousel3 .owl-dot{
	background-color: #dedee8;
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.product-views-outer .owl-carousel3 .owl-dot.active{
	background-color: #42a957;
}
.product-views-outer .owl-nav{
	/*display: none;*/
}
.product-views-outer .d-arow:after {
    display: none;
}
.product-views-outer .d-arow {
	bottom: 40px;
	left: auto;
	right: 120px;
	cursor: pointer;
}
.product-views-outer .owl-carousel3 .owl-dot{
	background-color: #dedee8;
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.product-views-outer .d-arow {
	top: auto;
    bottom: 30px;
    left: auto;
    right: 118px;
	cursor: pointer;
	margin-top: 0;
	position: absolute;
}






/*search css*/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
	opacity: 0;
	z-index: 99999999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 80px;
	color: #fff;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -82px;
}
#search .close {
    position: fixed;
    top: 48px;
    right: 28px;
    color: #fff;
	background-color: inherit;
	border-color: inherit;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
	background: url(../images/close.svg) 0 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 80px;
	height: 80px;
}
.search-btn{
	border: solid 0px #fff !important;
	padding: 12px 50px;
	-webkit-border-radius: 0px;
	-moz-border-radius:  0px;
	border-radius:  0px;
	color: #b89355;
}
.search-btn:focus {
	color: #fff !important;
	background-color: inherit;
	border: none !important;
	outline: none !important;
	-webkit-box-shadow: 0 0 0 0px rgba(163,42,57,0.23);
	-moz-box-shadow: 0 0 0 0px rgba(163,42,57,0.23);
	box-shadow: 0 0 0 0px rgba(163,42,57,0.23);
}
.search-btn:visited {
	color: #fff !important;
	background-color: inherit;
	border: none !important;
	outline: none !important;
	-webkit-box-shadow: 0 0 0 0px rgba(163,42,57,0.23);
	-moz-box-shadow: 0 0 0 0px rgba(163,42,57,0.23);
	box-shadow: 0 0 0 0px rgba(163,42,57,0.23);
}
.search-btn:hover {
	color: #fff !important;
	background-color: inherit;
	outline: none !important;
	border: none !important;
}
/*search css*/


  
header.no-shadow {
	box-shadow: none;
}
#header.dark{
	background-color: transparent !important;
	padding: 35px 0px;
}
#header.dark #logo img {
	height: 70px;
	position: relative;
}
#header.dark .nav-menu a {
	line-height: 70px;
	margin-top:25px;
}
#header.dark #headericon ul li {
	line-height: 40px;
	margin-top: 39px;
}
#header.dark .home-about-header .nav-menu a {
    color: #fff;
}
#header.dark .menu-active a {
    color: #fff !important;
}
#header.dark #nav-menu-container {
	margin-left: 30px;
}
#header.dark .nav-menu a {
	color: #fff;
}



#header{
	background-color: #fff;
	padding: 40px 0px 0 0;
	margin-bottom: -10px;
	top: 0 !important;
}
#header #logo img {
	height: 60px;
	position: absolute;
	transition: 0.5s;
}
#header .nav-menu a {
	line-height: 24px;
	margin-top: 38px;
	margin-bottom: 12px;
}
#header #headericon ul li {
	line-height: 40px;
	margin-top: 28px;
}
#header .home-about-header .nav-menu a {
    color: #a49996;
}
#header .menu-active a {
    color: #35332c !important;
}
#headericon ul li:first-child {
    margin-left: 0px;
}
#header #nav-menu-container {
	margin-left: 140px;
}
#header .nav-menu a {
	color: #a49996;
}

/*.changeCursor .gappadd{
	padding-top: 100px;
}*/


.toprowgap{
	height: 13.28671328671329%;
}

#headericon ul li img path {
	fill: #000;
  }

 #header.header-not-absolute  #logo img {
    position: inherit;
}

.rightinvarasoual{
	width: 110%;
	margin-right: -10%;
	margin-left: 60px;
	margin-bottom: 100px;
}
.rightinvarasoual2{
	width: 110%;
	margin-right: -10%;
	margin-left: 60px;
}

.measurements{
	position: absolute;
	height: 80vh;
	background-color: #dcdbdc;
	width: 100%;
	z-index: 999;
	padding: 0 75px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.close-btn-p{
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: right;
	margin: 30px 30px 0 0;
	position: absolute;
	right: 0;
	top: 0;
}
.close-btn-p img{
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

#header.innerpages{
	transition: 0.3s ease-in-out;
}
#header.innerpages.header-fixed{
	background-color: #fff;
	padding: 20px 0px 0 0;
	margin-bottom: 0;
	top: 0 !important;
}












#gallery {
position: relative;
margin-top: 80px;
}


#gallery .owl-nav, .gallery .owl-dots {
margin-top: 40px;
text-align: center;
display: block;
}

#gallery .owl-item {
transition: 0.3s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev span {
  display:none;
}
.owl-carousel .owl-nav button.owl-next span {
  display:none;
}


/*.gallery .owl-carousel.owl-drag .owl-item {
  opacity: 0.2;
}
.gallery .gallery-carousel .center {
  opacity: 0.9 !important;
}*/

#gallery .owl-stage:hover img{
	opacity: 0.2;
	transition: 0.3s ease-in-out;
}
#gallery .owl-stage:hover a.imghover img{
	opacity: 1 !important;
	transition: 0.3s ease-in;
}

#gallery .owl-theme .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	display: none;
}
#gallery .owl-nav .owl-prev {
	position: absolute;
	right: calc(10% + 150px);
	background-color: inherit;
	padding: 0;
	font-size: 0;
	top: -60px;
}
#gallery .owl-nav .owl-prev::before {
	content: "\f3cf";
	font-family: Ionicons;
	font-style: normal;
	font-weight: normal;
	font-size:21px;
	line-height: 48px;
	color: #40424a;
	display: inline-block;
}
#gallery .owl-nav .owl-prev:hover::before {
	color: #40424a;
	background: none;
}
#gallery .owl-nav .owl-next {
	position: absolute;
	right: calc(10% + 120px);
	background-color: inherit;
	padding: 0;
	font-size: 0;
	top: -60px;
}
#gallery .owl-nav .owl-next::before {
	content: "\f3d1";
	font-family: Ionicons;
	font-style: normal;
	font-weight: normal;
	font-size:21px;
	line-height: 48px;
	color: #40424a;
	display: inline-block;
}
#gallery .owl-nav .owl-next:hover::before {
	color: #40424a;
	background: none;
}
#gallery .owl-carousel3 .owl-dot{
	background-color: #dedee8;
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#gallery .owl-carousel3 .owl-dot.active{
	background-color: #42a957;
}
#gallery .owl-nav{
	/*display: none;*/
}



.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border: solid 1px #955d36;
    padding: 8px 60px;
    color: #955d36 !important;
    display: block;
    text-align: center;
    font-size: 17px;
    width: 280px;
    background: none !important;
}


.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	border: solid 1px #955d36;
    color: #fff !important;
    background-color: #955d36 !important;
}


.woocommerce .quantity .qty {
	width: 60px;
    height: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.product-views-details p.price {
	margin-top: -30px;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.variable-item:not(.radio-variable-item) {
	height: 40px;
	width: 100% !important;
}

.woocommerce-account .col2-set .col-1,   .woocommerce-checkout .col2-set .col-1{
	max-width: none !important;
	width: 48% !important;
}

.woocommerce-account .col2-set .col-2,  .woocommerce-checkout .col2-set .col-2{
	max-width: none !important;
	width: 48% !important;
}

.woocommerce-billing-fields label{
	width: 100%;
}
.woocommerce-input-wrapper {
	width: 100% !important;
}
.select2-container--default .select2-selection--single {
	height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32x;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
}

.woocommerce-MyAccount-navigation ul {
	list-style-image: url('../images/sofa24.png');
}

.woocommerce-MyAccount-navigation ul li {
	line-height: 35px;
}

.woocommerce-MyAccount-navigation ul li a {
	font-size: 24px;
}






#header.dark path{
	stroke: #fff;
}
#header.dark circle{
	stroke: #fff;
}
#header.dark line{
	stroke: #fff;
}
#header.dark rect{
	stroke: #fff;
}


.nav-menu a {
	color: #fff;
	position: relative;
}
.nav-menu a ul li {
	color: #fff;
	position: relative;
}
.nav-menu .menu-has-children.sfHover ul{
	display: inline-flex !important;
	flex-wrap: wrap;
}
.nav-menu ul ul {
    top: 40px;
	left: 0px;
	position: absolute;
	display: block !important;
}
.nav-menu ul li a {
    width: auto;
	border-bottom: 0px !important;
	line-height: 25px !important;
}
.nav-menu ul li {
    min-width: auto;
    width: auto;
	float: left;
	min-width: 20%;
	position: relative;
	display: flex;
	flex-direction: column;
}
.nav-menu ul li a{
    text-align: left;
}
.nav-menu ul li h3 {
	padding-left: 4px;
	font-family: 'Montserrat', sans-serif;
	 font-weight: 400;
	 font-style: normal;
	 font-size: 17px;
	 line-height: 20px;
	 margin-bottom: 20px;
 }


 #header.dark .nav-menu ul li a {
    color: #a49996;
}
.nav-menu ul li{
	margin-bottom: 40px;
}
.nav-menu ul li:before{
	content: "";
	position: absolute;
	height: 1px;
	width: calc(100% - 30px);
	border-top: solid 1px #e2e2e2;
	margin-top: -25px;
}
.nav-menu ul li:first-child:before{
	border-top: 0px none;
}
.nav-menu ul li:nth-child(2):before{
	border-top: 0px none;
}
.nav-menu ul li:nth-child(3):before{
	border-top: 0px none;
}
.nav-menu ul li:nth-child(4):before{
	border-top: 0px none;
}
.nav-menu ul li:nth-child(5):before{
	border-top: 0px none;
}





.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border: solid 1px #955d36;
    padding: 8px 60px;
    color: #955d36 !important;
    display: block;
    text-align: center;
    font-size: 17px;
    width: 280px;
    background: none !important;
	border-radius: 0px !important;
	font-weight: normal;
}


.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	border: solid 1px #955d36;
    color: #fff !important;
    background-color: #955d36 !important;
	border-radius: 0px !important;
}


.woocommerce .quantity .qty {
	width: 280px;
    height: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.product-views-details p.price {
	margin-top: 30px;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.variable-item:not(.radio-variable-item) {
	height: 40px;
	width: 100% !important;
}

.woocommerce-account .col2-set .col-1,   .woocommerce-checkout .col2-set .col-1{
	max-width: none !important;
	width: 48% !important;
}

.woocommerce-account .col2-set .col-2,  .woocommerce-checkout .col2-set .col-2{
	max-width: none !important;
	width: 48% !important;
}

.woocommerce-billing-fields label{
	width: 100%;
}
.woocommerce-input-wrapper {
	width: 100% !important;
}
.select2-container--default .select2-selection--single {
	height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32x;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
}

.woocommerce-MyAccount-navigation ul {
	list-style-image: url('../images/sofa24.png');
}

.woocommerce-MyAccount-navigation ul li {
	line-height: 40px;
	margin-bottom: 6px;
}

.woocommerce-MyAccount-navigation ul li a {
	font-size: 24px;
}

/*surya 8.11.2020*/
#header.dark path{
	stroke: #fff;
}
#header.dark circle{
	stroke: #fff;
}
#header.dark line{
	stroke: #fff;
}
#header.dark rect{
	stroke: #fff;
}


.nav-menu a {
	color: #fff;
	position: relative;
}
.nav-menu a ul li {
	color: #fff;
	position: relative;
}
.nav-menu .menu-has-children.sfHover ul{
	display: inline-flex !important;
	flex-wrap: wrap;
}
.nav-menu ul ul {
    top: 40px;
	left: 0px;
	position: absolute;
	display: block !important;
}
.nav-menu ul li a {
    width: auto;
	border-bottom: 0px !important;
	line-height: 25px !important;
}
.nav-menu ul li {
    min-width: auto;
    width: auto;
	float: left;
	min-width: 20%;
	position: relative;
	display: flex;
	flex-direction: column;
}
.nav-menu ul li a{
    text-align: left;
}
.nav-menu ul li h3 {
	padding-left: 4px;
	font-family: 'Montserrat', sans-serif;
	 font-weight: 400;
	 font-style: normal;
	 font-size: 17px;
	 line-height: 20px;
	 margin-bottom: 20px;
 }


 #header.dark .nav-menu ul li a {
    color: #a49996;
}
.nav-menu ul li{
	margin-bottom: 40px;
}
.nav-menu ul li:before{
	content: "";
	position: absolute;
	height: 1px;
	width: calc(100% - 30px);
	border-top: solid 1px #e2e2e2;
	margin-top: -25px;
}
.nav-menu ul li:first-child:before{
	border-top: 0px none;
}
.nav-menu ul li:nth-child(2):before{
	border-top: 0px none;
}
.nav-menu ul li:nth-child(3):before{
	border-top: 0px none;
}
.nav-menu ul li:nth-child(4):before{
	border-top: 0px none;
}
.nav-menu ul li:nth-child(5):before{
	border-top: 0px none;
}
/*surya end 8.11.2020*/
.product-views-details .woocommerce-product-gallery{
	width:100%;
	text-align:center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 0px rgba(0,0,0,.9);
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 0;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    background-color: inherit;
    box-shadow: 0 0 0 0px rgba(0,0,0,.3);
    padding: 0;
    margin: 0;
}
.accordion label{
	margin-top:20px;
}
ul.variable-items-wrapper.image-variable-wrapper li{
	margin-bottom:15px !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    box-shadow: 0 0 0 0 rgba(0,0,0,.1);
}
.single_variation_wrap {
    /*position: absolute;*/
    bottom: 60px;
}
.single_variation_wrap button{
    opacity:1 !important;
}
.woocommerce table.shop_table {
    border: 0px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    border-collapse: separate;
    border-radius: 0px;
	margin:auto;
}
.woocommerce table.shop_table th {
    font-weight: 500;
}
.woocommerce a.remove {
    color: #40424a !important;
    text-decoration: none;
    font-weight: 400;
    border: 0;
}
.woocommerce a {
    margin-top:0px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 120px;
    box-shadow: none;
}
.woocommerce a.remove:hover {
    color: #40424a !important;
    background-color:inherit;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents{
	width:1140px;
	margin:0px auto;
}
.woocommerce-cart-form__cart-item.cart_item .product-remove{
	width:60px;
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail{
   width:160px;
}

.woocommerce-cart-form__cart-item.cart_item .product-quantity{
   width:160px;
}
.woocommerce-cart-form__cart-item.cart_item .product-quantity .qty {
    width: 90%;
    height: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.woocommerce-cart-form__cart-item.cart_item .product-subtotal{
   width:160px;
}
.woocommerce-cart-form__cart-item.cart_item .product-price{
   width:160px;
}


.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    
    border: 1px solid #955d36;

    }
.woocommerce-product-gallery figure{
	margin-bottom:0px;
}
.related.products{
	padding:40px 0px;
}
.related.products h2{
	margin-left:57px;
	margin-bottom: 30px;
}
.woocommerce-message {
    border-top-color: inherit;
	border-top: 0px;
	padding-top:4em;
}
.woocommerce-message::before{
	padding-top:3em;
	color: #40424a;
}
.woocommerce-info::before {
    color: #40424a;
}
.post-7.page.type-page.status-publish.hentry{
	padding-top:40px;
	padding-bottom:40px;
}
.post-7.page.type-page.status-publish.hentry h2{
	padding-left:57px;
}
.woocommerce td.product-name dl.variation dt {
	font-weight:normal;
	font-weight: 400;
}
.woocommerce table.shop_table td.actions {
	padding:40px 0px;
}
.woocommerce table.shop_table td.actions button.button {
	padding:10px 60px 10px 60px;
	margin-right:20px;
}
.woocommerce table.shop_table td.actions input#coupon_code {
	margin-right:20px;
	width:190px;
}
.product-name a{
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
}
.woocommerce table.shop_table td {
    padding: 18px 12px;
}
.woocommerce td.product-name dl.variation dt {
    font-weight: normal;
    font-weight: 400;
    text-transform: inherit;
    font-size: 14px;
	width: 110px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
	width:1140px;
	margin:auto;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 46%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals h2 {
    padding-left:0px !important;
}
.cart_totals td{
	text-align:right;
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.cart_totals th{
	font-weight:500 !important;
}
.cart_totals{
	font-size:14px;
}
.cart_totals strong{
	font-weight:500 !important;
}
.cart_totals .order-total bdi{
	font-weight:600 !important;
}
.cart_totals .checkout-button{
	float:right;
}
.page-id-8 .container-fluid{
	padding-top:40px;
	padding-bottom:40px;
	max-width:1140px;
	margin:0px auto;
}
.woocommerce-info {
    border-top: solid 1px #dcdcdc;
	margin-bottom:0px;
}
.checkout.woocommerce-checkout{
	margin-top:50px;
}
.checkout.woocommerce-checkout #customer_details h3{
	margin-bottom:30px;
}
.form-control {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border:solid 1px #dcdcdc;
	height: calc(2.2em + .75rem + 2px);
}
.select2-container--default .select2-selection--single {
    height: 50px;
	border:solid 1px #dcdcdc !important;
	-webkit-border-radius: 14px !important;
	-moz-border-radius: 14px !important;
	border-radius: 14px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 7px;
}
.woocommerce-Price-amount.amount{
	font-weight: 500;
	font-size: 17px;
}
.stock.in-stock{
	font-size: 14px;
}
.accordion table {
    width: 100%;
}
.woocommerce td.product-name dl.variation dt{
	font-size:13px;
}
.woocommerce td.product-name dl.variation dd p{
	font-size:13px;
}
.checkout-button.button.alt.wc-forward{
	padding: 10px 10px !important;
}
.woocommerce-Price-amount.amount bdi{
	font-weight:500!important;
}
.select2-dropdown {
		border: 1px solid #dcdcdc;
        border-top-color: rgb(170, 170, 170);
        border-top-style: solid;
        border-top-width: 1px;
    	border-radius: 14px;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    	margin-top: -8px;
    	padding-top: 20px;
}
#order_review_heading{
	padding-top:40px !important;
	padding-bottom:10px !important;
}
.woocommerce form .form-row .required {
    color: #40424a;
    font-weight: 400;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #95633c;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,123,255, 0);
}
.shop_table.woocommerce-checkout-review-order-table .cart_item .product-name{
	font-weight: 500;
	font-size: 15px;
	color: #95633c;
}
.shop_table.woocommerce-checkout-review-order-table .cart_item .product-name .variation{
	font-weight: 500;
	font-size: 15px;
	color: #000;
	padding-top:10px;
}
.woocommerce table.shop_table tfoot th {
    font-weight: 500;
}
.woocommerce table.shop_table tfoot td{
	font-weight: 500;
}
.woocommerce-privacy-policy-text{
	margin-bottom:25px;
}
.woocommerce-checkout #payment div.form-row {
    padding: 2em;
}
 .woocommerce-checkout #payment ul.payment_methods{
	padding: 2em;
}
.woocommerce-error{
	border-top:1px solid #95633c;
}
.woocommerce-error b, .woocommerce-error strong {
    font-weight: 500;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #95633c;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text{
	border-color: #95633c;
}
.woocommerce form .form-row.woocommerce-validated input.input-text{
	border-color: #6dc22e;
}
.page-id-9 .container-fluid{
	max-width:1140px;
	margin:0px auto;
	padding:40px 0px;
}
.woocommerce-MyAccount-navigation ul {
    list-style-image:none;
	margin: 0;
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
	padding-left: 16px;
	color:#515151;
}
.woocommerce-MyAccount-navigation ul li.is-active{
	background-color:#e7e7e7;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	color:#95633c!important;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
	color:#95633c!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color:inherit;
}
.woocommerce-Address{
	margin-top:60px;
}
.woocommerce-Address .woocommerce-Address-title.title{
	margin-bottom:20px;
}
.woocommerce-account .addresses .title .edit {
    margin-top: 10px;
}
.woocommerce-Input{
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border: 1px solid #dcdcdc;
	height:50px;
	padding-left:10px;
	color:#7d7d7d;
}
.edit-account fieldset{
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border: 1px solid #dcdcdc;
	padding:40px 30px;
	margin:30px 0px;
}
.edit-account legend{
	padding-left:10px;
	padding-right:10px;
}
.m-menu #mobile-nav-toggle {
    margin: 25px 0 0 0;
}
.m-menu #mobile-nav-toggle i {
    color: #000;
}




/*28.01.2021*/
.woocommerce-result-count{
	display: none;
}
.woocommerce-ordering{
	display: none;
}

li.current-menu-item a, li.current-product_cat-ancestor a {
	font-weight: bold;
	color: #444 !important;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.carousel-indicators {
    bottom: -50px;
}

.woocommerce-product-gallery .carousel-control-prev-icon{
	display:none;
}
.woocommerce-product-gallery .carousel-control-next-icon{
	display:none;
}	
.woocommerce-product-gallery .carousel-indicators {
   /* bottom: 0px;*/
}
.woocommerce-product-gallery .carousel-indicators li {
    background-color: #252525;
    opacity: .3;
}
.woocommerce-product-gallery .carousel-indicators li.active {
    opacity: 1;
}
.woocommerce-product-gallery .carousel-indicators li {
    width: 8px;
    height: 8px;
}
.measurements-link{
	margin-top:20px !important;
}



.about-carousel{
	height: calc(100vh);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 15px;
	position: relative;
	overflow: hidden;
}
.about-bottom-info{
	width: 100%;
	overflow: hidden;
	display: flex;
	padding:60px 0px;
	height: calc(100vh - 60px);
}
.leftgap{
	width: 17.90736921057566%;
	text-indent: -20000000px;
}
.rightgap{
	width: 17.90736921057566%;
	text-indent: -20000000px;
}
.about-r-mid{
	width: 32.06450403150197%;
}
.about-l-mid{
	width: 32.06450403150197%;
}
.about-l-mid p{
	padding-right: 20px;
}

.about-bottom-info h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 25px;
}	

.about-row-second .d-arow {
    position: absolute;
    bottom: 34px;
    left: auto;
    right: 100px;
    text-align: center;
    width: 20px;
    cursor: pointer;
}

.product-views-outer .rightinvarasoual2 .slick-initialized .slick-slide {
    margin-right: 30px;
}
.product-views-details .woo_bradcrumb{
	float: left;
	padding-left: 57px;
}
.woo_bradcrumb-outer{
	width: 100%;
}

.product-views-outer .rightinvarasoual2 .slick-prev.slick-arrow{
	left: auto;
	right: 18%;
	top: -60px;
}
.product-views-outer .rightinvarasoual2 .slick-next.slick-arrow{
	left: auto;
	right: 16%;
	top: -60px;
}
.product-views-outer .rightinvarasoual2 .slick-prev::before{
	color: #000;
	content: "" !important;
	background: url(../images/prev-s.svg) 0 0 no-repeat;
	position: absolute;
	height: 22px;
	width: 10px;
	opacity: 1;
}
.product-views-outer .rightinvarasoual2 .slick-next::before{
	color: #000;
	content: "" !important;
	background: url(../images/next-s.svg) 0 0 no-repeat;
	position: absolute;
	height: 22px;
	width: 10px;
	opacity: 1;
}

.woocommerce .woocommerce-breadcrumb {
    color: #000;
}

.custom-furniture-about3 .rightinvarasoual .slick-prev.slick-arrow{
	left: auto;
	right: 18%;
	top: -60px;
}
.custom-furniture-about3 .rightinvarasoual .slick-next.slick-arrow{
	left: auto;
	right: 16%;
	top: -60px;
}
.custom-furniture-about3 .rightinvarasoual .slick-prev::before{
	color: #000;
	content: "" !important;
	background: url(../images/prev-s.svg) 0 0 no-repeat;
	position: absolute;
	height: 22px;
	width: 10px;
	opacity: 1;
}
.custom-furniture-about3 .rightinvarasoual .slick-next::before{
	color: #000;
	content: "" !important;
	background: url(../images/next-s.svg) 0 0 no-repeat;
	position: absolute;
	height: 22px;
	width: 10px;
	opacity: 1;
}

.rightinvarasoual3 {
    width: 110%;
    margin-right: -10%;
    margin-left: 60px;
	padding-top: 80px;
}

.about-carousel .rightinvarasoual3 .slick-prev.slick-arrow{
	left: auto;
	left: 0;
	top: -60px;
}
.about-carousel .rightinvarasoual3 .slick-next.slick-arrow{
	left: auto;
	left: 35px;
	top: -60px;
}
.about-carousel .rightinvarasoual3 .slick-prev::before{
	color: #000;
	content: "" !important;
	background: url(../images/prev-s.svg) 0 0 no-repeat;
	position: absolute;
	height: 22px;
	width: 10px;
	opacity: 1;
}
.about-carousel .rightinvarasoual3 .slick-next::before{
	color: #000;
	content: "" !important;
	background: url(../images/next-s.svg) 0 0 no-repeat;
	position: absolute;
	height: 22px;
	width: 10px;
	opacity: 1;
}

.woocommerce-products-header__title.page-title{
	font-size: 3.75rem;
	margin-left: 115px;
	margin-bottom: 80px;
	font-weight: normal;
	font-style: normal;
	line-height: 48px;
	color: #000;
	padding: 60px 0 0 0;
}