body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}


a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */


/* header start */

.navbar-custom {


    /* position: relative; */

    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background: transparent;
    /* border-bottom: 1px solid #bdbcbc; */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

    transition: top 0.3s, background-color 0.3s;

}

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

.nav-link,
.navbar-brand,
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* .offcanvas-body{
   
    display: flex !important;
    justify-content:center !important;
} */


.navbar-nav {
    display: flex;
    justify-content: end;

}

.navbar-nav a {
    color: #000000 !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Cormorant Garamond", serif;

    /* transition: color 0.3s ease;
    position: relative; */

    /* text-align: center !important; */
}


/* .navbar-nav a::after {
  content: "";
  position: absolute;
  bottom: -5px; 
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e0aaff;
  transition: width 0.3s ease;
} */

.navbar-nav a:hover {
    /* color: #10002b !important; */
    color: #bf9b3d !important;
}

.navbar-nav a:hover::after {
    width: 100%;
}



.navbar-nav .active a {
    /* color: #10002b !important; */
    color: #bf9b3d !important;
}




.navbar-toggler span {
    color: #000000 !important;
}

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

}






.header-actions {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
}

.header-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    color: #000000;
    font-size: 15px;
    transition: background-color .25s ease, color .25s ease;
}

.header-action:hover {
    background-color: #bf9b3d;
    color: #ffffff;
    border: none;
}

.cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #bf9b3d;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
}






@media(max-width:992px) {
    .navbar-custom .container {
        position: relative;
    }

    .navbar-toggler {
        margin-left: auto;
        position: relative;
        z-index: 2;
    }

    .offcanvas-body {
        display: flex !important;
        justify-content: left !important;
    }

    .header-actions {
        display: none;
    }

    .header-actions-mobile {
        display: flex;
        position: absolute;
        top: 50%;
        left: 55%;
        z-index: 1;
        transform: translate(-50%, -50%);
        gap: 8px;
    }

    .header-actions-mobile .header-action {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .header-actions-mobile .cart-count {
        top: -6px;
        right: -6px;
        width: 17px;
        height: 17px;
        font-size: 9px;
    }



    .navbar-nav .active {
        background-color: transparent !important;

    }

    .navbar-nav a {
        color: #000000 !important;
    }

    .navbar-nav .active a {
        color: #000000 !important;
    }


}





@media(max-width:576px) {
    .navbar-brand img {
        width: 58px;
    }
}


@media(max-width:370px) {
    .head-top-cta a {
        font-size: 13px;
    }
}


/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */





/* footer start */


.footer-section {
    background: #fff;
    padding: 40px 0 20px;
    border-top: 1px solid #ececec;
}

/* Logo */

.footer-logo {
    display: inline-block;
    margin-bottom: 5px;
}

.footer-logo img {
    width: 80px;
    height: auto;
    display: block;
}

/* About */

.footer-about p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 30px;
    font-size: 15px;
}

/* Social */

.footer-social {
    display: flex;
    gap: 14px;
}

.footer-social a {
    width: 46px;
    height: 46px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    text-decoration: none;
    transition: .35s;
}

.footer-social a:hover {
    background: #bf9b3d;
    border-color: #bf9b3d;
    color: #fff;
    transform: translateY(-4px);
}

/* Titles */

.footer-links h4,
.footer-contact h4 {
    color: #111;
    font-size: 28px;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 25px;
}

/* Links */

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

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

.footer-links a {
    color: #666;
    text-decoration: none;
    transition: .35s;
}

.footer-links a:hover {
    color: #bf9b3d;
    padding-left: 6px;
}

/* Contact */

.footer-contact p {
    color: #666;
    margin-bottom: 20px;
}

.footer-contact>a {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #222;
    text-decoration: none;
    transition: .35s;
}

.footer-contact>a:hover {
    color: #bf9b3d;
}

/* Newsletter */

.footer-newsletter {
    display: flex;
    margin-top: 25px;
    border: 1px solid #ddd;
    border-radius: 50px;
    overflow: hidden;
}

.footer-newsletter input {
    width: 100%;
    border: none;
    outline: none;
    padding: 18px 20px;
    background: #fff;
}

.footer-newsletter button {
    border: none;
    background: #bf9b3d;
    color: #fff;
    padding: 0 30px;
    font-weight: 500;
    cursor: pointer;
    transition: .35s;
}

.footer-newsletter button:hover {
    background: #111;
}

/* Bottom */

.footer-bottom {
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid #ececec;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.footer-copy {
    color: #666;
    text-align: left;
}

.footer-policy {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.footer-policy a {
    color: #666;
    text-decoration: none;
    transition: .35s;
}

.footer-policy a:hover {
    color: #bf9b3d;
}

.footer-powered {
    text-align: right;
    color: #666;
}

.footer-powered a {
    color: #666;
    text-decoration: none;
    transition: .35s;
}

.footer-powered a:hover {
    color: #bf9b3d;
}

/* Tablet */

@media(max-width:991px) {

    .footer-section {
        text-align: center;
    }

    .footer-logo {
        display: block;
    }

    .footer-logo img {
        margin: auto;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-contact>a {
        justify-content: center;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-copy,
    .footer-powered {
        text-align: center;
    }

}

/* Mobile */

@media(max-width:576px) {

    .footer-section {
        padding: 50px 0 20px;
        text-align: left;
    }

    .footer-logo img {
        width: 80px;
        margin: 0;
    }

    .footer-social {
        justify-content: flex-start;
    }

    .footer-contact>a {
        justify-content: flex-start;
    }

    .footer-newsletter {
        flex-direction: column;
        border-radius: 18px;
    }

    .footer-newsletter input {
        text-align: left;
    }

    .footer-newsletter button {
        width: 100%;
        padding: 16px;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .footer-copy,
    .footer-powered {
        text-align: center;
    }

    .footer-policy {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

}

/* footer end */






/*home banner */


.hero-banner {
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 560px;
}

.hero-subtitle {
    display: inline-block;
    color: #bf9b3d;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    font-weight: 600;
}

.hero-content h1 {
    font-size: 68px;
    line-height: 1.1;
    color: #777373;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: "Cormorant Garamond", serif;
}

.hero-content h1 span {
    display: block;
    color: #bf9b3d;
    font-style: italic;
}

.hero-content p {
    font-size: 17px;
    color: #555;
    line-height: 1.9;
    max-width: 520px;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 17px 36px;
    background: #bf9b3d;
    color: #fff;
    border-radius: 50px;
    transition: .35s;
    font-weight: 500;
}

.hero-btn:hover {
    background: #000;
    color: #fff;
}

.hero-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 17px 36px;
    border: 1px solid #000000;
    color: #000;
    border-radius: 50px;
    transition: .35s;
    font-weight: 500;
}

.hero-btn-outline:hover {
    background: #000;
    color: #fff;
}

.hero-image {
    position: relative;
    text-align: right;
}


.hero-image img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    object-fit: contain;
}

@media(max-width:991px) {

    .hero-banner {
        padding: 50px 0 50px;
        text-align: center;
    }

    .hero-content {
        margin: auto;
    }

    .hero-content h1 {
        font-size: 52px;
    }

    .hero-content p {
        margin: auto auto 35px;
    }

    .hero-buttons {
        justify-content: center;
        margin-bottom: 40px;
    }

    .hero-image {
        text-align: center;
    }

    .hero-image img {
        height: auto;
        max-width: 90%;
    }

}

@media(max-width:576px) {

    .hero-banner {
        min-height: auto;
        padding: 30px 0 20px;
    }

    .hero-content {
        text-align: center;
    }

    .hero-subtitle {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .hero-content h1 {
        font-size: 45px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .hero-buttons {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 10px;
    }

    .hero-btn,
    .hero-btn-outline {
        width: 50%;
        padding: 14px 10px;
        font-size: 13px;
        white-space: nowrap;
    }

    .hero-image img {
        max-width: 100%;
    }

}

/* banner end */








/* floating btn */

.floating-buttons {
    position: fixed;
    left: 15px;
    bottom: 20px;
    z-index: 9999;
}

.floating-buttons a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
}

.floating-buttons a:hover {
    transform: translateY(-5px);
}


.call-btn {
    background-color: #bf9b3d;
}


.whatsapp-btn {
    background-color: #25D366;
}

/* end */




/* products */

.product-section {
    padding: 50px 0;
    background: #fff;
}

.product-section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.product-section-title h2 {
    margin: 0;
    font-size: 35px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: #777373;
}

.product-section-title a {
    text-decoration: none;
    color: #777373;
    font-weight: 400;
    transition: .3s;
}

.product-section-title a:hover {
    color: #bf9b3d;
}

.product-section-title a i {
    margin-left: 8px;
}

.product-card {
    display: block;
    text-decoration: none;
    color: #111;

    /* border: 1px solid #000000; */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 18px;
}

.product-image {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #f8f8f8;
}

.product-image img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    transition: .5s;
}

.product-card:hover img {
    transform: scale(1.08);
}

.sale-badge {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #bf9b3d;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
}

.wishlist {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.product-content {
    /* padding-top:18px; */
    padding: 18px;



}

.product-content h4 {
    font-size: 17px;
    margin-bottom: 12px;
    font-weight: 500;
}

.price {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.price span {
    color: #bf9b3d;
    font-size: 20px;
    font-weight: 500;
}

.price del {
    color: #999;
    font-size: 15px;
}

.product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-bottom span:first-child {
    font-weight: 400;
    font-size: 16px;
}

.cart-icon {
    width: 44px;
    height: 44px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.product-card:hover .cart-icon {
    background: #bf9b3d;
}

/* .mt-5 {
    margin-top: 80px;
} */

/* Tablet */

@media(max-width:991px) {

    .product-section-title h2 {
        font-size: 40px;
    }

    .product-image img {
        height: 340px;
    }

}

/* Mobile */

@media(max-width:576px) {

    .product-section {
        padding: 40px 0;
    }

    .product-section-title {
        margin-bottom: 5px;
    }

    .product-section-title h2 {
        font-size: 28px;
    }

    .product-section-title a {
        font-size: 15px;
    }

    .product-image {
        border-radius: 12px;
    }

    .product-image img {
        /* height: 240px; */
        height: 190px;
    }

    .wishlist {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .sale-badge {
        font-size: 11px;
        padding: 5px 10px;
    }

    .product-content {
        padding-top: 12px;
    }

    .product-content h4 {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .price span {
        font-size: 17px;
    }

    .price del {
        font-size: 13px;
    }

    .product-bottom span:first-child {
        font-size: 13px;
    }

    .cart-icon {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    /* .mt-5 {
        margin-top: 55px;
    } */

    .price {
        margin-bottom: 10px;
    }

}

/* product end */





/* categoory start */

.category-section {
    padding: 30px 0;
    background: #fff;
}

.category-title {
    margin-bottom: 20px;
}

.category-title h2 {
    color: #777373;
    font-size: 35px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    margin: 0;
}

.category-item {
    text-align: center;
}

.category-item a {
    text-decoration: none;
}

.category-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    background: #f7f7f7;
    transition: .4s;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.category-item:hover .category-image img {
    transform: scale(1.08);
}

.category-item h4 {
    margin-top: 20px;
    color: #222;
    font-size: 17px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    letter-spacing: 1.9px;
}

.category-slider .owl-stage {
    display: flex;
    align-items: center;
}

.category-slider .owl-item {
    padding: 10px;
}

.category-slider .owl-dots {
    text-align: center;
    /* margin-top: 35px; */
}

.category-slider .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    display: block;
    background: #d6d6d6;
    border-radius: 50%;
}

.category-slider .owl-dot.active span {
    background: #bf9b3d;
}

@media(max-width:991px) {

    .category-image {
        width: 120px;
        height: 120px;
    }

}

@media(max-width:576px) {

    .category-section {
        padding: 20px 0;
    }

    .category-title h2 {
        font-size: 28px;
    }

    .category-image {
        width: 70px;
        height: 70px;
    }

    .category-item h4 {
        font-size: 13px;
        margin-top: 15px;
    }

}

/* category end */




/* about start */

.about-section {
    padding: 50px 0;
    background: #faf8f5;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.experience-box {
    position: absolute;
    left: -20px;
    bottom: 40px;
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    text-align: center;
    max-width: 180px;
}

.experience-box h2 {
    font-size: 60px;
    color: #bf9b3d;
    font-family: "Cormorant Garamond", serif;
    margin: 0;
}

.experience-box span {
    color: #666;
    line-height: 1.6;
}

.about-subtitle {
    color: #bf9b3d;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
}

.about-content h2 {
    color: #777373;
    font-size: 40px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    margin: 18px 0 25px;
}

.about-content p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 35px;
    font-size: 15px;
}

.about-feature {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.feature-item i {
    width: 60px;
    height: 60px;
    background: #bf9b3d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.feature-item h5 {
    margin-bottom: 8px;
    font-size: 22px;
    font-family: "Cormorant Garamond", serif;
}

.feature-item p {
    margin: 0;
}

.about-btn {
    display: inline-block;
    padding: 16px 36px;
    border-radius: 50px;
    background: #111;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.about-btn:hover {
    background: #bf9b3d;
    color: #fff;
}

@media(max-width:991px) {

    .about-section {
        padding: 80px 0;
    }

    .about-content {
        margin-top: 40px;
    }

    .about-content h2 {
        font-size: 42px;
    }

    .experience-box {
        left: 20px;
    }

}

@media(max-width:576px) {

    .about-section {
        padding: 70px 0;
    }

    .about-content h2 {
        font-size: 34px;
    }

    .feature-item {
        gap: 15px;
    }

    .feature-item i {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .experience-box {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 20px;
        max-width: 100%;
    }

}

/* about end */



/* product detail page start */


.product-details-section {
    padding: 50px 0;
}

.main-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.thumb-gallery-wrapper {
    position: relative;
    margin-top: 20px;
    padding: 0 48px;
}

.thumb-gallery {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.thumb-gallery::-webkit-scrollbar {
    display: none;
}

.thumb-gallery img {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: border-color .25s, opacity .25s;
}

.thumb-gallery img:hover,
.thumb-gallery img.active {
    border-color: #bf9b3d;
    opacity: .85;
}

.thumb-nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #111;
    color: #fff;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background .25s, opacity .25s;
}

.thumb-nav:hover:not(:disabled) {
    background: #bf9b3d;
}

.thumb-nav:disabled {
    cursor: default;
    opacity: .35;
}

.thumb-prev {
    left: 0;
}

.thumb-next {
    right: 0;
}

.product-option {
    margin-top: 28px;
}

.product-option h5 {
    margin-bottom: 14px;
    color: #222;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    font-weight: 600;
}

.size-option {
    min-width: 46px;
    height: 42px;
    margin-right: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #222;
    cursor: pointer;
    transition: .25s;
}

.size-option:hover,
.size-option.active {
    border-color: #bf9b3d;
    background: #bf9b3d;
    color: #fff;
}

.color {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    outline: 1px solid #ddd;
    outline-offset: 2px;
    transition: transform .25s, outline-color .25s;
}

.color.black {
    background: #111;
}

.color.beige {
    background: #d8c29d;
}

.color.white {
    background: #fff;
}

.color:hover,
.color.active {
    outline: 2px solid #bf9b3d;
    transform: scale(1.08);
}

.product-info h2 {
    font-size: 30px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    margin-top: 10px;
}

.product-info p {
    font-size: 15px;
}

.detai-price {
    margin-top: 10px;
    margin-bottom: 10px;
}

.detai-price .offer-price {
    font-size: 24px;
    color: #bf9b3d;
    font-weight: 500;
}

.product-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.cart-btn,
.buy-btn {
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
}

.cart-btn {
    background: #111;
    color: #fff;
}

.buy-btn {
    background: #bf9b3d;
    color: #fff;
}

.wishlist-btn {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.quantity-wrapper {
    margin: 35px 0;
}

.quantity-wrapper h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
    font-family: "Cormorant Garamond", serif;
}

.quantity-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 60px;
    overflow: hidden;
    height: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.qty-btn {
    width: 60px;
    height: 60px;
    border: none;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .35s;
    font-size: 16px;
}

.qty-btn:hover {
    background: #bf9b3d;
    color: #fff;
}

.quantity-box input {
    width: 80px;
    height: 60px;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    appearance: textfield;
    -moz-appearance: textfield;
}

.quantity-box input::-webkit-outer-spin-button,
.quantity-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Focus */

.quantity-box:focus-within {
    border-color: #bf9b3d;
    box-shadow: 0 0 0 4px rgba(191, 155, 61, .12);
}

/* Active */

.qty-btn:active {
    transform: scale(.95);
}


@media(max-width:991px) {

    .quantity-wrapper {
        margin: 30px 0;
    }

    .quantity-box {
        height: 56px;
    }

    .qty-btn {
        width: 56px;
        height: 56px;
    }

    .quantity-box input {
        width: 70px;
        height: 56px;
    }

}


@media(max-width:576px) {


    .quantity-wrapper {
        margin: 25px 0;
    }

    .quantity-wrapper h5 {
        font-size: 17px;
    }

    .quantity-box {
        width: 100%;
        max-width: 220px;
        height: 52px;
    }

    .qty-btn {
        width: 52px;
        height: 52px;
        font-size: 14px;
    }

    .quantity-box input {
        width: 100%;
        height: 52px;
        font-size: 17px;
    }

    .main-image {
        height: 300px;
    }

    .product-info h2 {
        font-size: 34px;
    }

    .product-buttons {
        flex-direction: column;
    }

    .cart-btn,
    .buy-btn {
        text-align: center;
    }

}

/* product detail page end */



/* contact page start */

.contact-page {
    background: #f8f5ef;
}

.contact-subtitle {
    display: inline-block;
    letter-spacing: 4px;
    color: #b38b59;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-title {
    font-size: 40px;
    font-family: "Cormorant Garamond", serif;
    color: #222;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-text {
    color: #666;
    line-height: 30px;
    font-size: 15px;
}

.contact-info-box,
.contact-form-box {
    background: #fff;
    padding: 45px;
    border-radius: 18px;
    /* box-shadow:0 20px 50px rgba(0,0,0,.08); */
    height: 100%;
}

.contact-info-box h3,
.contact-form-box h3 {
    font-size: 30px;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 35px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.contact-item i {
    width: 60px;
    height: 60px;
    background: #b38b59;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-item span {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 5px;
}

.contact-item a {
    text-decoration: none;
    color: #222;
    font-weight: 400;
    font-size: 16px;
}

.contact-item p {
    margin: 0;
    color: #666;
    line-height: 28px;
}

.form-control {
    height: 58px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: none;
    padding-left: 20px;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    resize: none;
}

.form-control:focus {
    border-color: #b38b59;
    box-shadow: none;
}

.contact-btn {
    background: #b38b59;
    color: #fff;
    border: none;
    padding: 15px 45px;
    border-radius: 50px;
    transition: .4s;
    font-weight: 600;
}

.contact-btn:hover {
    background: #222;
}

@media(max-width:991px) {

    .contact-title {
        font-size: 38px;
    }

    .contact-info-box,
    .contact-form-box {
        padding: 30px;
    }

}

@media(max-width:576px) {

    .contact-title {
        font-size: 32px;
    }

    .contact-item {
        gap: 15px;
    }

    .contact-item i {
        width: 50px;
        height: 50px;
        font-size: 17px;
    }

    .contact-item a {
        font-size: 16px;
    }

    .contact-info-box,
    .contact-form-box {
        padding: 25px;
    }

}

/* contact page end */



/* cart page */


.cart-page {
    padding: 50px 0;
    background: #f8f5ef;
}

.cart-page-title span {
    display: inline-block;
    color: #b48a57;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.cart-page-title h2 {
    font-size: 40px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: #222;
    margin-bottom: 30px;
}

.cart-table {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    /* box-shadow:0 15px 40px rgba(0,0,0,.08); */
}

.cart-table table {
    margin: 0;
}

.cart-table th {
    background: #faf8f4;
    padding: 22px;
    font-weight: 600;
    color: #222;
    border: none;
}

.cart-table td {
    padding: 25px 22px;
    vertical-align: middle;
    border-top: 1px solid #eee;
}

.cart-product {
    display: flex;
    align-items: center;
    gap: 18px;
}

.cart-product img {
    width: 95px;
    height: 115px;
    object-fit: cover;
    border-radius: 12px;
}

.cart-product h5 {
    font-size: 20px;
    margin-bottom: 6px;
    font-family: "Cormorant Garamond", serif;
}

.cart-product span {
    color: #888;
    font-size: 15px;
}

.cart-qty {
    display: flex;
    align-items: center;
    width: 125px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 40px;
    overflow: hidden;
}

.cart-qty button {
    width: 40px;
    height: 45px;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
}

.cart-qty input {
    width: 45px;
    border: none;
    text-align: center;
    background: none;
    outline: none;
}

.cart-remove {
    color: #d33;
    font-size: 18px;
    transition: .3s;
}

.cart-remove:hover {
    color: #000;
}

.cart-summary {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    /* box-shadow:0 15px 40px rgba(0,0,0,.08); */
}

.cart-summary h3 {
    font-size: 34px;
    margin-bottom: 30px;
    font-family: "Cormorant Garamond", serif;
}

.cart-summary ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cart-summary li {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
    color: #555;
}

.cart-total {
    font-size: 22px;
    font-weight: 700;
    color: #222;
}

.cart-summary input {
    height: 55px;
    border-radius: 10px;
    box-shadow: none;
}

.cart-coupon-btn,
.cart-checkout-btn {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    transition: .35s;
}

.cart-coupon-btn {
    background: #222;
    color: #fff;
    margin-bottom: 15px;
}

.cart-checkout-btn {
    background: #b48a57;
    color: #fff;
    margin-bottom: 15px;
}

.cart-coupon-btn:hover,
.cart-checkout-btn:hover {
    transform: translateY(-2px);
}

.cart-continue-btn {
    display: block;
    text-align: center;
    color: #222;
    text-decoration: none;
    font-weight: 600;
}


@media(max-width:991px) {

    .cart-page {
        padding: 40px 0;
    }

    .cart-summary {
        margin-top: 25px;
    }

}

@media(max-width:767px) {

    .cart-page-title h2 {
        font-size: 28px;
    }

    .cart-table table,
    .cart-table thead,
    .cart-table tbody,
    .cart-table th,
    .cart-table td,
    .cart-table tr {
        display: block;
        width: 100%;
    }

    .cart-table {
        background: transparent;
        border-radius: 0;
        overflow: visible;
    }

    .cart-table .table-responsive {
        overflow: visible;
    }

    .cart-table thead {
        display: none;
    }

    .cart-table tr {
        background: #fff;
        margin-bottom: 20px;
        border-radius: 15px;
        padding: 20px;
        border: 1px solid #eee;
        /* box-shadow:0 5px 20px rgba(0,0,0,.05); */
    }

    .cart-table td {
        border: none;
        padding: 12px 0;
    }

    .cart-product {
        align-items: flex-start;
        gap: 14px;
    }

    .cart-product img {
        width: 82px;
        height: 102px;
    }

    .cart-product h5 {
        font-size: 19px;
    }

    .cart-table td:nth-child(2),
    .cart-table td:nth-child(3),
    .cart-table td:nth-child(4) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        border-top: 1px solid #f0f0f0;
    }

    .cart-table td:nth-child(2)::before,
    .cart-table td:nth-child(3)::before,
    .cart-table td:nth-child(4)::before {
        color: #777;
        font-size: 14px;
        font-weight: 600;
    }

    .cart-table td:nth-child(2)::before {
        content: "Price";
    }

    .cart-table td:nth-child(3)::before {
        content: "Quantity";
    }

    .cart-table td:nth-child(4)::before {
        content: "Total";
    }

    .cart-qty {
        margin: 0;
        flex-shrink: 0;
    }

    .cart-table td:last-child {
        padding: 14px 0 0;
        text-align: right;
    }

    .cart-remove {
        display: flex;
        justify-content: flex-end;
        font-size: 20px;
    }

    .cart-summary {
        padding: 25px;
    }

    .cart-summary h3 {
        font-size: 28px;
    }

}


/* cart page end */


/* login page  */

.login-page {
    background: #f8f4ed;
    padding: 50px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.login-card {
    background: #fff;
    padding: 50px;
    border-radius: 22px;

}

.login-header span {
    display: inline-block;
    color: #b48a57;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.login-header h2 {
    font-size: 40px;
    font-family: "Cormorant Garamond", serif;
    color: #777373;
    margin-bottom: 15px;
    font-weight: 500;
}

.login-header p {
    color: #777;
    line-height: 28px;
    margin-bottom: 35px;
}

.login-group {
    margin-bottom: 22px;
}

.login-group label {
    display: block;
    margin-bottom: 10px;
    color: #222;
    font-weight: 600;
}

.login-group .form-control {
    height: 58px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0 20px;
    box-shadow: none;
    font-size: 15px;
}

.login-group .form-control:focus {
    border-color: #b48a57;
    box-shadow: none;
}

.login-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    font-size: 15px;
}

.login-option a {
    color: #b48a57;
    text-decoration: none;
    font-weight: 600;
}

.login-btn {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 50px;
    background: #b48a57;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .4s;
}

.login-btn:hover {
    background: #222;
}

.login-divider {
    position: relative;
    text-align: center;
    margin: 35px 0;
}

.login-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.login-divider span {
    position: relative;
    background: #fff;
    padding: 0 20px;
    color: #777;
}

.google-btn {
    width: 100%;
    height: 58px;
    border: 1px solid #ddd;
    border-radius: 50px;
    background: #fff;
    font-weight: 600;
    transition: .3s;
}

.google-btn i {
    margin-right: 10px;
    color: #db4437;
}

.google-btn:hover {
    background: #f7f7f7;
}

.login-footer {
    text-align: center;
    margin-top: 35px;
    color: #666;
}

.login-footer a {
    color: #b48a57;
    text-decoration: none;
    font-weight: 600;
}


@media(max-width:991px) {

    .login-page {
        padding: 40px 0;
    }

    .login-card {
        padding: 40px 30px;
    }

    .login-header h2 {
        font-size: 38px;
    }

}

@media(max-width:576px) {

    .login-page {
        padding: 40px 15px;
    }

    .login-card {
        padding: 30px 20px;
        border-radius: 18px;
    }

    .login-header h2 {
        font-size: 32px;
    }

    .login-header p {
        font-size: 14px;
        line-height: 24px;
    }

    .login-option {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .login-btn,
    .google-btn,
    .login-group .form-control {
        height: 54px;
    }

}

/* login end */


/* register */


.register-page {
    background: #f8f4ed;
    padding: 50px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.register-card {
    background: #fff;
    border-radius: 22px;
    padding: 50px;

}

.register-header span {
    display: inline-block;
    color: #b48a57;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.register-header h2 {
    font-size: 40px;
    font-family: "Cormorant Garamond", serif;
    color: #777373;
    margin-bottom: 15px;
    font-weight: 500;
}

.register-header p {
    color: #777;
    line-height: 28px;
    margin-bottom: 35px;
}

.register-group {
    margin-bottom: 22px;
}

.register-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #222;
}

.register-group .form-control {
    height: 58px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0 20px;
    box-shadow: none;
    transition: .3s;
}

.register-group .form-control:focus {
    border-color: #b48a57;
    box-shadow: none;
}

.register-check {
    margin: 10px 0 30px;
}

.register-check a {
    color: #b48a57;
    text-decoration: none;
    font-weight: 600;
}

.register-btn {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 50px;
    background: #b48a57;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .35s;
}

.register-btn:hover {
    background: #222;
}

.register-divider {
    text-align: center;
    position: relative;
    margin: 35px 0;
}

.register-divider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    top: 50%;
    left: 0;
}

.register-divider span {
    position: relative;
    background: #fff;
    padding: 0 20px;
    color: #777;
}

.register-google-btn {
    width: 100%;
    height: 58px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.register-google-btn i {
    color: #db4437;
    margin-right: 10px;
}

.register-google-btn:hover {
    background: #f7f7f7;
}

.register-footer {
    margin-top: 35px;
    text-align: center;
    color: #666;
}

.register-footer a {
    color: #b48a57;
    text-decoration: none;
    font-weight: 600;
}


@media (max-width:991px) {

    .register-page {
        padding: 40px 0;
    }

    .register-card {
        padding: 40px 30px;
    }

    .register-header h2 {
        font-size: 38px;
    }

}

@media (max-width:767px) {

    .register-card {
        padding: 30px 20px;
    }

    .register-header h2 {
        font-size: 28px;
    }

    .register-header p {
        font-size: 14px;
        line-height: 24px;
    }

    .register-group .form-control,
    .register-btn,
    .register-google-btn {
        height: 54px;
    }

}

/* register / account..end */



/* search modal */

.search-modal .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 80px rgba(0, 0, 0, .18);
}

.search-modal .modal-header {
    border: none;
    padding: 30px 35px 15px;
}

.search-modal .modal-header h4 {
    font-size: 28px;
    font-family: "Cormorant Garamond", serif;
    color: #777373;
    margin: 0;
}

.search-modal .btn-close {
    box-shadow: none;
}

.search-modal .modal-body {
    padding: 20px 35px 35px;
}

.search-box {
    position: relative;
}

.search-box input {
    height: 65px;
    border-radius: 50px;
    border: 1px solid #ddd;
    padding: 0 70px 0 25px;
    font-size: 16px;
    box-shadow: none;
}

.search-box input:focus {
    border-color: #b48a57;
    box-shadow: none;
}

.search-box button {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: #b48a57;
    color: #fff;
    transition: .3s;
}

.search-box button:hover {
    background: #222;
}

.search-tags {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.search-tags span {
    font-weight: 600;
    color: #555;
}

.search-tags a {
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 30px;
    background: #f6f4ef;
    color: #222;
    transition: .3s;
}

.search-tags a:hover {
    background: #b48a57;
    color: #fff;
}

@media(max-width:767px) {

    .search-modal .modal-header {
        padding: 25px 20px 10px;
    }

    .search-modal .modal-body {
        padding: 15px 20px 25px;
    }

    .search-modal .modal-header h4 {
        font-size: 28px;
    }

    .search-box input {
        height: 55px;
    }

    .search-box button {
        width: 43px;
        height: 43px;
    }

    .search-tags {
        gap: 8px;
    }

    .search-tags a {
        font-size: 14px;
        padding: 7px 14px;
    }

}

/* search modal end */




/* checkout page start */


.checkout-page {
    padding: 50px 0;
    background: #f8f5ef;
}

.checkout-title {
    text-align: center;
    margin-bottom: 30px;
}

.checkout-title span {
    display: inline-block;
    color: #b48a57;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.checkout-title h2 {
    font-size: 40px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: #222;
}



.checkout-card,
.checkout-summary {
    background: #fff;
    border-radius: 20px;
    padding: 35px;

    margin-bottom: 30px;
}

.checkout-card h3,
.checkout-summary h3 {
    font-size: 28px;
    font-family: "Cormorant Garamond", serif;
    color: #222;
    margin-bottom: 30px;
}


.checkout-card label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}

.checkout-card .form-control,
.checkout-card .form-select {
    height: 58px;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: none;
    padding: 0 18px;
    transition: .3s;
}

.checkout-card textarea.form-control {
    height: 130px;
    padding-top: 15px;
    resize: none;
}

.checkout-card .form-control:focus,
.checkout-card .form-select:focus {
    border-color: #b48a57;
    box-shadow: none;
}

/*===================================
        PAYMENT METHOD
===================================*/

.payment-method {
    display: block;
    cursor: pointer;
    margin-bottom: 18px;
}

.payment-method input {
    display: none;
}

.payment-box {
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    padding: 18px 22px;
    transition: .35s;
}

.payment-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.payment-left i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #f7f4ee;
    color: #b48a57;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.payment-left h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.payment-left span {
    display: block;
    color: #777;
    margin-top: 5px;
    font-size: 14px;
}

.payment-method input:checked+.payment-box {
    border: 2px solid #b48a57;
    background: #fcfaf7;
}

/*===================================
      CARD PAYMENT BOX
===================================*/

.card-payment {
    display: none;
    margin-top: 30px;
}

.card-payment.active {
    display: block;
}

.card-payment .form-control {
    margin-bottom: 20px;
}

/*===================================
        ORDER SUMMARY
===================================*/

.checkout-product {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 25px;
}

.checkout-product img {
    width: 90px;
    height: 110px;
    object-fit: cover;
    border-radius: 12px;
}

.checkout-product h5 {
    font-size: 22px;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 5px;
}

.checkout-product span {
    color: #777;
}

.checkout-summary ul {
    padding: 0;
    margin: 25px 0;
    list-style: none;
}

.checkout-summary li {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    color: #666;
}

.checkout-summary li strong {
    color: #222;
    font-weight: 400;
}

.checkout-total {
    font-size: 24px;
    font-weight: 700;
    color: #222;
}


.coupon-box {
    display: flex;
    gap: 10px;
    margin: 25px 0;
}

.coupon-box input {
    height: 55px;
    border-radius: 12px;
    border: 1px solid #ddd;
    box-shadow: none;
}

.coupon-box input:focus {
    border-color: #b48a57;
    box-shadow: none;
}

.coupon-btn {
    min-width: 120px;
    border: none;
    border-radius: 12px;
    background: #222;
    color: #fff;
    transition: .3s;
}

.coupon-btn:hover {
    background: #b48a57;
}

/*===================================
        BUTTON
===================================*/

.place-order-btn {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 50px;
    background: #b48a57;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .35s;
}

.place-order-btn:hover {
    background: #222;
}

/*===================================
        SECURITY
===================================*/

.checkout-security {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #666;
    font-size: 14px;
}

.checkout-security i {
    color: #28a745;
}


.payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.payment-icons img {
    width: 55px;
    object-fit: contain;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 8px;
    background: #fff;
}


@media(max-width:991px) {

    .checkout-page {
        padding: 50px 0;
    }

    .checkout-summary {
        margin-top: 20px;
    }

    .checkout-title h2 {
        font-size: 42px;
    }

}

@media(max-width:767px) {

    .checkout-page {
        padding: 50px 0;
    }

    .checkout-title {
        margin-bottom: 35px;
    }

    .checkout-title h2 {
        font-size: 28px;
    }

    .checkout-card,
    .checkout-summary {
        padding: 25px;
    }

    .checkout-card h3,
    .checkout-summary h3 {
        font-size: 24px;
    }

    .payment-box {
        padding: 16px;
    }

    .payment-left {
        gap: 14px;
    }

    .payment-left i {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .payment-left h5 {
        font-size: 16px;
    }

    .checkout-product {
        align-items: flex-start;
    }

    .checkout-product img {
        width: 75px;
        height: 90px;
    }

    .coupon-box {
        flex-direction: column;
    }

    .coupon-btn {
        width: 100%;
        height: 55px;
    }

    .place-order-btn {
        height: 55px;
    }

    .checkout-security {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }


    .checkout-summary li strong{
        font-weight: 400;
    }

}

/* checkout page end */



/* offer card */

.offer-section-two{
    padding:50px 0;
    background:#f8f5ef;
}

.offer-large,
.offer-small{
    position:relative;
    overflow:hidden;
    border-radius:25px;
}

.offer-large img{
    width:100%;
    height:620px;
    object-fit:cover;
    transition:.6s;
}

.offer-small img{
    width:100%;
    height:295px;
    object-fit:cover;
    transition:.6s;
}

.offer-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,.75),
    rgba(0,0,0,.1));
}

.offer-content{
    position:absolute;
    left:45px;
    bottom:45px;
    color:#fff;
    z-index:2;
}

.offer-content span{
    display:inline-block;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:13px;
    margin-bottom:15px;
}

.offer-content h2{
    font-size:58px;
    font-family:"Cormorant Garamond",serif;
    line-height:1.1;
    margin-bottom:20px;
}

.offer-content h2 strong{
    color:#e7c17f;
}

.offer-content h3{
    font-size:36px;
    font-family:"Cormorant Garamond",serif;
    margin-bottom:15px;
}

.offer-content p{
    margin-bottom:25px;
    color:#ddd;
}

.offer-btn{
    display:inline-block;
    padding:15px 35px;
    background:#b48a57;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    /* font-weight:600; */
    transition:.35s;
}

.offer-btn:hover{
    background:#222;
    color:#fff;
}

.offer-content a{
    color:#fff;
    text-decoration:none;
    /* font-weight:600; */
}

.offer-large:hover img,
.offer-small:hover img{
    transform:scale(1.08);
}

@media(max-width:991px){

.offer-large img{
    height:500px;
}

.offer-small img{
    height:260px;
}

.offer-content h2{
    font-size:42px;
}

}

@media(max-width:767px){

.offer-section-two{
    padding:40px 0;
}

.offer-large img{
    height:380px;
}

.offer-small img{
    height:240px;
}

.offer-content{
    left:25px;
    bottom:25px;
}

.offer-content h2{
    font-size:32px;
}

.offer-content h3{
    font-size:24px;
}

.offer-btn{
    padding:12px 28px;
}

}


/* offer card end */



/* privacy policy */

.privacy-policy-section{
    background:#f9f6f2;
    padding:50px 0;
}

.privacy-header{
    max-width:750px;
    margin:auto;
}

.privacy-subtitle{
    display:inline-block;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#b8860b;
    margin-bottom:15px;
}

.privacy-header h2{
    font-size:48px;
    font-family:"Cormorant Garamond", serif;
    font-weight:600;
    color:#222;
    margin-bottom:20px;
}

.privacy-header p{
    font-size:17px;
    color:#666;
    line-height:1.8;
}

.privacy-card{
    background:#fff;
    padding:50px;
    border-radius:20px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.privacy-item{
    margin-bottom:40px;
    padding-bottom:30px;
    border-bottom:1px solid #ececec;
}

.privacy-item:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}

.privacy-item h4{
    font-size:24px;
    font-family:"Cormorant Garamond", serif;
    color:#222;
    margin-bottom:15px;
    font-weight:600;
}

.privacy-item p{
    color:#666;
    line-height:1.9;
    font-size:16px;
    margin-bottom:0;
}

.privacy-item ul{
    margin:0;
    padding-left:20px;
}

.privacy-item ul li{
    color:#666;
    line-height:2;
    font-size:16px;
}

@media (max-width:991px){

    .privacy-header h2{
        font-size:40px;
    }

    .privacy-card{
        padding:35px;
    }

}

@media (max-width:767px){

    .privacy-policy-section{
        padding:40px 0;
    }

    .privacy-header h2{
        font-size:32px;
    }

    .privacy-header p{
        font-size:15px;
    }

    .privacy-card{
        padding:25px;
        border-radius:15px;
    }

    .privacy-item{
        margin-bottom:30px;
        padding-bottom:25px;
    }

    .privacy-item h4{
        font-size:22px;
    }

    .privacy-item p,
    .privacy-item ul li{
        font-size:15px;
        line-height:1.8;
    }

}
/* end */


/* terms start */

.terms-section{
    background:#f8f8f8;
}

.terms-section-title .sub-title{
    display:inline-block;
    color:#b8860b;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.terms-section-title h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.terms-section-title p{
    color:#666;
    max-width:700px;
    margin:auto;
}

.terms-box{
    background:#fff;
    padding:45px;
    border-radius:12px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.terms-item{
    margin-bottom:35px;
}

.terms-item:last-child{
    margin-bottom:0;
}

.terms-item h4{
    font-size:24px;
    font-weight:600;
    margin-bottom:12px;
    color:#222;
}

.terms-item p{
    color:#666;
    line-height:1.9;
    margin:0;
}

@media (max-width:991px){

    .terms-section-title h2{
        font-size:34px;
    }

    .terms-box{
        padding:30px;
    }

    .terms-item h4{
        font-size:21px;
    }

}

@media (max-width:576px){

    .terms-section-title h2{
        font-size:28px;
    }

    .terms-box{
        padding:20px;
    }

    .terms-item h4{
        font-size:18px;
    }

    .terms-item p{
        font-size:15px;
    }

}

/* terms end */