﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaBT-Book.woff2') format('woff2'), url('../fonts/FuturaBT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Std';
    src: url('../fonts/FuturaStd-Bold.woff2') format('woff2'), url('../fonts/FuturaStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura.woff2') format('woff2'), url('../fonts/Futura.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

ul, ol {
    padding: 0;
    margin: 0;
}

a {
    color: #000;
}

    a:hover, a.active {
        text-decoration: none;
        color: #b80f0a;
    }

    a:focus {
        outline: none;
    }

body {
    font-family: 'Futura';
    font-weight: normal;
    font-size: 14px;
    color: #000;
    font-style: normal;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Futura';
    font-weight: 500;
    font-weight: normal;
    letter-spacing: 1px;
}

table {
    width: 100%;
}

th, td {
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb;
}

.btn {
    background-color: #ffffff;
    color: #000000;
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #000000;
}

    .btn:hover {
        background-color: #b74c48;
        border: 1px solid #b74c48;
        color: #ffffff;
    }

.btn1 {
    background-color: #fff;
    color: #68bdd2;
    border-radius: 0;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #68bdd2;
    display: inline-block;
    text-align: center;
}

    .btn1:hover {
        background-color: #68bdd2;
        border: 1px solid #68bdd2;
        color: #fff;
    }

.container {
    max-width: 1320px;
}

/*----------- header css start here ---------------*/


ul.user-login {
    position: absolute;
    width: 140px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    right: -20px;
    text-align: left;
    padding: 15px 20px 5px;
    margin: 0 15px 0 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    border-top: 2px solid #b74c48;
}

.menu-right li:hover ul.user-login {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.user-login li {
    display: block !important;
    margin: 0 0 10px 0 !important;
}

    .user-login li a {
        color: #000;
        display: block;
    }


header.sticky.fixed-header .container-fluid {
    max-width: 1560px;
}

header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    position: relative;
    display: block;
    padding: 0px 0 0px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.serch-bar .btn span {
    margin: 0;
    position: relative;
    top: -3px;
    color: #787878;
}

.header-top {
    width: 100%;
    text-align: center;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    gap: 10px;
}

.banner {
    margin-bottom: 5px;
}

    .banner .item {
        position: relative;
    }

div.banner-caption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 32%;
    left: 5%;
    bottom: 10%;
}

.banner-caption h4 {
    font-size: 34px;
    line-height: 41px;
    display: block;
    margin: 0 0 10px 0;
    text-shadow: 0px 4px 8px rgb(0 0 0 / 45%), 0px 2px 4px rgb(0 0 0 / 50%);
    font-family: "Playfair Display", serif;
}

div.banner-caption small {
    font-style: normal;
    letter-spacing: 2px;
    line-height: 30px;
    font-size: 14px;
    font-family: cursive;
    text-transform: uppercase;
}

section.banner-slider img {
    width: 100%;
}

a.homeicon {
    margin: 0 10px 0 0;
}

    a.homeicon i {
        margin: 0 5px 0 0;
    }

.top-menu {
    width: auto;
    width: 100%;
}

.top-bar {
    border-top: 3px solid #b74c48;
    color: #000000;
    font-size: 12px;
    padding: 5px 0;
    background-color: #fff0f0;
}

    .top-bar a, .top-bar span {
        color: #000;
        text-transform: uppercase;
    }

header:hover {
    background: #fff;
}

ul.top-link-list {
    list-style: none;
}

.serch-bar .form-control {
    display: none;
}

.serch-bar.open .form-control {
    background-color: #ffffff;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0;
    color: #000;
    padding: 0;
    height: 25px;
    display: block;
    width: 220px;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0px;
    padding-right: 35px;
    text-transform: uppercase;
}

.site-header {
    background-color: #fff;
    padding: 20px 5%;
    border-bottom: 1px solid #dbdbdb;
    position: absolute;
    width: 100%;
    transition: opacity 200ms;
    border-top: 1px solid #dbdbdb;
}

.site-header-search {
    background-color: #fff;
}

.site-search-input {
    display: block;
    width: 100%;
    padding: 0 50px 0 30px;
    border: 0;
    background-color: transparent;
    outline: none;
    color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.site-search-reset {
    outline: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 6%;
    margin: 20px 0;
    top: 0;
    bottom: 0;
    width: 20px;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTEuNDE0IDE5MS40MTQiIHdpZHRoPSIxMjhweCIgaGVpZ2h0PSIxMjhweCI+PHBhdGggZD0iTTEwNy44ODgsOTYuMTQybDgwLjkxNi04MC45MTZjMy40OC0zLjQ4LDMuNDgtOC43MDEsMC0xMi4xODFzLTguNzAxLTMuNDgtMTIuMTgxLDBMOTUuNzA3LDgzLjk2MUwxNC43OTEsMy4wNDUgYy0zLjQ4LTMuNDgtOC43MDEtMy40OC0xMi4xODEsMHMtMy40OCw4LjcwMSwwLDEyLjE4MWw4MC45MTUsODAuOTE2TDIuNjEsMTc3LjA1N2MtMy40OCwzLjQ4LTMuNDgsOC43MDEsMCwxMi4xODEgYzEuNzQsMS43NCw1LjIyLDEuNzQsNi45NiwxLjc0czUuMjIsMCw1LjIyLTEuNzRsODAuOTE2LTgwLjkxNmw4MC45MTYsODAuOTE2YzEuNzQsMS43NCw1LjIyLDEuNzQsNi45NiwxLjc0IDEuNzQsMCw1LjIyLDAsNS4yMi0xLjc0YzMuNDgtMy40OCwzLjQ4LTguNzAxLDAtMTIuMTgxTDEwNy44ODgsOTYuMTQyeiIgZmlsbD0iIzAwMDAwMCIvPjwvc3ZnPg==);
    cursor: pointer;
}

.hide {
    visibility: hidden;
    opacity: 0;
}


.serch-bar .form-control:focus {
    outline: none;
    box-shadow: none;
}

.serch-bar .btn {
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #000;
    position: relative;
    z-index: 9;
}

ul.submenuItems .menu3 {
    width: 100%;
}

    ul.submenuItems .menu3 li {
        width: 13.5%;
        float: left;
        margin: 0 5px;
        text-align: center;
    }

.fixed-header {
    background-color: rgba(255, 255, 255, 1);
    z-index: 999;
}

.serch-bar .btn:focus {
    outline: none;
    box-shadow: none;
}

ul .login {
    float: right;
    list-style: none;
    margin: 7px 0 0 0;
}

.top-menu a {
    font-size: 13px;
}

.fixed-header .header-bottom {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 0;
    transition: 0.5s;
    top: -50px;
    transform: translate(0px, 50px);
    z-index: 999;
}

    .fixed-header .header-bottom .menu {
        display: flex;
        align-items: center;
    }

.header-bottom .search-short, .header-bottom .short-logo {
    display: none;
}

.fixed-header .header-bottom .search-short, .fixed-header .header-bottom .short-logo {
    display: block;
}

.search-short .btn {
    color: #000;
    background-color: transparent;
    border: 0;
}

.header-bottom {
    /*float: left;
    width: 72%;*/
    margin: auto;
}

.menu-right select {
    border: 0;
    width: 55px;
    font-size: 12px;
    background-color: transparent;
}

    .menu-right select:focus {
        outline: none;
    }

.menu-right li:first-child {
    margin-left: 0;
}
/*=======================================*/
.menu-right-phone select {
    border: 0;
    width: 55px;
    font-size: 12px;
    background-color: transparent;
}

    .menu-right-phone select:focus {
        outline: none;
    }

.menu-right-phone li:first-child {
    margin-left: 0;
}

.logo {
    max-width: 380px;
    width: 100%;
    text-align: center;
    padding: 0px 0;
}

    .logo img {
        max-width: 100%;
        width: 100%;
    }

.top-right {
    margin-left: auto;
}

.fixed-header .top-right {
    top: 10px;
    position: fixed;
    z-index: 9999;
    right: 8px;
}

    .fixed-header .top-right li.search-li {
        display: none;
    }

.nav {
    width: 100%;
    margin: 0px 0 0 0;
    justify-content: center;
}

    .nav ul {
        margin: 0;
    }

.menuicon, .closebtn {
    display: none;
}

.top-right-inner {
    margin: 10px 0px 0px;
}

nav {
    margin: 17px 0 0 0;
}

    nav li {
        list-style-type: none;
        display: inline-block;
    }

        nav li.active a {
            color: #584d4d;
        }

        nav li a {
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 0.2px;
            display: block;
        }

        nav li li a {
            font-size: 12px;
            line-height: 22px;
        }

.menu-right .serch-bar .btn {
    font-size: 0.75rem;
    position: absolute;
    top: 10px;
    right: 0px;
}

.menu-right li i {
    font-size: 16px;
}

.menu-right .flaticon-heart:before {
    font-size: 24px;
    color: #161616;
    vertical-align: middle;
    margin-right: 10px;
}

.menu-right li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin: 0 10px;
}
/*=====================================*/
.menu-right-phone .serch-bar .btn {
    font-size: 0.75rem;
}

.menu-right-phone li i {
    font-size: 16px;
}

.menu-right-phone .flaticon-heart:before {
    font-size: 24px;
    color: #161616;
    vertical-align: middle;
    margin-right: 10px;
}

.menu-right-phone li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.cart {
    width: 16px;
    height: 16px;
    display: block;
    vertical-align: middle;
}

    .cart img {
        max-width: 100%;
        vertical-align: middle;
        margin: -11px 0 0 0px;
    }


.cart-no {
    text-align: center;
    font-size: 11px;
    color: #000000;
    font-weight: 600;
}

.menu-right input[type="submit"]:focus {
    outline: none;
}

.menu-right-phone input[type="submit"]:focus {
    outline: none;
}

.serch-bar::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    font-weight: 500;
}

.serch-bar::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font-weight: 500;
}

.serch-bar:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    font-weight: 500;
}

.serch-bar:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-weight: 500;
}

nav li:hover ul.submenuItems {
    display: block !important;
}


ul.submenuItems {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 99%;
    background-color: #fff;
    border-top: 1px solid #ebe6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    text-align: left;
    display: none;
}

    ul.submenuItems li {
        margin: 6px 0;
        display: block;
        padding: 0;
    }

    ul.submenuItems .menu1 {
        width: 20%;
        float: left;
    }


.list-img1 {
    border: 1px solid #efefef;
}

a.sub-heading {
    font-weight: 600;
    color: #b80f0a;
    font-size: 13px;
}

a.view-all {
    color: #e1252c;
    margin: 10px 0 0 0;
}

/*-------------- banner css start here -----------------*/
.banner-slider {
    position: relative;
    width: 100%;
    clear: both;
}

    .banner-slider .col-md-6.pr-0 {
        padding-left: 5px;
    }

.mainSlider .slick-next, .mainSlider .slick-prev {
    position: absolute;
    top: 50%;
    background: none;
    border: none;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.6;
    z-index: 9;
    outline: none;
    display: none;
}

.mainSlider img {
    width: 100%;
}

ul.slick-dots {
    text-align: center;
    position: absolute;
    width: auto;
    right: 0;
    bottom: 4px;
    /* left: 0; */
}

    ul.slick-dots li {
        list-style-type: none;
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #fff;
        text-indent: -99px;
        overflow: hidden;
        margin: 0 7px;
        cursor: pointer;
        box-shadow: 0 0 2px rgba(0,0,0,0.5);
    }

        ul.slick-dots li.slick-active {
            background-color: #000;
        }

.shopby-collection {
    padding: 80px 0;
}

.banner2 .item {
    margin-bottom: 5px;
    width: 100%;
}

/*----------- and ----------------*/
.collections-box .row {
    margin: 0 -5px;
}

.collections-box .col-6 {
    padding: 0 2.5px;
}

/*bos images css*/
.pb-10 {
    padding-bottom: 10px;
}

.row-custem {
    margin: 0 -10px;
}

.col-custem {
    padding-left: 10px;
    padding-right: 10px;
}

.banner-2 {
    margin-top: 20px;
}

    .banner-2 .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

.image-box {
    position: relative;
    overflow: hidden;
}

    .image-box img {
        transition: 3s;
        transform: scale(1);
    }

    .image-box:hover img {
        transform: scale(1.1);
    }

    .image-box a {
        position: relative;
        transition: all 0.3s ease 0s;
        display: block;
    }

    .image-box .btn {
        position: absolute;
        right: 38px;
        bottom: 4px;
        color: #000;
        font-size: 13px;
        /* border: 1px solid #000; */
        border-radius: 0;
        text-transform: uppercase;
    }

        .image-box .btn:after, .image-box .btn:before {
            position: absolute;
            width: 25px;
            height: 1px;
            background-color: #000;
            content: '';
            top: 50%;
            right: -20px;
        }

        .image-box .btn:before {
            right: inherit;
            left: -20px;
        }


/*product slider css */
.product {
    padding: 80px 0;
}

.heading {
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

    .heading span {
        color: #b74c48;
    }

.slick-initialized .slick-slide:focus {
    outline: none;
}

.new-productpic {
    width: 100%;
    height: inherit !important;
    text-align: center;
    background-color: #fff;
}

    .new-productpic img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }




.product .product-box a {
    display: block;
    padding: 15px 5px;
}

.product .product-box .action-icon a {
    padding: 0px 0px;
}

.product-box .action-icon a i {
    color: #b74c48;
}

.product-box i {
    color: #000;
}
/* newsletter css start*/
.newsletter {
    padding: 0px 0;
    text-align: left;
}

    .newsletter h3 {
        margin-bottom: 50px;
    }

    .newsletter form {
        position: relative;
        max-width: 52%;
        margin: auto;
    }

    .newsletter .form-control {
        border: 1px solid rgba(0,0,0,1);
        border-radius: 0;
        color: #000;
    }

    .newsletter .btn {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #000;
        border-radius: 0;
        color: #fff;
        text-transform: uppercase;
        padding: 6px 25px;
    }

.about-right {
    padding: 0 65px;
}

.about-us {
    padding: 70px 0 0;
    text-align: left;
}

    .about-us h2 {
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .about-us p {
        line-height: 28px;
        font-size: 12px;
        margin-bottom: 30px;
    }

.hweinfo {
    list-style: none;
    padding: 30px 0 50px;
}

ul.hweinfo li {
    margin-bottom: 5px;
}

.hweinfo li i {
    font-size: 13px;
    width: 15px;
    position: absolute;
    margin-left: -12px;
}
/* footer css start here */
footer {
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.footer-bg {
    position: sticky;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 0;
    height: 78vh;
    overflow: hidden;
}

    .footer-bg img {
        width: 100%;
        height: 100%;
        animation: bg-animation 8s ease-in-out infinite;
    }

@keyframes bg-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}


.footer-area {
    padding: 30px;
    color: #000000;
    border-top: 0px solid #b74c48;
    position: relative;
}

    .footer-area:after, .footer-area:before {
        pointer-events: none;
    }

    .footer-area:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5%;
        height: 110%;
        width: 100%;
        z-index: 0;
        border-right: 1px solid black;
        border-left: 1px solid black;
        transition: height .3s;
    }

    .footer-area:before {
        content: "";
        position: absolute;
        left: -1%;
        bottom: 0;
        height: 100%;
        width: 102%;
        z-index: 0;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        transition: height .3s;
    }

    .footer-area a {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
    }

    .footer-area .footer-heading {
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 0 20px 0;
    }

.copyright-area {
    padding: 8px 0px;
}

    .copyright-area p, .copyright-area .social-media {
        margin-bottom: 0px;
        color: #000;
        font-size: 12px;
        line-height: normal;
        text-transform: uppercase;
    }

.social-media {
    margin: 0 0px 0 0;
}

.copyright-area .social-media a {
    margin: 0px 10px;
}

    .copyright-area .social-media a:hover {
        color: #b80f0a;
    }

footer p {
    line-height: 25px;
}

.footer-center {
    text-align: left;
    padding: 0 0 40px 30px;
}

    .footer-center img {
        width: 220px;
    }

.footer-bottom {
    margin: auto;
    margin-top: 30px;
    padding: 30px 0 0 0;
    border-top: 1px solid #b74c48;
}

.social-media a {
    margin: 0 18px;
}

.news {
    padding: 4.8px 0 9.6px 0;
    text-align: center;
}

footer input[type="email"] {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 35px;
    border-radius: 0;
    border: none;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 1);
}

input,
input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 3;
}

.bt {
    margin-left: 0;
    font-size: 12px;
    display: inline-block;
    font-weight: 500;
    padding: 0 15px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background-color: #000;
    color: #ffffff;
    margin-top: 0;
    position: absolute;
    top: 2px;
    height: 31px;
    right: 2px;
    line-height: 31px;
}

.news-letter {
    padding: 0 0 40px 0;
}

.newsletter .footer-heading {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.form-control {
    border-radius: 0;
}

label {
    display: inline-block;
    margin-bottom: 3px;
    font-weight: 400;
}

.usp {
    text-align: center;
    padding: 50px 0 50px 0;
    border: 0;
    margin: 0 0 50px 0;
}

    .usp .col-side {
        border-right: 1px solid #d9d9d9;
        margin: 10px auto;
    }



    .usp p {
        margin: 15px 0 5px 0;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .usp small {
        margin: 10px 0 0 0;
        letter-spacing: 1px;
        font-size: 14px;
    }

    /*.usp path {
        fill: #b74c48;
    }*/

    .usp span svg {
        width: 60px;
        height: 60px;
    }

.product-box h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    min-height: 53px;
    font-size: 14px;
    padding: 3px 0px;
    color: #000;
}

.product-box {
    height: 100%;
}

    .product-box h5 {
        font-size: 15px;
    }

ul.submenuItems.submenuItems-new-ari ul li {
    line-height: 29px !important;
}

button.slick-prev.pull-left.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    background-color: transparent;
    border: 0;
    color: #fff;
    text-shadow: 0px 4px 8px rgb(0 0 0 / 45%), 0px 2px 4px rgb(0 0 0 / 50%);
}

button.slick-next.pull-right.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    background-color: transparent;
    border: 0;
    color: #fff;
    text-shadow: 0px 4px 8px rgb(0 0 0 / 45%), 0px 2px 4px rgb(0 0 0 / 50%);
}

/*---------------our Collections slider btns-----------------------*/
button.slick-prev.product-pull-left.slick-arrow {
    position: absolute;
    top: 47%;
    left: 0;
    z-index: 1;
    background-color: transparent;
    border: 0;
    color: #000;
    display: flex;
    align-items: center;
}

button.slick-next.product-pull-right.slick-arrow {
    position: absolute;
    top: 47%;
    right: 0;
    z-index: 1;
    background-color: transparent;
    border: 0;
    color: #000;
    display: flex;
    align-items: center;
}

button.slick-arrow {
    font-size: 22px;
    cursor: pointer;
}

    button.slick-arrow:focus {
        outline: 0;
    }

.shopby-collection .col-md-3 {
    padding: 0 8px;
}

.shopby-collection .row {
    margin: 0 -8px;
}

.shopby-collection a span {
    text-align: center;
    display: block;
    margin: 5px 0 0 0;
}

.m-banner video {
    width: 100%;
}

.m-banner02 {
    padding: 0 0 80px 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.main-d {
    background-color: #fff;
    position: relative;
    z-index: 99;
}

.special-moment .row {
    margin: 0px 0px;
}

.sp-box-col .row .col-md-12:nth-child(1) {
    padding: 0;
}

.sp-box-col .row .col-md-12:nth-child(2) {
    padding: 0;
}

.special-moment .row .col-md-4 {
    padding: 0 7px;
}

.special-moment {
    padding: 0 10px 80px;
}

.sp-box {
    margin: 0 0 14px 0;
    position: relative;
}

    .sp-box img {
        width: 100%;
    }

.sp-c {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #fff;
    padding: 7px 10px 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .sp-c:before {
        background-color: #000;
        position: absolute;
        content: '';
        width: calc(100% - 20px);
        height: 2px;
        bottom: 10px;
        left: 10px;
    }

.special-moment .heading {
    width: 200px;
    line-height: 35px;
    margin: 0 0 0 50px;
}

.to-box {
    padding-bottom: 80px;
}

    .to-box .row {
        margin: 0 -10px;
    }

    .to-box .col-md-6 {
        padding: 0 10px;
    }

.store-box {
    position: relative;
}

.store-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    background-color: rgb(0 0 0 / 25%);
    padding: 10px 20px;
}

    .store-caption h4 {
        text-transform: uppercase;
        margin: 0 0 5px 0;
        font-family: 24px;
        color: #fff;
    }

    .store-caption p {
        margin: 0 0 15px 0;
    }

    .store-caption a {
        background-color: #fff;
        padding: 6px 35px;
        text-transform: uppercase;
        display: inline-block;
    }

/*--- product list page css start here ---*/
.product-list {
    margin: 0 0 70px 0;
}

.breadcrumb-bar {
    background-color: #f7f7f7;
    margin: 0 0 30px 0;
}

.breadcrumb {
    background-color: transparent;
    padding: 5px 0;
    margin: 0;
}

.filter-bar h3 {
    font-size: 14px;
}

    .filter-bar h3 a {
        font-size: 12px;
    }

.filter-bar.filterlists {
    position: sticky;
    top: 60px;
}

.accordion2 {
    width: 100%;
    max-height: calc(100vh - 125px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

    .accordion2::-webkit-scrollbar {
        display: none;
    }


.product-list .card {
    border: 0;
    background-color: transparent;
    margin: 0 0 10px 0;
}

.product-list .card-header {
    padding: 10px 0;
    background-color: transparent;
}

.product-list .card-body {
    padding: 10px 0;
}

.checkbox {
    margin: 5px 0;
}

    .checkbox input {
        margin: 0 3px 0 0;
    }

.product-list .product-box {
    padding: 10px;
    margin: 0 0 30px 0;
    position: relative;
}


    .product-list .product-box:hover .action-icon {
        opacity: 1;
    }

.action-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 0;
}

    .action-icon a {
        width: 35px;
        height: 35px;
        display: inline-block;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        text-align: center;
        line-height: 37px;
        background-color: #fff;
    }

        .action-icon a:hover, .action-icon a:hover i, .action-icon a.added, .action-icon a.added i {
            background-color: #b74c48;
            color: #ffffff;
        }

.filter-bar label {
    font-size: 12px;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*--- porduct details --- */

.poduct-details {
    padding: 10px 0;
}

.product-info h1 {
    font-size: 24px;
}

.product-info .rating i {
    margin: 0 6px 0 0;
    /* color: #b74c48;*/
}

.product-info h3 {
    margin: 25px 0 0 0;
}

.login-box {
    border: 1px solid #e1e1e1;
    padding: 20px;
    margin: 25px 0 0 0;
}

    .login-box p {
        margin: 0;
    }

        .login-box p a {
            display: block;
            color: #b80f0a;
        }

.btn-block {
    margin: 30px 0;
}

.my-widhbtn {
    background-color: #ffffff;
    color: #000000;
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #000000;
    width: 100%;
    display: flex;
    justify-content: center;
}

.widhbtn-color {
    background-color: #b80f0a;
    color: #ffffff;
    border-color: #b80f0a;
}

    .widhbtn-color:hover {
        background-color: #fff;
        color: #b80f0a;
        border-color: #b80f0a;
    }

.btn-color {
    background-color: #b80f0a;
    color: #ffffff;
    border-color: #b80f0a;
}

.product-info .card-header, .product-info .card, .product-info .card-body {
    padding: 0;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    position: relative;
}

    .product-info .card-header .btn-header-link {
        border: 0;
        padding: 10px 0;
        font-weight: 500;
        font-size: 16px;
        display: block;
    }

.product-info .card {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 0;
}

.product-info .card-body {
    padding: 15px 0 0 0;
}

.product-info .card-header a:after {
    content: '-';
    position: absolute;
    right: 0;
    top: 0;
}

.product-info .card-header a.collapsed:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 9px;
}

.product-info td {
    font-size: 12px;
    padding: 10px 5px 10px 0;
}

.poduct-details {
    padding: 10px 0 20px 0;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    margin-bottom: 80px;
}

.quantity {
    display: flex;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 162px;
    margin: 30px 0 0px 0;
}

    .quantity button {
        background-color: #e5e5e5;
        color: #000000;
        border: none;
        cursor: pointer;
        font-size: 20px;
        width: 40px;
        height: auto;
        text-align: center;
        transition: background-color 0.2s;
    }

.input-box {
    width: 80px;
    text-align: center;
    border: none;
    padding: 0px 10px;
    font-size: 16px;
    outline: none;
    height: 40px;
}

    /* Hide the number input spin buttons */
    .input-box::-webkit-inner-spin-button,
    .input-box::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .input-box[type="number"] {
        -moz-appearance: textfield;
    }

.item-slider {
    margin: 0 0 120px 0;
}

    .item-slider .product-box {
        padding: 10px 10px;
        margin: 10px 10px;
    }

    .item-slider button.slick-prev {
        left: -15px !important;
    }

    .item-slider button.slick-next {
        right: -15px !important;
    }

.rating input {
    float: left;
    opacity: 0;
    position: absolute;
}

.rating label {
    float: left;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    font-size: 30px;
}

    .rating label:hover ~ label,
    .rating input:focus ~ label,
    .rating label:hover,
    .rating a:hover,
    .rating a:hover ~ a,
    .rating a:focus,
    .rating a:focus ~ a {
        color: #b74c48;
        cursor: pointer;
    }

.btn-review {
    margin: 10px 0 0 0;
    display: inline-block;
}

/*--- login page css start here ----*/
.login-ragister {
    padding: 50px 0 100px;
}

    .login-ragister .heading {
        margin-bottom: 40px;
    }

/*--- cart ---*/
.cart-page {
    padding: 10px 0 120px 0;
}

    .cart-page h4 {
        font-size: 18px;
    }
    /* card component */
    .cart-page .card {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 16px;
        position: relative;
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #edebeb;
        -webkit-transition: -webkit-box-shadow 0.25s;
        transition: -webkit-box-shadow 0.25s;
        transition: box-shadow 0.25s;
        transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
    }

/* store item component */
.store-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .store-item h4 {
        font-size: 16px;
    }

    .store-item .image-store {
        width: 100%;
        height: 170px;
        object-fit: cover;
        border-radius: 8px;
    }

    .store-item .image-store {
        width: 100%;
        height: 170px;
        overflow: hidden;
    }

        .store-item .image-store img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 8px;
        }

    .store-item .list-store p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
    }

    .store-item .list-store .p-note {
        font-size: 11px;
        color: #828282;
        transform: translatex(-25%);
        margin-top: 5px;
    }

    .store-item .list-store .btn-list {
        border: 1px solid #edebeb;
        font-size: 12px;
        font-weight: 500;
    }

        .store-item .list-store .btn-list:active {
            border: 1px solid #757574;
        }

    .store-item .btn-quantity-container {
        border: 1px solid #edebeb;
        border-radius: 6px;
        height: 35px;
    }

        .store-item .btn-quantity-container .btn-quantity {
            font-size: 18px;
            font-weight: 500;
            height: 100%;
            padding-top: 0;
            padding-bottom: 0;
            border-color: #edebeb;
            border: 0;
        }

            .store-item .btn-quantity-container .btn-quantity:hover {
                background-color: transparent;
                color: #000;
            }

    .store-item .p-total-label {
        font-size: 14px;
        font-weight: 500;
    }

    .store-item .p-total {
        font-size: 14px;
        font-weight: 500;
        text-align: right;
    }

.bottom-line {
    width: 100%;
    border-bottom: 1px solid #edebeb;
}

.rewards {
    padding: 15px 0;
}

    .rewards ul {
        list-style: none;
    }

        .rewards ul li {
            display: flex;
            background-color: #f9f9f9;
            padding: 3px 8px;
            border-radius: 4px;
            margin-bottom: 10px;
            border-bottom: 2px solid #ededed;
            box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
        }

.o-tittle {
    font-weight: 500;
}

.rewards ul li a {
    color: #b80f0a;
}

.coupen-apply {
    margin: 0px;
}

.apply-gift {
    position: relative;
}

    .apply-gift a {
        position: absolute;
        right: 10px;
        top: 8px;
        color: #b80f0a;
    }

    .apply-gift .form-control {
        padding-right: 60px;
        border-radius: 4px;
    }

.offer-box ul {
    display: none;
}

.offer-box.open ul {
    display: block;
}

.offer-box h4 {
    display: flex;
    cursor: pointer;
}

    .offer-box h4:after {
        color: #000;
        font-size: 18px;
        content: "+";
        margin-left: auto;
    }

.list-store h5 {
    font-size: 18px;
    color: #b80f0a;
}

.offer-box.open h4:after {
    content: "-";
}

/*--- pofile page css start here ---*/

.profile-page {
    padding: 0 0 60px 0;
}

.student-profile .card {
    border-radius: 4px;
}

.profile_img {
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 29px;
    color: #fff;
    background-color: #c63f3b;
    margin: 0 0 10px 0;
}

.student-profile .card h3 {
    font-size: 20px;
}

.student-profile .card p {
    font-size: 16px;
    color: #000;
    margin: 0;
    font-weight: 500;
}

.student-profile .table th {
    font-weight: 500;
}

.student-profile .table th,
.student-profile .table td {
    font-size: 14px;
    padding: 5px 10px;
    color: #000;
}

.view-btn {
    background-color: #ffbb00;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 4px;
    cursor: pointer;
}

    .view-btn:hover {
        background-color: #ffffff;
        color: #ffbb00;
        font-size: 12px;
        padding: 3px 5px;
        border: 1px solid #ffbb00;
        border-radius: 4px;
    }


.referral {
    display: flex;
    align-items: center;
}

    .referral span {
        border: 1px solid rgba(0, 0, 0, 0.2);
        padding: 5px 5px 6px 5px;
        border-radius: 4px;
    }

        .referral span small {
            cursor: pointer;
            color: #fff;
            background-color: #b80f0a;
            padding: 5px;
        }

.student-profile .card-header a {
    font-size: 14px;
}

.profile-menu {
    list-style: none;
    border-top: 2px solid #b74c48;
    margin: 20px 0 0 0;
    padding-top: 10px;
}

    .profile-menu li a {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #dddddd;
    }

        .profile-menu li.active a, .profile-menu li a:hover {
            color: #b80f0a;
        }



:root {
    --gradient-1: linear-gradient(#fff6f6, #f2fbf9);
    --gradient-2: linear-gradient(#c63f3b, #df3f39);
}


.gradient-1 {
    background: var(--gradient-1);
}

.gradient-2 {
    background: var(--gradient-2);
}

.final-score {
    font-size: 3em;
    font-weight: bold;
}

.score-card-1 {
    background-color: #fff6f6;
}

.score-card-text {
    font-weight: bold;
}

.score-card-1 > i,
.score-card-1 > .score-card-text {
    color: red;
}

.score-card-2 {
    background-color: #fffbf3;
}

    .score-card-2 > i,
    .score-card-2 > .score-card-text {
        color: orange;
    }

.score-card-3 {
    background-color: #f2fbf9;
}

    .score-card-3 > i,
    .score-card-3 > .score-card-text {
        color: green;
    }

.score-card-4 {
    background-color: #f3f2fc;
}

    .score-card-4 > i,
    .score-card-4 > .score-card-text {
        color: hsl(220, 40%, 20%);
    }

.score-points-result {
    font-weight: bold;
}






.results-wrapper {
    width: 100%;
    display: flex;
    grid-template-columns: 1fr 1fr;
    border-radius: 1em;
    box-shadow: 6px 6px 20px 0 #00227733;
}

.results-section {
    padding-inline: 1.5em;
    display: grid;
    grid-template-rows: 1fr 2fr 2fr;
    border-radius: 1em;
    width: 50%;
}

    .results-section > h2 {
        padding-top: 1em;
        font-size: 22px;
    }

.tab-content {
    padding: 30px 0;
}

.affirmation {
    padding-bottom: 1em;
    align-self: end;
}

.affirmation-summary {
    margin-block: 1em;
    font-size: 1.3rem !important;
    font-weight: bold;
    margin-bottom: 15px !important;
}

.affirmation-sentence {
    padding-bottom: 0.4em;
}

.final-score-wrapper {
    padding-block: 0;
    align-self: center;
    /* clip-path: circle(3.5rem); */
    background-color: transparent;
    border: 4px solid #c63f3b;
    width: 120px;
    margin: auto;
    border-radius: 50%;
    height: 120px;
    line-height: 112px;
}

.summary-section {
    padding-inline: 1.5em;
    display: grid;
    grid-template-rows: 0.5fr 3fr 1fr;
    width: 50%;
}

    .summary-section .btn {
        height: 42px;
        align-self: end;
        margin-bottom: 20px;
    }

    .summary-section > h2 {
        padding-top: 1em;
        text-align: left;
        font-size: 22px;
        word-break: break-all;
    }

.score-card-grid {
    display: grid;
    gap: 0.5em;
}

.score-card {
    padding-block: 0.5em;
    display: grid;
    grid-template-columns: 0.5fr 1fr 1fr;
    border-radius: 0.5rem;
}


.score-card-text {
    justify-self: left;
    align-self: center;
}

.score-points {
    padding-right: 1em;
    align-self: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.re-score p.final-score {
    color: #c63f3b;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

    .nav-tabs .nav-link {
        border: 0px solid transparent;
        border-bottom: 2px solid #000;
        margin: 0 10px;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            border-bottom: 2px solid #b74c48;
            color: #b80f0a;
        }

/*---- contact-us page ----*/
.contact-us {
    padding: 0 0 100px 0;
}

.contact-right h1 {
    text-align: center;
}

.contact-bottom {
    margin: 50px 0 0 0;
}

    .contact-bottom i {
        font-size: 22px;
        color: #b74c48;
        margin: 0 5px 0px 0;
        position: relative;
        position: relative;
        bottom: -3px;
    }

    .contact-bottom a {
        letter-spacing: 1px;
    }
/*------7/04/2025-------*/
a {
    text-decoration: none;
}

.left-tophead {
    text-align: left;
}

.mid-tophead {
    text-align: center;
}

.right-tophead {
    text-align: right;
}

.serch-bar .form-control {
    display: block;
    border: 0;
    padding: 0;
    font-size: 12px;
    width: 280px !important;
}

li.search-li {
    position: relative;
}
/*--- checkout page css start here ---*/

.different_address {
    display: none;
}

.order-summery h4 {
    font-size: 15px;
}

.order-summery .cart-product {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 48px;
}

.checkout-img .cart-product {
    width: 100% !important;
}

.order-summery {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

span.product-count {
    position: absolute;
    right: -2px;
    /* border: 1px solid #000; */
    width: 16px;
    height: 16px;
    line-height: 16px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    border-radius: 50%;
    font-size: 10px;
    background-color: #fff;
    top: -5px;
}

.order-summery .cart-items {
    margin: 0 0 15px 0;
}

.continue-shop {
    margin: 0px 0 0 0;
}

.backtocart {
    margin: 0 0 20px 0;
}

    .backtocart a {
        font-size: 14px;
        color: #b74c48;
    }

        .backtocart a i {
            margin: 0 10px 0 0;
        }

.order-table .btn {
    margin: 10px 0 0 0;
}

.order-table h4 {
    font-size: 16px;
    margin: 0 0 13px 0;
}

.custom-dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    z-index: 100;
    overflow-y: auto;
}

.custom-dropdown-scroll {
    overflow-y: auto;
    max-height: 300px;
    border: 1px solid #ccc;
}


.custom-dropdown-area {
    padding: 10px;
    cursor: pointer;
}


    .custom-dropdown-area:hover {
        background: #f0f0f0;
    }

.custom-dropdown-item {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
}


    .custom-dropdown-item img {
        width: 50px !important;
        height: 50px !important;
    }

.custom-dropdowncontent {
    text-align: left;
}

    .custom-dropdowncontent p {
        font-size: 13px;
        margin-bottom: 5px;
    }

.view-allbtn {
    color: #fff !important;
    font-size: 13px;
    background-color: #b74c48;
    border: 1px solid #b74c48;
    cursor: pointer;
    position: sticky;
    bottom: -1px;
    padding: 5px;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}



    .view-allbtn:hover {
        color: #b74c48 !important;
        background-color: #fff;
        border: 1px solid #b74c48;
    }



.web-search {
    display: block;
}

.phone-search {
    display: none;
}

.contact-picarea {
    width: 100%;
    height: 100%;
    user-select: none;
}

    .contact-picarea img {
        width: 100%;
        height: 100%;
    }

.foter-lastdirstline {
    text-align: left;
}

.foter-lstline {
    text-align: right;
    margin-right: 7px;
}

.cart-list-stone {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.area-cartright {
    display: flex;
}

.dis-jus-alig {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-items-chaild {
    display: flex;
    justify-content: center;
    align-items: center;
}

.whish-btns-dflex {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
}

.wish-list-stone {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-wishlist {
    text-align: right;
}

    .price-wishlist h5 {
        white-space: nowrap;
    }

.whish-endbtns-dflex {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.wishlisht-heading h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    line-height: 1.5;
}

.pricevalue {
    height: 30px;
}

.cart-lisht-heading h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 98%;
    line-height: 1.5;
}

/*.product-info-heading h1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 98%;
    line-height: 1.5;
}*/

.checkout-info h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 98%;
    line-height: 1.5;
}

.car-to-amo-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.droptext-size {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 20px;
    word-break: break-all;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border-radius: 10px;
}

.ui-widget.ui-widget-content {
    border-radius: 10px;
}

.ui-widget.ui-widget-content {
    border-radius: 10px;
}

    .ui-widget.ui-widget-content:focus-visible {
        border-color: #fff;
    }

.product-hover .product-box {
    padding: 10px;
    margin: 0 0 30px 0;
    position: relative;
}

.product .product-box .action-icon {
    display: flex;
    gap: 5px;
}

.product-hover .product-box:hover .action-icon {
    opacity: 1;
}

.pr-pl {
    padding-right: 0px;
    padding-left: 5px;
}

.pr-pd-pl-pt {
    padding: 0px;
}

.hoverDob-icon {
    position: relative;
    display: inline-block;
}

.hoverDob-text {
    display: none;
}

.hoverDob-icon:hover .hoverDob-text {
    display: inline;
}

.hoveranni-icon {
    position: relative;
    display: inline-block;
}

.hoveranni-text {
    display: none;
}

.hoveranni-icon:hover .hoveranni-text {
    display: inline;
}


.empty-text {
    text-align: center;
}

.voucher-data {
    overflow: auto;
    max-height: 400px;
    min-height: 100%;
    width: 100%;
}

::-webkit-scrollbar {
    background: #d3dadd;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #a3a3a3;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }

.smalldata {
    white-space: nowrap;
}
/*===============23-05-2025===================*/
ul.top-link-list a i {
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    margin: 0px 5px;
    color: #000;
}

    ul.top-link-list a i:hover {
        color: #b80f0a;
    }

.testi-page-heading {
    text-align: center;
    padding: 40px 0px;
}

    .testi-page-heading h2 {
        font-size: 30px;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 30px;
        letter-spacing: 1px;
    }

.testimonials-page {
    padding: 20px 0px 70px 0px;
}

.testmoniless-row {
    column-count: 2;
    column-gap: 20px;
    width: 100%;
}

.test-monicol {
    break-inside: avoid;
    margin-bottom: 30px;
}

.testimonials-card {
    border-radius: 8px;
    padding: 10px;
    border-right: 2px solid #cca9a9;
    background-color: transparent;
    box-sizing: border-box;
}

.testimonials-content {
    padding: 0px 10px 0px 0px;
}

    .testimonials-content img {
        height: 10px;
        width: auto;
        margin-bottom: 15px;
    }

    .testimonials-content h3 {
        font-size: 16px;
        position: relative;
        text-transform: capitalize;
        line-height: 30px;
        letter-spacing: 1px;
        margin-top: auto;
    }

    .testimonials-content p {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 1px;
    }

.refund-pageheading {
    text-align: center;
    margin-top: 50px;
}

    .refund-pageheading h2 {
        font-size: 30px;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 0px;
        letter-spacing: 1px;
        line-height: 40px;
        color: #000;
    }

        .refund-pageheading h2 span {
            color: #b74c48;
        }

.refund-pagecontent {
    padding: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    margin: 50px 0px 70px 0px;
    border: 1px solid #edebeb;
}

.refund-content p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
}

.refund-pagecontent a {
    color: #b74c48;
    text-decoration: none;
}

    .refund-pagecontent a:hover {
        color: #b74c48;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

.left-headingrefund h2 {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
    color: #000;
    line-height: 36px;
}

.left-headingrefund h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #000;
    line-height: 30px;
}

.left-headingrefund p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
}

.midheading-refund h3 {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #000;
}

.midheading-refund p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
}

.contnt-refund p {
    font-size: 17px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.contnt-refund h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #000;
}

.contnt-refund ul, ol {
    padding-left: 30px;
}

    .contnt-refund ul li {
        font-size: 16px;
        line-height: 26px;
    }

.left-headingrefund table {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
}

    .left-headingrefund table th, td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .left-headingrefund table th {
        background-color: #f2f2f2;
        font-weight: bold;
    }

.memberpage-content {
    padding: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    margin: 30px 0px 70px 0px;
    border: 1px solid #edebeb;
}

.member-newpage-content {
    border: 0px;
    margin: 50px 0px 80px 0px;
    padding: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}

.giftline-cards {
    margin-top: 40px;
}

.member-head {
    text-align: left;
    padding: 10px 0px;
}

    .member-head h3 {
        font-size: 26px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 5px;
        color: #000;
    }

    .member-head h2 {
        font-size: 36px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
        color: #b74c48;
    }



.member-pic-content {
    text-align: left;
}

    .member-pic-content p {
        font-size: 16px;
        letter-spacing: 1px;
        color: #000;
    }

.gold-linearea {
    background-color: #ffebee;
    padding: 10px 15px;
    border-radius: 5px;
}

.gold-line {
    margin: 50px 0px;
}

.line-heading h4 {
    font-size: 18px;
    margin: 10px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #000;
}

.back-card-gold {
    position: relative;
}

.rangebar {
    height: 8px;
    width: 100%;
    border-radius: 3px;
    background-color: #e1b0ae;
    border: 1px solid #b74c48;
    position: relative;
}

.name-area {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

    .name-area .namedot {
        top: -28px;
        position: absolute;
        transform: translateX(-50%);
        text-align: center;
    }

.namedot:nth-child(1) {
    left: 15%;
}

.namedot:nth-child(2) {
    left: 50%;
}

.namedot:nth-child(3) {
    left: 85%;
}

.namedot:nth-child(1) .mydot {
    background-color: #C0C0C0;
    border: 2px solid #C0C0C0;
}

.namedot:nth-child(2) .mydot {
    background-color: #dcae0f;
    border: 2px solid #dcae0f;
}

.namedot:nth-child(3) .mydot {
    background-color: #fff;
    border: 2px solid #000;
}


    .namedot:nth-child(3) .mydot::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        background-color: #000;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

.mydot {
    width: 20px;
    height: 20px;
    margin: 0 auto 5px;
    border-radius: 50%;
    background-color: #808080;
    border: 2px solid #808080;
    position: relative;
}

    .mydot::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }


.namedot h5 {
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    max-height: 46px;
    max-width: 130px;
    overflow: auto;
    scrollbar-width: none;
    padding: 0px 5px;
}

    .namedot h5:hover {
        scrollbar-width: auto;
    }

    .namedot h5 span {
        font-size: 12px;
        color: #000;
    }
/*  24-05-2025*/
.free-giftpagearea {
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    margin: 10px 0px 40px 0px;
}

.gift-smallpic {
    height: 250px;
    width: 100%;
}

    .gift-smallpic img {
        height: 100%;
        width: 100%;
        border-radius: 5px;
        object-fit: cover;
    }

.free-textarea p {
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0px;
}

.singel-lines {
    margin: 20px 0px;
}

    .singel-lines h2 {
        font-size: 20px;
        margin-bottom: 20px;
        letter-spacing: 1px;
        color: #000;
        text-decoration: underline;
        text-underline-offset: 10px;
        text-decoration-thickness: 1px;
    }

    .singel-lines ul {
        list-style: none;
        padding-left: 10px;
    }

        .singel-lines ul li {
            font-size: 14px;
            line-height: 36px;
            position: relative;
            padding-left: 20px;
        }

            .singel-lines ul li::before {
                font-size: 18px;
                content: "★";
                position: absolute;
                left: -4px;
                color: #000;
            }


.contact-side-area {
    border-radius: 5px;
    padding: 20px 15px;
    background-color: #fff;
    height: 100%;
}

headingcontact {
    padding: 20px 15px;
}

.headingcontact h2 {
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
}

.headingcontact p {
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 30px;
}


.touch-line {
    margin: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: left;
}

    .touch-line span i {
        font-size: 14px;
        color: #b80f0a;
        background-color: #fff;
        width: 30px;
        height: 30px;
        line-height: 27px;
        text-align: center;
        border: 1px solid #b80f0a;
        border-radius: 50%;
        display: inline-block;
    }

    .touch-line p:nth-child(2) {
        font-size: 14px;
        color: #000;
        margin-bottom: 0px;
        padding: 0px 0px 5px 10px;
    }


    .touch-line p a {
        font-size: 14px;
        color: #000;
        margin-bottom: 10px;
        display: flex;
    }

        .touch-line p a:hover {
            color: #b80f0a;
        }

/*======26-05-2025==========*/
.royal-member {
    position: relative;
}

.royal-memberitem {
    width: 215px !important;
    right: 6px !important;
    padding: 5px 10px !important;
    border: 1px solid #e6e6e6 !important;
}

.royalmember-menu {
    width: 100% !important;
    float: left;
}

.pl-0point {
    padding-left: 0px;
}

.pt-pb-celebrate {
    padding: 20px 0px;
}

.refund-content h3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 36px;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 6px;
    margin-bottom: 10px;
    text-decoration-thickness: 1px;
}

.label-viewmore {
    color: #b80f0a;
    text-transform: uppercase;
    cursor: pointer;
}

.image-mlm-pic-big {
    width: 90%;
    height: 350px;
    position: relative;
}

    .image-mlm-pic-big img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

.small-mlm-pic {
    width: 88%;
    height: 350px;
    position: absolute;
    top: 45px;
    left: 45px;
}

    .small-mlm-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

.marginrefund {
    margin: 30px 0px 100px 0px;
    align-items: center;
    border: 0px;
}

.total-amount .item {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

    .total-amount .item h4 {
        font-size: 14px;
        color: #000;
        white-space: nowrap;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .total-amount .item span {
        font-size: 14px;
        color: #000;
        white-space: nowrap;
        font-weight: 400;
    }
/*=====================29-05-2025=============*/
.header-bottom {
    margin: auto;
    border-top: 3px solid #b74c48;
}

ul.navication.accordion-menu {
    display: flex;
}

nav li {
    margin: 0 0px;
    padding: 16px 18px;
}

header.sticky.fixed-header nav li {
    padding: 16px 13px;
}

    header.sticky.fixed-header nav li li {
        padding: 0;
    }

.header-bottom nav li a {
    font-size: 12px;
}

.capchaline-footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 15px;
    padding-top: 3px;
}

    .capchaline-footer .left-side img {
        width: 100%;
        height: calc(2.25rem + 2px);
        user-select: none;
    }

.myspiner12 {
    background-color: #dcdcdc;
    text-align: center;
    opacity: 0.8;
    z-index: 9;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
}

    .myspiner12 img {
        display: inline-block;
        width: 50px;
        height: 50px;
        top: 50%;
        position: fixed;
        left: 50%;
    }

input::placeholder {
    font-size: 12px;
}

.newsletter input {
    padding: 0 95px 0px 10px !important;
}

.shiping-radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shiping-content {
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center;
}

input[type="radio"]:checked + label {
    color: #b74c48;
}

input[type="radio"]:checked {
    accent-color: #b74c48;
}

.clno input {
    position: relative !important;
}

.clno a {
    position: absolute !important;
    right: 0;
    top: 0;
}

.check-color input[type="checkbox"]:checked {
    accent-color: #b74c48;
}

.gift-pic {
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
}

    .gift-pic img {
        border: 1px solid #ddd;
        border-radius: 4px;
        width: 100%;
        height: 100%;
    }

.upeper-for h4 {
    text-transform: uppercase;
}

.freerow h4 {
    margin-bottom: 6px;
}

header.sticky.fixed-header nav li a {
    font-size: 13px !important;
}

.producttd-pic {
    width: 100px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

    .producttd-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.checkright {
    text-align: center;
}

    .checkright i {
        font-size: 52px;
    }

.border-successfully {
    margin: 10px 0px 40px 0px;
}

    .border-successfully p {
        font-size: 16px;
        margin-bottom: 20px;
        letter-spacing: 1px;
        color: #000;
        text-align: center;
    }

.user-infor {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .user-infor p {
        font-size: 14px;
        color: #000;
        font-weight: 600;
        white-space: nowrap;
    }

        .user-infor p span {
            font-size: 14px;
            color: #000;
            font-weight: 400;
        }

.btn-order {
    background-color: #b74c48;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 4px;
    border: 1px solid #fff;
}

    .btn-order:hover {
        background-color: #ffffff;
        color: #b74c48;
        border: 1px solid #b74c48;
    }

.btn-pluse i {
    background-color: #b74c48;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 4px;
    border: 1px solid #fff;
}

    .btn-pluse i:hover {
        background-color: #ffffff;
        color: #b74c48;
        border: 1px solid #b74c48;
    }

.skuname span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
}

.padd-card-order {
    padding: 0px;
}

.orderdetailsdata {
    padding: 0px;
}
/*===================royal-member-benefit=====================*/

.royal-benefits-content h2 {
    font-size: 20px;
    color: #000;
}

    .royal-benefits-content h2 span {
        font-size: 24px;
        color: #b74c48;
        font-weight: 600;
    }

.royal-benefits-content p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    letter-spacing: 1.2px;
}

.royal-benefits-imageone {
    width: 100%;
    height: 350px;
}

    .royal-benefits-imageone img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.padding-section {
    padding: 100px 0px 10px 0px;
}

.margin-section {
    margin: 70px 0px;
}

margin-section-midline {
    margin-top: 70px;
}

.padding-celebrat {
    padding: 100px 0px 0px 0px;
}

.conent-tabline {
    text-align: center;
    margin-bottom: 10px;
}

    .conent-tabline p {
        font-size: 16px;
        color: #000;
        color: #000;
        line-height: 28px;
        letter-spacing: 1.5px;
    }

        .conent-tabline p strong {
            color: #b74c48;
        }


.tabbtnline ul {
    padding: 5px 0;
    margin: auto;
    text-align: center;
    list-style: none;
}

    .tabbtnline ul li {
        display: inline-block;
        margin: 0px 12px;
        padding: 5px 0px;
        font-size: 16px;
        color: #000;
        font-weight: 500;
    }

        .tabbtnline ul li:hover {
            color: #b74c48;
        }

        .tabbtnline ul li a.active {
            color: #b74c48;
            text-decoration: underline;
            font-weight: 500;
            text-underline-offset: 8px;
        }

.royal-heading {
    margin-bottom: 50px;
    text-align: center;
}

    .royal-heading h2 {
        font-size: 24px;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 0px;
        letter-spacing: 1px;
        line-height: 32px;
        color: #000;
    }



.royal-reward-content h3 {
    font-size: 16px;
    color: #000;
    line-height: 26px;
}

    .royal-reward-content h3 span {
        font-size: 16px;
        color: #b74c48;
        font-weight: 600;
    }

.royal-reward-content p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    letter-spacing: 1.2px;
}

.ul-rewarddata {
    padding: 10px 0px;
    text-align: left;
    margin: 20px 0px;
}

    .ul-rewarddata ul {
        list-style: none;
        padding: 0px 24px;
    }

        .ul-rewarddata ul li {
            list-style-type: disclosure-closed;
            font-size: 16px;
            padding: 5px 5px;
            margin: 0;
            line-height: 26px;
        }

            .ul-rewarddata ul li a {
                font-size: 16px;
                text-transform: uppercase;
                color: #b74c48;
                font-weight: 500;
            }

.royal-gift-content p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    letter-spacing: 1.2px;
}

.royal-gift-content h4 {
    text-align: center;
    font-size: 20px;
    color: #b74c48;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    text-decoration: underline;
    text-underline-offset: 8px;
    margin-bottom: 15px;
}

.royal-gift-imageone {
    width: 100%;
    height: 100%;
}

    .royal-gift-imageone img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.royal-celebrat-page {
    padding: 80px 0px 70px 0px;
}

.celebrat-heading {
    margin: 0px 0px 20px 0px;
    text-align: center;
}

    .celebrat-heading h2 {
        font-size: 26px;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 0px;
        line-height: 40px;
        color: #b74c48;
        text-transform: uppercase;
        letter-spacing: 1.4px;
        text-decoration: underline;
        text-underline-offset: 8px;
    }

.royal-celebrat-content p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    letter-spacing: 1.2px;
    text-align: center;
}

.royal-reward-imageone {
    width: 100%;
    height: 100%;
}

    .royal-reward-imageone img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.mlm-content {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    letter-spacing: 1.2px;
    text-align: left;
}

.tabbtnline {
    background: #fff;
    transition: all 0.3s ease;
}

.fixed-member-header {
    position: fixed;
    top: 53px;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

    .fixed-member-header ul li {
        margin: 0px 12px;
        padding: 5px 0px;
        font-size: 14px;
        color: #000;
        font-weight: 400;
    }

.placeholder {
    display: none;
}

.mid-colorcelebrate {
    background: linear-gradient(359deg, rgb(255 240 240) 0%, rgb(206 150 150) 100%, rgb(255 255 255) 52%);
    opacity: 0.9;
}

.phone-point {
    display: none !important;
}

.phone-toggle-icon {
    display: none !important;
}

.numbearea {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
}

.conterycode {
    width: 30%;
}

.number-input {
    width: 70%;
}

.payment-card-area {
    border: 1px solid #fff;
    border-radius: 5px;
}

.card-payment {
    padding: 15px 2px;
    border-radius: 6px;
    border-bottom: 1px solid #cfcaca;
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: left;
    cursor: pointer;
}

    .card-payment .input-point {
        margin: 0px 4px;
        pointer-events: none;
    }

    .card-payment h3 {
        font-size: 12px;
        color: #000;
        margin-bottom: 2px;
        letter-spacing: 1.2px;
        font-weight: 600;
    }

        .card-payment h3 span {
            font-size: 12px;
            color: #000;
            font-weight: 400;
        }

    .card-payment span {
        font-size: 12px;
        color: #000;
    }

.imgpays {
    display: inline;
    text-align: right;
    margin-left: auto;
}

    .imgpays label {
        cursor: pointer !important;
        margin-left: 3px;
    }

.pic-pay {
    width: 60px;
    height: auto;
    cursor: pointer !important;
}

    .pic-pay img {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

.content-point {
    max-width: 250px;
}

.pr-pl-2 {
    padding: 0px;
}

.filter-phone {
    display: none;
}
/*===================================*/
.icon-tolpic-area {
    display: inline-flex;
    margin: 10px 0px;
    position: relative;
}

    .icon-tolpic-area:hover .tolpic-area-tabel {
        display: block;
    }

    .icon-tolpic-area:hover .iocn-point {
        color: #b47a37;
    }

.iocn-point {
    font-size: 14px;
    color: #b80f0a;
    cursor: pointer;
}



.tolpic-area-tabel {
    width: 220px;
    background-color: #fff;
    margin-left: 5px;
    display: none;
    position: absolute;
    margin-top: 5px;
    z-index: 99;
    top: 20px;
}


    .tolpic-area-tabel thead {
        background-color: #ccc;
    }

    .tolpic-area-tabel th, td {
        font-size: 12px;
        padding: 10px 5px 10px 5px !important;
        font-weight: 500;
    }

.pointer-a {
    display: inline-block !important;
}

.margin-order {
    margin: 50px 0px 80px 0px;
}

.order-return-table table {
    border-radius: 4px;
    border: 1px solid #ccc;
}

.order-return-table thead {
    background-color: #e3e3e3;
}

    .order-return-table thead th {
        font-weight: 500;
        padding: 10px 10px;
        white-space: nowrap;
    }

.order-return-table tbody td {
    padding: 0px 10px !important;
    white-space: nowrap;
}

    .order-return-table tbody td input {
        cursor: pointer;
    }

.order-pic {
    width: 60px;
    height: auto;
}

    .order-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.top-info-order {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}

    .top-info-order p {
        font-size: 14px;
        color: #000;
        font-weight: 600;
    }

        .top-info-order p span {
            font-size: 14px;
            color: #000;
            font-weight: 400;
        }

.btn-area-order {
    position: relative;
    display: inline-block;
    width: 60%;
    display: flex;
    margin: 0px auto;
    cursor: pointer;
}

.upload-btn-order i {
    border-radius: 4px;
    width: 100%;
    height: 40px;
    background-color: #fff;
    color: #b80f0a;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 1px solid #b80f0a;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.upload-btn-order label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.upload-btn-order i:hover {
    background-color: #b80f0a;
    color: #fff;
    border: 1px solid #b80f0a;
}

.upload-btn-order input[type="file"] {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.imge-upload-order,
#videoPreviewContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px auto;
    justify-content: center;
}


    .imge-upload-order img {
        width: 30%;
        height: 100px;
        object-fit: cover;
        border: 1px solid #ccc;
        border-radius: 4px;
    }


    #videoPreviewContainer video {
        width: 30%;
        height: 100px;
        object-fit: cover;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.border-col-order {
    border: 1px dashed #ccc;
    border-radius: 4px;
    padding-bottom: 12px;
    margin: 0px 15px;
}
/*====================29-07-2025======================*/
.teamfull-page {
    padding: 0px 0px 30px 0px;
}

.team-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px 15px;
    border-radius: 6px;
    height: 100%;
    border-left: 3px solid #b74c48;
    position: relative;
}


.teamheading h2 {
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    padding-bottom: 12px;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}



.name-areapost {
    text-align: center;
    margin-bottom: 15px;
}

    .name-areapost h2 {
        font-size: 20px;
        color: #000;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .name-areapost p {
        font-size: 16px;
        color: #b74c48;
        margin-bottom: 0px;
        line-height: 24px;
    }

.hidearea ul li {
    font-size: 14px;
    color: #000;
}

.hidearea ul {
    padding-left: 25px;
    margin-bottom: 20px;
}

.team-content p {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}

.teamread {
    font-size: 14px;
    color: #ff0000;
    float: right;
    margin-bottom: 10px;
}

    .teamread:hover {
        font-size: 14px;
        color: #b74c48;
    }

/*====================30-07-2025=========================*/

.newvauch-container {
    width: 100%;
    border-radius: 8px;
    padding: 25px 0px;
    background: linear-gradient(0deg, #712926 0%, #ae5a56 51%, #df8787 100%);
    position: relative;
    overflow: hidden;
    margin: auto;
}

.newvauch-shape-left {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 100px;
    height: 100%;
    bottom: 0px;
}

.newvauch-shape-bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.newvauch-shape-top-right-rotated {
    position: absolute;
    top: -10px;
    right: 0px;
    transform: rotate(224deg);
}


.newvauch-content {
    text-align: center;
    position: relative;
}

.newvauch-logo-wrapper {
    width: 180px;
    height: auto;
    margin: auto;
}

.newvauch-logo {
    width: 100%;
    height: 100%;
}

.newvauch-title h2 {
    font-size: 32px;
    margin: 0px;
    color: #ffd63d;
    font-style: italic;
    margin-top: 20px;
}

.newvauch-details {
    margin-top: 10px;
    text-align: center;
}

    .newvauch-details h3 {
        font-weight: 500;
        font-size: 20px;
        color: #fff;
        margin: 0px;
    }

    .newvauch-details p {
        font-size: 24px;
        color: #fff;
        font-weight: 800;
        margin-top: 10px;
        margin-bottom: 0px;
        text-align: center;
    }

.newvauch-email {
    margin-top: 20px;
    margin-bottom: 3px;
    text-align: right;
}

    .newvauch-email a {
        font-size: 14px;
        color: #face30;
        font-weight: 400;
        text-decoration: none;
    }


/*============== 7-08-2025 ==================*/
.flip-card {
    perspective: 1000px;
    width: 100%;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

    .flip-card:hover {
        z-index: 10;
    }

.flip-card-inner {
    position: relative;
    width: 100%;
    transition: transform 0.8s ease-in-out;
    transform-style: preserve-3d;
    will-change: transform;
    min-height: 100%;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.flip-card-front {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.flip-card-back {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
    z-index: 1;
}

.content-bakcard {
    padding: 10px 20px;
}

    .content-bakcard h2 {
        text-align: center;
        color: #ffd63d;
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: 500;
        font-style: italic;
        letter-spacing: 2.5px;
        text-decoration: underline;
        text-underline-offset: 8px;
        text-decoration-thickness: 2px;
    }

    .content-bakcard p {
        text-align: left;
        color: #fff;
        font-size: 15px;
    }


/*=====================sparkle-css=========================*/
.giftfullpage {
    margin-bottom: 80px;
}

.area-voucher {
    margin-bottom: 20px;
    position: sticky;
    top: 80px;
}

.sparkle-heding {
    text-align: center;
    padding: 60px 0px;
}

    .sparkle-heding h2 {
        font-size: 30px;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 0px;
        letter-spacing: 1px;
        line-height: 44px;
        color: #000;
        text-decoration: underline;
        text-underline-offset: 9px;
        text-decoration-thickness: 2px;
    }

        .sparkle-heding h2 span {
            color: #b74c48;
        }

.sparkle-content {
    text-align: center;
    margin-bottom: 60px;
}

    .sparkle-content h2 {
        font-size: 20px;
        color: #000;
    }

    .sparkle-content p {
        font-size: 15px;
        color: #000;
        margin-bottom: 0px;
    }

.iconsparkle {
    width: 100%;
    height: auto;
    margin: auto;
}

    .iconsparkle img {
        width: 100%;
        height: 100%;
    }

.sparkle-maincontent h3 {
    font-size: 24px;
    color: #b74c48;
    margin-bottom: 10px;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}

.sparkle-maincontent ul {
    padding-left: 28px;
}

    .sparkle-maincontent ul li {
        font-size: 16px;
        margin-bottom: 5px;
    }

        .sparkle-maincontent ul li strong {
            font-size: 16px;
            color: #000;
            font-weight: 500;
        }

.rowmarging {
    margin-bottom: 80px;
}

.normal-linespark p {
    text-align: center;
    font-size: 15px;
    color: #000;
}

    .normal-linespark p strong {
        text-align: center;
        font-size: 15px;
        color: #b74c48;
    }
/* ====================08-08-2025*===========*/
.pay-rectpage {
    background: #fff;
    margin: 40px 0px;
}

.card-arapayent {
    background-color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.paymentheding {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

    .paymentheding h2 {
        font-size: 24px;
        color: green;
        font-weight: 500;
        margin: 0px;
    }

.payment-icon {
    background-color: green;
    width: 50px;
    height: 50px;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .payment-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.payment-content p {
    font-size: 15px;
    margin: 0px;
}

.payment-content table td {
    border: 0;
    font-size: 15px;
    padding: 3px 5px 3px 5px !important;
}

.payment-content table .label {
    font-size: 15px;
    font-weight: 600;
}

.payment-content table .amouts {
    float: right;
}

.btns-payments {
    margin: auto;
}

.btn-down {
    padding: 10px 10px;
    font-size: 14px;
    color: #fff !important;
    background-color: green;
    cursor: pointer;
    border: 1px solid;
    border-radius: 8px;
}

.btn-back {
    color: red !important;
    font-size: 14px;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    transition: all 0.3s ease;
    transform: translateY(0);
}

    .btn-back:hover {
        color: #000;
        transform: translateY(-3px);
    }



.linetermscon {
    padding-top: 10px;
    display: flex;
    align-items: center;
}

    .linetermscon label {
        color: #000;
        font-size: 13px;
        margin-left: 10px;
        margin-bottom: 0px;
    }

    .linetermscon input {
        cursor: pointer;
    }

    .linetermscon a {
        color: #b74c48 !important;
        cursor: pointer !important;
    }

.gift-cardarea {
    padding: 0px 0px !important;
    margin: 0px !important;
}

.singel-linespop {
    margin: 0px 0px !important;
}

    .singel-linespop h2 {
        margin-bottom: 10px !important;
    }

.singel-linespop {
    max-height: 400px;
    overflow: auto;
}

.popupcontnet {
    margin: 20px 0px;
}

    .popupcontnet h3 {
        font-size: 16px;
    }

.extraperacard {
    margin: 15px 0px 10px 0px;
}

    .extraperacard h4 {
        font-size: 15px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 7px;
    }

    .extraperacard p {
        font-size: 13px;
        color: #fff;
        margin-bottom: 0px;
    }

.cardul-li ul {
    text-align: left;
}

    .cardul-li ul li {
        color: #fff !important;
        line-height: 28px !important;
    }

        .cardul-li ul li::before {
            color: #fff !important;
        }

.content-bakcard a {
    color: #ffd63d;
}

.gifttd p,
.gifttd2 p {
    margin-bottom: 3px;
}


/*============= Checkout page area code===============*/
/*=================================*/
.accordionchek {
    max-width: 100%;
    margin: auto;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.accordionchek-item {
    background: #fff;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.seconditemaccord {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom: 0px;
}

.accordionchek-label {
    padding: 15px 20px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

    .accordionchek-label::after {
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 18px;
        transition: 0.3s;
    }

.accordionchek-checkbox:checked + .accordionchek-label::after {
    content: '-';
    font-size: 36px;
    top: 0;
}

.accordionchek-content {
    max-height: 0;
    overflow: auto;
    transition: max-height 0.4s ease;
    background: #fafafa;
    padding: 0 0px;
}

.accordionchek-checkbox:checked ~ .accordionchek-content {
    max-height: 300px;
    min-height: 0px;
    padding: 15px 0px;
}

.accordionchek-checkbox {
    display: none;
}

.area-flexcolums {
    background-color: #ededed;
}

.areatabsection {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.area-flexcolums .nav-link {
    padding: 0px;
}

    .area-flexcolums .nav-link.active, .nav-pills .show > .nav-link {
        background-color: #ffff !important;
        padding: 0px;
    }

.underpay {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pic-pay-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.areatabsection .tab-content {
    padding: 0px 10px;
    height: 100%;
}

.paycardh {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px 10px 0px;
    margin-right: 10px;
}

    .paycardh h4 {
        font-size: 18px;
        margin-bottom: 0;
    }

.pic-pay-name h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.aplyreaword {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 10px
}



.areacardpayment {
    max-height: 160px;
    overflow: auto;
    scrollbar-width: none;
}

    .areacardpayment .pic-pay {
        width: 30px;
    }

.sticky-billing {
    position: sticky;
    top: 60px;
}

.o-small {
    font-size: 13px;
}

.areatabelcupan {
    max-width: 100%;
    margin: 20px auto;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.paddleft {
    padding-left: 0px;
}

.paddright {
    padding-right: 0px;
}

.btnreitem {
    background-color: #ffffff;
    color: #000000;
    border-radius: 0;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #000000;
    cursor: pointer;
    outline: 0px;
}

    .btnreitem:hover {
        background-color: #b74c48;
        border: 1px solid #b74c48;
        color: #ffffff;
    }

.sale-solout {
    position: absolute;
    top: 0px;
    left: 0px;
}

    .sale-solout span {
        background-color: #b74c48;
        color: #fff;
        padding: 2px 7px;
        font-size: 12px;
    }

        .sale-solout span i {
            color: #fff;
        }

.sale-solout-index {
    position: absolute;
    top: 24px;
    left: 16px;
}

    .sale-solout-index span {
        background-color: #b74c48;
        color: #fff;
        padding: 2px 7px;
        font-size: 12px;
    }

        .sale-solout-index span i {
            color: #fff;
        }

.sale-order span {
    background-color: #b74c48;
    color: #fff;
    padding: 2px 7px;
    font-size: 12px;
    margin-right: 4px;
}

    .sale-order span i {
        color: #fff;
    }

.soldout {
    min-height: 30px;
}

    .soldout span {
        font-size: 12px;
        margin-bottom: 0 !important;
    }

.areaprice {
    display: flex;
    align-items: center;
    min-height: 40px;
}

    .areaprice h5 {
        margin: 0px;
    }

.oldprice span {
    font-size: 14px;
    text-decoration: line-through;
}

.oldpricecart {
    text-align: right;
}

    .oldpricecart span {
        font-size: 15px;
        text-decoration: line-through;
    }

/*=============08-09-2025===============*/
.areaheade-owner {
    text-align: center;
    margin-bottom: 50px;
}

    .areaheade-owner h3 {
        font-size: 30px;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 0px;
        letter-spacing: 1px;
        line-height: 40px;
        color: #000;
    }

    .areaheade-owner h4 {
        font-size: 18px;
        line-height: 30px;
        color: #000;
    }

.ownerimage {
    width: 100%;
    height: auto;
}

    .ownerimage img {
        width: 100%;
        height: 100%;
    }

.area-contentowner p {
    font-size: 18px;
    margin: 0;
    line-height: 30px;
}

.area-contentowner h3 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    text-decoration: underline;
    text-underline-offset: 6px;
    margin-bottom: 13px;
}

.area-contentowner h4 {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 2.5px;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.owner-down {
    padding: 20px 0px;
}

    .owner-down h4 {
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
        color: #000;
        line-height: 30px;
    }

    .owner-down p {
        font-size: 16px;
        margin: 6px 0px;
        line-height: 24px;
    }

.section-ownerdetail {
    margin: 60px 0px 40px 0px;
}

.cart-img a img {
    width: 19px;
    margin-bottom: 8px;
}

.nameowner {
    margin-top: 12px;
    text-align: center;
}

    .nameowner h3 {
        font-size: 22px;
        font-weight: 600;
        font-style: italic;
    }

.pointer-massage p {
    margin-bottom: 6px;
    line-height: 20px;
    color: #b80f0a;
}

.pointer-massage h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}

/*============= team css end===============*/
/*exhibitoin*/
.pageevents {
    padding: 50px 0px 70px 0px;
}

.events-card {
    background-color: #fffafa;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 1px 1px 8px;
    padding: 0px;
    margin-bottom: 30px;
}

.detailsall {
    padding: 10px;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

    .detailsall h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
        color: #b74c48;
        text-align:left;
    }

    .detailsall h3 {
        font-size: 18px;
        background-color: #e5e5e5a8;
        padding: 26px 20px;
        margin-bottom: 0px;
        text-align: left;
    }

.images-ebvent {
    width: 100%;
    height: auto;
}

    .images-ebvent img {
        width: 100%;
        height: 100%;
    }

.timearea {
    display: inline-flex;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
    background: linear-gradient(0deg, #ffffff 0%, #f1c1d5 51%, #ffffff 100%);
}

    .timearea div {
        margin: auto;
    }

    .timearea h4 {
        font-size: 27px;
        line-height: 30px;
        margin-bottom: 5px;
        color: #6a0000;
    }
        .timearea h4 span {
            font-size: 19px;
            line-height: 30px;
            margin-bottom: 10px;
            color: #000;
        }


    .timearea p {
        font-size: 26px;
        color: #000;
        margin-bottom: 0px;
        line-height:32px;
    }

.pe-0 {
    padding-right: 0px;
}
/*fleing*/
.fleing {
    text-align:center;
}
.datttt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.flexexib {
    display: inline-flex;
    gap: 20px;
}
/* testimonial */
.tesmoniinhome {
    padding: 20px 0px 150px 0px;
}

.all-viewbtn {
    padding: 2px 8px;
    background-color: #fff;
    color: #b7100a;
    border-bottom: 1px solid #b7100a;
    margin-bottom: 10px;
    font-size: 16px;
}

    .all-viewbtn:hover {
        background-color: #b7100a;
        color: #fff;
    }

.card-home-test {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    text-align: center;
    border-radius: 2px;
    background-color: #fff;
    padding: 20px;
    width: 98%;
    margin: 10px auto;
    min-height: 281px;
    max-height: 100%;
}

    .card-home-test p {
        font-size: 16px;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .card-home-test h3 {
        font-size: 22px;
        color: #000;
        margin-top: 0px;
        text-transform: capitalize;
    }

    .card-home-test img {
        height: 8px !important;
        width: auto !important;
        margin-bottom: 15px;
        display: inline-block;
    }

.testslider .testm-left,
.testslider .testm-right {
    border: 0px;
}

    .testslider .testm-left span,
    .testslider .testm-right span {
        font-size: 20px;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border: 1px solid #b7100a;
        cursor: pointer;
        color: #b7100a;
        text-align: center;
    }

        .testslider .testm-left span:hover,
        .testslider .testm-right span:hover {
            color: #fff;
            background-color: #b7100a;
            border: 1px solid #b7100a;
        }

.testslider .slick-next,
.testslider .slick-prev {
    position: absolute;
    top: 95% !important;
    margin-top: 40px;
}

.testslider .slick-prev {
    left: 46.8%;
}

.testslider .slick-next {
    right: 46.5%;
}


/* testimo raiting */
.ratingtesmoi {
    user-select: none;
    margin: 15px 0px;
}

    .ratingtesmoi i {
        font-size: 17px;
        margin-right: 3px;
        color: #b8b4b4;
    }

    .ratingtesmoi .fa-star.checked {
        color: #b7100a;
    }

/* Layout Css */
.joinmodal img {
    width: 100%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    height: 100%;
}

.joinmodalcont {
    border-radius: 10px;
    border: 0px;
}

.joinmodal {
    text-align: center;
    padding: 0;
    border-radius: 10px;
    border: 0px;
    background: radial-gradient(circle at center, #ec0275 0%, #c50549d9 40%, #c7054c 70%, #9f0340 100%);
    font-family: 'Futura';
    width: 100%;
    margin: auto;
    position: relative;
}

.sidecont {
    padding: 10px 20px 30px 0px;
    max-height: 360px;
    overflow: auto;
    min-height: 0px;
}

    .sidecont::-webkit-scrollbar-thumb {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

.close {
    margin-top: 5px;
    color: #fff;
    font-size: 28px;
    background-color: transparent;
    margin-right: 13px;
    opacity: 1;
    padding-top: 20px;
}


    .close:hover {
        color: #fff !important;
    }

.joinmodal h2 {
    text-align: center;
    color: #ffd63d;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
    margin-bottom: 15px;
    padding-top: 20px;
}

.joinmodal p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.perasmalll {
    font-size: 22px !important;
    color: #fff;
    font-style: italic;
    margin-bottom: 25px;
}

    .perasmalll span {
        font-size: 26px !important;
        font-weight: 700;
    }

.centerbtn {
    text-align: center;
    padding: 15px 10px 10px 0px;
}

.joinmodal a {
    color: #59011a ;
    font-size: 16px ;
    transition: color 0.3s ease;
    text-align: center;
    background-color: #fff;
    padding: 12px 13px ;
    border-radius: 20px;
}

    .joinmodal a:hover {
        text-decoration: underline;
        transition: underline 0.3s ease;
        text-underline-offset: 8px;
        text-decoration-thickness: 1px;
        color: #ffffff;
    }
.whafloat a {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    width: 50px;
    height: 50px;
    background-color: #008916;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 25px;
}
.pexl-0 {
    padding: 0px;
}
/*page about use css 13-02-2026*/

.about-page {
    padding: 0px 0px 60px 0px;
}

.padd-tb-2 {
    padding: 40px 0px;
}


.customerspic {
    width: auto;
    height: 100%;
    padding-bottom: 20px;
}

    .customerspic img {
        width: 100%;
        height: 100%;
    }

.maincontentabout {
    padding: 10px 16px;
}

    .maincontentabout p {
        font-size: 16px;
        margin: 0;
        line-height: 30px;
    }

    .maincontentabout h3 {
        font-size: 30px;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }



.sustan-content {
    padding: 10px 5px;
}

    .sustan-content p {
        font-size: 14px;
        margin: 0;
        color: #000;
        line-height: 26px;
    }

    .sustan-content h3 {
        font-size: 16px;
        color: #000;
        font-weight: 500;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

.core-values {
    padding: 10px 40px;
}

.core-Products {
    padding: 10px 20px;
}

    .core-Products ul li {
        list-style-type: disclosure-closed;
        font-size: 16px;
        padding: 5px 5px;
        margin: 0;
        line-height: 24px;
    }

        .core-Products ul li strong {
            font-weight: 500;
        }

.sustan-Products ul li {
    list-style-type: disclosure-closed;
    font-size: 14px;
    padding: 5px 5px;
    margin: 0;
    line-height: 24px;
}

    .sustan-Products ul li strong {
        font-weight: 500;
    }

.overview-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sustan-img {
    width: 100%;
    height: 60px;
}

    .sustan-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.choose-img {
    width: auto;
    height: 200px;
}

    .choose-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.top-box {
    width: auto;
    height: 500px;
}

    .top-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


.community-content {
    padding: 30px 10px;
}

    .community-content h3 {
        font-size: 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: underline;
        text-underline-offset: 8px;
        color: #fff;
    }

    .community-content p {
        font-size: 16px;
        color: #fff;
        line-height: 26px;
    }


.customer-centric {
    padding: 10px 20px;
}

    .customer-centric ol li {
        list-style-type: upper-roman;
        font-size: 16px;
        padding: 5px 5px;
        margin: 0;
        line-height: 24px;
    }


.card-product {
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
}

.product-pic {
    width: 100%;
    height: 150px;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
}

    .product-pic img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.product-content {
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 5px 0px;
    padding: 5px 0px;
    scrollbar-width: none;
}

    .product-content h4 {
        font-size: 18px;
        font-weight: 500;
        color: #000;
        margin: 0px;
        text-align: center;
    }

    .product-content p {
        font-size: 14px;
        color: #000;
        margin: 0px;
        line-height: 26px;
        text-align: center;
    }



.our-product-section {
    padding: 50px 0px;
    background-color: #ededed;
}

.bannerrightside {
    padding: 10px;
    background-color: #a89696;
}

    .bannerrightside h2 {
        font-size: 24px;
        font-weight: 500;
        color: #fff;
        margin: 0px;
        text-align: center;
    }

.videoarea {
    width: 100%;
    height: auto;
}

    .videoarea video {
        width: 100%;
        height: 100%;
    }

/* ======= */


.mitioncontent {
    padding: 10px 20px;
}

    .mitioncontent h3 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        /*color: #fff;*/
    }

.product-heading h3 {
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.product-heading p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.mitioncontent p {
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 30px;
}

.core-heading h3 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 10px;
}

.newbanner {
    width: auto;
    height: 300px;
}

    .newbanner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.member-card {
    border-radius: 5px;
    border: 1px solid #c9b5b5;
    padding: 15px 15px;
    display: flex;
    gap: 20px;
    align-items: center;
}

    .member-card:hover {
        transform: translateY(-10px);
    }

.member-detail {
    padding: 0px 5px;
    width: 280px;
}

    .member-detail h2 {
        font-size: 18px;
        color: #000;
        font-weight: 500;
    }

    .member-detail p {
        font-size: 16px;
        color: #000;
        margin-bottom: 5px;
    }

    .member-detail span {
        font-size: 14px;
        color: #000;
    }

.teammember-section {
    padding: 50px 0px;
}

.owner-section {
    margin-top: 20px;
}

.owner-icons {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    margin: 10px 0px;
}

    .owner-icons span i {
        background-color: #000;
        color: #fff;
        border-radius: 50%;
        font-size: 14px;
        height: 30px;
        width: 30px;
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
    }

.owner-content h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.owner-content h3 {
    font-size: 28px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}


.owner-icons span i:hover {
    transform: translateY(-3px);
    background-color: #b74c48;
    color: #fff;
}

.sustan-card {
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.sustanback {
    background-color: #ededed;
}

/*FAQs code marge*/
.faqpage-section {
    margin: 0px 0px 50px 0px;
}

.page-heading {
    padding: 50px 0px;
}

    .page-heading h2 span {
        color: #f10900;
    }

    .page-heading h2 {
        font-size: 30px;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        line-height: 30px;
    }

.accordion-body {
    padding: 10px;
    background-color: #fff;
}

.accordion-button {
    padding: 6px 20px !important;
    border-radius: 3px !important;
    font-size: 16px !important;
    color: #000 !important;
    font-family: 'Futura';
    line-height: 30px;
    background-color: #fff0f0;
    letter-spacing: 1px;
}

.accordion-my-item {
    margin: 13px 0px;
}

.accordion-button:focus {
    box-shadow: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.accordion-button:not(.collapsed) {
    padding: 6px 20px !important;
    border-radius: 3px !important;
    letter-spacing: 1px;
    font-size: 16px !important;
    line-height: 30px;
    color: #000 !important;
    font-family: 'Futura';
    background-color: #fff0f0;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url(./icon/pluesboxsh.png) !important;
        transform: rotate(360deg);
        width: 22px !important;
        height: 22px !important;
        background-size: 22px !important;
    }

.accordion-button::after {
    background-image: url(./icon/minusboxsh.png) !important;
    transform: rotate(360deg);
    width: 22px !important;
    height: 22px !important;
    background-size: 22px !important;
}

.accordion-body p {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    letter-spacing: 1px;
}
  /*blog page css */
.bol-banner-image {
    width: 100%;
    height: auto;
}

    .bol-banner-image img {
        width: 100%;
        height: 100%;
    }

.title-content {
    text-align: center;
    padding: 10px 0px 30px 0px;
}

    .title-content h1 {
        font-size: 30px;
        color: #000;
        font-weight: 500;
        line-height: 40px;
    }

    .title-content p {
        font-size: 18px;
        color: #000;
        line-height: 30px;
    }


/*gift card */

.giftline-p strong {
    text-decoration: underline;
    text-underline-offset: 8px;
}

.image-clebrate-big {
    width: 100%;
    height: 250px;
}

    .image-clebrate-big img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

.small-mlm-pic img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 6px;
}

.small-giftvocher-pic {
    width: 100%;
    height: 450px;
}

    .small-giftvocher-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }


.padd-tb {
    padding-bottom: 50px;
}

.blog-pageheding {
    text-align: center;
    padding: 50px 0px 40px 0px;
}

    .blog-pageheding h1 {
        font-size: 30px;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 0px;
    }

        .blog-pageheding h1 span {
            color: #b74c48;
        }



.col-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-blogcontent {
    text-align: center;
}

.blog-card {
    border-radius: 5px;
    padding: 10px;
    height: 100%;
}

.card-blogimage {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .card-blogimage img {
        width: 100%;
        height: 100%;
        transition: transform 2s cubic-bezier(.25, .46, .45, .94);
    }

        .card-blogimage img:hover {
            transform: scale(1.2);
        }


.content-blogcard {
    padding: 10px 0px;
}

    .content-blogcard h2 {
        font-size: 16px;
        color: #000;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 1px;
        padding: 5px 0px 0px 0px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .content-blogcard h2:hover {
            color: #b74c48;
        }

    .content-blogcard p {
        font-size: 14px;
        color: #000;
        font-weight: 300;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .content-blogcard span {
        color: #221a1a;
        font-size: 14px;
    }

.btn-read-more a {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 5px;
    font-size: 12px;
    color: #000;
}

    .btn-read-more a:hover {
        color: #b74c48;
        transform: translateX(20px);
        transition: transform 0.3s ease-in-out;
    }
/* ============= */
/* Responsive*/
/*=================================*/
@media (max-width: 1200px) {
    header .sticky.fixed-header nav li {
        margin: 0px 2px !important;
        padding: 10px 0;
    }

    .alignaliment {
        align-items: center;
    }

    header.sticky.fixed-header nav li a {
        font-size: 12px !important;
    }

    .header-bottom nav li {
        margin: 0 4px;
        padding: 10px 0;
    }

    .fixed-header .header-bottom nav li {
        margin: 0 3px !important;
        padding: 10px 0px !important;
    }

    .header-bottom nav li a {
        font-size: 12px !important;
    }

    .royal-memberitem {
        width: 200px !important;
    }
}

@media (max-width: 1094px) {
    .alignaliment {
        align-items: start;
    }

    .conterycode {
        width: 40%;
    }

    ul.navication.accordion-menu {
        display: grid !important;
    }

    .web-point {
        display: none !important;
    }

    .phone-point {
        display: block !important;
    }

    .header-bottom nav li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .submenuItems li a {
        display: block !important;
    }

    nav li:hover ul.submenuItems {
        display: none !important;
    }

    .header-bottom nav ul .submenuItems {
        display: none !important;
    }

        .header-bottom nav ul .submenuItems.open {
            display: block !important;
        }

    ul.submenuItems {
        position: inherit;
        top: unset;
        margin-bottom: 3px;
        padding: 2px;
        width: 100%;
        overflow: auto;
        border: 1px solid #e6e6e6;
    }

    .phone-toggle-icon {
        display: inline-flex !important;
    }



    .header-bottom nav li:hover .anker-phone {
        color: #b80f0a;
    }

    div .banner-caption {
        width: 50%;
    }

    .menu-right li i {
        font-size: 16px;
    }

    .logo {
        max-width: 295px;
        margin: 0 0 0 30px;
    }

    ul .submenuItems .menu1 {
        width: 90%;
        float: left;
    }

    .fixed-member-header {
        position: fixed;
        top: 52px;
    }

    .royal-memberitem {
        width: 100% !important;
    }

    .royalmember-menu {
        width: 90% !important;
        float: left;
    }


    .header-top {
        padding-bottom: 5px;
    }

    li.search-li {
        position: absolute;
        left: 15px;
        right: 15px;
        top: 75px;
        margin: 26px 0 0 0 !important;
    }

    .fixed-header .header-bottom {
        position: fixed;
        padding: 0px 0 10px 0;
    }

        .fixed-header .header-bottom .short-logo {
            margin-left: 40px;
        }

    header.sticky.fixed-header .menuicon {
        top: 6px;
    }

    .header-bottom .short-logo {
        display: none;
    }

    .short-logo {
        height: 40px;
    }

    .header-bottom .menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .menuicon, .closebtn {
        display: block;
    }

    .menuicon {
        font-size: 28px;
        cursor: pointer;
        position: absolute;
        top: 37px;
        left: 10px;
    }

    .top-right {
        margin: auto;
        margin-right: 0;
    }

    .header-bottom {
        margin-bottom: 50px !important;
    }

    .phone-sidebar .closebtn {
        font-size: 20px;
        color: #000;
        cursor: pointer;
        right: 5px;
        top: 3px;
        position: absolute;
        z-index: 999;
    }

    .sidemenu .closebtn {
        text-align: right;
    }

    .sidemenu.open {
        display: block;
    }

    .sidemenu {
        display: none;
        width: 45%;
        border-top: none;
        height: 100vh;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        overflow: auto;
        margin-top: 0px;
    }

    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .navication {
        display: grid;
    }

    ul.submenuItems {
        position: inherit;
        top: unset;
        margin-bottom: 3px;
        padding: 2px;
        width: 100%;
        overflow: auto;
        border: 1px solid #e6e6e6;
    }

    .header-bottom nav li {
        margin: 0 8px;
        padding: 10px 0;
    }

    .submenuItems .menu1 li li a {
        line-height: 18px;
    }

    .search-li {
        margin-bottom: 10px !important;
    }

    .menu-right li {
        margin: 0px 8px;
    }

    .serch-bar .form-control {
        width: 100% !important;
        border-bottom: 1px solid #ccc;
    }
}

@media (max-width: 991px) {
    .area-contentowner p {
        font-size: 17px !important;
        line-height: 26px !important;
    }
    .testslider .slick-next,
    .testslider .slick-prev {
        position: absolute;
        top: 95% !important;
        margin-top: 40px;
    }

    .testslider .slick-prev {
        left: 40.8%;
    }

    .testslider .slick-next {
        right: 40.8%;
    }
    .appuser .sidemenu {
        height: 100%;
    }

    .appuser .top-bar {
        display: none;
    }

    .appuser footer {
        display: none;
    }

    .appuser .footer-bg {
        display: none;
    }

    .appuser .menuicon {
        top: 7px;
    }

    .appuser li.search-li {
        top: 40px;
    }

    .areaheade-owner h3 {
        font-size: 26px;
    }

    .footer-area .footer-heading {
        margin: 0 0 8px 0;
        text-decoration: underline;
        color: #b74c48;
        text-underline-offset: 6px;
        text-decoration-thickness: 1px;
    }

    .footer-center {
        text-align: left;
        padding: 0 0 40px 8px;
    }

        .footer-center img {
            width: 240px;
        }



    .footer-area .footer-heading.nwes-letterhead {
        text-decoration: none;
        line-height: 20px;
    }

    .usp .col-side:nth-child(4) {
        border-right: 0px solid #d9d9d9;
    }

    .usp .col-side:last-child {
        border-right: 0px solid #d9d9d9;
    }


    .padd-le-ri {
        padding: 0px;
    }

    .refund-pageheading {
        margin-top: 60px;
    }

    button.slick-prev.slick-arrow {
        top: 40%;
    }

    button.slick-next.pull-right.slick-arrow {
        top: 40% !important;
    }

    button.slick-prev.pull-left.slick-arrow {
        top: 40% !important;
    }

    div.banner-caption {
        width: 60%;
    }

    .marginrefund {
        margin: 50px 0px 50px 0px;
    }

    .mlm-refund {
        padding: 50px 0px 0px 0px;
    }

    .mlm-refund-gift {
        padding: 20px 0px 0px 0px;
    }

    .image-mlm-pic-big {
        width: 100%;
        height: 263px;
        position: relative;
    }

        .image-mlm-pic-big img {
            width: 100%;
            height: 100%;
            position: relative;
        }

    .mlborder {
        border: 0px !important;
        margin: 50px 0px 30px 0px !important;
    }

    .image-mlm-pic-big img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

    .small-mlm-pic {
        width: 90%;
        height: 260px;
        position: absolute;
        top: 17%;
        left: 5%;
        right: 5%;
    }

        .small-mlm-pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 6px;
        }

    .pl-0point {
        padding-left: 15px;
    }

    .my-widhbtn {
        padding: 10px 5px;
    }

    .wishlisht-heading h4 {
        max-width: 90%;
    }

    .royal-reward-imageone {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }

    .foter-lstline {
        text-align: center;
        margin-right: 0px;
    }

    .sp-c {
        letter-spacing: 1px;
        right: 10px;
        left: 10px;
    }

    .overview-img {
        width: 100%;
        height: 400px !important;
        margin: 15px 0px;
    }

    .corevalue-img {
        width: 100%;
        height: 400px !important;
        margin: 15px 0px;
    }
   

        .corevalue-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    .padd-tb {
        padding: 30px 0px !important;
    }

    .special-moment .heading {
        width: 100%;
        margin: 0 0 0 0px;
    }

    .foter-lastdirstline {
        text-align: center;
    }
    .images-ebvent {
        width: 100%;
        height: 100%;
    }
  
}

@media (max-width: 768px) {
    .areaheade-owner h3 {
        font-size: 24px;
    }
    .teamfull-page {
        padding: 0px 0px 60px 0px;
    }
    .appuser li.search-li {
        top: 44px;
    }

    .cart-img a img {
        margin-bottom: 10px;
    }

    .banner {
        margin-bottom: 1px;
    }

    .area-contentowner {
        margin-top: 20px;
    }

        .area-contentowner p {
            font-size: 16px !important;
            line-height: 24px !important;
        }

    .content-bakcard h2 {
        font-size: 24px;
    }

    .content-bakcard p {
        font-size: 13px;
    }


    .special-moment .special-col-3, .special-col-9 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .usp .col-side:nth-child(2) {
        border-right: 0px solid #d9d9d9;
    }

    .usp .col-side:nth-child(4) {
        border-right: 0px solid #d9d9d9;
    }

    .sp-box-col .row .col-md-12:nth-child(1) {
        padding: 0;
        padding-right: 7px;
    }

    .sp-box-col .row .col-md-12:nth-child(2) {
        padding: 0;
        padding-left: 7px;
    }

    .sp-box-col .row .col-md-12 .sp-box {
        height: 100%;
    }

    .product-box h4 {
        font-size: 13px;
    }

    .product-box h5 {
        font-size: 14px
    }



    .pr-pl-collect {
        padding: 5px;
    }

    .conterycode {
        width: 50%;
    }


    .filter-phone {
        display: block;
    }

    .filter-phone-btn {
        position: fixed;
        bottom: 10px;
        right: 10px;
        cursor: pointer;
        z-index: 999;
    }

        .filter-phone-btn button {
            background-color: #fff;
            border-radius: 8px;
            padding: 5px 5px;
            color: #000;
            text-align: center;
            border: 1px solid #ccc;
            width: 100%;
            font-size: 18px;
            outline: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #b74c48;
            cursor: pointer;
        }


            .filter-phone-btn button svg {
                width: 20px;
                height: auto;
                cursor: pointer;
            }

    .filter-phone-close {
        text-align: end;
    }

        .filter-phone-close button {
            border: none;
            cursor: pointer;
        }

    .accordion2 {
        display: none;
    }

    .filter-bar.filterlists {
        position: relative;
        top: 0px;
    }

    .accordion2.open {
        position: fixed;
        max-height: 100% !important;
        position: fixed;
        display: block;
        width: 70%;
        border-top: none;
        height: 100%;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 999;
        overflow: auto;
        z-index: 99;
        padding: 10px 15px;
    }

    .product-list .phone-filter {
        padding: 0px 0;
    }

    .padding-section {
        padding: 50px 0px 10px 0px;
    }

    .royal-heading {
        margin-bottom: 60px;
    }

    .royal-benefits-content h2 {
        font-size: 18px;
    }

        .royal-benefits-content h2 span {
            font-size: 20px;
        }


    button.slick-next.pull-right.slick-arrow {
        top: 46% !important;
    }

    button.slick-prev.pull-left.slick-arrow {
        top: 46% !important;
    }

    .footer-center {
        text-align: left;
        padding: 0 0 40px 0px;
    }

    .left-tophead {
        text-align: center !important;
    }

    .col-sm-12.right-tophead {
        display: none;
    }

    /*=================header end=================*/
    .set-3image {
        width: 100%;
        padding-right: 5px;
        height: 100%;
    }

        .set-3image img {
            width: 100%;
            height: 99%;
        }

    .product-hover .product-box {
        margin: 0 0 0px 0;
    }


    .navication {
        display: grid;
    }

    div.banner-caption {
        display: none;
    }
    .caption2 {
        display:block !important;
    }
    .testmoniless-row {
        column-count: 1 !important;
    }

    .price-wishlist {
        margin: 10px 0px 0px 0px;
        text-align: right;
    }

    .wishlisht-heading h4 {
        max-width: 95%;
    }

    .my-widhbtn {
        font-size: 14px;
    }

    .sp-box {
        margin: 0 0 14px 0;
        position: relative;
        height: auto;
        width: 100%;
    }

    .wish-list-stone {
        display: block;
    }

    .sp-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .special-moment .heading {
        margin: 0 0px 20px 10px;
    }

    .sp-c {
        letter-spacing: 1px;
        right: auto;
        left: 10px;
    }

    .contact-picarea {
        width: 100%;
        height: 210px !important;
        user-select: none;
    }

        .contact-picarea img {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
        }


    .pr-pd-pl-pt {
        padding: 0px;
    }

    .pr-pl {
        padding-right: 0px;
        padding-left: 0px;
    }

    .pr-pl-2 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .empty-text h3 {
        font-size: 20px;
    }

    .store-caption {
        padding: 2px 10px;
        background-color: rgb(0 0 0 / 32%);
    }

        .store-caption h4 {
            font-size: 20px;
        }

        .store-caption a {
            padding: 6px 35px;
            font-size: 12px;
        }


    .store-caption {
        background-color: rgb(0 0 0 / 32%);
    }

        .store-caption h4 {
            margin: 0 0 2px 0;
            font-size: 14px;
        }

        .store-caption p {
            margin: 0 0 4px 0;
            font-size: 12px;
        }

    .shopby-collection, .product {
        padding: 40px 0px 20px 0;
    }

    .special-moment {
        padding: 0 0px 60px;
    }


    .to-box {
        padding-bottom: 30px;
    }

    .usp {
        padding: 10px 0 50px 0;
    }

    .heading {
        font-size: 22px;
        margin-bottom: 20px;
    }

    a.homeicon {
        margin: 0 6px 0 0;
    }

    .number-input {
        width: 70%;
    }

    .conterycode {
        width: 50%;
    }

    .final-score-wrapper {
        width: 90px;
        height: 90px;
        line-height: 85px;
    }

    .re-score p.final-score {
        font-size: 19px;
        word-break: break-all;
    }

    .royal-benefits-content p {
        font-size: 14px;
    }

    .sidemenu {
        display: none;
        width: 60%;
    }

    .wishlisht-heading h4 {
        -webkit-line-clamp: 2;
        max-width: 95%;
        line-height: 1.5;
    }

    .store-item .image-store img {
        object-fit: contain;
    }


    .phone-search {
        display: block !important;
    }

    .web-search {
        display: none !important;
    }

    .student-profile .card p {
        font-size: 14px;
    }

    .menu-right li {
        margin: 0px 6px;
    }

    .mid-tophead {
        text-align: center !important;
        display: none !important;
    }

    .right-tophead {
        text-align: center !important;
    }

    .whish-endbtns-dflex {
        display: block;
        text-align: right;
    }

    .btn-bot-mar {
        margin: 5px 0px 0px 0px;
    }

    .referral span small {
        padding: 3px;
    }

    .tab-circel::after {
        display: none !important;
    }

    .joinmodal img {
        display: none;
    }
    .images-ebvent {
        width: 100%;
        height: 100%;
    }
    .detailsall h2 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 2px;
    }
    .detailsall h3 {
        font-size: 13px;
        padding: 7px;
    }
    .timearea h4 {
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 20px;
    }
    .timearea h4 span {
        font-size: 16px;
    }
    .timearea p {
        font-size: 22px;
    }

    .timearea {
        padding: 15px;
    }
   
    }

@media (max-width: 575px) {

    .testslider .slick-prev {
        left: 34%;
    }

    .testslider .slick-next {
        right: 34%;
    }
    .pexl-0 {
        padding: 0px 15px;
    }
    .detailsall {
        padding: 7px;
    }
    .pe-0 {
        padding-right: 15px;
    }
    .cart-img a img {
        width: 20px;
        margin-bottom: 4px;
    }
    .contact-side-area {
        padding: 20px 0px;
    }
    .pr-pl-2 {
        margin: 0px 0px;
    }

    .fixed-header .cart-img a img {
        margin-bottom: 6px !important;
    }
    /*31-07-2025*/
    .content-bakcard h2 {
        font-size: 20px;
    }

    .footer-bg {
        height: 100%;
    }

    .content-bakcard p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .content-bakcard {
        padding: 0px 20px;
    }

    .sparkle-heding {
        padding: 40px 0px;
    }

        .sparkle-heding h2 {
            font-size: 20px;
            text-decoration-thickness: 1px;
        }

    .iconsparkle {
        width: 100px;
        height: auto;
        margin: 10px auto;
    }
    /*30-07-2025*/
    .newvauch-logo-wrapper {
        width: 135px;
    }

    .newvauch-title h2 {
        font-size: 24px;
    }

    .newvauch-shape-left {
        left: 0px;
        width: 70px;
    }

    .newvauch-shape-bottom-right {
        width: 70px;
    }

    .newvauch-shape-top-right-rotated {
        width: 70px;
    }

    /*30-07-2025*/
    .footer-area .col-lg-4.col-sm-6 {
        margin-bottom: 20px !important;
    }

    .accordion2.open {
        width: 70%;
    }

    .store-caption {
        padding: 10px 10px;
        background-color: rgb(0 0 0 / 32%);
    }

        .store-caption h4 {
            margin: 0 0 10px 0;
            font-size: 20px;
        }

        .store-caption p {
            margin: 0 0 9px 0;
            font-size: 15px;
        }

    .product .product-box a {
        display: block;
        padding: 15px 0px;
    }

    .product-box h4 {
        font-size: 12px;
    }

    .banner2 .item {
        width: 100% !important;
    }

        .banner2 .item img {
            width: 100%;
            height: 100%;
        }

    .set-3image {
        padding-right: 2px;
        padding-left: 2px;
        padding-bottom: 4px;
    }

        .set-3image img {
            width: 100%;
            height: 100%;
        }

    .pr-pl-2 {
        padding-right: 2px;
        padding-left: 2px;
        margin: 1px 0px;
        width: 100%;
        height: 100%;
    }

        .pr-pl-2 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .product-info h1 {
        font-size: 18px;
    }

    .product-info h3 {
        margin: 25px 0 0 0;
        font-size: 20px;
    }

    .sp-box-col .col-6 {
        padding: 0px 7px
    }


    .accordion2.open {
        width: 80%;
    }

    .sp-c {
        font-size: 11px;
    }

    .store-caption {
        right: 10px;
        background-color: rgb(0 0 0 / 47%);
    }

    .sp-c:before {
        height: 1px;
    }

    .product-box h4 {
        font-size: 13px;
        max-height: 50px;
        padding: 2px 0px;
    }

    .usp small {
        margin: 10px 0 0 0;
        letter-spacing: 1px;
        font-size: 12px;
    }

    .usp p {
        margin: 10px 0 5px 0;
        font-size: 14px;
    }

    .banner2 .item {
        width: 100% !important;
        height: 100%;
    }

    .usp {
        padding: 10px 0 10px 0;
        margin: 0 0 20px 0;
    }



    .store-caption h4 {
        font-size: 16px;
    }

    .store-caption p {
        margin: 0 0 10px 0;
        font-size: 14px;
    }

    .store-caption a {
        padding: 4px 35px;
    }

    .results-wrapper {
        display: block;
    }

    .summary-section > h2 {
        font-size: 18px;
    }

    .summary-section {
        width: 100%;
    }

    .results-section {
        padding: 10px;
        width: 100%;
    }

    .refund-pageheading h2 {
        font-size: 24px;
    }

    .refund-content h3 {
        font-size: 16px;
        line-height: 30px;
    }

    .footer-center {
        text-align: center;
    }

    .small-mlm-pic {
        width: 100%;
        height: 260px;
        position: absolute;
        top: -10px;
        left: 0px;
        right: 0px;
    }

    .mlm-refund {
        padding: 10px 0px 0px 0px;
    }

    .referral span {
        padding: 3px;
        font-size: 12px !important;
        text-align: center;
    }

    .fixed-header .header-bottom nav li {
        margin: 0 6px !important;
    }

    .cart-list-stone {
        display: block;
    }


    .whish-btns-dflex {
        display: block;
    }

    .area-cartright {
        display: block;
    }

    .btn-mo-mar {
        margin: 5px 0px;
    }

    .price-wishlist {
        text-align: left;
    }

    .menu-right {
        text-align: center;
    }

        .menu-right .pro-cart-icon {
            text-align: center;
            display: flex;
        }

    .menuicon {
        font-size: 24px;
        top: 40px;
    }

    .appuser .menuicon {
        top: 12px;
    }

    .logo {
        margin: 5px 0 0 24px;
    }

    .footer-area {
        padding: 15px;
    }

    .score-card {
        padding: 2px;
    }

    .student-profile .card {
        margin: 5px 0px;
    }

    .slick-list .product-box {
        max-height: 100% !important;
    }

    .slick-list .new-productpic {
        height: auto;
    }

    .poduct-details {
        margin-bottom: 30px;
    }

    .apply-gift a#Osendotp {
        position: relative;
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }

    #shoeordercod button#paymentbtn {
        padding: 10px 7px;
    }

    input#txtsendmobileotp {
        padding-right: 10px !important;
    }

    .paddleft {
        padding-left: 15px;
    }

    .paddright {
        padding-right: 15px;
    }

    .areatabsection {
        padding-bottom: 10px;
    }
}
/*------small responsive------*/
@media (max-width: 317px) {
    .testslider .slick-prev {
        left: 30%;
    }

    .testslider .slick-next {
        right: 30%;
    }
        .usp .col-side {
        border-right: 0px solid #d9d9d9;
    }

    .content-bakcard h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .content-bakcard p {
        font-size: 11px;
        margin-bottom: 0px;
    }

    .pr-pl-collect {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .sp-box-col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .col-side {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .slick-list .product-box {
        max-height: 100% !important;
    }

    .slick-list .new-productpic {
        height: 100%;
    }

    .product-box {
        height: 100% !important;
    }

    .new-productpic {
        max-height: 100%;
        height: 100%;
    }

    .store-caption {
        left: 10px !important;
        right: 10px !important;
    }

        .store-caption a {
            padding: 4px 30px !important;
            font-size: 12px !important;
        }

        .store-caption p {
            margin: 0 0 4px 0;
            font-size: 12px;
        }

    .number-input {
        width: 50%;
    }

    .conterycode {
        width: 50%;
    }

    .store-caption {
        padding: 10px 5px;
    }

    .logo {
        margin: 10px 0 0 20px;
    }

    .menuicon {
        top: 40px;
    }

    .appuser .menuicon {
        top: 12px;
    }

    .footer-area .footer-heading {
        line-height: 26px;
    }

    .special-moment .heading {
        font-size: 20px;
        line-height: 26px;
    }

    .copyright-area p, .copyright-area .social-media {
        font-size: 10px;
    }

    li.search-li {
        margin: 28px 0 0 0 !important
    }

    .btn {
        padding: 10px 10px;
        font-size: 12px;
    }

    .left-tophead {
        font-size: 10px;
    }

    a.homeicon {
        margin: 0 2px 0 0;
        font-size: 9px;
    }
}


