.bb-phone {
	border: 2px solid #fdd63a !important;
}
.bb_button {
	border: 2px solid #25d366;
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 20px;
}
.bb_button--alt.bb_button--side-ver:before {
	right: 1em;
	left: 1em;
}
.bb_button--transp[class*=
'bb_button--']:before, .bb_button--transp[class*='bb_button--']:after {
	opacity: .9;
}
.bb_button--side-ver:before {
	top: -2px;
	right: 0;
	bottom: -2px;
	left: 0;
}
.bb_button:before, .bb_button:after {
	content: '';
	background: #ffffff;
	position: absolute;
	z-index: -1;
	transition: transform .2s ease-in-out;
}
.bb_button__text {
	font-size: 1rem;
	color: #666;
	padding: 5px 1em;
	z-index: 2;
	transition: opacity .2s ease;
}
.bb_button--transp[class*='bb_button--']:before, .bb_button--transp[class*='bb_button--']:after {
	opacity: .9;
}
.bb_button:before, .bb_button:after {
	content: '';
	background: #ffffff;
	position: absolute;
	z-index: -1;
	transition: transform .2s ease-in-out;
}
.bb_button--side-ver:hover:before {
	transform: scaleX(0);
}
.section-60-60 {
	padding: 60px 0px 60px 0px;
}

.interior-design-slider .slick-list, .interior-design-slider .slick-track, .interior-design-slider .slick-slide {
	height: 100% !important;
	overflow: hidden;
}
.interior-design-form button {
	width: 100%;
}
.interior-design-form button a {
	border-radius: 30px;
	width: 100%;
	overflow: hidden;
}
.interior-design-slider-overlay {
	background-color: transparent;
	background-image: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, #000000 100%);
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.interior-design-slider {
	position: relative;
	height: 100vh;
	width: 100%;
}

.flex-container {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 1em;
}
@media (min-width: 540px) {
	.flex-container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.flex-container {
		max-width: 768px;
	}
}
@media (min-width: 992px) {
	.flex-container {
		max-width: 992px;
	}
}
@media (min-width: 1200px) {
	.flex-container {
		max-width: 1200px;
	}
}

#navbarSupportedContent {
	margin-top: 20px;
}
.mobile {
	display: none;
}

.slick-active h2, .slick-active h3, .slick-active .button, .slick-active p {
	z-index: 9999;
	opacity: 1 !important;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px) !important;
	font-family: 'Montserrat', sans-serif;
}

.slick-active .button {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.fade-slick {
	height: 100vh;
	position: relative;
}

.slide-animation img {
	animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}

.line-full {
	width: 100%;
	border-top: 1px solid rgb(0 0 0 / 30%);
}
.before-dot-top:before {
	content: "";
	top: 0;
	left: 10px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	background-color: #000;
}
.p-relative {
	position: relative !important
}
.p-t-50 {
	padding-top: 50px !important;
}
.mt-8-minus {
	margin-top: -8px !important;
}

.scroll-image {
	position: absolute;
	box-shadow: 0 0 12px black;
	width: 300px;
	transition: 1s ease;
}
.scroll-image-container {
	height: 300px;
	position: relative;
}
.scroll-image.scroll-image-1 {
	top: 0;
	left: 0;
}
.scroll-image.scroll-image-2 {
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.interior-design-form {
	position: absolute;
	top: 50%;
	left: 70%;
	transform: translate(-50%,-50%);
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 30px;
	max-width: 450px;
	z-index: 2;
}
.interior-design-form h5 {
	font-family: 'Montserrat', cursive;
	font-size: 18px;
}

.fade-slick .slider-content {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 33%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.fade-slick .slider-content h2 {
	margin-bottom: 0;
	font-size: 3rem;
	line-height: 3rem;
	opacity: 0;
	color: #ffffff;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	-o-transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
	font-family: 'Montserrat', cursive;
	margin-bottom: 20px;
}

.fade-slick .slider-content h3 {
	margin-bottom: 10px;
	font-size: 1.3 rem;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
	-o-transition: opacity 0.8s, transform 0.8s;
	transition: opacity 0.8s, -webkit-transform 0.8s;
	transition: opacity 0.8s, transform 0.8s;
	transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
	font-family: 'Montserrat', sans-serif;
	max-width: 600px;
}
.p-tb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.image-info-container {
	position: relative;
}
.image-info-content {
	position: absolute;
	top: 0;
	left: 0;
}
.image-info-content .image-info-content-button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.min-height-350 {
	min-height: 350px;
}
.image-info-content:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	animation: breath-button 2s ease infinite;
	border-radius: 50%;
	background-color: rgb(255 255 255 / 60%);
	z-index: 0;
	transition: .3s ease;
	width: 40px;
	height: 40px;
}
.image-info-content:hover .image-info-content-detail {
	opacity: 1;
	visibility: visible;
	transition: .3s ease;
	left: 50px;
}
.image-info-content-detail {
	position: absolute;
	background-color: rgb(255 255 255 / 80%);
	padding: 10px;
	text-align: center;
	width: 200px;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}
.image-info-content h6 {
	font-family: 'Montserrat', cursive;
	font-size: 14px;
	margin-bottom: 5px;
}
.image-info-content p {
	font-size: 12px;
	margin: 0;
}
.image-info-container img {
	width: 100%;
}
.font-merianda {
	font-family: 'Montserrat', cursive !important;
}
.left-line-btn {
	padding-left: 30px;
	position: relative;
	transition: .3s ease;
}
.interior-design-form p {
	font-size: 14px;
}
.left-line-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 1px;
	background-color: #000000;
	left: 0;
	transition: .3s ease;
}
.left-line-btn:hover {
	padding-left: 0;
}
.left-line-btn:hover:before {
	left: calc(100% + 5px);
	transition: .3s ease;
}
.radius-30 {
	border-radius: 30px;
	line-height: 44.5px;
}
.btn-form1-submit:after {
	display: none;
}
.categories p {
	margin-bottom: 12px;
}
.product-font h5 {
	font-family: 'Montserrat', cursive !important;
}
@keyframes breath-button {
0%   {
width:40px;
height:40px;
}
50%  {
width:60px;
height:60px;
}
100% {
width:40px;
height:40px;
}
}

/* STYLE 1 VERTICAL */
.action-button {
	position: fixed;
	z-index: 9999;
}
.action-button .ab-link {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	/* background: #b3954f; */
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 80px;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.2s;
	box-shadow: 0px 6px 24px -2px rgba(0, 0, 0, 0.3);
	z-index: 3;
	line-height: 1;
	/* background: rgb(245,190,61); */
	background: -moz-linear-gradient(176deg, rgba(245,190,61,1) 0%, rgba(247,212,129,1) 53%, rgba(179,149,79,1) 100%);
	/* background: -webkit-linear-gradient(176deg, rgba(245,190,61,1) 0%, rgba(247,212,129,1) 53%, rgba(179,149,79,1) 100%); */
	/* background: linear-gradient(176deg, rgba(245,190,61,1) 0%, rgba(247,212,129,1) 53%, rgba(179,149,79,1) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5be3d",endColorstr="#b3954f",GradientType=1);
}
.action-button .ab-link:hover {
	transform: scale(1.1) translateZ(0) translateY(0);
}
.action-button.open .ab-link {
	transform: rotate(45deg);
	/* background: #c69e23; */
}
.action-button.open .ab-link:hover {
	transform: scale(1.1) rotate(45deg) translateZ(0) translateY(0);
}
.action-button.open .action-list span {
	display: block;
	opacity: 0;
}
.action-button.open .action-list li:hover span {
	opacity: 1;
	transform: scale(0.9) translateZ(0) translateY(0);
}
.action-button .action-list {
	list-style-type: none;
	margin: 0;
	position: absolute;
	padding: 0;
	transition: all 0.2s;
}
.action-button .action-list li {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	font-size: 28px;
	box-shadow: 0px 6px 24px -2px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all 0.2s;
	position: absolute;
	z-index: 1;
	opacity: 0;
}
.action-button .action-list li:hover {
	transform: scale(1.1) translateZ(0) translateY(0);
}
.action-button .action-list li:hover i {
	color: #cd2c47;
}
.action-button .action-list li.active i {
	color: #cd2c47;
}
.action-button .action-list li.active span {
	opacity: 1;
	color: #fff;
	background: #cd2c47;
}
.action-button .action-list li i {
	color: #333;
	transition: all 0.2s;
}
.action-button .action-list li span {
	display: none;
	position: absolute;
	left: 80px;
	font-size: 14px;
	background: #fff;
	white-space: nowrap;
	box-shadow: 0px 6px 24px -2px rgba(0, 0, 0, 0.3);
	padding: 3px 12px;
	font-weight: 700;
	transition: all 0.2s;
}
.action-button.top-left {
	top: 50px;
	left: 50px;
}
.action-button.top-left li {
	top: 0;
}
.action-button.top-right {
	top: 50px;
	right: 50px;
}
.action-button.top-right .action-list li span {
	right: 80px;
	left: initial;
}
.action-button.top-right li {
	top: 0;
}
.action-button.bottom-left {
	bottom: 50px;
	left: 50px;
}
.action-button.bottom-left .action-list {
	margin-top: -45px;
}
.action-button.bottom-left li {
	bottom: 0;
}
.action-button.bottom-right {
	bottom: 50px;
	right: 50px;
}
.action-button.bottom-right .action-list li span {
	right: 80px;
	left: initial;
}
.action-button.bottom-right .action-list {
	margin-top: -45px;
}
.action-button.bottom-right li {
	bottom: 0;
}
/* STYLE 1 HORIZONTAL */
.action-button.horizontal.top-left:not(.split) {
top: 50px;
left: 50px;
}
.action-button.horizontal.top-left:not(.split)
ul {
	top: -3px;
	left: 64px;
}
.action-button.horizontal.top-left:not(.split)
.action-list li span {
	transform: scale(0.9) translateZ(0) translateY(0) translateX(-50%);
}
.action-button.horizontal.top-left:not(.split)
li {
	top: 0;
}
.action-button.horizontal.top-left:not(.split)
li span {
	left: 50%;
	top: 82px;
}
.action-button.horizontal.bottom-left:not(.split) {
bottom: 50px;
left: 50px;
}
.action-button.horizontal.bottom-left:not(.split)
ul {
	margin-top: -63px;
	left: 64px;
}
.action-button.horizontal.bottom-left:not(.split)
.action-list li span {
	transform: scale(0.9) translateZ(0) translateY(0) translateX(-50%);
}
.action-button.horizontal.bottom-left:not(.split)
li {
	top: 0;
}
.action-button.horizontal.bottom-left:not(.split)
li span {
	left: 50%;
	top: -38px;
}
.action-button.horizontal.top-right:not(.split) {
top: 50px;
right: 50px;
}
.action-button.horizontal.top-right:not(.split)
ul {
	top: -3px;
	right: 64px;
}
.action-button.horizontal.top-right:not(.split)
.action-list li span {
	transform: scale(0.9) translateZ(0) translateY(0) translateX(50%);
}
.action-button.horizontal.top-right:not(.split)
li {
	top: 0;
}
.action-button.horizontal.top-right:not(.split)
li span {
	right: 50%;
	top: 82px;
}
.action-button.horizontal.bottom-right:not(.split) {
bottom: 50px;
right: 50px;
}
.action-button.horizontal.bottom-right:not(.split)
ul {
	margin-top: -63px;
	right: 64px;
}
.action-button.horizontal.bottom-right:not(.split)
.action-list li span {
	transform: scale(0.9) translateZ(0) translateY(0) translateX(50%);
}
.action-button.horizontal.bottom-right:not(.split)
li {
	top: 0;
}
.action-button.horizontal.bottom-right:not(.split)
li span {
	right: 50%;
	top: -38px;
}
/* STYLE 2 */
.action-button.triangle ul {
	margin-top: -55px;
	margin-left: 10px;
}
.action-button.triangle ul li {
	width: 40px;
	height: 40px;
	font-size: 18px;
}
.action-button.triangle.top-left.open ul li:nth-child(1) {
	transform: translateX(70px);
}
.action-button.triangle.top-left.open ul li:nth-child(2) {
	transform: translateX(50px) translateY(50px);
}
.action-button.triangle.top-left.open ul li:nth-child(3) {
	transform: translateY(70px);
}
.action-button.triangle.top-right.open ul li:nth-child(1) {
	transform: translateX(-70px);
}
.action-button.triangle.top-right.open ul li:nth-child(2) {
	transform: translateX(-50px) translateY(50px);
}
.action-button.triangle.top-right.open ul li:nth-child(3) {
	transform: translateY(70px);
}
.action-button.triangle.bottom-left ul {
	margin-top: 5px;
}
.action-button.triangle.bottom-left.open ul li:nth-child(1) {
	transform: translateX(70px);
}
.action-button.triangle.bottom-left.open ul li:nth-child(2) {
	transform: translateX(50px) translateY(-50px);
}
.action-button.triangle.bottom-left.open ul li:nth-child(3) {
	transform: translateY(-70px);
}
.action-button.triangle.bottom-right ul {
	margin-top: 5px;
}
.action-button.triangle.bottom-right.open ul li:nth-child(1) {
	transform: translateX(-70px);
}
.action-button.triangle.bottom-right.open ul li:nth-child(2) {
	transform: translateX(-50px) translateY(-50px);
}
.action-button.triangle.bottom-right.open ul li:nth-child(3) {
	transform: translateY(-70px);
}
/* STYLE 3 */
.action-button.split.horizontal.open ul {
	z-index: 4;
}
.action-button.split.horizontal .ab-link i {
	font-size: 30px;
}
.action-button.split.horizontal .ab-link {
	border-radius: 100px;
	transform: initial;
	position: absolute;
}
.action-button.split.horizontal .ab-link:hover {
	transform: initial;
}
.fb-section-full {
	height: 100vh;
	align-items: center;
	display: flex;
}
.action-button.split.horizontal .ab-link span {
	transition: all 0.2s;
	position: absolute;
	left: 17px;
	display: flex;
	top: 50%;
	transform: translateY(-50%);
}
.action-button.split.horizontal ul {
	position: relative;
	margin-left: 70px;
	z-index: -1;
}
.action-button.split.bottom-left.horizontal .ab-link:before {
	/* content: ""; */
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .5s ease;
	border: 2px solid #eeb45c;
	opacity: 1;
	visibility: visible;
}
.action-button.open .ab-link:before {
	opacity: 0 !important;
	visibility: hidden !important;
	transition: .2s ease;
}
.action-button.split.horizontal ul li {
	float: left;
	position: static;
	flex-wrap: wrap;
	margin-right: 0px;
	background: transparent;
	box-shadow: none;
	margin-bottom: 0;
	padding: 0;
}
.action-button.split.horizontal ul li.active i {
	color: #fff;
}
.action-button.split.horizontal ul li:hover i {
	color: #fff;
	/* font-size: 26px; */
}
.action-button.split.horizontal ul li i {
	color: #fff;
	transform-origin: 50% 50%;
}
.action-button.split.top-right.horizontal .ab-link {
	right: 0;
}
.action-button.split.top-right.horizontal .ab-link span {
	left: initial;
	right: 12px;
}
.action-button.split.top-right.horizontal ul {
	margin-left: 0;
	margin-right: 40px;
}
.action-button.split.bottom-left.horizontal .ab-link {
	bottom: 0;
}
.action-button.split.bottom-right.horizontal .ab-link {
	right: 0;
	bottom: 0;
}
.action-button.split.bottom-right.horizontal .ab-link span {
	left: initial;
	right: 12px;
}
.action-button.split.bottom-right.horizontal ul {
	margin-left: 0;
	margin-right: 40px;
}
.home-category-content {
	height: 100vh;
	width: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%);
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.home-category-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%);
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.home-category-content .home-category-content-info {
	position: absolute;
	bottom: 0;
	padding: 50px 0;
	text-align: center;
	color: #FFF;
	width: 100%;
	color: #FFF;
}
.home-category-content .home-category-content-info h3 {
	color: #fff !important;
}
.home-category-content .home-category-content-info h3 {
	font-size: 45px;
	font-weight: 600;
	letter-spacing: .03em;
	line-height: 1;
	margin-bottom: 10px;
}
.home-category-content .home-category-content-info span {
	font-size: 15px;
}
.home-category-container a {
	display: block;
}
