html {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}
.woocommerce-ordering{
	margin-bottom: 0px !important
}
/* Canvas wrapper */
.custom-filter-canvas {
    position: fixed;
    inset: 0;
    z-index: 999999;
    visibility: hidden;
    pointer-events: none;
}

/* Active state */
.custom-filter-canvas.active {
    visibility: visible;
    pointer-events: auto;
}

/* Overlay */
.canvas-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-filter-canvas.active .canvas-overlay {
    opacity: 1;
}

/* Panel */
.canvas-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    max-width: 92%;
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    display: flex;
    flex-direction: column;
}

.custom-filter-canvas.active .canvas-panel {
    transform: translateX(0);
}

/* Header */
.canvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
}

.canvas-close {
    border: none;
    background: none;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

/* Body */
.canvas-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

/* WOOF FULL PRESERVATION */
.canvas-body .woof,
.canvas-body .woof_redraw_zone,
.canvas-body .woof_container,
.canvas-body .irs,
.canvas-body .irs--flat {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
}

/* Prevent plugin collapse */
.canvas-body .collapse,
.canvas-body .collapsing {
    display: block !important;
    height: auto !important;
}

/* Button */
.search-products .btn-dark {
    padding: 8px 16px;
    border-radius: 6px;
}
/* ======================
MAIN ACCOUNT LAYOUT
====================== */

.woocommerce-account .woocommerce{/* display:flex; *//* gap:40px; */align-items:flex-start;}

/* ======================
SIDEBAR
====================== */

.woocommerce-MyAccount-navigation{width: 100% !important;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:15px;}

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

.woocommerce-MyAccount-navigation li{
margin-bottom:8px;
}

.woocommerce-MyAccount-navigation a{
display:flex;
align-items:center;
gap:10px;
padding:10px 14px;
border-radius:6px;
text-decoration:none;
font-weight:500;
color:#333;
}

.woocommerce-MyAccount-navigation a:hover{
background:#f3f4f6;
}

.woocommerce-MyAccount-navigation .is-active a{background: #b89b5e;color:#fff;}

/* ======================
CONTENT AREA
====================== */

.woocommerce-MyAccount-content{
flex:1;
background:#fff;
border:1px solid #e5e7eb;
border-radius:10px;
padding:30px;
}

/* ======================
ORDERS TABLE
====================== */

.woocommerce table.shop_table{
width:100%;
border-collapse:collapse;
border:1px solid #e5e7eb;
border-radius:8px;
overflow:hidden;
}

.woocommerce table.shop_table th{
background:#f9fafb;
text-align:left;
padding:14px;
font-weight:600;
}

.woocommerce table.shop_table td{
padding:14px;
border-top:1px solid #e5e7eb;
}

.woocommerce table.shop_table tr:hover{
background:#f9fafb;
}

/* ======================
BUTTONS
====================== */

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
background:#2563eb;
color:#fff;
padding:10px 18px;
border-radius:6px;
text-decoration:none;
border:none;
font-weight:500;
}

.woocommerce a.button:hover{
background:#1d4ed8;
}

/* ======================
EMPTY ORDERS BOX
====================== */

.woocommerce-message{
display:flex;
justify-content:space-between;
align-items:center;
background:#eff6ff;
border:1px solid #bfdbfe;
padding:16px;
border-radius:8px;
margin-bottom:20px;
}

/* ======================
ALERTS
====================== */

.woocommerce-error{
background:#fef2f2;
border:1px solid #fecaca;
color:#b91c1c;
padding:15px;
border-radius:8px;
}

.woocommerce-info{
background:#eff6ff;
border:1px solid #bfdbfe;
padding:15px;
border-radius:8px;
}

.woocommerce-message{
background:#ecfdf5;
border:1px solid #bbf7d0;
}

/* ======================
FORM INPUTS
====================== */

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select{
width:100%;
padding:10px 12px;
border:1px solid #d1d5db;
border-radius:6px;
}

.woocommerce input.input-text:focus{
border-color:#2563eb;
outline:none;
}

/* ======================
ADDRESS CARDS
====================== */

.woocommerce-Addresses{
display:grid;
grid-template-columns:repeat(1,1fr);
gap:25px;
}
.woocommerce-account .addresses .title .edit {
    float: left !important;
}
.woocommerce-Address{
border:1px solid #e5e7eb;
padding:20px;
border-radius:8px;
background:#fafafa;
}
.wcmamtx_dashboard_link{
        border: 0px solid #ac9d9d !important;
    border-radius: 16px !important;
}
.wcmtx-my-account-links a{
    border-radius: 16px !important;
}
.wcmamtx_dashboard_link i.fa {
    font-size: 27px !important;
}
/* ======================
MOBILE RESPONSIVE
====================== */

@media(max-width:900px){

.woocommerce-account .woocommerce{
flex-direction:column;
}

.woocommerce-MyAccount-navigation{
width:100%;
}

.woocommerce-Addresses{
grid-template-columns:1fr;
}

}

@media(max-width:600px){

.woocommerce-MyAccount-content{
padding:20px;
}

}
/* My Account Layout */

.myaccount-wrapper{
display:flex;
gap:40px;
align-items:flex-start;
}

/* Sidebar */

.myaccount-sidebar{
width:260px;
flex-shrink:0;
}

/* Content */

.myaccount-content{
flex:1;
min-width:0;
}

/* Notices */

.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info{
margin-bottom:20px;
}

/* Mobile */

@media(max-width:768px){

.myaccount-wrapper{
flex-direction:column;
}

.myaccount-sidebar{
width:100%;
}

}

/* =========================== */
body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    color: #222;
    background: #fff;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Playfair", serif;
}
a{
    color: #34c0ff;
    text-decoration: none;
}
p{
    color: #414040
}
.form-control:focus{
    outline: 0;
    box-shadow: none;
}

.main-h{
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 0px;
}
.main-h-mr{
    margin-bottom: 30px
}
.main-sub-h{
    font-size: 24px;
    line-height: 1.4;
    color: #3f3f3f;
    margin-bottom: 40px;
    font-family: "Playfair", serif;
    font-style: italic;
    font-weight: 500;
}
.bt-mrgn{
    margin-top: 50px
}
.lux-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a1612;
    background: #f7f6f4;
    border: 1px solid #cfc6b7;
    text-decoration: none;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.lux-btn .arrow {
    display: inline-block;
    transition: transform 0.35s ease;
    font-size: 16px;
}

.lux-btn:hover {
    background: #000000;
    color: #f7f6f4;
    border-color: #f7f6f4;
}

.lux-btn:hover .arrow {
    transform: translateX(6px);
}

.section-space{
    padding-top: 70px;
    padding-bottom: 70px;
}
.top-bar {
    background: #111;
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
}

.top-bar a {
    color: #fff;
    margin-left: 12px;
    font-size: 14px;
    opacity: 0.85;
}

.top-bar a:hover {
    opacity: 1;
}
.top-bar .nav-icons{
    display: none
}
.lux-social-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* Divider */
.lux-social-divider {
    width: 1px;
    height: 36px;
    background-color: rgba(184, 155, 94, 0.45);
}

/* Base Link */
.lux-social-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #b89b5e;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
    transition: color 0.3s ease;
}

/* Icon Square */
.lux-social-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    border-radius: 0px;
    color: #ffffff;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Icon Size */
.lux-social-icon i {
    font-size: 18px;
}

/* Text Hover */
.lux-social-item:hover .lux-social-text {
    opacity: 0.85;
}


/* Instagram Hover */
.lux-instagram:hover .lux-social-icon {
    background-color: #E1306C;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(225, 48, 108, 0.35);
}

/* WhatsApp Hover */
.lux-whatsapp:hover .lux-social-icon {
    background-color: #25D366;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(37, 211, 102, 0.35);
}

/* ---------------- NAVBAR ---------------- */
.navbar{
    background:#fff;
    border-bottom:1px solid #eee;
    padding: 5px 0;
    transition:transform .45s ease, box-shadow .45s ease;
    z-index:999;
}
.navbar.is-sticky {
    position: fixed;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.fadeIn{
    animation-name:fadeIn;
}
@keyframes fadeInDown{
    from{
        opacity:0;
        transform:translate3d(0, -100%, 0);
    }
    to{
        opacity:1;
        transform:none;
    }
}
.fadeInDown{
    animation-name:fadeInDown;
}
@keyframes fadeInDownBig{
    from{
        opacity:0;
        transform:translate3d(0, -2000px, 0);
    }
    to{
        opacity:1;
        transform:none;
    }
}
.fadeInDownBig{
    animation-name:fadeInDownBig;
}
@keyframes fadeInLeft{
    from{
        opacity:0;
        transform:translate3d(-100%, 0, 0);
    }
    to{
        opacity:1;
        transform:none;
    }
}
.navbar.is-sticky .navbar-brand img{
    width: 120px;
}
.navbar.hide{
    transition: transform .45s ease, box-shadow .45s ease;
    top: 0px
}
.navbar.show.hide{
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    top: 0px
}

.navbar-brand img{
    width: 220px;
}

/* ---------------- LINKS ---------------- */
.navbar-nav .nav-item{
    margin-left: 10px
}
.navbar-nav .nav-link{
    font-size: 13px;
    letter-spacing:1px;
    color:#333;
    padding: 10px 18px;
    display:flex;
    align-items:center;
    gap: 6px;
    transition:.3s ease;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-nav .nav-link:hover{
    color:#b89b5e;
}

/* Remove default caret */
.dropdown-toggle::after{
    display:none !important;
}

/* ---------------- DROPDOWNS ---------------- */
.dropdown-menu{
    border:none;
    padding:16px 0;
    box-shadow:0 12px 40px rgba(0,0,0,.08);
    z-index:9999;
}
/* Hover open on desktop */
@media(min-width:992px){
    .dropdown-menu{
        display:block;
        opacity:0;
        transform:translateY(12px);
        pointer-events:none;
        transition:all .35s ease;
    }
    .dropdown:hover > .dropdown-menu{
        opacity:1;
        transform:translateY(0);
        pointer-events:auto;
    }
}

/* Dropdown items */
.dropdown-item{
    font-size:13px;
    padding:10px 25px;
    letter-spacing:.5px;
    text-transform: uppercase;
}
.dropdown-item:hover{
    background:none;
    color:#b89b5e;
}

/* Chevron rotate */
.nav-item.dropdown:hover i{
    transform:rotate(180deg);
}
.nav-item i{
    transition:.3s ease;
}

/* ---------------- ICONS ---------------- */
.nav-icons a{
    position:relative;
    font-size:18px;
    color:#333;
    margin-right:14px;
    transition:.3s ease;
}
.nav-icons a:hover{
    color:#b89b5e;
}

/* Badge */
.cart-badge{
    position:absolute;
    top:-6px;
    right:-8px;
    background:#b89b5e;
    color:#fff;
    font-size:10px;
    padding:2px 6px;
    border-radius:50%;
}

/* ---------------- OFFCANVAS MINI CART ---------------- */
.offcanvas{
    width:360px;
}
.offcanvas .btn{
    border-radius: 0px
}
.cart-item{
    display:flex;
    justify-content:space-between;
    font-size:14px;
    margin-bottom:14px;
    padding-right: 14px;
}
.offcanvas .remove_from_cart_button{
    right: -6px !important;
    top: 0px !important;
    color: red !important;
    font-size: 16px !important;
}
.offcanvas-title{
    letter-spacing:1px;
}

/* ---------------- MOBILE ---------------- */
.mobile-icons{
    display:flex;
    align-items:center;
}
@media(min-width:992px){
    .mobile-icons{
        display:none;
    }
}

.navbar-toggler{

}
.navbar-toggler:focus{
    box-shadow:none;
}

/* ---------------- SEARCH OVERLAY ---------------- */
.search-overlay{
    position:fixed;
    top:90px;
    left:0;
    width:100%;
    height:180px;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
    transform:translateY(-20px);
    opacity:0;
    pointer-events:none;
    transition:.4s ease;
    z-index:998;
}

.search-overlay.active{
    transform:translateY(0);
    opacity:1;
    pointer-events:auto;
}

.search-box{
    position:relative;
    max-width:720px;
    margin:50px auto 0;
}

.search-box input{
    width:100%;
    border:none;
    border-bottom:2px solid #ddd;
    font-size:18px;
    padding:12px 40px 12px 0;
    background:transparent;
    outline:none;
    font-family:'Playfair Display', serif;
}
.navbar-light.is-sticky + .search-overlay {
    top: 65px; 
}
.search-box input::placeholder{
    color:#aaa;
    letter-spacing:1px;
}

.close-search{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    background:none;
    border:none;
    font-size:20px;
    color:#333;
}
.inner-header{
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    background: #fbf9f9;
    text-transform: uppercase;
}
.inner-header .breadcrumb-item.active {
    font-size: 16px;
}
.inner-header .container{
    position: relative;
}
.inner-header h1{
    font-size: 30px;
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative;
    display: inline-flex;
}
.inner-header .breadcrumb-item+.breadcrumb-item::before, .inner-header .breadcrumb a{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.splitted .char {
    display: inline-block;
    will-change: transform, opacity;
}
/* ================= HERO ================= */
.hero {
    padding: 120px 0 90px;
    background: #f7f6f4;
    position: relative
}
.hero .line{
    position: absolute;
    right: 0px;
    bottom: 120px;
    width: 390px;
    opacity: .8;
}
.hero h1 {
    font-size: 64px;
    font-weight: 500;
}

.hero p {
    font-size: 24px;
    line-height: 1.4;
    color: #3f3f3f;
    margin-bottom: 50px;
    font-family: "Playfair", serif;
    font-style: italic;
    margin-top: 15px;
    font-weight: 500;
}
.hero .side-img{
    border-radius: 150px 150px 0px 0px;
    border: 8px solid #ffedd3;
    z-index: 1;
    position: relative;
}
.hero .si-1{
    position: relative
}
.hero .si-1 .side-img{
    margin-top: 50px;

}
.hero .si-2{
    position: relative
}
.hero .si-2 .leaves{
    position: absolute;
    left: -139px;
    width: 160px;
    top: -66px;
    z-index: 0;
}
.hero .si-2 .side-img{
    margin-top: -50px
}
/* Card */
.product-card{
    width:100%;
    margin-bottom: 30px;
    background:#fff;
    box-shadow:0 25px 50px rgba(0,0,0,0.08);
    transition:transform .5s ease, box-shadow .5s ease;
}

.product-card:hover{
    transform:translateY(-6px);
    box-shadow:0 40px 80px rgba(0,0,0,0.12);
}

/* Image wrapper */
.product-image{
    position:relative;
    overflow:hidden;
    height:380px;
}

/* Images */
.product-image img{
    position:absolute;
    inset:0;
    width:100%;
    height:100% !important;
    object-fit:cover;
    transition:opacity .6s ease, transform .6s ease;
}

/* Second image hidden */
.product-image img.second{
    opacity:0;
    transform:scale(1.05);
}

/* Hover swap */
.product-card:hover img.first{
    opacity:0;
}

.product-card:hover img.second{
    opacity:1;
    transform:scale(1);
}

/* Hover actions */
.product-actions{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 0px;
    background: rgb(0 0 0 / 0%);
    opacity: 0;
    transition: opacity .4s ease;
    bottom: 0px;
    width: 100%;
}

.product-card:hover .product-actions{
    opacity:1;
}

.product-actions a{
    padding: 11px 22px;
    width: 50%;
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    background: #000000bd;
    letter-spacing: .5px;
    transition: background .3s ease, transform .3s ease;
}
.product-actions a:first-child {
    border-right: 1px solid #d7d7d7;
}
.product-actions a:hover{
    background: #d8c9a1;
    color: #1e1e1e
}
.product-des .added_to_cart.wc-forward{
    display: none !important;
}
/* Details */
.product-details{
    padding:18px 16px 20px;
    text-align:center;
}

.product-title{
    font-family:'Playfair', serif;
    font-size: 20px;
    color:#1a1a1a;
    margin-bottom:6px;
}

.product-price{
    font-size: 16px;
    color:#9b8454;
    letter-spacing:.6px;
    font-weight:500;
}
.product-price ins{
    text-decoration: none;
}
.product-price .woocommerce-Price-currencySymbol{
    color: gray !important;
}
.home-about{
    background-color: #f7f7f7;
    padding-top: 100px;
}
.about-box{
    padding: 70px 80px 70px 80px;
    background-color: #fff;
    margin-top: -40px;
    position: relative;
    overflow: hidden;
}
.about-box .flower{
    position: absolute;
    bottom: -6px;
    left: -11%;
    /* opacity: .1; */
    width: 25%;
}
.about-box .flower-2{
    position: absolute;
    top: 4%;
    right: 4%;
    width: 18%;
}
.about-box .main-h{
    line-height: 1.1;
    margin-bottom: 30px;
}
.about-box p{
    text-align: justify;
    font-size: 18.5px;
    font-weight: 100;
    font-family: "Playfair", serif;
}
.why-outer{
    border : 1px solid #dec18c;
    padding: 5px
}
.why-container{
    border : 1px solid #dec18c;
    padding: 50px
}
.why-card{
    text-align: center;
    margin-top: 30px;
}
.why-card .why-icon{
    margin-bottom: 20px
}
.why-card .why-icon img{
    width: 50px
}
.why-card .why-title{
    font-size: 25px;
    margin-bottom: 5px;
}
.why-card P{
    #3f3f3f;
    font-size: 15px;
    font-style: italic;
    color: #3f3f3f;
    margin-bottom: 0px;
}
.testimonial-section {
    margin: auto;
    text-align: center;
    background: #fff9f8;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
.testimonial-item {
    text-align: center;
}
.testimonial-item img {
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px auto 18px;
    border: 4px solid #e9ecef;
}

.testimonial-item p {
    font-size: 28px;
    line-height: 1.3;
    color: #010101;
    margin-bottom: 18px;
    font-style: italic;
    font-family: "Playfair", serif;
}

.testimonial-item h5 {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 28px;
    color: #9b8454;
}

.testimonial-item span {
    font-size: 16px;
    color: #3f3f3f;
}

/* Navigation arrows */
.testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.testimonial-carousel .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 0px;
    background: #ffffff !important;
    border: 1px solid #cfc6b7 !important;
    position: absolute;
    transition: all 0.3s ease;
}

.testimonial-carousel .owl-nav button:hover {
    background: #000000 !important;
    color: #fff !important;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: -52px;
}

.testimonial-carousel .owl-nav .owl-next {
    right: -52px;
}

.testimonial-carousel .owl-nav button span {
    font-size: 24px;
    line-height: 1;
}
.site-footer {
    background: url(../../assets/img/ft-bg.webp);
    background-color: #000000;
    background-position: center center;
    background-repeat: repeat;
    background-size: 290px auto;
    padding: 70px 0 0px;
    font-size: 14px;
}

.footer-title {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.footer-text {
    color: #c4c4c4;
    max-width: 300px;
}

.footer-heading {
    font-size: 27px;
    margin-bottom: 30px;
    color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #c4c4c4;
    text-decoration: none;
    transition: color .3s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

/* Instagram Grid */
.instagram-grid .ti-widget-layout{
       display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    width: 100%; 
}


/* Bottom */
.footer-bottom {
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #777;
}
.footer-bottom p{
    margin-bottom: 0px;
    color: #fff;
}
.address-ul{
    color: #e5e5e5;
    font-size: 16px;
}
.address-ul li{
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
    color: #c4c4c4;
    font-size: 14px;
}
.address-ul li i{
    color: #ffffff;
    font-size: 15px;
    margin-right: 3px;
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 27px !important;
}
.footer-social-list a{
    color: #ffffff;
    font-size: 14px;
    transition: .2s;
    width: 40px;
    border: 1px solid #ffffff;
    background: transparent;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
    display: inline-block;
}
.footer-social-list a:hover{
    color: #000000;
    background: #ffffff;
}
.map-box{
    margin-bottom: -7px
}
.cont-bg{
    background: #fff;
    padding: 40px 50px;
    border-radius: 0px;
    border: 1px solid #cfc6b7;
}
.con-box {
    position: relative;
    margin-top: 0rem;
    margin-bottom: 1rem;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    transition: all 0.35s ease;
}

.con-box i {
    /* background: #ffffff; */
    color: #ffffff;
    font-size: 18px;
    border-radius: 0px;
    background: #000000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    transition: all 0.35s ease;
}
a.con-box:hover i{
    background: #b89b5e;
    color: #fff;
    transition: all 0.35s ease;
}
.con-box .con-box-text {
    padding-left: 64px;
    padding-top: 4px;
}

.con-box .con-box-text h6 {
    color: #333;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
}

.con-box .con-box-text p {
    font-size: 14px;
    color: #696969;
}
.reg-form{
    border-radius: 6px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.reg-form .form-group {
    margin-bottom: 1rem;
    position: relative
}
.reg-form .form-group .input-label{
    font-size: 16px;
    color: #b28f6f;
}
.reg-form .form-group label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #2a2834;
    font-weight: 500;
}

.reg-form .form-group .form-control {
    height: 46px;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cfc6b7;
    border-radius: 0px;
    color: #333;
    padding: .375rem 1rem;
    font-weight: 400;
    letter-spacing: .5px
}
.reg-form .form-group textarea.form-control{
    height: 90px
}
.reg-form .form-check-label {
    font-size: 15px;
}
.reg-form .reg-title{
    color: #2a2834;
    font-weight: 700;
    font-size: 32px;
}
.reg-form .reg-subtitle{
    color: #2a2834;
    margin-bottom: 20px;
    font-size: 15px;
}
.reg-form .form-group .form-control::placeholder {
    color:#2a2834;
    opacity: 1;
}

.reg-form .form-group .form-control:-ms-input-placeholder {
    color: #2a2834;
}

.reg-form .form-group .form-control::-ms-input-placeholder {
    color: #2a2834;
}

.form-control:focus {
    box-shadow: none;
    border-color: #333 !important;
}

.form-check-input:checked {
    background-color: #b28f6f;
    border-color: #b28f6f;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #b28f6f73;
}
.about-img-wrap {
    display: flex;
    position: relative;
    z-index: 1;
}
.about-img-wrap .shape-1 {
    position: absolute;
    right: 55px;
    bottom: -30px;
    z-index: -1;
}
.about-img-wrap .about-img {
    overflow: hidden;
    border-radius: 0px
}
.about-img-wrap .about-img img {
    border-radius: 0px;
}
.about-img-wrap .about-img:last-child {
    padding-left: 15px;
    margin-top: 75px;
}
.ab-p{
    font-size: 18.5px;
    font-weight: 100;
    font-family: "Playfair", serif;
}
.cont-bg-log{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}
.lost-pas{
        color: #0D47A1;
}
.dont-ac{
    margin-top: 30px;
}
.dont-ac span{
    
}
.dont-ac a{
    color: #b89b5e;
    text-decoration: underline;
}
.lost_reset_password{
        max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #fff;
    padding: 40px 50px;
    border-radius: 0px;
    border: 1px solid #cfc6b7;
}
.lost_reset_password  .woocommerce-Input{
    height: 46px !important;
    font-size: 14px !important;
    background-color: #ffffff !important;
    border: 1px solid #cfc6b7 !important;
    border-radius: 0px !important;
    color: #333 !important;
    padding: .375rem 1rem !important;
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    width: 100%;
}
.lost_reset_password .form-row-first{
    width: 100% !important;
}
.lost_reset_password .woocommerce-Button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 14px 28px !important;
    font-size: 14px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #1a1612 !important;
    background: #f7f6f4 !important;
    border: 1px solid #cfc6b7 !important;
    text-decoration: none !important;
    transition: all 0.35s ease !important;
    position: relative !important;
    overflow: hidden !important;
}


.lost_reset_password .woocommerce-Button:hover {
    background: #000000 !important;
    color: #f7f6f4 !important;
    border-color: #f7f6f4 !important;
}
/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
    .search-overlay{
        height: 140px;
    }
    .search-box {
    margin: 25px auto 0;
}
    .search-wrapper{
        width: 96% !important;
    }
    .cont-bg{
        padding: 20px;
    }
    .top-bar .nav-icons{
        display: flex
    }
    .top-bar .nav-icons a{
        color: #fff;
        font-size: 15px
    }
    .search-box input{
        font-size: 16px
    }
    .section-space {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .navbar-brand {

    }
    .navbar-brand img {
        width: 120px;
    }
    .navbar.is-sticky .navbar-brand img {
        width: 120px;
    }
	.navbar.is-sticky {
    padding-top: 5px;
    padding-bottom: 5px;
	}
    .welcome-text{
        display: none;
    }
    .hero {
        padding: 50px 0 50px;
    }
    .hero h1 {
        font-size: 36px;
    }
    .hero p {
        font-size: 18px;
        margin-bottom: 20px
    }
    .hero .si-2 .side-img {
        margin-top: 20px;
    }
    .dropdown-menu {
        opacity: 1;
        transform: none;
        visibility: visible;
        box-shadow: none;
        padding: 0;
    }
    .hero .si-2 .leaves {
        left: -69px;
        width: 90px;
        top: 14px;
        z-index: 0;
    }
    .hero .line {
        right: 0px;
        bottom: 40px;
        width: 180px;
        opacity: .8;
    }
    .hero .lux-btn{
        margin-bottom:20px
    }
    .main-h {
        font-size: 36px;
    }
    .main-sub-h {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .product-actions{
        opacity: 1
    }
    .bt-mrgn {
        margin-top: 30px;
    }
    .about-box{
        padding: 30px
    }
    .about-box p{
        font-size: 15px
    }
    .home-about {
        padding-top: 50px;
    }
    .about-box .flower {
        left: -9%;
        width: 18%;
    }
    .about-box .flower-2 {
        width: 13%;
    }
    .testimonial-item p {
        font-size: 18px;
    }
    .testimonial-item h5{
        font-size: 22px;
    }
}