.bg_black 
{
 --bg-color: #000000;
 --text-color: #ffffff;
 --hover-text-color: #000000;
 --product-range-text-hover-color: #ffffff;
}

.bg_white 
{
--bg-color: #ffffff;
--text-color: #000000;
--hover-text-color: #ffffff;
--product-range-text-hover-color: #000000;
}

body 
{
	background-color: #000000;
}

section .common-container {
	width: 1720px;
	margin: 0 auto;
	padding: 0px;
}

@media (width <=1920px) {
	section .common-container {
		width: 1720px;
		margin: 0 auto;
	}

}

@media (width <= 1820px) {
	section .common-container {
		width: 1620px;
		margin: 0 auto;
	}

}

@media (width <= 1720px) {
	section .common-container {
		width: 1520px;
		margin: 0 auto;
	}

}

@media (width <=1680px) {
	section .common-container {
		width: 1480px;
		margin: 0 auto;
	}
}

@media (width <=1536px) {
	section .common-container {
		width: 1336px;
		margin: 0 auto;
	}

}

@media (width <=1440px) {
	section .common-container {
		width: 1340px;
		margin: 0 auto;
	}

}

/* @media (width <= 1365px) {
	section .common-container {
		width: 1265px;
		margin: 0 auto;
	}

} */

@media (width <=1280px) {
	section .common-container {
		width: 1200px;
		margin: 0 auto;
	}
}


@media (width <=1120px) {
	section .common-container {
		width: 100%;
		margin: 0 auto;
        padding: 0px 10px;
	}

}

@media (width <= 992px)
{
    section .common-container 
    {
        padding: 0 15px;
    }
}

@media (width <= 768px)
{
    section .common-container 
    {
        padding: 0 10px;
    }
}


#landing-banner #sbuhero-video {
	position: relative;
}

#landing-banner #sbuhero-video iframe {
	display: block;
	height: 50vw;
	/* aspect-ratio: 2.1; */
}

#landing-banner img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Banner swiper slider start */
.officeLandingBannerSlider .swiper-slide::before
{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, black 0%, #0000 72%);
    z-index: 2;
    opacity: .7;
}

.officeLandingBannerSlider .swiper-slide .banner-desktop-desktop {
	display: block;
}

.officeLandingBannerSlider .swiper-slide .banner-desktop-mobile {
	display: none;
}

.officeLandingBannerSlider .swiper-slide .bannertext {
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 65px;
    z-index: 99;
}

.officeLandingBannerSlider .swiper-slide .bannertext .bannerTitle {
    font-size: 48px;
    line-height: 1.1;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 12px;
    color: white;
    font-family: 'Playfair Display', serif;
}

.officeLandingBannerSlider .swiper-slide .bannertext p {
    font-size: 24px;
    text-align: center;
    font-family: "Figtree";
    line-height: 20px;
    letter-spacing: 1px;
    color: #BDA371;
    text-transform: uppercase;
}

.officeLandingBannerSlider .swiper-slide .bannertext a
{
	background: #BDA371;
    color: black;
    border: none;
	display: inline-grid;
    justify-content: center;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 3.2em;
    margin-top: 4px;
    transition: 0.5s;
}

.officeLandingBannerSlider .swiper-pagination.bannerslider-pagination
{
	bottom: 10px;
    background-color: unset;
    margin: 0 auto;
    left: 0;
    right: auto;
    text-align: center;
    transform: unset;
    width: 100%;
    transform: translate(0%, 0);
    display: block;
    top: 94%;
}

.officeLandingBannerSlider .swiper-pagination.bannerslider-pagination .swiper-pagination-bullet {
    margin-right: 15px;
    opacity: 1;
    height: 6px;
    border-radius: 50px;
    width: 26px;
    background-color: rgba(255, 255, 255, 0.4);
}

.officeLandingBannerSlider .swiper-pagination.bannerslider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
	background-color: #bda375;
}


.officeLandingBannerSlider .swiper-button-next.bannerslider-next, 
.officeLandingBannerSlider .swiper-button-prev.bannerslider-prev {
    width: auto;
    height: auto;
    display: block;
}

.officeLandingBannerSlider .swiper-button-prev.bannerslider-prev
{
	left: 30px;
}

.officeLandingBannerSlider .swiper-button-next.bannerslider-next{
    right: 30px;
}

.officeLandingBannerSlider .swiper-button-next.bannerslider-next:hover svg g circle,
.officeLandingBannerSlider .swiper-button-prev.bannerslider-prev:hover svg g circle
{
    fill: #bda371;
}

.officeLandingBannerSlider .swiper-button-next.bannerslider-next:hover svg g g>line,
.officeLandingBannerSlider .swiper-button-prev.bannerslider-prev:hover svg g g>line
{
	stroke: #000000;
}
/* Banner swiper slider end */

/* common della first section start*/

.shopbyroom-section-office 
{
	margin: 50px 0px;
}

.shopbyroom-section-office  .welcome-content-section-left-title {
    font-size: clamp(30px, calc(1.875rem + (40 - 30) * ((100vw - 768px) / (1920 - 768))), 40px);
    color: #BDA371;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
	text-align: right;
}

.shopbyroom-section-office .welcome-content-section-left-tagline p {
    font-size: clamp(16px, calc(1rem + (18 - 16) * ((100vw - 768px) / (1920 - 768))), 18px);
    color: #BDA371;
    text-align: right;
    font-family: 'Figtree', sans-serif;
    font-weight: 100;
    margin: 0;
    letter-spacing: 0;
}

.shopbyroom-section-office .welcome-content-section-middle-description {
    color: #fff;
    font-size: 16px;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
}

.shopbyroom-section-office .welcome-content-section-middle-description strong {
    color: #BDA371;
    font-weight: 600;
}

.shopbyroom-section-office .welcome-content-section-right .madeIndiaLogo img {
    max-width: 160px;
    height: auto;
}

.shopbyroom-section-office .welcome-content-section-right .madeIndiaLogo .madeinindia-home
{
    border: 1px solid #BDA371;
    padding: 10px;
}
/* common della first section end*/

/*Shop by room and grid slider section start */ 
.shopbyroom-section
{
	margin: 50px 0px;
}
.shopbyroom-section .sectiontitle,
.material-board .material-board-title,
.discover-products .discover-products-title
{
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: clamp(24px, calc(1.5rem + (34 - 24) * ((100vw - 768px) / (1920 - 768))), 34px);
    font-family: "Playfair Display", serif;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.shopbyroom-section .sectiontitle::before,
.shopbyroom-section .sectiontitle::after,
.material-board .material-board-title::before,
.material-board .material-board-title::after,
.discover-products .discover-products-title::before,
.discover-products .discover-products-title::after
{
    content: "";
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(/wp-content/themes/dellastore/newhome/images/shadow-line-horizontal.svg);
    width: 50px;
    height: 1.6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shopbyroom-section .shopbyroom-slider{
	margin: 50px 0px;
}

.shopbyroom-section .para {
	max-width: 1000px;
	margin: 10px auto 10px;
	text-align: center ;
	line-height: 1.4;
	color: white;
	font-family: "Figtree", sans-serif ;
	font-size: 16px;
	font-weight: normal ;
}

.shopbyroom-section .shopbyroom-slider .countnamecontent
{
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
}

.shopbyroom-section .shopbyroom-slider .countnamecontent .countscollection {
    text-align: center;
    font-size: 28px;
    font-family: 'Gotham Light';
    color: #BDA371;
    z-index: 5;
    font-weight: bold;
}

.shopbyroom-section .shopbyroom-slider .countnamecontent .threedtext {
    text-align: center;
    z-index: 40;
    font-size: 20px;
    font-family: "Leighton";
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.shopbyroom-section .shopbyroom-slider .countnamecontent::after {
    content: '';
    position: absolute;
    bottom: -64px;
    left: 0;
    height: 150px;
    width: 100%;
    background: linear-gradient(to top, black, transparent);
    z-index: -1;
}

.shopbyroom-section .shopbyroom-slider .swiper-wrapper,
.gridslider4 .slider-grid .swiper-wrapper,
.sbu-productslider-section .sbu-productslider .swiper-wrapper,
.discover-products .DiscoverSlider .swiper-wrapper
 {
    padding-bottom: 115px;
}

.shopbyroom-section .shopbyroom-slider .shopbyroom-slider-pagination,
.gridslider4 .slider-grid .spotlightSlider-pagination,
.sbu-productslider-section .sbu-productslider .sbu-productslider-pagination,
.discover-products .DiscoverSlider .DiscoverSlider-pagination
{
	top: inherit;
	width: 85% ;
	left: 0% ;
	bottom: 70px ;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	transform: translate(0px, 0px);
	margin: auto;
	background-color: #fff3
}

.shopbyroom-section .shopbyroom-slider .shopbyroom-slider-pagination .swiper-pagination-bullet,
.gridslider4 .slider-grid .spotlightSlider-pagination .swiper-pagination-bullet,
.sbu-productslider-section .sbu-productslider .sbu-productslider-pagination .swiper-pagination-bullet,
.discover-products .DiscoverSlider .DiscoverSlider-pagination .swiper-pagination-bullet
 {
	border-radius: 0;
	margin: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	height: 3px;
	margin: 0 
}

.shopbyroom-section .shopbyroom-slider .shopbyroom-slider-pagination .swiper-pagination-bullet-active,
.gridslider4 .slider-grid .spotlightSlider-pagination .swiper-pagination-bullet-active,
.sbu-productslider-section .sbu-productslider .sbu-productslider-pagination .swiper-pagination-bullet-active,
.discover-products .DiscoverSlider .DiscoverSlider-pagination .swiper-pagination-bullet-active
{
	background-color: #bda371;
}

.shopbyroom-section .shopbyroom-slider .swiper-button-prev:after,
.shopbyroom-section .shopbyroom-slider .swiper-button-next:after,
.gridslider4 .slider-grid .swiper-button-prev:after,
.gridslider4 .slider-grid .swiper-button-next:after,
.sbu-productslider-section .sbu-productslider .swiper-button-prev:after,
.sbu-productslider-section .sbu-productslider .swiper-button-next:after,
.discover-products .DiscoverSlider .swiper-button-prev:after,
.discover-products .DiscoverSlider .swiper-button-next:after
{
	content: none;
}

.shopbyroom-section .shopbyroom-slider .swiper-button-next.shopbyroom-slider-next,
.gridslider4 .slider-grid .swiper-button-next.spotlightSlider-next,
.sbu-productslider-section .sbu-productslider .swiper-button-next.sbu-productslider-next,
.discover-products .DiscoverSlider .swiper-button-next.DiscoverSlider-next
 {
	top: auto;
	right: 25px;
    bottom: 43px;
}

.shopbyroom-section .shopbyroom-slider .swiper-button-prev.shopbyroom-slider-prev,
.gridslider4 .slider-grid .swiper-button-prev.spotlightSlider-prev,
.sbu-productslider-section .sbu-productslider .swiper-button-prev.sbu-productslider-prev,
.discover-products .DiscoverSlider .swiper-button-prev.DiscoverSlider-prev {
	top: auto;
	bottom: 43px;
	left: 25px ;

}

.shopbyroom-section .shopbyroom-slider .swiper-button-next.shopbyroom-slider-next svg,
.shopbyroom-section .shopbyroom-slider .swiper-button-prev.shopbyroom-slider-prev svg,
.gridslider4 .slider-grid .swiper-button-next.spotlightSlider-next svg,
.gridslider4 .slider-grid .swiper-button-prev.spotlightSlider-prev svg,
.sbu-productslider-section .sbu-productslider .swiper-button-next.sbu-productslider-next svg,
.sbu-productslider-section .sbu-productslider .swiper-button-prev.sbu-productslider-prev svg,
.discover-products .DiscoverSlider .swiper-button-next.DiscoverSlider-next svg,
.discover-products .DiscoverSlider .swiper-button-prev.DiscoverSlider-prev svg,
.design-journal-section .journalSwiper-v2 .swiper-button-next.officeproductslider-next2 svg,
.design-journal-section .journalSwiper-v2 .swiper-button-prev.officeproductslider-prev2 svg
{
	width: 52px;
	height: 52px;
}

.shopbyroom-section .shopbyroom-slider .swiper-button-next.shopbyroom-slider-next:hover svg g circle,
.shopbyroom-section .shopbyroom-slider .swiper-button-prev.shopbyroom-slider-prev:hover svg g circle,
.gridslider4 .slider-grid .swiper-button-next.spotlightSlider-next:hover svg g circle,
.gridslider4 .slider-grid .swiper-button-prev.spotlightSlider-prev:hover svg g circle,
.sbu-productslider-section .sbu-productslider .swiper-button-next.sbu-productslider-next:hover svg g circle,
.sbu-productslider-section .sbu-productslider .swiper-button-prev.sbu-productslider-prev:hover svg g circle,
.discover-products .DiscoverSlider .swiper-button-next.DiscoverSlider-next:hover svg g circle,
.discover-products .DiscoverSlider .swiper-button-prev.DiscoverSlider-prev:hover svg g circle
{
	fill: #bda371;
}

.shopbyroom-section .shopbyroom-slider .swiper-button-next.shopbyroom-slider-next:hover svg g g>line,
.shopbyroom-section .shopbyroom-slider .swiper-button-prev.shopbyroom-slider-prev:hover svg g g>line,
.gridslider4 .slider-grid .swiper-button-next.spotlightSlider-next:hover svg g >line,
.gridslider4 .slider-grid .swiper-button-prev.spotlightSlider-prev:hover svg g >line,
.sbu-productslider-section .sbu-productslider .swiper-button-next.sbu-productslider-next:hover svg g>line,
.sbu-productslider-section .sbu-productslider .swiper-button-prev.sbu-productslider-prev:hover svg g>line,
.discover-products .DiscoverSlider .swiper-button-next.DiscoverSlider-next:hover svg g>line,
.discover-products .DiscoverSlider .swiper-button-prev.DiscoverSlider-prev:hover svg g>line
{
	stroke: #000000;
}

.shopbyroom-section .shopbyroom-slider .swiper-button-next.shopbyroom-slider-next,
.shopbyroom-section .shopbyroom-slider .swiper-button-prev.shopbyroom-slider-prev,
.gridslider4 .slider-grid .swiper-button-next.spotlightSlider-next,
.gridslider4 .slider-grid .swiper-button-prev.spotlightSlider-prev,
.sbu-productslider-section .sbu-productslider .swiper-button-next.sbu-productslider-next,
.sbu-productslider-section .sbu-productslider .swiper-button-prev.sbu-productslider-prev,
.discover-products .DiscoverSlider .swiper-button-next.DiscoverSlider-next,
.discover-products .DiscoverSlider .swiper-button-prev.DiscoverSlider-prev,
.design-journal-section .journalSwiper-v2 .swiper-button-next.officeproductslider-next2,
.design-journal-section .journalSwiper-v2 .swiper-button-prev.officeproductslider-prev2
{
	width: 55px;
	height: 55px;
}

.shopbyroom-section .shopbyroom-slider .pagination-counter {
	position: absolute;
	bottom: 15px;
	left: 1%;
	right: 0;
	text-align: center;
	margin: 0 auto;
	color: #fff
}

.shopbyroom-section .shopbyroom-slider .shopbyroom-slider-counter .stroke {
	border-right: 1px solid #fff;
    width: 15px;
    height: 39px;
    transform: rotate(13deg);
    display: inline-block;
    position: relative;
    left: -11px;
    top: 0px;
}

.shopbyroom-section .shopbyroom-slider .shopbyroom-slider-counter .count,
.shopbyroom-section .shopbyroom-slider .shopbyroom-slider-counter .total {
	font-size: 20px;
	position: absolute;
}

.shopbyroom-section .shopbyroom-slider .shopbyroom-slider-counter .total {
	bottom: 8px;
	margin-left: 2px;
    top: 0px;
    font-family: inherit;
    font-style: initial;
}

.shopbyroom-section .shopbyroom-slider .shopbyroom-slider-counter .count {
	margin-left: -20px;
	bottom: 10px;
    top: 0px;
    font-family: inherit;
    font-style: initial;
}

.gridslider4 .slider-grid .pagination-counter ,
.sbu-productslider-section .sbu-productslider .pagination-counter,
.discover-products .DiscoverSlider .DiscoverSlider-counter {
	position: absolute;
	bottom: 33px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	color: var(--text-color);
	font-size: 18px;
}

.gridslider4 .slider-grid .swiper-slide .slider-title
{
	text-transform: uppercase;
    font-size: 1.1rem;
    color: #fff;
    margin-top: 10px;
    font-weight: 300;
}

.gridslider4 .slider-grid .swiper-slide img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*Shop by room and grid slider section end */ 

/* Common grid sticky heading start */
.sec-top-bottom-space
{
    background-color: var(--bg-color);
    color: var(--text-color)
}

.sec-top-bottom-space,
.sbu-productslider-section,
.material-board,
.about-della-section,
.getinspired,
.discover-products
{
	padding: 50px 0px;
}

.grid-sec
{
	margin: 0 0 30px 0;
}

.heading-title-sticky.sticky-title
{
	position: sticky;
    z-index: 999;
    background: var(--bg-color);
    padding-bottom: 10px;
}

.comman-grid-sticky .comman-grid-title
{
	margin-left: 0;
    font-family: "Playfair Display", serif;
    letter-spacing: 2px;
	font-size: clamp(20px, calc(1.25rem + (34 - 20) * ((100vw - 768px) / (1920 - 768))), 34px);
	text-transform: capitalize;
    color: var(--text-color);
    transition: 0.4s ease;
}

.heading-title-sticky.sticky-title .comman-grid-sticky .comman-grid-title
{
    font-size: clamp(24px, calc(1.5rem + (28 - 24) * ((100vw - 768px) / (1920 - 768))), 28px);
}

.heading-title-sticky.sticky-title .comman-grid-sticky .comman-grid-discription .comman-grid-discription-p,
.heading-title-sticky.sticky-title .comman-grid-sticky .comman-grid-discription .comman-grid-discription-p p,
.heading-title-sticky.sticky-title .comman-grid-sticky .common-grid-counts-title .common-grid-inline .sub-group-visible a,
.heading-title-sticky.sticky-title .comman-grid-sticky .common-grid-counts-title .column-category .view-all-btn
{
    font-size: 14px;
    margin: 0px;
}

.comman-grid-sticky .comman-grid-title.collection_click_without_anchor::before
{
	bottom: 11px;
}

.comman-grid-sticky .comman-grid-discription .comman-grid-discription-p,
.comman-grid-sticky .comman-grid-discription .comman-grid-discription-p p
{
    letter-spacing: 2px;
	font-weight: 400;
	font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1920 - 768))), 16px);
    transition: 0.4s ease;
}

.comman-grid-sticky .common-grid-counts-title .common-grid-inline
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.comman-grid-sticky .common-grid-counts-title .common-grid-inline .sub-group-visible
{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.comman-grid-sticky .common-grid-counts-title .common-grid-inline .sub-group-visible a
{
	color: #BDA371;
	font-family: 'Gotham Light';
    letter-spacing: 2px;
	font-weight: 400;
	font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1920 - 768))), 16px);
	margin-right: 0px;
	transition: 0.4s ease;
}

.comman-grid-sticky .common-grid-counts-title .common-grid-inline .sub-group-visible a:hover
{
	text-decoration: underline;
	text-underline-position: under;
}

.comman-grid-sticky .common-grid-counts-title .column-category .view-all-btn
{
	border: 1px solid #d8b270;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: 0.4s ease;
    font-size: 16px;
	background-color: transparent;
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
	transition: 0.4s ease;
    color: var(--text-color);
}

.heading-title-sticky.sticky-title .comman-grid-sticky .common-grid-counts-title .column-category .view-all-btn 
{
    padding: 5px 25px;
}

.comman-grid-sticky .common-grid-counts-title .column-category .view-all-btn svg
{
	width: 25px;
    height: 25px;
    transition: 0.4s ease;
}

.heading-title-sticky.sticky-title .comman-grid-sticky .common-grid-counts-title .column-category .view-all-btn svg {
    width: 20px;
    height: 20px;
}

.comman-grid-sticky .common-grid-counts-title .column-category .view-all-btn:hover
{
	color: var(--hover-text-color);
	background-color: #d8b270;

}

.comman-grid-sticky .common-grid-counts-title .column-category .view-all-btn:hover svg
{
	stroke: var(--hover-text-color);
}


/* Common grid sticky heading end */


/* All common grid css start */
.grid-sec img 
{
	width: 100%;
	height: auto;
	object-fit: cover;
}

.grid-sec div  > a img
{
	padding: 3px;
}

.grid-sec .grid-img-a .title-show
{
	
    opacity: 0;
	position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
	transform: translate(-50%, 50%);
	transition: 0.4s ease;
}

.grid-sec .grid-img-a .title-show .title-head
{
	font-family: 'Gotham Light';
    letter-spacing: 2px;
    font-size: 14px;
	background-color: #000;
    color: #ffffff;
    text-transform: uppercase;
	padding: 10px;
    transition: 0.5s;
	margin-bottom: 0px;
	text-align: center;
	transition: 0.4s ease;
	text-wrap: nowrap;
	white-space: nowrap;
}

.grid-sec .grid-img-a:hover .title-show
{
    opacity: 1;
    visibility: visible;
}

.grid12 .col-w-20
{
	width: 20%;
}

@media (width <= 768px)
{
	.grid12 .col-w-20
	{
		width: 100%;
	}
}

.product-range-sec .card
{
	border: 1px solid #BDA371;
	border-radius: 0px;
	background-color: var(--bg-color);
}

.product-range-sec .row > div
{
	padding: 0px 5px;
}

.product-range-sec .card .product-range-img
{
	overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
	overflow: hidden;
}

.product-range-sec .card .product-range-img img
{
	display: block;
    width: auto;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
	transition: 0.4s ease;
}

.product-range-sec .card .product-range-img img:hover
{
	transform: scale(1.06);
}	

.product-range-sec .title-btn
{
	border: 1px solid #BDA371;
	padding: 10px;
	margin-top: 10px;
}

.product-range-sec .title-btn .product-title
{
	font-family: 'Gotham Light';
    letter-spacing: 1px;
	margin-bottom: 0px;
	font-size: 14px;
    color: var(--text-color);
}

.product-range-sec .title-btn .product-getprice
{
	white-space: nowrap;
	background-color: transparent;
    border: none;
    color: #BDA371;
    letter-spacing: 0.8px;
    text-align: center;
    font-weight: 400;
	font-family: "Gotham Light";
    font-size: 14px;
	text-transform: uppercase;
	padding: 0px;
}

.product-range-sec .title-btn .product-getprice:hover
{
	color: var(--product-range-text-hover-color)
}

.show-more-btn
{
	margin-top: 50px;
}

.show-more-btn a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border: 1px solid #BDA371;
    font: normal normal 300 16px / 17px Figtree;
    letter-spacing: 0.7px;
    color: #BDA371;
    background-color: transparent;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.show-more-btn a:hover
{
	border: 1px solid #BDA371;
    background-color: #BDA371;
    color: #ffffff;
}

.viewmore-cta-btn, .button:focus
{
	border: 0;
    background-color: #bda371;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 400;
	gap: 10px;
	border-radius: 0px;
	border: 1px solid transparent;
	transition: 0.4s ease;
}

.viewmore-cta-btn:hover
{
	border: 1px solid #bda371;
	background-color: transparent;
	color: #ffffff;
}


.grid-wrapper.grid9 {
    display: -ms-grid;
    display: grid;
    gap: 8px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-wrapper.grid9 .grid-content-1 {
    grid-column: 1 / 3;
    grid-row: 1;
}

.grid-wrapper.grid9 .grid-content-2 {
    grid-column: 3;
    grid-row: 1;
}

.grid-wrapper.grid9 .grid-content-3 {
    grid-column: 4;
    grid-row: 1;
}

.grid-wrapper.grid9 .grid-content-4 {
    grid-column: 1;
    grid-row: 2;
}

.grid-wrapper.grid9 .grid-content-5 {
    grid-column: 2/4;
    grid-row: 2;
}

.grid-wrapper.grid9 .grid-content-6 {
    grid-column: 4;
    grid-row: 2;
}

.grid-wrapper.grid9 .grid-content-7 {
    grid-column: 1;
    grid-row: 3;
}


.grid-wrapper.grid9 .grid-content-8 {
    grid-column: 2;
    grid-row: 3;
}

.grid-wrapper.grid9 .grid-content-9 {
    grid-column: 3/5;
    grid-row: 3;
}

.grid-wrapper.grid9 .grid-text-content {
    display: none;
}

.grid-wrapper.grid9 .box-content .gridlayoutimages {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.grid-wrapper.grid9 .box-content:hover .gridwrapper-text {
    opacity: 1;
    visibility: visible;
}

.grid-wrapper.grid9 .gridwrapper-text {
    position: absolute;
    width: fit-content;
    margin: auto;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: #000;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    text-align: center;
    padding: 10px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transform: scale(1);
}

.grid-wrapper.grid9 .box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all 1s ease;
}


/* All common grid css end */


.mood-board-slider-sec
{
	padding: 50px 0px;
}

.mood-board-slider-sec img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* SBU product slider start */

/* Material board section start */
.material-board img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Material board section end */

/* Get Insprired section css start*/
.getinspired-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.getinspired .left {
  width: 72%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.getinspired .hotspot {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  animation: pulse 2s infinite;
  z-index: 10;
}

.getinspired .hotspot::after {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  right: 0;
  border: 1px solid white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.getinspired .hotspot:hover {
  background: rgba(255, 255, 255, 0.4);
}

.getinspired .hotspot[data-target="desk"] {
  top: 62%;
  left: 55%;
}

.getinspired .hotspot[data-target="cocoon"] {
  top: 60%;
  left: 30%;
}

.getinspired .hotspot[data-target="ceiling"] {
  top: 55%;
  left: auto;
  right: 15%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    transform: scale(1.2);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.getinspired .right {
  width: 28%;
  background: #fdf6ef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
}

.getinspired .right h2 {
  font-weight: normal;
  margin-bottom: 20px;
  color: black;
}

.getinspired img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.getinspired .preview {
  width: 300px;
  height: auto;
}

.getinspired .caption {
  margin-top: 50px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  text-align: center;
}

.getinspired .getinspired-shop-btn {
    border: 1px solid #bda371;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bda371;
    padding: 15px 38px;
    font-size: 16px;
    font-weight: 100;
    gap: 10px;
    transition: 0.4s ease;
	cursor: pointer;
}
.getinspired .getinspired-shop-btn:hover
{
	background-color: #000000;
}
.getinspired .preview-box {
  flex: 0 0 100%;
  transition: transform 0.5s ease, opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.getinspired .preview-box.active {
  transform: translateY(0);
  opacity: 1;
  z-index: 2;
}

.getinspired  .preview-slider {
  margin-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 500px;
  width: 100%;
}
/* Get Insprired section css end*/

/* About della section css start*/
.about-della-section {
  background-color: #000;
  color: #fff;
}

.about-della-section .about-della-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
} 
.about-della-section .about-della-container .swiper img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/* About della section css start*/

/* Discover product slider section css start*/
.discover-products
{
    background-color: var(--bg-color);
    color: var(--text-color);

}
.discover-products .discover-products-title
{
    color: #bda371;
}

.discover-products .discover-products-slide-title
{
    color: var(--text-color);
    font-size: 18px;
    margin-top: 20px;
    font-weight: 400;
}

.discover-products .discover-btn-all 
{
    display: inline-grid;
    justify-content: center;
    width: fit-content;
    background-color: var(--bg-color);
    padding: 10px 20px;
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.2px;
    margin-top: 10px;
    transition: 0.5s;
    border: 1px solid var(--text-color);
    margin-top: 20px;
}
.discover-products .discover-btn-all:hover 
{
    background-color: #bda371;
    color: var(--hover-text-color);
    border: 1px solid var(--text-color);
}
/* Discover product slider section css start*/

#Download-Cat {
	background-color: #ffffff;
}

#Download-Cat {
	padding-top: 70px;
	padding-bottom: 70px;
}

#Download-Cat .downCat {
  background-image: url(../images/Della-catalogue.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
  text-align: center;
}

#Download-Cat .downCat .broImg {
  padding-top: 60px;
}

#Download-Cat .newArive {
  background-image: url(../images/new-arrival.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
  text-align: center;
  position: relative;
}

#Download-Cat .newArive .newBox {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  padding: 30px;
  height: 265px;
  bottom: 0;
  margin: auto;
}

#Download-Cat .newArive .newBox h3 {
  font-family: "Bodoni Moda", serif;
  font-size: 72px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

#Download-Cat .newArive .newBox h3 small {
  font-size: 36px;
  display: block;
}

/* SBU product slider start */
.sbu-productslider-section .sbu-productslider .sbu-productslider--media img
{
	max-height: 500px;
    object-fit: cover;
    width: 100%;
}

.sbu-productslider-section .sbu-productslider .craftmanship-video
{
	width: 100%;
	height: 100%;
}

.sbu-productslider-section .sbu-productslider .sbu-productslider-v2-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 0 10px;
}

.sbu-productslider-section .sbu-productslider .sbu-productslider-v2-greyscaleBg
{
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	filter: grayscale(100%);
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 280px;
    height: 320px;
}

.sbu-productslider-section .sbu-productslider .sbu-productslider-v2-content-title {
    color: #bda371;
    font-size: clamp(36px, calc(2.25rem + (50 - 36) * ((100vw - 768px) / (1920 - 768))), 50px);
    font-family: "bon_vivant_family_scriptRg";
    line-height: normal;
    font-weight: 400;
}

.sbu-productslider-section .sbu-productslider .sbu-productslider-v2-content-description {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	transition: 0.4s ease;
	color: #fff;
}

.sbu-productslider-section .sbu-productslider .sbu-productslider-v2-content-description.expanded {
  -webkit-line-clamp: unset; 
}


.sbu-productslider-section .sbu-productslider .readmore-cta-btn-type2 {
    border: 1px solid #bda371;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 15px 38px;
    font-size: 16px;
    font-weight: 100;
	gap: 10px;
	transition: 0.4s ease;
}
.sbu-productslider-section .sbu-productslider .readmore-cta-btn-type2:hover
{
	background: #bda371;
	color: #000000;
}
.sbu-productslider-section .sbu-productslider .readmore-cta-btn-type2:hover i 
{
	color: #000000;
}
/* SBU product slider end */

@media (width <= 1440px)
{
	.sec-top-bottom-space, .sbu-productslider-section, .material-board, .about-della-section, .getinspired, .discover-products {
    padding: 30px 0px;
	}

	.product-range-sec .card .card-body
	{
		padding: 8px;
	}

	.product-range-sec .card .product-range-img img {
		height: 250px;
	}
	.product-range-sec .title-btn .product-getprice,
	.product-range-sec .title-btn .product-title
	{
		font-size: 12px;
	}
	.shopbyroom-section .shopbyroom-slider .countnamecontent .threedtext
	{
		font-size: 15px;
	}

    .sbu-productslider-section .sbu-productslider .swiper-wrapper{
        padding-bottom: 30px;
    }

    .sbu-productslider-section .sbu-productslider .sbu-productslider--media img {
        max-height: 400px;
    }
    .sbu-productslider-section .sbu-productslider .sbu-productslider-v2-greyscaleBg
    {
        width: 280px;
    height: 220px;
    }
    .sbu-productslider-section .sbu-productslider .sbu-productslider-v2-content-description {
        -webkit-line-clamp: 3;
    }
}

@media (width <= 1120px)
{
	.product-range-sec .title-btn .product-getprice, .product-range-sec .title-btn .product-title {
        font-size: 10px;
    }
	.shopbyroom-section .shopbyroom-slider .swiper-button-next.shopbyroom-slider-next,
	.gridslider4 .slider-grid .swiper-button-next.spotlightSlider-next,
    .sbu-productslider-section .sbu-productslider .swiper-button-next.sbu-productslider-next,
    .discover-products .DiscoverSlider .swiper-button-next.DiscoverSlider-next
    {
    	right: 0px;
	}
    

	.shopbyroom-section .shopbyroom-slider .swiper-button-prev.shopbyroom-slider-prev, 
    .gridslider4 .slider-grid .swiper-button-prev.spotlightSlider-prev,
    .sbu-productslider-section .sbu-productslider .swiper-button-prev.sbu-productslider-prev,
    .discover-products .DiscoverSlider .swiper-button-prev.DiscoverSlider-prev {
		left: 0px;
	}
	.product-range-sec .title-btn {
    	padding: 5px;
	}
	.comman-grid-sticky .common-grid-counts-title .column-category .view-all-btn
	{
		padding: 5px 15px;
		font-size: 14px;
	}
	.show-more-btn {
    	margin-top: 20px;
	}
	.show-more-btn a {
		font: normal normal 300 14px / 17px Figtree;
	}
	.comman-grid-sticky .common-grid-counts-title .common-grid-inline .sub-group-visible {
    	gap: 15px;
	}
}

@media (width <= 1024px)
{
	.shopbyroom-section .shopbyroom-slider .shopbyroom-slider-pagination
	{
		width: 80%;
	}

	.shopbyroom-section .shopbyroom-slider .swiper-wrapper {
		padding-bottom: 100px;
	}

	.shopbyroom-section .shopbyroom-slider .swiper-button-next.shopbyroom-slider-next, 
    .shopbyroom-section .shopbyroom-slider .swiper-button-prev.shopbyroom-slider-prev {
		width: 40px;
		height: 40px;
	}

	.shopbyroom-section .shopbyroom-slider .swiper-button-prev.shopbyroom-slider-prev,
	.shopbyroom-section .shopbyroom-slider .swiper-button-next.shopbyroom-slider-next
	{
		bottom: 50px;
	}

    .getinspired .left,
    .getinspired .right
    {
        width: 100%;
    }
    #Download-Cat {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #Download-Cat .newArive .newBox h3
    {
        font-size: 46px;
    }
}

@media (width <= 992px)
{
    .shopbyroom-section-office .welcome-content-section-left-title,
	.shopbyroom-section-office .welcome-content-section-left-tagline p,
	.shopbyroom-section-office .welcome-content-section-middle-description,
	.shopbyroom-section-office .welcome-content-section-right .madeIndiaLogo
	{
		text-align: center;
		margin-bottom: 20px;
	}


    .comman-grid-sticky .common-grid-counts-title .common-grid-inline{
        gap: 10px;
    }

    .product-sbu-section .product-sbu-slider-pagination2 {
        width: 75%;
    }

    .shopbyroom-section .shopbyroom-slider .shopbyroom-slider-pagination, 
    .gridslider4 .slider-grid .spotlightSlider-pagination, 
    .sbu-productslider-section .sbu-productslider .sbu-productslider-pagination, 
    .discover-products .DiscoverSlider .DiscoverSlider-pagination
    {
        width: 80%;
    }
}

@media (width <= 768px)
{
	.della-First-Section-content h1.della-First-Section-content-title,
	.della-First-Section-content .della-First-Section-content-tag p,
	.della-First-Section-content .della-First-Section-content-right .para {
		text-align: center;
		margin-right: 0px;
	} 
	
	.shopbyroom-section .shopbyroom-slider .swiper-wrapper {
		padding-bottom: 93px;
	}
	.comman-grid-sticky .common-grid-counts-title .common-grid-inline .column-category
	{
		margin-top: 10px;
	}
	.comman-grid-sticky .common-grid-counts-title .common-grid-inline .sub-group-visible {
		column-gap: 15px;
		row-gap: 0px;
	}
	.comman-grid-sticky .comman-grid-discription .comman-grid-discription-p,
	.comman-grid-sticky .comman-grid-discription .comman-grid-discription-p p
	{
		margin-bottom: 5px;
	}

	.shopbyroom-section .shopbyroom-slider .countnamecontent .countscollection
	{
		font-size: 24px;
	}

	.shopbyroom-section .shopbyroom-slider .countnamecontent .threedtext
	{
		font-size: 16px;
	}

	.shopbyroom-section .shopbyroom-slider .shopbyroom-slider-counter .count {
		margin-left: -33px;
	}

	.product-range-sec .row > div {
    	padding: 0px 5px 5px;
	}

	 .gridslider4 .slider-grid .spotlightSlider-pagination 
	{
		width: 80%;
	}
	.product-range-sec .title-btn .product-getprice, .product-range-sec .title-btn .product-title {
        font-size: 12px;
    }
    .about-della-section .about-della-container
    {
        flex-wrap: wrap;
    }
    .about-della-section .about-della-container .text-side,
    .about-della-section .about-della-container .image-side
    {
        width: 100%;
    }

    .sbu-productslider-section .sbu-productslider .sbu-productslider-v2-content
    {
        margin-top: 20px;
    }
    .sbu-productslider-section .sbu-productslider .readmore-cta-btn-type2
    {
        margin-top: 50px;
    }

    .grid-wrapper.grid9
    {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .grid-wrapper.grid9 .grid-content-1, .grid-wrapper.grid9 .grid-content-2, .grid-wrapper .grid-content-3, .grid-wrapper .grid-content-4, .grid-wrapper .grid-content-5, .grid-wrapper .grid-content-6, .grid-wrapper .grid-content-7, .grid-wrapper .grid-content-8, .grid-wrapper .grid-content-9 {
        grid-column: auto;
        grid-row: auto;
    }

    
}

@media (width <= 468px)
{
	.shopbyroom-section .shopbyroom-slider .shopbyroom-slider-pagination
	{
		width: 64%;
	}

	.product-range-sec .title-btn .product-getprice, .product-range-sec .title-btn .product-title {
        font-size: 14px;
    }
	.gridslider4 .slider-grid .spotlightSlider-pagination,
    .sbu-productslider-section .sbu-productslider .sbu-productslider-pagination,
    .discover-products .DiscoverSlider .DiscoverSlider-pagination {
        width: 60%;
    }
	.shopbyroom-section .shopbyroom-slider .swiper-button-next.shopbyroom-slider-next, .shopbyroom-section .shopbyroom-slider .swiper-button-prev.shopbyroom-slider-prev, .gridslider4 .slider-grid .swiper-button-next.spotlightSlider-next, .gridslider4 .slider-grid .swiper-button-prev.spotlightSlider-prev,
    .sbu-productslider-section .sbu-productslider .swiper-button-next.sbu-productslider-next,
    .sbu-productslider-section .sbu-productslider .swiper-button-prev.sbu-productslider-prev,
    .discover-products .DiscoverSlider .swiper-button-next.DiscoverSlider-next,
    .discover-products .DiscoverSlider .swiper-button-prev.DiscoverSlider-prev
	{
		width: 45px;
		height: 45px;
	}

	.gridslider4 .slider-grid .swiper-button-next.spotlightSlider-next,
	.gridslider4 .slider-grid .swiper-button-prev.spotlightSlider-prev
	{
		bottom: 47px;
	}
    .grid-wrapper.grid9
    {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}