@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");


:root{
    --white-color: #fff;
    --black-color: #000;
    --hover-color: #7d5c36;
    --bg-color: #f9f4ec;
}


body {
    padding: 0 !important;
    color: var(--black-color);
}

body.cms-index-index{
    background-color: var(--bg-color);
}

body::before{
    content: none;
}

a{
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

img{
	object-fit: cover;
    display: block;
}


.custom-container{
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}

.text-center{
    text-align: center;
}

.section-margin-top{
	margin: 100px 0 0;	
}

@media(max-width:1023px){
    .section-margin-top{
        margin: 80px 0 0;
    }
}

.section-title{
    font-family: 'Suisse Intl';
	font-size: clamp(28px, 5vw, 54px);
	line-height: 1;
	font-weight: 400;
	color: var(--black-color);
	margin: 0;
}

.section-title-type-2{
    font-family: 'Suisse Intl';
    font-size: clamp(22px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.25;
    color: var(--black-color);
    margin: 0;
}

.section-description{
    font-family: 'Suisse Intl';
	font-size: clamp(14px, 1vw, 18px);
	line-height: 1.25;
	color: var(--black-color);
	font-weight: 400;
}

.section-description-type-2{
    font-family: 'Suisse Intl';
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 400;
    line-height: 1.25;
    color: var(--black-color);
}

.fill-button{
    font-family: 'Suisse Intl';
	display: inline-block;
	background-color: var(--black-color);
	padding: 15px 60px;
	color: var(--white-color);
	transition: all 0.3s ease;
	border: 1px solid var(--black-color);
	font-size: clamp(12px, 1vw, 16px);
	line-height: 1.25;
	font-weight: 400;
	width: fit-content;
    text-align: center;
}

.fill-button:hover{
    background-color: transparent;
	color: var(--black-color);
	border: 1px solid var(--black-color);
}

@media(max-width: 1280px){
    .fill-button{
        padding: 15px 45px;
	}
}


.outline-button{
    font-family: 'Suisse Intl';
	display: inline-block;
	background-color: transparent;
	padding: 15px 60px;
	color: var(--black-color);
	transition: all 0.3s ease;
	border: 1px solid var(--black-color);
	font-size: clamp(12px, 1vw, 16px);
	line-height: 1.25;
	font-weight: 400;
	width: fit-content;
    text-align: center;
}

.outline-button:hover{
	background-color: var(--black-color);
	color: var(--white-color);
	border: 1px solid var(--black-color);
}

@media(max-width: 1280px){
	.outline-button{
		padding: 15px 45px;
	}
}





/* Header style start here */



.hero-banner-element {
    padding-top: 0;
}


header.page-header {
    position: initial;
    top: 0;
    margin:0;
    padding: 0;
    border: 0;
}

header.page-header.scroll{
    background: #e7dbc6;
    position: fixed;
}

/* header.page-header.fixed {
    position: fixed;
    top: -40px;
    z-index: 9999;
    background: #e7dbc6;
} */


/* .custom-header-panel ul li a:after {
    content: '|';
    padding: 0 0 0 15px;
}

.custom-header-panel ul li:last-child a:after {
    display: none;
} */

header.page-header .custom-header-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 50px;
    background-color: var(--black-color);
}

header.page-header .custom-header-panel .left-panel ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

header.page-header .custom-header-panel .left-panel ul li {
    margin: 0;
}

header.page-header .custom-header-panel .left-panel ul li a {
    color:#ffffff99;
    font-size: clamp(12px, 1vw, 14px);
    text-decoration: underline;
    text-transform: capitalize;
}

header.page-header .custom-header-panel .left-panel ul li a:hover {
    color: var(--white-color);
}

header.page-header .custom-header-panel .left-panel ul li a i {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 20px;
}

header.page-header .custom-header-panel .right-panel .trade-login-btn{
    background-color: #ffffff1A;
    color: var(--white-color);
    padding: 10px 25px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}

header.page-header .custom-header-panel .right-panel .trade-login-btn:hover{
    background-color: var(--white-color);
    color: var(--black-color);
}

header.page-header .header.content{
    padding: 0;
    align-items: flex-start;
    gap: 180px;
}

header.page-header .mobile-toggle{
    display: none;
}

header.page-header .header.content .header-logo,
header.page-header .header.content .sections.nav-sections{
    display: none;
}

header.page-header .header.content .header-logo-wrapper{
    padding: 50px 90px;
}

header.page-header.scroll .header.content .header-logo-wrapper{
    padding: 30px 90px;
}

header.page-header .header.content .header-logo-wrapper .logo img{
    min-width: 277px;
    max-width: 277px;
    width: 100%;
}

header.page-header .header.content .header-logo-wrapper .logo img.white-logo{
    display: none;
}

.cms-index-index header.page-header .header.content .header-logo-wrapper .logo img.black-logo{
    display: none;
}

.cms-index-index header.page-header .header.content .header-logo-wrapper .logo img.white-logo{
    display: block;
}

.cms-index-index header.page-header.scroll .header.content .header-logo-wrapper .logo img.black-logo{
    display: block;
}

.cms-index-index header.page-header.scroll .header.content .header-logo-wrapper .logo img.white-logo{
    display: none;
}

header.page-header .header.content .header-custom-wrapper{
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 50px 90px;
    position: relative;
}

header.page-header.scroll .header.content .header-custom-wrapper{
    padding: 30px 90px;
}

header.page-header .header.content .header-custom-wrapper::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 570px;
    background-color: var(--white-color);
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

header.page-header .header.content .header-custom-wrapper.hover-overlay::after{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper{
    display: flex;
    align-items: flex-start;
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list{
    display: flex;
    gap: 50px;
    margin: 0;
    position: relative;
    z-index: 999;
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list li{
    margin: 0;
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .menu-item-link{
    color: #00000099;
    position: relative;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25;
    font-weight: 400;
    outline: none;
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .menu-item-link.active,
header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:hover .menu-item-link{
    color: var(--black-color);
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .menu-item-link:active{
    text-decoration: none;
}

header.page-header .header.content .header-custom-wrapper.hover-overlay .menu-wrapper .menu-list .menu-item .menu-item-link{
    color: #000000;
}

header.page-header .header.content .header-custom-wrapper.hover-overlay .menu-wrapper .menu-list .menu-item:hover .menu-item-link,
header.page-header .header.content .header-custom-wrapper.hover-overlay .menu-wrapper .menu-list .menu-item .menu-item-link.active{
    color: var(--black-color);
}

.cms-index-index header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .menu-item-link{
    color: #FFFFFF99;
}

.cms-index-index header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:hover .menu-item-link,
.cms-index-index header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .menu-item-link.active{
    color: var(--white-color);
}

.cms-index-index header.page-header .header.content .header-custom-wrapper.hover-overlay .menu-wrapper .menu-list .menu-item .menu-item-link{
    color: #000000;
}

.cms-index-index header.page-header .header.content .header-custom-wrapper.hover-overlay .menu-wrapper .menu-list .menu-item:hover .menu-item-link{
    color: var(--black-color);
}

.cms-index-index header.page-header.scroll .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .menu-item-link{
    color: #000000;
}

.cms-index-index header.page-header.scroll .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .menu-item-link.active,
.cms-index-index header.page-header.scroll .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:hover .menu-item-link{
    color: var(--black-color);
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:has(.submenu-wrapper) .menu-item-link.active::after,
header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:has(.submenu-wrapper):hover .menu-item-link::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: transparent;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: all 0.3s ease;
    background-color: var(--black-color);
}

.cms-index-index header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:has(.submenu-wrapper) .menu-item-link.active::after{
    background-color: var(--white-color);
}

.cms-index-index header.page-header.scroll .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:has(.submenu-wrapper) .menu-item-link.active::after,
.cms-index-index header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:has(.submenu-wrapper):hover .menu-item-link.active::after{
    background-color: var(--black-color);
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .submenu-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    position: fixed;
    z-index: 999;
    padding: 90px 15px 0 0;
    max-height: 470px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:hover .submenu-wrapper{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .submenu-wrapper .submenu-wrapper-title{
    display: none;
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .submenu-wrapper::-webkit-scrollbar {
    width: 5px;
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .submenu-wrapper::-webkit-scrollbar-track {
    background: #0000001A;
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .submenu-wrapper::-webkit-scrollbar-thumb {
    background: var(--black-color);
}


header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:hover .submenu-wrapper .submenu .submenu-title{
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25;
    font-weight: 500;
    color: var(--black-color);
    margin: 0 0 0 0;
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:hover .submenu-wrapper .submenu .submenu-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0 0 20px;
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .submenu-wrapper .submenu .submenu-list .submenu-list-item .submenu-item-link{
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25;
    font-weight: 400;
    color: var(--black-color);
}

header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .submenu-wrapper .submenu .submenu-list .submenu-list-item .submenu-item-link:hover{
    text-decoration: underline;
}

header.page-header .header.content .header-custom-wrapper .header-utilities .utilities{
    gap: 50px;
}


header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .header-search .header-search-toggle,
header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .minicart-wrapper .action.showcart{
    display: flex;
    gap: 10px;
    align-items: center;
}

.cms-index-index header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .header-search .header-search-toggle::before,
.cms-index-index header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .minicart-wrapper .action.showcart::before{
    color: var(--white-color);
}

header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .header-search .header-search-toggle::before,
header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .minicart-wrapper .action.showcart::before{
    color: var(--black-color);
}

header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .header-search .header-search-toggle .text,
header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .minicart-wrapper .action.showcart .text{
    position: unset;
    width: auto;
    height: auto;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25;
    font-weight: 400;
    color: var(--black-color);
}

.cms-index-index header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .header-search .header-search-toggle .text,
.cms-index-index header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .minicart-wrapper .action.showcart .text{
    color: var(--white-color);
}

.cms-index-index header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .header-search .header-search-toggle:hover::before,
.cms-index-index header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .header-search .header-search-toggle:hover .text,
.cms-index-index header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .minicart-wrapper .action.showcart:hover::before,
.cms-index-index header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .minicart-wrapper .action.showcart:hover .text,
.cms-index-index header.page-header .header.content .header-custom-wrapper.hover-overlay .header-utilities .utilities .header-search .header-search-toggle::before,
.cms-index-index header.page-header .header.content .header-custom-wrapper.hover-overlay .header-utilities .utilities .header-search .header-search-toggle .text,
.cms-index-index header.page-header .header.content .header-custom-wrapper.hover-overlay .header-utilities .utilities .minicart-wrapper .action.showcart::before,
.cms-index-index header.page-header .header.content .header-custom-wrapper.hover-overlay .header-utilities .utilities .minicart-wrapper .action.showcart .text,
.cms-index-index header.page-header.scroll .header.content .header-custom-wrapper .header-utilities .utilities .header-search .header-search-toggle::before,
.cms-index-index header.page-header.scroll .header.content .header-custom-wrapper .header-utilities .utilities .header-search .header-search-toggle .text,
.cms-index-index header.page-header.scroll .header.content .header-custom-wrapper .header-utilities .utilities .minicart-wrapper .action.showcart::before,
.cms-index-index header.page-header.scroll .header.content .header-custom-wrapper .header-utilities .utilities .minicart-wrapper .action.showcart .text
{
    color: var(--black-color);
}

header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .minicart-wrapper .action.showcart .counter.qty{
    right: -12px;
} 

header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .header-account{
    display: none;
}

@media(max-width:1600px){
    header.page-header .header.content{
        gap: 50px;
        flex-wrap: nowrap;
    }

    header.page-header .header.content .header-logo-wrapper{
        padding: 50px 0 50px 50px;
    }
    
    header.page-header.scroll .header.content .header-logo-wrapper{
        padding: 50px 0 50px 50px;
    }

    header.page-header .header.content .header-custom-wrapper{
        padding: 50px;
    }

    header.page-header.scroll .header.content .header-custom-wrapper{
        padding: 50px;
    }
}

@media(max-width:1400px){
    header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .submenu-wrapper{
        gap: 15px;
    }
}

@media(max-width:1280px){
    header.page-header .header.content{
        gap: 30px;
    }

    header.page-header.scroll .header.content .header-logo-wrapper,
    header.page-header .header.content .header-logo-wrapper{
        padding: 30px 0 30px 50px;
    }

    header.page-header.scroll .header.content .header-custom-wrapper,
    header.page-header .header.content .header-custom-wrapper{
        padding: 30px 50px 30px 30px;
    }

    header.page-header .header.content .header-logo-wrapper .logo img{
        min-width: auto;
        max-width: 277px;
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list{
        gap: 20px;
    }

    header.page-header .header.content .header-custom-wrapper .header-utilities .utilities{
        gap: 20px;
    }
}


@media (max-width:1023px){
    header.page-header{
        background-color: var(--bg-color) !important;
    }

    header.page-header.fixed{
        top: -88px;
    }

    header.page-header.fixed .header-logo {
        transform: initial;
    }
    
    header.page-header .header.content{
        padding: 30px 50px;
        align-items: center;
        justify-content: space-between;
    }

    header.page-header.scroll .header.content{
        background-image: none;
    }

    header.page-header .header.content .mobile-toggle{
        display: block;
    }

    header.page-header .header.content .header-logo-wrapper{
        padding: 0;
        display: flex;
    }

    header.page-header.scroll .header.content .header-custom-wrapper,
    header.page-header.scroll .header.content .header-logo-wrapper{
        padding: 0;
    }

    .cms-index-index header.page-header .header.content .header-logo-wrapper .logo img.black-logo{
        display: block;
    }

    .cms-index-index header.page-header .header.content .header-logo-wrapper .logo img.white-logo{
        display: none;
    }

    header.page-header .header.content .header-custom-wrapper{
        width: auto;
        padding: 0;
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper{
        position: fixed;
        left: 0;
        top: 162px;
        width: 100%;
        height: 100%;
        padding: 0 50px;
        background-color: var(--bg-color);
        transform: translateX(-100%);
        transition: all 0.3s ease;
        overflow-y: scroll;
        max-height: calc(100% - 170px);
        z-index: 2;
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper.show{
        transform: translateX(0%);
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list{
        flex-direction: column;
        width: 100%;
        height: 100%;
        gap: 0;
        overflow: hidden;
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .menu-item-link{
        font-size: 16px;
        padding: 20px 15px;
        border-bottom: 1px solid #000000;
        width: 100%;
        color: var(--black-color);
    }

    .cms-index-index header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .menu-item-link{
        color: var(--black-color);
    }

    .cms-index-index header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:hover .menu-item-link,
    .cms-index-index header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .menu-item-link:active,
    .cms-index-index header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .menu-item-link:focus{
        color: var(--black-color);
        text-decoration: none;
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .menu-item-link.active{
        color: var(--black-color);
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:has(.submenu-wrapper):hover .menu-item-link::after{
        content: none;
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:has(.submenu-wrapper) > .menu-item-link{
        position: relative;
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:has(.submenu-wrapper) > .menu-item-link::before{
        content: '';
        position: absolute;
        right: 10px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 1px solid var(--black-color);
        border-top: 1px solid var(--black-color);
        clip-path: unset;
        left: unset;
        background-color: transparent;
        transform: translateY(-50%) rotate(45deg);
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper.show .menu-list .menu-item .submenu-wrapper{
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--bg-color);
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 0;
        transform: translateX(110%);
        width: 100%;
        height: 100%;
        max-height: none;
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper.show .menu-list .menu-item .submenu-wrapper.show{
        transform: translateX(0%);
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .submenu-wrapper .submenu-wrapper-title{
        display: block;
        font-size: 16px;
        line-height: 1.25;
        font-weight: 400;
        position: relative;
        padding: 20px 30px;
        margin: 0;
        border-bottom: 1px solid #00000066;
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .submenu-wrapper .submenu-wrapper-title::after{
        content: '';
        position: absolute;
        left: 10px;
        top: 50%;
        border-left: 1px solid var(--black-color);
        border-bottom: 1px solid var(--black-color);
        height: 8px;
        width: 8px;
        transform: translateY(-50%) rotate(45deg);
    }
    
    header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .submenu-wrapper .submenu .submenu-title{
        padding: 20px;
        position: relative;
    }
    
    header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .submenu-wrapper .submenu:has(.submenu-list) .submenu-title::after{
        content: '';
        position: absolute;
        right: 10px;
        top: 50%;
        border-right: 1px solid var(--black-color);
        border-bottom: 1px solid var(--black-color);
        height: 8px;
        width: 8px;
        transform: translateY(-50%) rotate(45deg);
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item:hover .submenu-wrapper .submenu .submenu-list{
        display: none;
        margin: 10px 0 10px 40px;
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .submenu-wrapper .submenu .submenu-list.show{
        display: flex;
    }

    header.page-header .header.content .header-custom-wrapper .header-utilities{
        position: unset;
        width: auto;
        border: 0;
        margin: 0;
        background-color: var(--bg-color);
    }

    header.page-header .header.content .header-custom-wrapper .header-utilities .utilities{
        padding: 0;
        width: 100%;
        flex: 0 0 100%;
    }

    header.page-header .header.content .header-custom-wrapper .header-utilities .toggle-menu{
        display: none;
    }

    .cms-index-index header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .header-search .header-search-toggle::before,
    .cms-index-index header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .minicart-wrapper .action.showcart::before{
        color: var(--black-color);
    }

    header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .minicart-wrapper .action.showcart .text,
    header.page-header .header.content .header-custom-wrapper .header-utilities .utilities .header-search .header-search-toggle .text{
        display: none;
    }

}


@media (max-width:600px){
    /* header.page-header .custom-header-panel ul li a:after{
        padding: 0 0 0 7px;
    } */

    header.page-header .header.content{
        padding: 20px;
        height: 90px;
    }
    
    header.page-header .custom-header-panel {
        padding: 20px;
        gap: 10px 0;
    }
    
    header.page-header .custom-header-panel .left-panel ul {
        justify-content: space-between;
    }
    
    header.page-header .custom-header-panel .left-panel ul li:last-child{
        display: none;
    }
    
    header.page-header .custom-header-panel .left-panel ul li a i {
        margin: 0 5px 0 0;
        vertical-align: middle;
    }

    header.page-header .header.content .header-custom-wrapper .menu-wrapper{
        padding: 0 20px;
        top: 164px;
    }
}


/* .custom-header-panel .right-panel ul li:last-child a {
    position: relative;
    animation: pulse 1.5s infinite;
    background-color: #59534D; 
    border-radius: 6px;
    padding: 5px 10px;
    color: var(--white-color);
} */

/* @keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(125, 92, 54, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(125, 92, 54, 0); 
    }
    100% {
        box-shadow: 0 0 0 0 rgba(125, 92, 54, 0);
    }
} */



/* Header style end here */







/* section hero banner style start here */

.section-hero-banner{
    position: relative;
    margin-top: -220px;
}

.section-hero-banner .hero-banner-slider.slick-slider{
    padding: 0;
}

.section-hero-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 1.89%, rgba(0, 0, 0, 0) 95.65%);
    z-index: 9;
}

.section-hero-banner::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 1.89%, rgba(0, 0, 0, 0) 95.65%);
    transform: rotate(180deg);
    z-index: 0;
}

.section-hero-banner .hero-banner-slider .slide-item{
    display: block !important;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.section-hero-banner .hero-banner-slider .slide-item .banner-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.section-hero-banner .banner-content{
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 110px 90px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.section-hero-banner .banner-content .left-panel .banner-title{
    font-size: clamp(54px, 8vw, 80px);
    line-height: 1;
    font-weight: 400;
    color: var(--white-color);
    max-width: 400px;
    margin: 0 0 70px 0;
}

.section-hero-banner .banner-content .left-panel .fill-button.banner-button:hover{
    border-color: var(--white-color);
    color: var(--white-color);
}

@media(max-width:1600px){
    .section-hero-banner .banner-content{
        padding: 50px;
    }
}

@media(max-width: 1023px){
    .section-hero-banner .hero-banner-slider .slide-item{
        aspect-ratio: unset;
    }

    .section-hero-banner .hero-banner-slider .slide-item .banner-image{
        min-height: 600px;
        object-position: top;
    }

    .section-hero-banner .banner-content .left-panel .banner-title{
        margin: 0 0 30px 0;
    }
}


@media(max-width:600px){
    .section-hero-banner .banner-content{
        padding: 40px 20px;
    }
}

/* section hero banner style end here */








/* section now trending style start here */


.section-now-trending .upper-panel{
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-now-trending .upper-panel .section-title{
    font-size: clamp(20px, 2vw, 26px);
}

.section-now-trending .lower-panel{
    margin: 40px 0 0;
    padding: 0 50px;
}

.section-now-trending .lower-panel .block-title{
    display: none;
}

.section-now-trending .lower-panel .block-content .pager{
    display: none;
}

.section-now-trending .lower-panel .block-content .products-grid .product-items{
    display: flex;
    gap: 20px;
    overflow-x: auto;
}

.section-now-trending .lower-panel .block-content .products-grid .product-items::-webkit-scrollbar {
    height: 6px;
}

.section-now-trending .lower-panel .block-content .products-grid .product-items::-webkit-scrollbar-track {
    background: #0000001A;
}

.section-now-trending .lower-panel .block-content .products-grid .product-items::-webkit-scrollbar-thumb {
    background: var(--black-color);
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item{
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item .product-item-info .product-item-photo{
    position: unset;
    height: auto;
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container {
    aspect-ratio: unset;
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper{
    padding-bottom: 0 !important;
    height: auto;
    aspect-ratio: 1/1;
    width: 100%;
    overflow: hidden;
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo{
    position: unset;
    transform: none;
    margin: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo:hover{
    transform: scale(1.1);
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item .product-item-info .product-item-details{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name{
    margin: 20px 0 40px 0;
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link{
    color: var(--black-color);
    font-size: clamp(16px, 1vw, 18px);
    line-height: 1.25;
    font-weight: 400;
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover{
    color: var(--hover-color);
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .amasty-hide-price-container{
    margin-top: auto;
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .amasty-hide-price-container .amasty-hide-price-text{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--black-color);
    border-radius: 0;
    color: var(--black-color);
    padding: 0;
    font-size: clamp(10px, 1vw, 14px);
    line-height: 1.25;
    font-weight: 400;
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .amasty-hide-price-container .amasty-hide-price-text:hover{
    color: var(--hover-color);
    border-bottom: 1px solid var(--hover-color);
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options{
    flex-wrap: nowrap;
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option{
    border: 0 !important;
    background-color: transparent !important;
    padding: 0;
    overflow: visible;
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    height: 100%;
}

.section-now-trending .lower-panel .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.selected::before{
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: black;
    bottom: -5px;
}

.section-now-trending .button-wrapper.mobile-button{
    display: none;
}

@media(max-width:1023px){
    .section-now-trending .lower-panel{
        padding: 0 0 0 50px;
    }

    .section-now-trending .lower-panel .block-content .products-grid .product-items{
        padding: 0 0 20px 0;
    }

    .section-now-trending .lower-panel .block-content .products-grid .product-items .product-item{
        flex: 0 0 calc(30% - 15px);
        max-width: calc(30% - 15px);
    }
}

@media(max-width:768px){
    .section-now-trending .upper-panel{
        padding: 0 20px;
    }

    .section-now-trending .upper-panel .outline-button.desktop-button{
        display: none;
    }
    
    .section-now-trending .lower-panel{
        padding: 0 0 0 20px;
    }

    .section-now-trending .lower-panel .block-content .products-grid .product-items .product-item{
        flex: 0 0 calc(40% - 15px);
        max-width: calc(40% - 15px);
    }

    .section-now-trending .button-wrapper.mobile-button{
        display: block;
        margin: 40px 20px 0;
    }

    .section-now-trending .button-wrapper.mobile-button .outline-button{
        display: block;
        width: 100%;
    }
}

/* section now trending style start here */




/* section luxury built style start here*/

.section-luxury-built{
    padding: 50px 150px;
}

.section-luxury-built .luxury-built-wrapper{
    display: flex;
    max-width: 1488px;
    margin: 0 auto;
    width: 100%;
    gap: 30px;
    flex-wrap: wrap;
}

.section-luxury-built .luxury-built-wrapper .section-image-wrapper{
    flex: 0 0 calc(35% - 15px);
	max-width: calc(35% - 15px);
}

.section-luxury-built .luxury-built-wrapper .section-image-wrapper img{
    width: fit-content;
}

.section-luxury-built .luxury-built-wrapper .section-content{
    flex: 0 0 calc(65% - 15px);
	max-width: calc(65% - 15px);
}

.section-luxury-built .luxury-built-wrapper .section-content .section-title{
    font-size: clamp(24px, 3vw, 36px);
	margin-bottom: 30px;
}

.section-luxury-built .luxury-built-wrapper .section-content .section-description{
    font-size: clamp(14px, 2vw, 24px);
}


@media(max-width: 768px){
    .section-luxury-built{
        padding: 20px;
	}
	
	.section-luxury-built .luxury-built-wrapper{
        flex-direction: column;
	}
	
	.section-luxury-built .luxury-built-wrapper .section-image-wrapper{
        flex: 0 0 100%;
		max-width: 100%;
	}
	
	.section-luxury-built .luxury-built-wrapper .section-content{
        flex: 0 0 100%;
		max-width: 100%;
		padding-left: 50px;
	}
	
	.section-luxury-built .luxury-built-wrapper .section-content .section-title{
		margin-bottom: 20px;
	}
}

/* section luxury built style end here*/






/* section in storage style start here*/

.section-in-storage{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.section-in-storage .left-panel{
    flex: 0 0 calc(53% - 25px);
    max-width: calc(53% - 25px);
}

.section-in-storage .left-panel img{
    width: 100%;
    object-fit: cover;
}

.section-in-storage .left-panel .content-section{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 50px;
    flex-wrap: wrap;
}

.section-in-storage .left-panel .content-section .content .section-description{
    margin: 15px 0 0;
}

.section-in-storage .in-storage-product{
    flex: 0 0 calc(47% - 25px);
    max-width: calc(47% - 25px);
}

.section-in-storage .in-storage-product .block-title{
    display: none;
}

.section-in-storage .in-storage-product .block-content .pager{
    display: none;
}


.section-in-storage .in-storage-product .block-content .products-grid .product-items{
    display: flex;
    gap: 20px;
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item{
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item .product-item-info .product-item-photo{
    position: unset;
    height: auto;
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container {
    aspect-ratio: unset;
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper{
    padding-bottom: 0 !important;
    height: auto;
    aspect-ratio: 1/1;
    width: 100%;
    overflow: hidden;
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo{
    position: unset;
    transform: none;
    margin: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo:hover{
    transform: scale(1.1);
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item .product-item-info .product-item-details{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name{
    margin: 20px 0 40px 0;
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link{
    color: var(--black-color);
    font-size: clamp(12px, 1vw, 18px);
    line-height: 1.25;
    font-weight: 400;
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover{
    color: var(--hover-color);
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .amasty-hide-price-container{
    margin-top: auto;
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .amasty-hide-price-container .amasty-hide-price-text{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--black-color);
    border-radius: 0;
    color: var(--black-color);
    padding: 0;
    font-size: clamp(10px, 1vw, 14px);
    line-height: 1.25;
    font-weight: 400;
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .amasty-hide-price-container .amasty-hide-price-text:hover{
    color: var(--hover-color);
    border-bottom: 1px solid var(--hover-color);
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options{
    flex-wrap: nowrap;
}

.block-products-list .products-grid .product-item .swatches .swatch-option {
    width: 300px !important;
    height: 300px !important;
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option{
    border: 0 !important;
    background-color: transparent !important;
    padding: 0;
    overflow: visible;
    max-height: 50px;
    max-width: 50px;
    width: 100%;
    height: 100%;
}

.section-in-storage .in-storage-product .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.selected::before{
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: black;
    bottom: -5px;
}

.section-in-storage .outline-button.mobile-button{
    display: none;
}

@media(max-width:1023px){
    .section-in-storage .left-panel .content-section{
        padding: 20px;
    }
}

@media(max-width:768px){
    .section-in-storage{
        gap: 30px;
        justify-content: center;
    }

    .section-in-storage .left-panel{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-in-storage .left-panel .content-section{
        text-align: center;
        justify-content: center;
    }

    .section-in-storage .left-panel .content-section .outline-button.desktop-button{
        display: none;
    }

    .section-in-storage .in-storage-product{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    .section-in-storage .outline-button.mobile-button{
        display: block;
        width: 100%;
        margin: 0 20px;
    }
}

/* section in storage style start here*/




/* section made to taste style start here */

.section-made-to-taste .made-to-taste-wrapper{
    display: flex;
}

.section-made-to-taste .made-to-taste-wrapper .left-content{
    flex: 0 0 68%;
	max-width: 68%;
}

.section-made-to-taste .made-to-taste-wrapper .left-content img{
    height: 100%;
	width: 100%;
}

.section-made-to-taste .made-to-taste-wrapper .right-content{
    background-color: var(--white-color);
    padding: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 50px;
    flex: 1;
}

.section-made-to-taste .made-to-taste-wrapper .right-content .section-title{
    max-width: 300px;
}


@media(max-width: 1280px){
    .section-made-to-taste .made-to-taste-wrapper .left-content{
        flex: 0 0 50%;
		max-width: 50%;
	}
	
	.section-made-to-taste .made-to-taste-wrapper .right-content{
        padding: 40px;
	}
}

@media(max-width: 768px){
    .section-made-to-taste .made-to-taste-wrapper{
        flex-direction: column;
	}
	.section-made-to-taste .made-to-taste-wrapper .left-content{
        flex: 0 0 100%;
		max-width: 100%;
	}	
	.section-made-to-taste .made-to-taste-wrapper .right-content{
        gap: 30px;
        padding: 20px;
	}
}


/* section made to taste style end here */







/* section dining in style start here */


.section-dining-in{
    display: flex;
    gap: 50px 20px;
    flex-wrap: wrap;
}

.section-dining-in .common-flex{
    flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}

.section-dining-in .title-wrapper {
	padding: 0 50px;
}

.section-dining-in .title-wrapper .section-description{
    margin: 10px 0 0;
}

.section-dining-in .button-wrapper {
    padding: 0 50px;
	text-align: end;
	align-content: center;
}

.section-dining-in .image-wrapper img{
    display: block;
}

.section-dining-in .slider-wrapper{
    display: flex;
	gap: 20px;
	padding: 0 0 20px 0;
	overflow: auto;
    height: fit-content;
}

.section-dining-in .slider-wrapper::-webkit-scrollbar{
    height: 5px;	
}

.section-dining-in .slider-wrapper::-webkit-scrollbar-track{
    border-radius: 10px;	
    background: #f6efe1;
}

.section-dining-in .slider-wrapper::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: var(--black-color);
}

.section-dining-in .slider-wrapper .slide-item{
    flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}

.section-dining-in .slider-wrapper .slide-item .image-wrapper{
    overflow: hidden;
}

.section-dining-in .slider-wrapper .slide-item .image-wrapper img{
    transition: all 0.3s ease;
}

.section-dining-in .slider-wrapper .slide-item:hover .image-wrapper img{
    transform: scale(1.1);
}

.section-dining-in .slider-wrapper .slide-item .slide-title{
    margin: 25px 0 0;
	font-size: clamp(16px, 2vw, 24px);
	line-height: 1.25;
	font-weight: 400;
}

@media(max-width: 768px){
    .section-dining-in{
        text-align: center;
		gap: 20px;
	}
	
	.section-dining-in .common-flex{
        flex: 0 0 100%;
		max-width: 100%;
	}
	
	.section-dining-in .title-wrapper{
        padding: 0 20px;
		order: 2;
	}
	
	.section-dining-in .button-wrapper {
        text-align: center;
		padding: 0 20px;
		order: 4;
	}

    .section-dining-in .button-wrapper .outline-button{
        width: 100%;
    }
	
	.section-dining-in .slider-wrapper{
        padding: 0 20px 20px;
		order: 3;
	}
}

@media(max-width: 480px){
	
	.section-dining-in .slider-wrapper .slide-item .slide-title{
        margin: 15px 0 0;
	}
}

/* section dining in style end here */








/* section collection style start here */


.section-collection .section-collection-wrapper{
    display: flex;
}

.section-collection .section-collection-wrapper .left-content{
    background-color: var(--white-color);
    padding: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 50px;
    flex: 1;
}

.section-collection .section-collection-wrapper .left-content .section-title{
    text-align: justify;
	text-transform: uppercase;
}

.section-collection .section-collection-wrapper .left-content .section-title .tm-symbol{
    font-size: 10px;
	line-height: 1;
	vertical-align: text-top;
}

.section-collection .section-collection-wrapper .right-content{
    flex: 0 0 74%;
	max-width: 74%;
}

.section-collection .section-collection-wrapper .right-content img{
    height: 100%;
	width: 100%;
}

@media(max-width: 1880px){
    .section-collection .section-collection-wrapper .right-content{
        flex: 0 0 60%;
		max-width: 60%;
	}
	
	.section-collection .section-collection-wrapper .left-content .section-title{
        text-align: left;
	}
}

@media(max-width: 1280px){
    .section-collection .section-collection-wrapper .left-content{
        padding: 40px;
	}
	
	.section-collection .section-collection-wrapper .right-content{
        flex: 0 0 50%;
		max-width: 50%;
	}
}

@media(max-width: 768px){
    .section-collection .section-collection-wrapper{
        flex-direction: column-reverse;
	}
	
	.section-collection .section-collection-wrapper .left-content{
        gap: 30px;
        padding: 20px;
	}
	
	.section-collection .section-collection-wrapper .right-content{
        flex: 0 0 100%;
		max-width: 100%;
	}	
}


/* section collection style end here */









/* section shop style start here */

.section-shop {
    display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.section-shop .shop-tab-item{
    flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}

.section-shop .shop-tab-item .image-wrapper img{
    display: block;
}

.section-shop .shop-tab-item .tab-details{
    display: flex;
	align-items: flex-start;
	gap: 30px;
	padding: 50px 50px 0;
	justify-content: space-between;
}

.section-shop .shop-tab-item .tab-details .tab-title-wrapper .section-description{
    margin: 10px 0 0;
}

@media(max-width: 1536px){
    .section-shop .shop-tab-item .tab-details{
        flex-direction: column;
	}
}

@media(max-width: 1023px){
    .section-shop .shop-tab-item .tab-details{
        padding: 30px 30px 0;
    }
}

@media(max-width: 768px){
    .section-shop .shop-tab-item{
        flex: 0 0 100%;
		max-width: 100%;
	}
	
	.section-shop .shop-tab-item .tab-details{
        padding: 20px;
	}
}


/* section shop style end here */







/* section living large style start here */

.section-living-large{
    background-color: #ECE4D7;
}

.section-living-large .living-large-wrapper{
    display: flex;
}

.section-living-large .living-large-wrapper .left-content{
    flex: 0 0 75%;
	max-width: 75%;
    position: relative;
}

.section-living-large .living-large-wrapper .left-content .mobile-tag-circles{
    display: none;
}

.section-living-large .living-large-wrapper .left-content .product-tags-wrapper .inner-wrapper .product-tag{
    position: absolute;
    background-color: var(--white-color);
    padding: 15px;
}

.section-living-large .living-large-wrapper .left-content .product-tags-wrapper .inner-wrapper .product-tag.sofa-tag{
    top: 50%;
    left: 20%;
}

.section-living-large .living-large-wrapper .left-content .product-tags-wrapper .inner-wrapper .product-tag.table-tag{
    top: 65%;
    left: 50%;
}

.section-living-large .living-large-wrapper .left-content .product-tags-wrapper .inner-wrapper .product-tag.chair-tag{
    top: 50%;
    right: 5%;
}

.section-living-large .living-large-wrapper .left-content .product-tags-wrapper .inner-wrapper .product-tag .tag-circle{
    position: absolute;
    left: -12px;
    top: -12px;
    height: 25px;
    width: 25px;
    border: 7px solid #00000080;
    border-radius: 50%;
}

.section-living-large .living-large-wrapper .left-content .product-tags-wrapper .inner-wrapper .product-tag .tag-circle::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    border-radius: 50%;
}


.section-living-large .living-large-wrapper .left-content .product-tags-wrapper .inner-wrapper .product-tag .product-detail .product-name{
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 500;
    line-height: 1;
    margin: 0 0 5px 0;
}

.section-living-large .living-large-wrapper .left-content .product-tags-wrapper .inner-wrapper .product-tag .product-detail .product-description{
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 300;
    line-height: 1;
}

.section-living-large .living-large-wrapper .left-content img{
    height: 100%;
	width: 100%;
}

.section-living-large .living-large-wrapper .right-content{
    padding: 70px;
	align-content: end;
}

.section-living-large .living-large-wrapper .right-content .section-description{
    margin: 10px 0 0;
}

.section-living-large .living-large-wrapper .right-content .outline-button{
    margin: 50px 0 0;
}

@media(max-width: 1536px){
    .section-living-large .living-large-wrapper .left-content{
        flex: 0 0 60%;
		max-width: 60%;
	}

    .section-living-large .living-large-wrapper .left-content .product-tags-wrapper .inner-wrapper .product-tag{
        max-width: 180px;
        padding: 10px;
    }

    .section-living-large .living-large-wrapper .left-content .product-tags-wrapper .inner-wrapper .product-tag.table-tag{
        top: 70%;
        left: 55%;
    }

    .section-living-large .living-large-wrapper .left-content .product-tags-wrapper .inner-wrapper .product-tag.chair-tag{
        right: 2%;
    }

}

@media(max-width: 1280px){
    .section-living-large .living-large-wrapper .left-content .product-tags-wrapper .inner-wrapper .product-tag{
        max-width: 140px;
    }
}


@media(max-width: 1023px){
    .section-living-large .living-large-wrapper .left-content{
        flex: 0 0 50%;
		max-width: 50%;
	}

    .section-living-large .living-large-wrapper .left-content .mobile-tag-circles{
        display: block;
    }

    .section-living-large .living-large-wrapper .left-content .mobile-tag-circles .tag-circle{
        position: absolute;
        left: -12px;
        top: -12px;
        height: 25px;
        width: 25px;
        border: 7px solid #00000080;
        border-radius: 50%;
    }

    .section-living-large .living-large-wrapper .left-content .mobile-tag-circles .tag-circle::after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: var(--white-color);
        border-radius: 50%;
    }

    .section-living-large .living-large-wrapper .left-content .mobile-tag-circles .tag-circle.sofa-tag{
        top: 50%;
        left: 15%;
    }

    .section-living-large .living-large-wrapper .left-content .mobile-tag-circles .tag-circle.table-tag{
        top: 55%;
        left: 50%;
    }

    .section-living-large .living-large-wrapper .left-content .mobile-tag-circles .tag-circle.chair-tag{
        top: 50%;
        left: 80%;
    }

    .section-living-large .living-large-wrapper .left-content .product-tags-wrapper{
        width: 100%;
        padding: 10px;
        background-color: #000000CC;
    }
    
    .section-living-large .living-large-wrapper .left-content .product-tags-wrapper .inner-wrapper{
        display: flex;
        gap: 15px;
        overflow-x: auto;
    }

    .section-living-large .living-large-wrapper .left-content .product-tags-wrapper .inner-wrapper .product-tag{
        position: unset;
        max-width: 100%;
        min-width: 190px;
        flex: 1;
    }

    .section-living-large .living-large-wrapper .left-content .product-tags-wrapper .inner-wrapper .product-tag .tag-circle{
        display: none;
    }
	
	.section-living-large .living-large-wrapper .right-content{
        padding: 40px;
	}
}

@media(max-width: 768px){
    .section-living-large .living-large-wrapper{
        flex-direction: column;
	}
	
	.section-living-large .living-large-wrapper .left-content{
        flex: 0 0 100%;
		max-width: 100%;
        min-height: 230px;
	}	

    .section-living-large .living-large-wrapper .left-content .mobile-tag-circles .tag-circle.sofa-tag{
        top: 40%;
    }

    .section-living-large .living-large-wrapper .left-content .mobile-tag-circles .tag-circle.table-tag{
        top: 50%;
    }

    .section-living-large .living-large-wrapper .left-content .mobile-tag-circles .tag-circle.chair-tag{
        top: 40%;
    }
	
	.section-living-large .living-large-wrapper .right-content{
        padding: 20px;
        text-align: center;
	}
	
	.section-living-large .living-large-wrapper .right-content .outline-button{
        margin: 30px 0 0;
        width: 100%;
	}
}

@media(max-width:375px){
    .section-living-large .living-large-wrapper .left-content .mobile-tag-circles .tag-circle.sofa-tag{
        top: 35%;
    }

    .section-living-large .living-large-wrapper .left-content .mobile-tag-circles .tag-circle.table-tag{
        top: 40%;
    }

    .section-living-large .living-large-wrapper .left-content .mobile-tag-circles .tag-circle.chair-tag{
        top: 30%;
    }
}

/* section living large style end here */







/* section comfort style start here */

.section-comfort{
    padding: 100px 0;
    background-color: #ECE4D7;
}

.section-comfort .section-title{
    padding: 0 50px;
	max-width: 750px;
}

.section-comfort .comfort-cards-wrapper{
    display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 50px 0 0;
}

.section-comfort .comfort-cards-wrapper .card-item{
    flex: 0 0 calc(33.33% - 10px);
	max-width: calc(33.33% - 10px);
	background-color: var(--white-color);
	display: flex;
	flex-direction: column;
}

.section-comfort .comfort-cards-wrapper .card-item .image-wrapper img{
    display: block;
	width: 100%;
}

.section-comfort .comfort-cards-wrapper .card-item .card-details{
    padding: 50px;
	display: flex;
	flex-direction: column;
	gap: 35px;
	flex: 1;
}

.section-comfort .comfort-cards-wrapper .card-item .card-details .card-title{
    font-size: clamp(24px, 3vw, 36px);
	line-height: 1.25;
	font-weight: 400;
	color: var(--black-color);
	margin: 0;
}

.section-comfort .comfort-cards-wrapper .card-item .card-details .card-description{
    font-size: clamp(12px, 1vw, 16px);
	line-height: 1.25;
	font-weight: 400;
	color: var(--black-color);
}

.section-comfort .comfort-cards-wrapper .card-item .card-details .outline-button{
    margin-top: auto;
	width: 100%;
	text-align: center;
}

@media(max-width: 1023px){
    .section-comfort .comfort-cards-wrapper .card-item{
        flex: 0 0 calc(50% - 7.5px);
		max-width: calc(50% - 7.5px);
	}
    
}

@media(max-width: 1023px){
    header.page-header .header.content .header-custom-wrapper .menu-wrapper .menu-list .menu-item .submenu-wrapper {
        display: none;
    }
}

@media(max-width: 768px){
    .section-comfort{
        padding: 100px 20px;
    }

	.section-comfort .section-title{
        padding: 0;
	}
	
	.section-comfort .comfort-cards-wrapper .card-item{
        flex: 0 0 100%;
		max-width: 100%;
	}
	
	.section-comfort .comfort-cards-wrapper .card-item .card-details{
        gap: 15px;
		padding: 20px;
	}
    
}

/* section comfort style end here */






/* footer style start here */


.page-footer{
    background: var(--black-color);
    color: var(--white-color);
    padding: 90px 90px 50px 90px;
}

.page-footer .footer.content{
    border-top: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.page-footer .footer.content .footer-info-content{
    gap: 20px;
    flex: 0 0 calc(55% - 15px);
    max-width: calc(55% - 15px);
    justify-content: space-between;
}

.page-footer .footer.content .footer-info-content .footer-block-column{
    gap: 50px;
    flex: 0 0 calc(33.33% - 13.33px);
    max-width: calc(33.33% - 13.33px);
}

.page-footer .footer.content .footer-info-content .footer-block-column .block-title{
    color: var(--white-color);
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
}

.page-footer .footer.content .footer-info-content .footer-block-column .block-content ul{
    gap: 15px;
}

.page-footer .footer.content .footer-info-content .footer-block-column .block-content ul li a{
    color: var(--white-color);
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1;
    font-weight: 400;
}

.page-footer .footer.content .footer-info-content .footer-block-column .block-content ul li a:hover{
    text-decoration: underline;
}

.page-footer .footer.content .footer-info-content .mobile-logo{
    display: none !important;
}

.page-footer .footer-bottom{
    background: var(--black-color);
    padding: 0;
}

.page-footer .footer-bottom .footer-bottom-inner.container{
    max-width: 100%;
    padding: 0;
}

.page-footer .footer-bottom-content{
    margin: 75px 0 0;
    padding: 55px 0 0;
    border-top: 1px solid #FFFFFF66;
}

.page-footer .footer-bottom-content .footer-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 25px;
}

.page-footer .footer-bottom-content .footer-content .left-content,
.page-footer .footer-bottom-content .footer-content .right-content{
    display: flex;
    gap: 50px;
}

.page-footer .footer-bottom-content .footer-content .left-content a,
.page-footer .footer-bottom-content .footer-content .right-content a{
    color: #FFFFFF66;
}

.page-footer .footer-bottom-content .footer-content .left-content a:hover,
.page-footer .footer-bottom-content .footer-content .right-content a:hover{
    color: var(--white-color);
}


.page-footer .footer-copyright{
    background: var(--black-color);
    padding: 50px 0 0;
}

@media(max-width:1536px){
    .page-footer .footer.content .footer-info-content{
        flex: 0 0 calc(77% - 15px);
        max-width: calc(77% - 15px);
    }

}

@media(max-width: 1280px){
    .page-footer{
        padding: 50px;
    }
}

@media(max-width:1023px){
    .page-footer .footer.content .footer-info-content{
        flex: 0 0 calc(70% - 15px);
        max-width: calc(70% - 15px);
    }

    .page-footer .footer.content .footer-info-content .footer-block-column{
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media(max-width: 768px){
    .page-footer{
        padding: 50px 20px;
    }

    .page-footer .footer.content{
        flex-wrap: wrap;
    }

    .page-footer .footer.content .footer-info-content{
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
        gap: 0;
    }

    .page-footer .footer.content .footer-desktop-logo{
        display: none;
    }

    .page-footer .footer.content .footer-info-content .footer-block-column{
        flex: 0 0 100%;
        max-width: 100%;
        gap: 0;
    }

    .page-footer .footer.content .footer-info-content .footer-block-column .block-title::after{
        color: var(--white-color);
    }

    .page-footer .footer.content .footer-info-content .footer-block-column .block-content{
        display: none;
        max-height: 100%;
    }

    .page-footer .footer.content .footer-info-content .footer-block-column .block-content ul{
        margin: 20px 0 0;
    }

    .page-footer .footer.content .footer-info-content .mobile-logo{
        display: flex !important;
        align-items: center;
        padding: 0;
        margin: 0 0 40px 0;
        border-top: 0;
        width: 100%;
    }

    .page-footer .footer-bottom-inner figure{
        display: none;
    }

    .page-footer .footer-bottom-inner .footer-social{
        margin: 0 auto;
    }

    .page-footer .footer-bottom-content{
        margin: 50px 0 0;
        padding: 0;
        border-top: 0;
    }

    .page-footer .footer-bottom-content .footer-content{
        justify-content: center;
        padding: 0;
    }

    .page-footer .footer-bottom-content .footer-content .left-content,
    .page-footer .footer-bottom-content .footer-content .right-content{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .page-footer .footer-copyright{
        padding: 30px 0 0;
    }

}



/* footer style end here */















/* Drop shipping Banner section style start here */


.cms-drop-shipping main#maincontent > .columns{
    margin-top: 0;
}

.cms-drop-shipping main#maincontent .breadcrumbs{
    display: none;
}

.cms-drop-shipping main#maincontent a#contentarea:empty{
    display: none;
}

.cms-drop-shipping main#maincontent > .columns .column.main{
    padding: 0;
    max-width: 100%;
}

.section-banner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-banner .banner-image-wrapper{
    display: block;
    max-height: 690px;
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
}

.section-banner .banner-image-wrapper::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000021;
}

.section-banner .banner-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-banner .banner-content{
    position: absolute;
    max-width: 950px;
    padding: 0 20px;
}

.section-banner .banner-content .section-title-type-2{
    color: var(--white-color);
}

.section-banner .banner-content .section-description-type-2{
    color: var(--white-color);
    margin: 25px 0;
}

.section-banner .banner-content .login-button{
    color: var(--white-color);
    background-color: #59534D;
    border: 1px solid #59534D;
    border-radius: 6px;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: clamp(12px, 1vw, 18px);
    font-weight: 700;
    line-height: 1.25;
    transition: all 0.3s ease;
}

.section-banner .banner-content .login-button:hover{
    background-color: var(--white-color);
    color: #59534D;
}

@media(max-width:768px){
    .section-banner .banner-image-wrapper{
        min-height: 300px;
    }

    .section-banner .banner-content .login-button{
        padding: 10px 15px;
    }
}


/* Drop shipping Banner section style end here */






/* Explore Category section style start here */

.explore-category-section .section-wrapper{
    padding: 0 50px;
}

.explore-category-section .section-wrapper .categories-grid-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 50px 0 0;
}

.explore-category-section .section-wrapper .categories-grid-wrapper .grid-item .image-wrapper{
    max-height: 430px;
    aspect-ratio: 1/1;
    width: 100%;
    overflow: hidden;
}

.explore-category-section .section-wrapper .categories-grid-wrapper .grid-item .image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.explore-category-section .section-wrapper .categories-grid-wrapper .grid-item:hover .image-wrapper img{
    transform: scale(1.1);
}

.explore-category-section .section-wrapper .categories-grid-wrapper .grid-item .category-title{
    font-weight: 500;
    color: var(--black-color);
    margin: 0;
    padding: 25px 0 0;
    transition: all 0.3s ease;
}

.explore-category-section .section-wrapper .categories-grid-wrapper .grid-item:hover .category-title{
    color: var(--hover-color);
}


@media(max-width:1023px){
    .explore-category-section .section-wrapper .categories-grid-wrapper{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:768px){
    .explore-category-section .section-wrapper{
        padding: 0 20px;
    }

    .explore-category-section .section-wrapper .categories-grid-wrapper{
        grid-template-columns: repeat(2, 1fr);
    }

    .explore-category-section .section-wrapper .categories-grid-wrapper .grid-item .category-title{
        padding: 15px 0 0;
    }
}


@media(max-width:600px){
    .explore-category-section .section-wrapper .categories-grid-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Explore Category section style end here */







/* Trusted By section style start here */

.trusted-by-section {
    padding: 80px 0;
    background-color: #F6EFE1;
}

.trusted-by-section .trusted-brands-logos{
    margin: 50px 0 0;
    padding: 0 0 15px 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(200px, 1fr);
    gap: 20px;
    overflow-x: auto;
}

.trusted-by-section .trusted-brands-logos .image-wrapper{
    background-color: var(--white-color);
    padding: 15px;
    border-radius: 5px;
    border-top: 3px solid #59534D33;
    max-height: 110px;
    aspect-ratio: 1 / 1;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.trusted-by-section .trusted-brands-logos .image-wrapper:hover{
    border-color: #59534D;
}

.trusted-by-section .trusted-brands-logos .image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media(max-width:768px){
    .trusted-by-section {
        padding: 50px 0;
    }

    .trusted-by-section .trusted-brands-logos{
        margin: 30px 0 0;
    }
}


/* Trusted By section style end here */





/* Why Choose Section style start here */


.why-choose-section .benefits-grid-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin: 50px 0 0;
}

.why-choose-section .benefits-grid-wrapper .grid-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.why-choose-section .benefits-grid-wrapper .grid-item .image-wrapper img{
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.why-choose-section .benefits-grid-wrapper .grid-item h5{
    margin: 0;
    color: var(--black-color);
}


@media(max-width:768px){
    .why-choose-section .benefits-grid-wrapper{
        margin: 30px 0 0;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:600px){
    .why-choose-section .benefits-grid-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
}


/* Why Choose Section style end here */





/* Best Selling Section style start here */

.best-selling-section .section-wrapper{
    padding: 80px 50px;
    background-color: #f6efe1;
}

.best-selling-section .section-wrapper .lower-wrapper{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    margin: 50px 0 0;
}

.best-selling-section .section-wrapper .lower-wrapper .left-content,
.best-selling-section .section-wrapper .lower-wrapper .right-content{
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
}

.best-selling-section .section-wrapper .lower-wrapper .left-content{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-selling-section .section-wrapper .lower-wrapper .left-content::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000003b;
}

.best-selling-section .section-wrapper .lower-wrapper .left-content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-selling-section .section-wrapper .lower-wrapper .left-content .content-wrapper{
    position: absolute;
    z-index: 1;
}

.best-selling-section .section-wrapper .lower-wrapper .left-content .content-wrapper .content-subtitle{
    font-size: clamp(14px, 1vw, 18px);
	line-height: 1.25;
	color: var(--white-color);
	font-weight: 400;
}

.best-selling-section .section-wrapper .lower-wrapper .left-content .content-wrapper h2{
    color: var(--white-color);
}

.best-selling-section .section-wrapper .lower-wrapper .right-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.best-selling-section .section-wrapper .lower-wrapper .right-content .products-card{
    background-color: var(--white-color);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.best-selling-section .section-wrapper .lower-wrapper .right-content .products-card .image-wrapper{
    max-height: 350px;
    aspect-ratio: 1/1;
    width: 100%;
    overflow: hidden;
}

.best-selling-section .section-wrapper .lower-wrapper .right-content .products-card .image-wrapper img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.3s ease;
}

.best-selling-section .section-wrapper .lower-wrapper .right-content .products-card:hover .image-wrapper img{
    transform: scale(1.1);
}

.best-selling-section .section-wrapper .lower-wrapper .right-content .products-card .card-content{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.best-selling-section .section-wrapper .lower-wrapper .right-content .products-card .card-content .login-link{
    color: var(--black-color);
    text-decoration: underline;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1;
    font-weight: 600;
    transition: all 0.3s ease;
}

.best-selling-section .section-wrapper .lower-wrapper .right-content .products-card .card-content .login-link:hover{
    color: var(--hover-color);
}

.best-selling-section .section-wrapper .lower-wrapper .right-content .products-card .card-content .product-title{
    color: var(--black-color);
    margin: 15px 0;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.25;
    font-weight: 400;
}

.best-selling-section .section-wrapper .lower-wrapper .right-content .products-card .card-content .product-title:hover{
    text-decoration: underline;
}

.best-selling-section .section-wrapper .lower-wrapper .right-content .products-card .card-content .sku-detail{
    margin-top: auto;
    color: #949494;
    text-transform: uppercase;
}


@media(max-width:1023px){
    .best-selling-section .section-wrapper .lower-wrapper{
        gap: 20px;
    }

    .best-selling-section .section-wrapper .lower-wrapper .left-content{
        flex: 0 0 calc(40% - 10px);
        max-width: calc(40% - 10px);
    }

    .best-selling-section .section-wrapper .lower-wrapper .right-content{
        flex: 0 0 calc(60% - 10px);
        max-width: calc(60% - 10px);
    }

    .best-selling-section .section-wrapper .lower-wrapper .right-content{
        gap: 20px;
    }

}

@media(max-width:768px){
    .best-selling-section .section-wrapper{
        padding: 50px 20px;
    }

    .best-selling-section .section-wrapper .lower-wrapper{
        margin: 30px 0 0;
    }

    .best-selling-section .section-wrapper .lower-wrapper .left-content,
    .best-selling-section .section-wrapper .lower-wrapper .right-content{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width:480px){
    .best-selling-section .section-wrapper .lower-wrapper .right-content{
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Best Selling Section style end here */








/* Review Section style start here */

.review-section .section-wrapper{
    max-width: 1560px;
    margin: 0 auto;
    width: 100%;
    padding: 0 100px;
}

.review-section .section-wrapper .review-slider-container{
    position: relative;
    margin: 50px 0 0;
}

.review-section .section-wrapper .review-slider-container .slider-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 0;
    border-radius: 50%;
    box-shadow: 0px 2px 5px 0px #7F7F7F80;
    cursor: pointer;
    z-index: 10;
}

.review-section .section-wrapper .review-slider-container .slider-btn:disabled {
    opacity: 0.5;
    cursor: default;
}

.review-section .section-wrapper .review-slider-container .slider-btn.prev{
    left: -70px;
}

.review-section .section-wrapper .review-slider-container .slider-btn.next{
    right: -70px;
}

.review-section .section-wrapper .review-slider-container .slider-btn img{
    width: 12px;
}

.review-section .section-wrapper .review-slider-container .slider-btn.next img{
    transform: rotate(180deg);
}


.review-section .section-wrapper .review-slider-container .slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 8px;
}

.review-section .section-wrapper .review-slider-container .slider-dots .slider-dot {
    width: 8px;
    height: 8px;
    background-color: #1d1d1d40;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.review-section .section-wrapper .review-slider-container .slider-dots .slider-dot.active {
    background-color: #1d1d1d;
}

.review-section .section-wrapper .review-slider-container .review-slider-viewport{
    overflow: hidden;
    width: 100%;
}

.review-section .section-wrapper .review-slider-container .review-slider-viewport .review-slider-track {
    display: flex;
    transition: transform 0.3s ease;
    gap: 20px;
}

.review-section .section-wrapper .review-slider-container .review-slider-viewport .review-slider-track .review-card {
    border: 1px solid #59534D33;
    padding: 40px 30px;
    width: calc(33.333% - 14px);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.review-section .section-wrapper .review-slider-container .review-slider-viewport .review-slider-track .review-card:hover{
    background-color: var(--white-color);
}

.review-section .section-wrapper .review-slider-container .review-slider-viewport .review-slider-track .review-card .product-img{
    max-width: 150px;
    aspect-ratio: 1/1;
    width: 100%;
}

.review-section .section-wrapper .review-slider-container .review-slider-viewport .review-slider-track .review-card .product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review-section .section-wrapper .review-slider-container .review-slider-viewport .review-slider-track .review-card .product-review-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    margin: 10px 0 0;
}

.review-section .section-wrapper .review-slider-container .review-slider-viewport .review-slider-track .review-card .product-review-wrapper .rating{
    display: inline-flex;
    gap: 4px;
    font-size: 26px;
}

.review-section .section-wrapper .review-slider-container .review-slider-viewport .review-slider-track .review-card .product-review-wrapper .rating .star {
    position: relative;
    color: #949494;
}

.review-section .section-wrapper .review-slider-container .review-slider-viewport .review-slider-track .review-card .product-review-wrapper .rating .star::before {
    content: "★";
}

.review-section .section-wrapper .review-slider-container .review-slider-viewport .review-slider-track .review-card .product-review-wrapper .rating .star.full {
    color: #FFAB41;
}

.review-section .section-wrapper .review-slider-container .review-slider-viewport .review-slider-track .review-card .product-review-wrapper .rating .star.half::after {
    content: "★";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
    color: #FFAB41;
}

.review-section .section-wrapper .review-slider-container .review-slider-viewport .review-slider-track .review-card .product-review-wrapper .product-review{
    color: #1d1d1d;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25;
    font-weight: 400;
    margin: 15px 0 25px;
}

.review-section .section-wrapper .review-slider-container .review-slider-viewport .review-slider-track .review-card .product-review-wrapper .reviewer-name{
    margin-top: auto;
    color: #949494;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25;
    font-weight: 400;
}

@media(max-width:1023px){
    .review-section .section-wrapper{
        padding: 0 70px;
    }

    .review-section .section-wrapper .review-slider-container .slider-btn.prev{
        left: -55px;
    }

    .review-section .section-wrapper .review-slider-container .slider-btn.next{
        right: -55px;
    }

    .review-section .section-wrapper .review-slider-container .slider-btn{
        width: 40px;
        height: 40px;
    }

    .review-section .section-wrapper .review-slider-container .slider-btn img{
        width: 8px;
    }

    .review-section .section-wrapper .review-slider-container .review-slider-viewport .review-slider-track .review-card {
        width: calc(50% - 10px);
    }
}

@media(max-width:768px){
    .review-section .section-wrapper .review-slider-container{
        margin: 30px 0 0;
    }
}

@media(max-width:600px){
    .review-section .section-wrapper{
        padding: 0 50px;
    }

    .review-section .section-wrapper .review-slider-container .slider-btn{
        width: 30px;
        height: 30px;
    }

    .review-section .section-wrapper .review-slider-container .slider-btn.prev{
        left: -40px;
    }

    .review-section .section-wrapper .review-slider-container .slider-btn.next{
        right: -40px;
    }

    .review-section .section-wrapper .review-slider-container .slider-btn img{
        width: 6px;
    }

    .review-section .section-wrapper .review-slider-container .review-slider-viewport .review-slider-track .review-card {
        width: 100%;
        padding: 20px;
    }
}


/* Review Section style end here */













/* FAQ Section style start here */

.faq-section {
    padding: 80px 0;
    background-color: #f6efe1;
}

.faq-section .faq-wrapper{
    display: inline-block;
    column-count: 2;
    margin: 50px 0 0;
}

.faq-section .faq-wrapper .faq-item{
    background-color: var(--white-color);
    padding: 40px 40px 40px 80px;
    margin: 0 0 20px 0;
    border-radius: 5px;
    text-align: left;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.faq-section .faq-wrapper .faq-item .faq-question{
    position: relative;
    cursor: pointer;
}

.faq-section .faq-wrapper .faq-item .faq-question::before,
.faq-section .faq-wrapper .faq-item .faq-question::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background-color: #59534D;
    display: block;
    border-radius: 5px;
    transition: all 0.3s ease;
    left: -30px;
}

.faq-section .faq-wrapper .faq-item .faq-question::after{
    top: 0;
    transform: rotate(90deg);
}

.faq-section .faq-wrapper .faq-item.active .faq-question::before {
    transform: rotate(90deg);
}

.faq-section .faq-wrapper .faq-item .faq-question h5{
    margin: 0;
    color: #20201E;
    font-size: clamp(14px, 1vw, 18px);
	line-height: 1.25;
	font-weight: 600;
}

.faq-section .faq-wrapper .faq-item .faq-answer{
    color: #363049;
    font-size: clamp(12px, 1vw, 14px);
    line-height: 1.25;
    font-weight: 400;
    margin: 10px 0 0;
}

@media (max-width: 768px) {
    .faq-section{
        padding: 50px 0;
    }

    .faq-section .faq-wrapper{
        column-count: 1;
        margin: 30px 0 0;
    }

    .faq-section .faq-wrapper .faq-item{
        padding: 30px 30px 30px 60px;
    }
}

@media(max-width:480px){
    .faq-section .faq-wrapper .faq-item{
        padding: 20px 20px 20px 40px;
    }

    .faq-section .faq-wrapper .faq-item .faq-question::before,
    .faq-section .faq-wrapper .faq-item .faq-question::after{
        height: 12px;
        left: -20px;
    }
}

/* FAQ Section style end here */





/* Contact Us Form Section style start here  */

.contact-form-section .contact-form-section-wrapper{
    background-color: var(--white-color);
    padding: 65px;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}

.contact-form-section .contact-form-section-wrapper .left-content{
    flex: 0 0 calc(35% - 35px);
    max-width: calc(35% - 35px);
}

.contact-form-section .contact-form-section-wrapper .left-content .form-description{
    margin: 20px 0;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25;
    color: #4A5565;
}

.contact-form-section .contact-form-section-wrapper .left-content .contact-link{
    text-decoration: underline;
    color: #364153;
    display: block;
    width: fit-content;
}

.contact-form-section .contact-form-section-wrapper .left-content .contact-link:hover{
    color: #59534D;
}

.contact-form-section .contact-form-section-wrapper .left-content .social-list{
    margin: 50px 0 0;
}

.contact-form-section .contact-form-section-wrapper .left-content .social-list li a{
    color: #59534D;
}

.contact-form-section .contact-form-section-wrapper .left-content .social-list li a:hover{
    color: #7d5c36;
}    


.contact-form-section .contact-form-section-wrapper .right-content{
    flex: 0 0 calc(65% - 35px);
    max-width: calc(65% - 35px);
}

.contact-form-section .contact-form-section-wrapper .right-content form .control{
    max-width: 100%;
}

.contact-form-section .contact-form-section-wrapper .right-content form label{
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400 !important;
    color: #59534D !important;
}


.contact-form-section .contact-form-section-wrapper .right-content form input,
.contact-form-section .contact-form-section-wrapper .right-content form textarea{
    background-color: transparent;
    border-bottom: 1px solid #D1D5DC;
    width: 100%;
}

.contact-form-section .contact-form-section-wrapper .right-content form .field:has(input.half-width){
    width: 48%;
}

.contact-form-section .contact-form-section-wrapper .right-content form textarea{
    resize: none;
}

.contact-form-section .contact-form-section-wrapper .right-content form .fb-checkbox {
    margin: 15px 0 30px;
}

.contact-form-section .contact-form-section-wrapper .right-content form .fb-checkbox .control{
    margin: 10px 0;
}

.contact-form-section .contact-form-section-wrapper .right-content form .fb-checkbox .control .checkbox-group{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
}

.contact-form-section .contact-form-section-wrapper .right-content form .control .checkbox-group .amform-groupv2{
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-form-section .contact-form-section-wrapper .right-content form .control .checkbox-group .amform-groupv2 input{
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.contact-form-section .contact-form-section-wrapper .right-content form button[type="submit"]{
    border: 1px solid #59534D;
    background-color: #59534D;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin: 20px 0 0;
}

.contact-form-section .contact-form-section-wrapper .right-content form button[type="submit"]:hover{
    background-color: transparent;
    color: #59534D;
}

@media(max-width: 1023px){
    .contact-form-section .contact-form-section-wrapper{
        gap: 30px;
        padding: 45px;
    }

    .contact-form-section .contact-form-section-wrapper .left-content{
        flex: 0 0 calc(45% - 15px);
        max-width: calc(45% - 15px);

    }
    .contact-form-section .contact-form-section-wrapper .right-content{
        flex: 0 0 calc(55% - 15px);
        max-width: calc(55% - 15px);
    }
}

@media(max-width: 768px){
    
    .contact-form-section .contact-form-section-wrapper .left-content,
    .contact-form-section .contact-form-section-wrapper .right-content{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .contact-form-section .contact-form-section-wrapper .right-content{
        margin: 50px 0 0;
    }
}

@media(max-width: 480px){
    .contact-form-section .contact-form-section-wrapper{
        padding: 25px;
    }

    .contact-form-section .contact-form-section-wrapper .right-content form .field:has(input.half-width){
        width: 100%;
    }

}


/* Contact Us Form Section style end here  */







/* collection page style start here */

.page-products .swatch-attribute.color .swatch-attribute-options{
    justify-content: center;
}

/* collection page style end here */





/* call your manager popup style start here */

.call-your-manager-popup{
    position: fixed;
    top: 215px;
    right: 10px;
/*    z-index: 1;*/
}

.call-your-manager-popup .call-your-manager-wrapper .call-manager-btn{
    border: 0;
    background: #fff;
    text-align: center;
    max-width: 175px;
    box-shadow: 0px 0px 10px 0px #666666;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: clamp(12px, 1vw, 16px);
    line-height: 1.25;
    font-weight: 600;
    transition: all 0.3s ease;
}

.call-your-manager-popup .call-your-manager-wrapper .call-manager-btn.active,
.call-your-manager-popup .call-your-manager-wrapper .call-manager-btn:hover{
    background-color: #000;
    color: #fff;
}

.call-your-manager-popup .call-your-manager-wrapper .details-wrapper{
    background-color: white;
    box-shadow: 0px 0px 10px 0px #666666;
    padding: 15px;
    margin: 15px 0 0;
    border-radius: 10px;
    position: absolute;
    min-width: 280px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.3s ease;
}

.call-your-manager-popup .call-your-manager-wrapper .details-wrapper.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.call-your-manager-popup .call-your-manager-wrapper .details-wrapper .details-title{
    font-size: clamp(12px, 1vw, 16px);
    line-height: 1.25;
    font-weight: 600;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ddd;
}

.call-your-manager-popup .call-your-manager-wrapper .details-wrapper .contact-details{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.call-your-manager-popup .call-your-manager-wrapper .details-wrapper .contact-details .details-tab{
    display: flex;
    gap: 5px;
    align-items: center;
}

.call-your-manager-popup .call-your-manager-wrapper .details-wrapper .contact-details p,
.call-your-manager-popup .call-your-manager-wrapper .details-wrapper .contact-details h6{
    color: #000;
}

.call-your-manager-popup .call-your-manager-wrapper .details-wrapper .contact-details p,
.call-your-manager-popup .call-your-manager-wrapper .details-wrapper .contact-details h6,
.call-your-manager-popup .call-your-manager-wrapper .details-wrapper .contact-details .contact-link{
    font-size: clamp(12px, 1vw, 14px);
    line-height: 1.25;
    font-weight: 500;
    margin: 0;
}

@media(max-width:1023px){
    .call-your-manager-popup{
        top: 175px;
    }

    .call-your-manager-popup .call-your-manager-wrapper .call-manager-btn{
        max-width: 135px;
    }

    .call-your-manager-popup .call-your-manager-wrapper .details-wrapper{
        min-width: 240px;
    }

}

/* call your manager popup style end here */