:root {
    /* --logo-type-color: #192d68; */
    --logo-type-color: #4B2E2E;
    --logo-type-color-70: #192d68db;
    --black-color: #4B2E2E;
    --white-color: #ffffff;
}

* {
    color: #4B2E2E;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Raleway", serif;
}


body {
    background-color: var(--white-color);
}

a {
    color: #4B2E2E;
}

.ob-ft-cover {
    object-fit: cover;
}

.kalo-color {
    color: var(--black-color);
}

.secondary-btn {
    color: var(--extra-font-color);
    background-color: var(--logo-type-color);
    border: 2px solid var(--logo-type-color);
    border-radius: 8px;
}

.secondary-btn:hover {
    color: var(--black-color);
    background-color: white;
    border-color: var(--black-color);
}

.white-normal {
    white-space: normal;
}

.paginatoin-area ul.pagination-box li.page-item a.page-link.active {
    background-color: var(--black-color);
}

.dominant-color {
    color: var(--black-color);
}

.color-logo {
    color: var(--logo-type-color);
}

.shop-cat-wrap .swiper-dots .swiper-pagination span.swiper-pagination-bullet-active,
.cat-wrap .swiper-dots .swiper-pagination span.swiper-pagination-bullet-active,
.collection-wrap .swiper-dots .swiper-pagination span.swiper-pagination-bullet-active,
.testi-wrap .swiper-dots .swiper-pagination span.swiper-pagination-bullet-active,
.blog-wrap .swiper-dots .swiper-pagination span.swiper-pagination-bullet-active,
.insta-wrap .swiper-dots .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: var(--black-color);
    border-color: var(--black-color);
}

.section-capture span.sub-title {
    color: var(--black-color);
}

.quaternary-btn {
    color: var(--logo-type-color);
    background-color: transparent;
    border: 2px solid var(--logo-type-color);
    border-radius: 8px;
}

.quaternary-btn:hover {
    color: var(--extra-font-color);
    background-color: var(--logo-type-color);
    border-color: var(--logo-type-color);
}

.body-dominant-color:hover,
.dominant-link:hover {
    color: var(--black-color);
}

.other-tab a[aria-expanded="true"] {
    color: var(--black-color);
}

.product-tab.horizontal-tab .product-tab-nav ul.nav-tabs li a.active {
    border-color: var(--logo-type-color);
}

.dominant-bg {
    /* background-color: #192D66; */
    background: linear-gradient(90deg,
            #815641 0%,
            #FFCEB5 53%,
            #C7A490 100%);
}

.radius8 {
    border-radius: 8px;
}

.text-capitalize {
    text-transform: capitalize;
}

.verti_middle {
    vertical-align: middle !important;
}

.cursor-pointer {
    cursor: pointer;
}

.m00 {
    margin: 0 !important;
}

.mtt0 {
    margin-top: 0 !important;
}

.mtt5 {
    margin-top: 5px;
}

.mtt10 {
    margin-top: 10px !important;
}

.mtt15 {
    margin-top: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.m5_0 {
    margin: 5px 0;
}

.p00 {
    padding: 0;
}

.p05 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p15_10 {
    padding: 15px 10px;
}

.p5_0 {
    padding: 5px 0;
}

.p10_0 {
    padding: 10px 0;
}

.p0_10 {
    padding: 0 10px;
}

.p0_15 {
    padding: 0 15px;
}

.p25_0 {
    padding: 25px 0;
}

.p50_0 {
    padding: 50px 0;
}

.p25_0 {
    padding: 25px 0;
}

.p15_50 {
    background: linear-gradient(90deg, #815641 0%, #FFCEB5 53%, #C7A490 100%);
    padding: 15px 15px;
}

.p100_0_50_0 {
    padding: 100px 0 50px 0;
}

.h200p {
    height: 200px;
}

.mh250p {
    max-height: 250px;
}

.h100 {
    height: 100%;
}

.icon-13 {
    font-size: 13px;
}

.icon-sm-13 {
    font-size: 13px;
}

.icon-14 {
    font-size: 14px;
}

.icon-sm-14 {
    font-size: 14px;
}

.icon-15 {
    font-size: 15px;
}

.icon-sm-15 {
    font-size: 15px;
}

.icon-16 {
    font-size: 16px;
}

.icon-sm-16 {
    font-size: 16px;
}

.icon-17 {
    font-size: 17px;
}

.icon-sm-17 {
    font-size: 17px;
}

.icon-18 {
    font-size: 18px;
}

.icon-sm-19 {
    font-size: 19px;
}

.icon-20 {
    font-size: 20px;
}

.icon-22 {
    font-size: 22px;
}

.width-calc-47 {
    width: calc(100% - 47px);
}

.width-calc-70 {
    width: calc(100% - 70px);
}

.width-70 {
    width: 70px;
}

.bsr {
    border-right: 1px solid rgba(var(--border-color), var(--border-opacity));
}

.lh-18 {
    line-height: 18px;
}

.new_font1 {
    font-size: 30px;
}

.flex-d-column {
    flex-direction: column;
}

.rad-50 {
    border-radius: 50%;
}

.z-10 {
    z-index: 10 !important;
}

.my-bg {
    background-color: #f4f0ec;
}

.my-body-bg,
.bg-fff {
    background-color: var(--white-color);
}

.new_font2 {
    background-color: #655409;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
}

label.cust-checkbox-label input.cust-checkbox:checked~span.cust-check {
    background-color: var(--black-color);
    border-color: var(--black-color);
}

.footer-insta .insta-slider .insta-post:hover .footer-insta-content {
    opacity: 0.5 !important;
    background: rgba(0, 0, 0, 0.28);
}

.all_badge {
    padding: 5px 8px;
    border-radius: 7px;
    user-select: none;
    font-size: 13px;
}

.badge_1 {
    border: 1px #ff4444fa solid;
    color: #ff4444fa;
    background: #ffc5c57a;
}

.badge_2 {
    border: 1px #56c13d solid;
    color: #56c13d;
    background: #c8ffc57a;
}

.badge_3 {
    border: 1px #3d58c1 solid;
    color: #3d58c1;
    background: #c5dcff7a;
}

.badge_4 {
    border: 1px #a83dc1 solid;
    color: #a83dc1;
    background: #efc5ff7a;
}

.badge_5 {
    border: 1px #3daec1 solid;
    color: #3daec1;
    background: #c5f1ff7a;
}

a:hover {
    text-decoration: none;
}

.search-bar .search-results ul.search-ul {
    max-height: 500px;
}

.own-heading {
    color: var(--black-color);
    font-size: 24px;
}

.own-p {
    color: #555;
    font-size: 15px;
    margin-bottom: 20px;
}

.own-p2 {
    color: #555;
    font-size: 14px;
    margin-bottom: 0;
}

.solitaire-item img {
    width: 100%;
    /*height: auto;*/
    /*border-radius: 10px;*/
}

.solitaire-item h3 {
    font-size: 17px;
    margin-top: 10px;
    color: #333;
    font-weight: bold;
}

.solitaire-item a {
    color: white;
    font-weight: 600;
    text-decoration: none;
}

.best_ser img {
    width: 80px;
    height: 80px;
    /*margin-bottom: 8px;*/
}

.ellight-category-title {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-weight: bold;
    font-size: 14px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.new_min {
    min-height: 400px;
}

.banner {
    position: relative;
    width: 100%;
    height: 50vh;
    background-image: url(https://ellightjewels.com/img/banner4.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.4s ease;
}

.banner-content {
    position: relative;
    color: var(--white-color);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.banner-text1 {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--white-color) !important;
    /* text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8); */
    margin-bottom: 15px;
}

.banner:hover .banner-content {
    opacity: 1;
}

.banner-btn:hover {
    background-color: transparent;
}

.banner-hover:hover .banner-btn img,
.banner-hover:hover .banner-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.banner-hover img {
    transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}

.banner-hover:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: brightness(0.9);
    /* example filter */
}

.prd_card {
    border: 1px #ececec solid;
    border-radius: 10px;
    transition: box-shadow 0.3s ease-in-out;
}

.bobo {
    border-bottom: 1px #ececec solid;
}

.bobo_ccc {
    border-bottom: 1px #ccc solid;
}

.bo_bo_ra {
    border: 1px #dfdfdf solid;
    border-radius: 8px;
}

.bottom-menu .bottom-menu-element a span.bottom-menu-icon-wrap span.bottom-menu-counter {
    top: -7px;
    width: 18px;
    height: 18px;
}

.top-bar {
    background-color: var(--black-color);
    color: var(--white-color);
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}

.top-bar {
    overflow: hidden;
    position: relative;
    height: 40px;
}

.top-bar p {
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    opacity: 0;
    animation: fade 4s infinite;
}

.top-bar p:nth-child(1) {
    animation-delay: 0s;
}

.top-bar p:nth-child(2) {
    animation-delay: 2s;
}

.dropdown-container {
    position: fixed;
    left: 10px;
}

.custom-dropdown {
    width: 100px;
    border: 1px solid #DDD;
    background: white;
    border-radius: 5px;
    display: none;
    position: absolute;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-dropdown div {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 12px;
    color: #333;
}

.custom-dropdown div:hover {
    background-color: #f0f0f0;
}

.custom-dropdown img {
    width: 18px;
    height: 12px;
    margin-right: 5px;
}

.selected-option {
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid #DDD;
    border-radius: 5px;
    background: var(--white-color);
    color: #333;
    cursor: pointer;
    font-size: 12px;
}

.selected-option img {
    width: 18px;
    height: 12px;
    margin-right: 5px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.social-icons {
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
}

.social-icons i {
    font-size: 20px;
    cursor: pointer;
    color: #8d8d8d;
}

.foot-bg {
    background: #ededed;
}

.footer-logo img {
    width: auto;
    height: 70px;
    object-fit: contain;
}

.foot_bor_bot {
    border-bottom: 1px solid rgba(var(--border-color), var(--border-opacity));
}

.newsletter {
    /*text-align: right;*/
}

.newsletter p {
    font-size: 14px;
    color: var(--black-color);
}

.newsletter input {
    height: auto;
    padding: 5px 15px;
    border: 1px solid #ccc;
    /* border-radius: 25px; */
    outline: none;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.newsletter button {
    padding: 5px 20px;
    background-color: #ddd;
    color: #333;
    border: none;
    /* border-radius: 25px; */
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.footer-bottom {
    font-size: 16px;
    font-weight: 600;
    color: #4B2E2E;
    border-top: 1px #4B2E2E solid;
    text-transform: uppercase;
}

.footer-bottom a {
    text-decoration: underline;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
    min-width: 150px;
    margin: 10px;
}

.footer-column h4 {
    /* color: white; */
    color: #4B2E2E;
    margin-bottom: 10px;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    font-family: "Raleway", serif;
}

.footer-column ul {
    list-style: none;
    display: block;
}

.footer-column ul li {
    margin-bottom: 6px;
    font-size: 16px;
    /* color: white; */
    color: #4B2E2E;
    font-weight: 500;
}

.footer-column i {
    display: none;
}


.mainmenu-content .main-wrap ul.menu-ul li.menu-li:hover a.menu-link span.menu-title::after,
.mainmenu-content .main-wrap ul.menu-ul li.menu-li a.menu-link span.menu-title::after {
    background: none;
}

.mainmenu-content .main-wrap ul.menu-ul li.menu-li a.menu-link {
    color: #6b6b6b;
}

.mainmenu-content .main-wrap ul.menu-ul li.menu-li:hover a.menu-link {
    color: var(--black-color);
}

.hw_150 {
    height: 150px;
    width: 150px;
}

.cart_btns {
    padding: 10px 5px;
    height: auto;
    margin-top: 10px;
}

.policies-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: "Montserrat", sans-serif;
    color: #404040;
    line-height: 1.6;
}

.policies-title {
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333;
}

.policies-section {
    margin-bottom: 30px;
}

.policies-section h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #333;
    margin-bottom: 10px;
}

.policies-section p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.policies-section li {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.policies-section a {
    color: white;
    text-decoration: underline;
}

.policies-section a:hover {
    text-decoration: none;
}

.policies-section img {
    width: 100%;
    height: auto;
}

.policies-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.policies-table th,
.policies-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.policies-table th {
    background-color: #f4f4f4;
    font-weight: 600;
    color: #333;
}

.dash_bo {
    border: 1px solid var(--black-color);
}

.nav-item {
    margin: 0 0 10px 0;
    border: 1px solid #ececec;
    border-radius: 10px;
    white-space: nowrap;
}

.nav-link {
    color: #4f4f4f;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 400;
}

.nav-link:focus,
.nav-link:hover {
    color: #4f4f4f;
}

.product-tab.horizontal-tab .product-tab-nav ul.nav-tabs li a:hover,
.product-tab.horizontal-tab .product-tab-nav ul.nav-tabs li a.active {
    color: var(--logo-type-color);
    border-color: var(--logo-type-color);
}

.nav-link.active {
    color: var(--white-color) !important;
    background-color: var(--logo-type-color) !important;
    font-weight: 600;
}

a#top {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
    cursor: pointer;
    transition: transform 0.5s ease, opacity 0.5s ease;
    bottom: 80px;
    z-index: 9 !important;
}

#top i {
    color: #4B2E2E;
    font-size: 20px;
}

.whatsapp-button {
    bottom: 20px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: linear-gradient(128deg, rgb(62 251 149), rgb(0, 148, 70) 100%);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 9!important;
}

.whatsapp-button i {
    color: var(--white-color);
    font-size: 32px;
}

.fixed_head {
    position: sticky;
    background-color: var(--white-color);
    width: 100%;
    z-index: 99999;
}

.new_badge {
    position: absolute;
    top: 2px;
    right: 52px;
    /* z-index: 99999; */
    background: var(--logo-type-color);
    border-radius: 50%;
}

.new_badge1 {
    position: absolute;
    top: 2px;
    right: 5px;
    /* z-index: 99999; */
    background: var(--logo-type-color);
    border-radius: 50%;
}

.header-icon-block ul.header-icon-element li.header-icon-wrap .header-icon-wrapper a span.header-block-icon-wrap span.header-block-counter span {
    height: 20px;
    width: 20px;
    color: var(--white-color);
}

.field-row .field-col label.field-label {
    margin: 0px 0px 6px 0px;
}

.testimonial-deal {
    position: relative;
    overflow: hidden;
}

.review_part img {
    height: 50px;
    width: 50px;
    border: 1px var(--logo-type-color) solid;
    background: var(--white-color);
    border-radius: 50%;
    margin-right: 10px;
    object-fit: contain;
}

label.cust-checkbox-label,
.selectedMetalName {
    text-transform: capitalize;
    color: #606060;
}

.custom-card {
    background-color: var(--white-color);
    transition: background-color 0.3s ease;
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

/* .custom-card:hover {
    background-color: var(--white-color);
    border: 1px #e6e6e6 solid;
    box-shadow: rgba(17, 17, 26, 0.05) 0 1px 0, rgba(17, 17, 26, 0.2) 2px 1px 10px;
} */

.custom-add-to-cart {
    background-color: var(--black-color);
    color: var(--white-color);
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 10px 5px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.custom-add-to-cart:hover {
    background-color: #7f7204;
    color: var(--white-color);
}

#top-text {
    font-size: 13px;
    margin: 0;
    animation: fadein 0.5s ease-in-out;
}

.price-box {
    display: inline-block;
    /* make the box shrink-wrap content */
}

.p_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.price-box .new-price,
.price-box .old-price {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.price-box .new-price {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.price-box .old-price {
    color: #777777;
    /* medium gray */
    text-decoration: line-through;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}


.product-action a {
    display: inline-block;
    color: white;
    transition: color 0.3s ease, transform 0.3s ease;
    margin-right: 10px;
    background-color: var(--black-color);
    height: 30px;
}

.product-action a:hover {
    color: var(--black-color);
    transform: scale(1.1);
}

.product-title a {
    text-decoration: none;
    color: var(--black-color);
    font-weight: 600;
}

.product-description p {
    font-size: 14px;
    color: #333;
    margin: 5px 0 10px;
}

.pro-img {
    position: relative;
    width: 100%;
    /*height: 300px;*/
    overflow: hidden;
}

.pro-img img {
    transition: opacity 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro-img .img1 {
    position: relative;
    z-index: 1;
    aspect-ratio: 1 / 1;
}

.pro-img .img2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    aspect-ratio: 1 / 1;
}

.pro-img:hover .img1 {
    opacity: 0;
}

.pro-img:hover .img2 {
    opacity: 1;
}


.product_actions {
    top: 15px;
    right: 15px;
    transform: translate(50%, -50%);
    /* Start off-screen: top-right */
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    flex-direction: column;
    gap: 5px;
}

.single-product:hover .single-product-wrap .product-image .product_actions {
    transform: translate(0%, 0%);
    /* Move into place */
    opacity: 1;
    visibility: visible;
}


.product_actions a {
    padding: 5px 10px;
    color: var(--logo-type-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.product_actions a:hover{
    background-color: var(--logo-type-color);
    color: var(--white-color);
}*/

.single-product .single-product-wrap .product-content .pro-content {
    padding: 10px;
}

.size label.cust-checkbox-label span.cust-check {
    border-radius: 8px;
}

.size label.cust-checkbox-label input.cust-checkbox:checked~span.cust-check {
    color: var(--white-color);
    background-color: var(--black-color);
    border-color: var(--black-color);
    box-shadow: none;
    border-radius: 8px;
}

.color label.cust-checkbox-label span.cust-check {
    height: 35px;
    width: 35px;
}

.other-buttons button,
.cust_btn {
    padding: 10px 20px;
    color: var(--logo-type-color);
    border: 1px solid var(--logo-type-color);
    background-color: var(--white-color);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
    border-radius: 8px;
}

.other-buttons button:hover,
.cust_btn:hover {
    background-color: var(--logo-type-color);
    color: var(--white-color);
}

.other-buttons button:hover i {
    color: var(--white-color);
}

.prod_card {
    background: var(--white-color);
    text-align: center;
    position: relative;
    padding: 7px;
}

.prod_bs {
    padding: 5px;
    border-radius: 10px;
    transition: box-shadow 0.3s ease-in-out;
    border: 1px var(--black-color) solid;
}

.no_prd {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}

.product-label-offer {
    background-color: var(--logo-type-color);
    color: var(--white-color);
    font-size: 12px;
    padding: 5px;
    margin: 0;
}

.extra_btn_css {
    height: auto;
    padding: 5px 10px;
    font-size: 14px;
}

.toggle-btn {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    margin-top: 5px;
}

.description-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
}

.description-text.expanded {
    -webkit-line-clamp: unset;
}

.description-text ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: disc;
}

/* New Css 12-01-2026 */
.secondary-btn .product-icon .product-bag-icon {
    color: white;
}

.secondary-btn:hover .product-icon .product-bag-icon {
    color: #4B2E2E;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    /*padding: 0 !important;*/
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 750px;
    }

    .single-product .single-product-wrap .product-content .pro-content {
        padding: 15px 25px;
    }

    .field-row>* {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 900px;
    }

    .quickview-modal .modal-dialog {
        max-width: 800px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1100px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
    }
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1700px;
    }
}


@media (min-width: 1500px) {

    a#top,
    .whatsapp-button {
        right: 30px;
    }
}

@media (max-width: 992px) {
    .footer-logo img {
        height: 60px;
    }

    .p15_50 {
        background: linear-gradient(90deg, #815641 0%, #FFCEB5 53%, #C7A490 100%);
        padding: 15px 15px;
    }

    .footer-top {
        gap: 10px;
    }

    .footer-logo img {
        height: 50px;
    }

    .footer-column {
        border-bottom: 1px solid #4B2E2E;
    }

    .footer-column i {
        display: block;
    }

    .footer-column h4 i {
        transition: transform 0.3s ease;
    }

    .footer-column ul {
        /*display: none;*/
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, padding 0.4s ease;
        padding: 0 0;
    }

    .footer-column h4 {
        color: #4B2E2E;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-column h4 i {
        transition: transform 0.3s ease;
    }

    .footer-column.active h4 i {
        transform: rotate(180deg);
    }

    .foot_bor_bot {
        /*border-bottom: none;*/
    }
}


@media (max-width: 768px) {
    .whatsapp-button {
        bottom: 65px;
        color: white;
    }

    a#top {
        bottom: 120px;
    }

    .top-bar {
        font-size: 11px !important;
    }

    .fixed_head_mob {
        /*position: sticky;*/
        background-color: #192d66;
        z-index: 99999;
        width: 100%;
    }

    .policies-container {
        padding: 15px;
    }

    .policies-title {
        font-size: 20px;
    }

    .policies-section h2 {
        font-size: 18px;
    }

    .policies-section p {
        font-size: 13px;
    }

    .custom-card {
        padding: 5px;
    }

    .sm-flex-dir {
        flex-direction: column;
        gap: 10px;
    }
}

/* New Css (01-09-2026) */
@media screen and (max-width: 767.98px) {
    .footer-column h4 {
        /* color: white; */
        color: #4B2E2E;
        font-size: 18px;
    }
    
    
    .whatsapp-button{
        height: 40px;
        width: 40px;
    }
    
    a#top{
        height: 40px;
        width: 40px;
    }

}

@media (max-width: 576px) {
    #top-text {
        font-size: 10px;
    }

    .ellight-category-title {
        font-size: 11px;
    }

    .new_font1 {
        font-size: 18px;
    }

    .new_font2 {
        font-size: 15px;
    }

    .mob_v1 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mob_v1_text_center {
        text-align: center;
    }

    .footer-top {
        justify-content: space-around;
    }

    .icon-sm-13 {
        font-size: 12px;
    }

    .icon-sm-14 {
        font-size: 13px;
    }

    .icon-sm-15 {
        font-size: 12px;
    }

    .icon-sm-16 {
        font-size: 13px;
    }

    .icon-sm-17 {
        font-size: 16px;
    }

    .icon-sm-19 {
        font-size: 17px;
    }

    .new_min {
        min-height: 300px;
    }

    .hw_150 {
        height: 90px;
        width: 90px;
    }

    .ex-sm {
        border: 0 !important;
    }
}

.serif-font { font-family: 'Playfair Display', serif; color: #1a1a1a; }
.color-gold { color: #c5a059; letter-spacing: 2px; }
.p100_0 { padding: 100px 0; }
.luxury-shadow { border-radius: 4px; box-shadow: 0 20px 40px rgba(0,0,0,0.05); }

.luxury-list li { 
    margin-bottom: 12px; 
    font-size: 15px; 
    display: flex; 
    align-items: center; 
}
.gold-dot { 
    height: 6px; 
    width: 6px; 
    background: #c5a059; 
    border-radius: 50%; 
    margin-right: 15px; 
}

.btn-luxury {
    display: inline-block;
    padding: 12px 35px;
    border: 1px solid #c5a059;
    color: #c5a059;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}
.btn-luxury:hover { background: #c5a059; color: white; text-decoration: none; }

.main-image-wrapper { position: relative; }
.floating-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #1a1a1a;
    color: white;
    padding: 20px 30px;
    font-family: 'Playfair Display';
    font-style: italic;
}