@font-face {
    font-family: 'Neue Plak three';
    src: url('fonts/NeuePlak-Light.eot');
    src: url('fonts/NeuePlak-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeuePlak-Light.woff2') format('woff2'),
        url('fonts/NeuePlak-Light.woff') format('woff'),
        url('fonts/NeuePlak-Light.ttf') format('truetype'),
        url('fonts/NeuePlak-Light.svg#NeuePlak-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('fonts/NeuePlak-Thin.eot');
    src: url('fonts/NeuePlak-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeuePlak-Thin.woff2') format('woff2'),
        url('fonts/NeuePlak-Thin.woff') format('woff'),
        url('fonts/NeuePlak-Thin.ttf') format('truetype'),
        url('fonts/NeuePlak-Thin.svg#NeuePlak-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('fonts/NeuePlak-Black.eot');
    src: url('fonts/NeuePlak-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeuePlak-Black.woff2') format('woff2'),
        url('fonts/NeuePlak-Black.woff') format('woff'),
        url('fonts/NeuePlak-Black.ttf') format('truetype'),
        url('fonts/NeuePlak-Black.svg#NeuePlak-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('fonts/NeuePlak-Regular.eot');
    src: url('fonts/NeuePlak-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeuePlak-Regular.woff2') format('woff2'),
        url('fonts/NeuePlak-Regular.woff') format('woff'),
        url('fonts/NeuePlak-Regular.ttf') format('truetype'),
        url('fonts/NeuePlak-Regular.svg#NeuePlak-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Plak bldt';
    src: url('fonts/NeuePlak-Bold.eot');
    src: url('fonts/NeuePlak-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeuePlak-Bold.woff2') format('woff2'),
        url('fonts/NeuePlak-Bold.woff') format('woff'),
        url('fonts/NeuePlak-Bold.ttf') format('truetype'),
        url('fonts/NeuePlak-Bold.svg#NeuePlak-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Black.eot');
    src: url('fonts/PlayfairDisplay-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlayfairDisplay-Black.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Black.woff') format('woff'),
        url('fonts/PlayfairDisplay-Black.ttf') format('truetype'),
        url('fonts/PlayfairDisplay-Black.svg#PlayfairDisplay-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Regular.eot');
    src: url('fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Regular.woff') format('woff'),
        url('fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
        url('fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display bltm';
    src: url('fonts/PlayfairDisplay-Bold.eot');
    src: url('fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Bold.woff') format('woff'),
        url('fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
        url('fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display six';
    src: url('fonts/PlayfairDisplay-SemiBold.eot');
    src: url('fonts/PlayfairDisplay-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-SemiBold.woff') format('woff'),
        url('fonts/PlayfairDisplay-SemiBold.ttf') format('truetype'),
        url('fonts/PlayfairDisplay-SemiBold.svg#PlayfairDisplay-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display five';
    src: url('fonts/PlayfairDisplay-Medium.eot');
    src: url('fonts/PlayfairDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Medium.woff') format('woff'),
        url('fonts/PlayfairDisplay-Medium.ttf') format('truetype'),
        url('fonts/PlayfairDisplay-Medium.svg#PlayfairDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {
    /* font-family: 'Neue Plak'; */
    font-family: 'Neue Plak', sans-serif;
    background-color: #fff;
}

.container {
    max-width: 1419px;
    margin: 0 auto;
    width: 100%;
}

/* ================================================== */

header {
    position: sticky;
    top: 0px;
    z-index: 999;
}

.heading-main-nv {
    width: 100%;
    margin: auto;
    background-color: #fbb03b;
    color: #492015;
    text-align: center;
    padding: 8px 0px;
    font-size: 14px;
    font-family: 'Neue Plak', sans-serif;
    position: relative;
    z-index: 1;
}

.heading-main-nv span {
    font-weight: 600;
}

/* ==== navbar demo start ==== */
.header-main {
    width: 100%;
    margin: auto;
    background-color: #f9f5f1;
    padding: 10px 0px;
    border-bottom: 1px solid #212121;
}

.header-sec-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logos {
    text-transform: uppercase;
    color: white;
    font-size: 35px;
    font-family: monospace;
    width: 10%;
}

ul.nav-menu {
    margin: 0px;
    width: 86%;
    display: flex;
    justify-content: center;
}

.nav-menu li {
    list-style: none;
    display: inline-block;
    margin: 15px;
}

.nav-menu li a {
    text-decoration: none;
    color: #212121;
    text-transform: capitalize;
    padding: 0px;
    font-size: 18px;
    position: relative;
}

.nav-menu li a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #212121;
    bottom: -22px;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: 0.5s;
}

.nav-menu-main .nav-menu a.active::before {
    width: 100%;
}

.nav-menu li a:hover::before {
    width: 100%;
}

/* ==== nav menu hover effect start ==== */

/* ==== nav menu hover effect End ==== */
.nav-menu-main {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: space-between;
}

.button-main a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.button-main a .cart-count {
    padding: 3px;
    position: absolute;
    right: 4px;
    top: -11px;
    color: #fff;
    background: #c2272d;
    max-width: max-content;
    height: 20px;
    line-height: 17px;
    border-radius: 50px;
    font-size: 14px;
    min-width: 20px;
    text-align: center;
}

.button-main a img {
    width: 46%;
    transition: 0.5s;
}

.button-main a:nth-child(5) img {
    width: 60%;
}

.button-main {
    display: flex;
    width: 14%;
}

/* ==== toggle start ==== */
/* ==== drop down start ==== */
.dpdn-one {
    position: relative;
}

.dpdn-two {
    position: absolute;
    padding: 0px;
    background: black;
    text-align: center;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    transition: 1s;
    transform: translateY(-16px);
    opacity: 0;
    display: flex;
    flex-direction: column;
}

.dpdn-two li {
    margin: 0px;
}

.dpdn-two li a {
    text-transform: capitalize;
    display: block;
    padding: 5px 12px;
}

.dpdn-one:hover .dpdn-two {
    visibility: visible;
    opacity: 1;
    transform: translateY(6px);
}

.header-main .logos img {
    width: 100px;
}

/* ==== drop down End ==== */

@media (max-width: 767px) {

    .toggle {
        position: relative;
        width: 50px;
        height: 50px;
        background: transparent;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .toggle span {
        position: absolute;
        width: 40px;
        height: 4px;
        border-radius: 4px;
        background: #212121;
        transition: 0.5s;
    }

    .toggle span:nth-child(2) {
        transform: translateY(-12px);
        width: 25px;
        left: 7px;
    }

    .toggle span:nth-child(3) {
        transform: translateY(12px);
        width: 15px;
        left: 7px;
    }

    .toggle.active span:nth-child(1) {
        transform: translateX(60px);
    }

    .toggle.active span:nth-child(2) {
        width: 40px;
        transform: translateX(0) rotate(45deg);
        transition-delay: 0.2s;
    }

    .toggle.active span:nth-child(3) {
        width: 40px;
        transform: translateX(0) rotate(-45deg);
        transition-delay: 0.4s;
    }

    /* ==== header start ==== */
    .header-sec-main {
        position: relative;
    }

    .nav-menu-main {
        position: absolute;
        flex-direction: column;
        top: 90.20px;
        background: white;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 25px 12px;
        /* display: none; */
        transform: translateY(-507px) scale(0.5);
        opacity: 0;
        transition: 0.5s;
        z-index: 1;
        z-index: 9999;
    }

    .nav-menu-main.active {
        /* display: block; */
        transform: translateY(0px);
        opacity: 1;
    }

    ul.nav-menu,
    .header-main div.nav-menu ul {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding: 0;
        margin-right: auto;
    }

    .nav-menu li {
        margin: 16px 0px;
    }

    .button-main {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 12px;
        width: 20%;
        margin-right: auto;
    }

    /* ==== header End ==== */

    /* ==== dpdn responsive start ==== */
    .dpdn-two {
        width: 142px;
        display: none;
    }

    .dpdn-two.active {
        display: block;
        top: 36px;
    }

    .dpdn-one:hover .dpdn-two {
        visibility: unset;
        opacity: unset;
        transform: unset;
    }

    /* ==== dpdn responsive End ==== */

}

/* ==== toggle End ==== */
/* ==== navbar demo End ==== */

.search-bar-main {
    width: 100%;
    margin: auto;
    background-color: #fff;
    position: unset;
    top: 197px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 999;
}

.search-bar-cnctnr-main {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1128px;
    margin: auto;
    height: 111px;
    /*border-bottom: 1px solid #ccc;
    margin-bottom: 10px;*/
}
.search-bar-main .search-result-main
{
    border-top: 1px solid #ccc;
}
.search-bar-cnctnr-main .src-icon img {
    width: 53px;
    height: 50px;
    object-fit: contain;
    background-color: #f9f5f1;
    border-radius: 50%;
    padding: 7px;
}

.search-bar-cnctnr-main .src-icon {
    width: fit-content;
}

.search-bar-cnctnr-main .searchprdct-itp {
    width: 100%;
}

.search-bar-cnctnr-main .searchprdct-itp input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 15px;
    color: black;
    line-height: normal;
    font-size: 18px;
}

.search-bar-cnctnr-main .searchprdct-itp input::placeholder {
    color: black;
    font-size: 18px;
}

.close-icon-main {
    transition: 0.5s;
    width: 44px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid transparent;
}
.close-icon-main i
{
    color: #000;
    transition: all 0.5s;
}

.close-icon-main:hover {
    border-color: #c2272d;
    background-color: #c2272d;
}
.close-icon-main:hover i
{
    color: #fff;
}

.close-icon-main a {
    line-height: 12px;
}

.search-result-main ul {
    padding:15px 0 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.search-result-main ul li {
    width: 20%;
    text-align: center;
    margin: 7px 0;
}

.search-result-main ul li a {
    color: #fff;
    padding: 10px;
    display: block;
    background-color: #c2272d;
    margin: 0 7px;
    border: 1px solid #c2272d;
}
.search-result-main ul li a:hover
{
    color: #c2272d;
    background-color: transparent;
}

/* ==== home page banner section start ==== */

.home-page-banner-slider-main a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.home-page-banner-slider-main.only-mobile-screen {
    display: none;
}

.home-page-banner-slider-main .slick-dots {
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
}

.home-page-banner-slider-main .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.home-page-banner-slider-main .slick-dots li button {
    width: 12px;
    height: 12px;
}

.home-page-banner-slider-main .slick-dots li button:before {
    content: "";
    width: 12px;
    height: 12px;
    opacity: 1 !important;
    border: 1px solid white;
    border-radius: 50px;
}

.home-page-banner-slider-main .slick-dots li.slick-active button:before {
    color: black;
    background: white;
}

.banner-slider-sec {
    width: 100%;
    margin: auto;
    background-color: #fbb03b;
    padding: 15px 0px !important;
}

.banner-slider-sec .banner-slider-sec-text-one {
    color: #492015;
    font-size: 17px;
    font-weight: 600;
    margin: 0px 100px;
}

/* ==== home page banner section End ==== */

/* ==== home page about section start ==== */

.home-page-about-main {
    width: 100%;
    margin: auto;
    background-color: #f9f5f1;
    padding: 50px 0px;
}

.home-pageabout-counte-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-page-about-img {
    width: 49%;
    text-align: center;
}

.home-page-about-text {
    width: 49%;
    padding: 0px 85px;
}

.home-page-about-img img {
    width: 100%;
    border-radius: unset;
    border: 8px solid #fefffa;
}

.home-pg-abt-txt-mnmini h6 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.home-pg-abt-txt-mnmini h1 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 16px 0px;
    font-family: 'Playfair Display';
}

.home-pg-abt-txt-mnmini p {
    font-size: 17px;
    font-family: 'Neue Plak three';
    font-weight: 600;
}

.home-pg-abt-txt-mnmini {
    padding: 50px 83px 35px;
}

.home-page-aboutt-section-btn {
    margin-top: 26px;
}

.home-page-aboutt-section-btn a {
    text-transform: uppercase;
    color: white;
    background-color: #c2272d;
    font-size: 13px;
    padding: 10px 23px;
    letter-spacing: 1px;
    transition: 0.5s;
    border: 1px solid #c2272d;
}

.home-page-aboutt-section-btn a:hover {
    color: #c2272d;
    background-color: transparent;
}

/* ==== home page about section End ==== */

.home-page-best-seller-main {
    width: 100%;
    margin: auto;
    background-color: #f9f5f1;
}

.home-page-best-slrmn {
    width: 100%;
    margin: auto;
    display: flex;
    /*    justify-content: space-between;*/
    flex-wrap: wrap;
    gap: 14px;
}

.home-page-best-seller-main h1 {
    font-size: 26px;
    font-family: 'Playfair Display';
    color: #212121;
    margin-bottom: 30px;
}

.home-page-best-saller-card-one-main {
    width: 24%;
    margin-bottom: 22px;
}

.home-page-best-saller-card-one-main .home-page-best-slr-img {
    width: 100%;
    position: relative;
    height: 334px;
    overflow: hidden;
}

.home-page-best-saller-card-one-main .home-page-best-slr-img img:nth-child(2) {
    opacity: 0;
}

.home-page-best-saller-card-one-main .home-page-best-slr-img img:nth-child(2):hover {
    opacity: 1;
}

.home-page-best-saller-card-one-main .home-page-best-slr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s;
}

.home-page-best-slr-counthvr {
    background-color: #c2272d;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    padding: 10px 0px;
    font-size: 13px;
    letter-spacing: 1px;
    bottom: -39.5px;
    transition: 0.5s;
}

.home-page-best-saller-card-one-main .home-page-best-slr-img:hover .home-page-best-slr-counthvr {
    bottom: 0px;
}

.home-page-best-seller-text-atg {
    padding: 14px 20px;
    text-align: center;
}

.home-page-best-seller-text-atg h6 {
    color: black;
    font-size: 18px;
    margin-bottom: 8px;
    transition: 0.5s;
}

.home-page-best-seller-text-atg h6:hover {
    color: #62615f;
}

.home-page-best-seller-text-atg h5 {
    color: #62615f;
    font-size: 16px;
}

/* ==== affordable pricing section start ==== */

.affordable-pricing-mainsec {
    width: 100%;
    margin: auto;
    padding: 150px 0px;
    background: #f9f5f1;
}

.affordable-prc-mn {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.affotdable-prc-box.b-one {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 38px;
    border-radius: 25px;
    transition: 0.5s;
}

.affotdable-prc-box.b-one:hover {
    /*    background: radial-gradient(circle, rgba(249, 255, 224, 1) 20%, rgba(253, 255, 242, 1) 66%);*/
}

.affotdable-prc-box.b-one img {
    width: 42%;
    /*    filter: brightness(0) saturate(100%) invert(93%) sepia(8%) saturate(1511%) hue-rotate(18deg) brightness(98%) contrast(103%);*/
    filter: brightness(0) saturate(100%) invert(80%) sepia(81%) saturate(2864%) hue-rotate(325deg) brightness(97%) contrast(104%);
}

.aff-crd-one-mn {
    width: 24%;
}

.affotdable-prc-box.b-two {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 38px;
    border-radius: 25px;
    transition: 0.5s;
}

.affotdable-prc-box.b-two:hover {
    /*    background: radial-gradient(circle, rgba(254, 242, 255, 1) 20%, rgba(255, 239, 239, 1) 39%);*/
}

.affotdable-prc-box.b-two img {
    width: 42%;
    /*    filter: brightness(0) saturate(100%) invert(100%) sepia(64%) saturate(1581%) hue-rotate(214deg) brightness(102%) contrast(93%);*/
    filter: brightness(0) saturate(100%) invert(80%) sepia(81%) saturate(2864%) hue-rotate(325deg) brightness(97%) contrast(104%);
}

.affordable-prc-mn h2 {
    text-transform: uppercase;
    color: black;
    text-align: center;
    padding: 30px 30px 0px 30px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    font-family: sans-serif;
}

/* ==== affordable pricing section End ==== */

/* ==== home page slider-section start ==== */

.review-slider-main {
    width: 100%;
    margin: auto;
    padding: 50px 0px;
    background-color: #f9f5f1;
}

.hmpg-review-slidermn {
    width: 100%;
    margin: auto;
}

.hmph-reviewsld-one::before {
    position: absolute;
    content: "“";
    font-family: 'Playfair Display';
    top: -12px;
    font-size: 50px;
    left: 12px;
}

.hmph-reviewsld-one::after {
    position: absolute;
    content: "”";
    font-family: 'Playfair Display';
    font-size: 50px;
    right: 12px;
}

.hmph-reviewsld-one {
    width: 24%;
    padding: 40px 12px;
    position: relative;
}

.hmph-reviewsld-one p {
    font-family: 'Playfair Display';
    font-size: 20px;
}

.hmph-review-nm h6 {
    font-family: 'Neue Plak', sans-serif;
    font-size: 17px;
    margin-bottom: 2px;
}

.hmph-review-nm p {
    font-family: 'Neue Plak', sans-serif;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hmph-review-nm {
    margin-top: 24px;
}

/* ==== home page slider-section End ==== */

/* ==== home page company logo start ==== */

.home-page-company-logo-main {
    width: 100%;
    margin: auto;
    padding: 50px 0px 100px;
    background-color: #f9f5f1;
}

.home-pg-cmpnt-logorw {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-pg-cmp-logo-one {
    width: 20%;
    text-align: center;
}

.home-page-company-logo-main img {
    max-width: 140px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 120px;
}

/* ==== home page company logo End ==== */

/* ==== blog post section start ==== */

.home-page-blog-post {
    width: 100%;
    margin: auto;
    padding: 50px 0px;
    background-color: #f9f5f1;
}

.homepage-blog-post-main {
    width: 100%;
    margin: auto;
}

.home-page-blog-post h2 {
    text-align: center;
}

.home-page-blog-post h2 a {
    color: #212121;
    font-family: 'Playfair Display', sans-serif;
    text-align: center;
}

.homepage-blog-post-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.home-pg-blog-pst-one {
    width: 24%;
}

.blog-pg-img {
    width: 100%;
}

.blog-pg-img img {
    width: 100%;
    height: 334px;
    object-fit: cover;
}

.blog-pg-home-counte {
    padding: 20px 0px;
}

.blog-pg-home-counte h2 {
    text-align: left;
    line-height: 1;
}

.blog-pg-home-counte h2 a {
    color: #212121;
    font-family: 'Playfair Display', sans-serif;
    font-size: 21px;
}

.blog-pg-home-counte h2 a:hover {
    color: gray;
}

.blog-pg-home-counte p {
    margin-top: 16px;
    color: #212121;
    font-size: 16px;
}

/* ==== blog post section End ==== */

/* ==== footer section start ==== */

.footer-section-main {
    width: 100%;
    margin: auto;
    padding: 50px 0px 15px 0px;
    background-color: #fbb03b;
    border-top: 1px solid black;
}

.footersec-main-secpera {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.footer-counteone {
    width: 33.33%;
}

.footer-counteone h5 {
    font-family: 'Playfair Display bltm';
    font-size: 25px;
    color: #492015;
    padding-bottom: 10px;
    margin: 11.5px 0px;
}

.footer-counteone ul {
    padding: 0;
    margin: 0;
}

.footer-counteone ul li {
    list-style: none;
    margin-bottom: 20px;
}

.footer-counteone ul li a {
    color: #492015;
    font-size: 18px;
    transition: 0.5s;
}

.footer-counteone ul li a:hover {
    letter-spacing: 1px;
}

.footer-counteone.Newsletter ul li a:hover {
    letter-spacing: normal;
}

.ftr-mail {
    width: 100%;
    border-bottom: 1px solid black;
}

.ftr-mail input {
    padding: 16px 16px 16px 0px;
    width: 100%;
    background: transparent;
    border: none;
    color: #492015;
    font-size: 18px;
}

.ftr-mail input::placeholder {
    color: #492015c9;
    font-size: 18px;
}

.ftr-mail form {
    display: flex;
}

.ftr-mail button {
    border: none;
    background: transparent;
    outline: none;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
}

.ftr-social a {
    margin-right: 15px;
}

.ftr-social a img {
    width: 4%;
    transition: 0.5s;
    filter: brightness(0) saturate(100%) invert(15%) sepia(9%) saturate(4280%) hue-rotate(327deg) brightness(95%) contrast(96%);
}

.ftr-social a img:hover {
    transform: scale(1.2);
}

.footer-copy-right {
    background-color: #fbb03b;
    text-align: center;
    padding: 24px 0px;
}

.footer-copy-right a {
    color: #492015;
    letter-spacing: 1px;
    font-size: 14px;
}

/* ==== footer section End ==== */

/* ==== back to top start ==== */

.go-top {
    position: fixed;
    bottom: 3%;
    right: 3%;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    background: #c2272d;
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 1000;
}

/* ==== back to top End ==== */

/* ================== Product page start ==================   */

.product-page-heading-main {
    width: 100%;
    margin: auto;
    padding: 32px 0px;
    background-color: #f9f5f1;
}

.product-page-heading-main h1 {
    font-size: 31px;
    font-family: 'Playfair Display';
    margin-bottom: 16px;
}

.product-tgl-btn-main {
    width: 100%;
    margin: auto;
    background-color: #f9f5f1;
    border-top: 1px solid #0000001f;
    border-bottom: 1px solid #0000001f;
}

.product-tgl-btn-main .filter-btn-mn a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10.5px;
    color: #212121;
    display: flex;
    align-items: center;
    gap: 6px;
}

.filter-btn-mn.active a i {
    transform: rotate(180deg);
    transition: 0.5s;
}

.sort-bt-btn-mn.active-right a i {
    transform: rotate(180deg);
    transition: 0.5s;
}

.sort-bt-btn-mn {
    padding: 23px 0px 23px 50px;
    border-left: 1px solid #0000001f;
}

.sort-bt-btn-mn a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10.5px;
    color: #212121;
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-tgl-btn-main .filter-btn-mn a img {
    width: 12px;
}

.filter-btn-mn {
    padding: 23px 50px 23px 0px;
    border-right: 1px solid #0000001f;
}

.filter-btn-mn.active span:nth-child(3) {
    display: block;
}

.filter-btn-mn.active span:nth-child(2) {
    display: none;
}

.filter-btn-mn span:nth-child(3) {
    display: none;
}

.d-flx-mn-pdtls-mn {
    display: flex;
    justify-content: space-between;
}

.all-product-page-two-sidebar-main {
    width: 100%;
    margin: auto;
    background-color: #f9f5f1;
    overflow-x: hidden;
    position: relative;
    overflow-y: hidden;
}

.all-product-center-part {
    margin-left: auto;
    padding: 32px 0px;
    transition: 0.5s;
    width: 100%;
}

.product-all-sidebar-left {
    background-color: #f9f5f1;
    border-right: 1px solid #0000001f;
    width: 19%;
    height: 100%;
    transform: translateX(-100%);
    position: absolute;
    transition: 0.5s;
    padding: 20px;
}

.all-product-page-two-sidebar-main.active .product-all-sidebar-left {
    transform: translateX(0px);
}

.all-product-page-two-sidebar-main.active .all-product-center-part {
    width: 81%;
    margin-left: auto;
    padding: 24px 12px;
}

.all-product-page-two-sidebar-main.active .all-product-center-part .home-page-best-seller-main .home-page-best-saller-card-one-main .home-page-best-slr-img {
    height: 284px;
}

.product-all-sidebar-right {
    position: absolute;
    width: 14%;
    height: 100%;
    background: #f9f5f1;
    z-index: 1;
    right: 0;
    border-left: 1px solid #0000001f;
    transform: translateX(100%);
    transition: 0.5s;
    padding: 20px;
}

.all-product-page-two-sidebar-main.active-right .product-all-sidebar-right {
    transform: translateX(0px);
}

/* ================== Product page End ==================   */

/* ==================== product-details-page start ====================== */

.product-details-page-main {
    width: 100%;
    margin: auto;
    background-color: #f9f5f1;
    padding: 90px 0px 30px;
}

.product-details-img-and-counte-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.product-details-img-section {
    width: 49%;
    display: flex;
    justify-content: space-between;
}

.product-details-countaint-section {
    width: 49%;
}

.product-details-img-section .all-img-small {
    width: 15%;
}

.product-details-img-section .image-big {
    width: 82%;
}

.product-details-img-section .all-img-small a {
    margin-bottom: 6px;
}

.mz-expand span {
    filter: blur(25px);
}

.mz-expand .mz-expand-stage {
    background: #f9f5f1;
}

button.mz-button.mz-button-prev:before,
button.mz-button.mz-button-next:before,
button.mz-button.mz-button-close:before {
    filter: brightness(0) saturate(100%) invert(57%) sepia(3%) saturate(4444%) hue-rotate(0deg) brightness(96%) contrast(100%);
}

.product-details-nav-jump {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.product-details-nav-jump a {
    color: black;
    font-size: 15px;
}

.product-details-nav-jump a:nth-child(2) {
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background-color: #00000075;
}

.product-details-countaint-section h1 {
    font-family: 'Playfair Display';
    font-size: 31px;
    margin-bottom: 34px;
}

.product-details-countaint-section .price-pdtails {
    font-size: 18px;
    font-family: 'Neue Plak bldt';
    margin-bottom: 10px;
}

.pd-nacturl-grp {
    margin-top: 20px;
}

.pd-grp-one {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    color: #212121;
    margin-bottom: 20px;
}

.Purchase-options-sectio-main {
    width: 100%;
    padding: 30px 0px;
    border-top: 1px solid #0000001c;
    border-bottom: 1px solid #0000001c;
}

.Purchase-options-sectio-main h6 {
    font-family: 'Playfair Display';
    font-size: 17px;
}

.one-time-prchas-box-oen {
    display: flex;
    justify-content: space-between;
    border: 1px solid black;
    padding: 10px;
    align-items: center;
}

.secontimeprchs {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

.onetime-purches-iteams {
    margin-top: 16px;
}

.form-check-input {
    border: 1px solid black;
    background-color: transparent;
}

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

.one-timepchrs {
    border: 1px solid black;
    border-top: none;
}

.up-tp-pd {
    background-color: black;
    color: white;
    padding: 2px 10px 2px 20px;
    clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 14% 100%, 0% 50%);
    font-size: 12px;
    position: relative;
    border-radius: 4px;
}

.up-tp-pd::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: white;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 9px;
    border-radius: 100px;
}

.pd-one-time-prchs-dpdn {
    padding: 10px;
    display: none;
}

.pd-one-time-prchs-dpdn.active {
    display: block;
}

.pd-one-time-prchs-dpdn h6 {
    font-size: 15px;
    font-family: 'Playfair Display';
}

.pddpdn-pricign-dpdn {
    margin: 15px 0px 5px;
}

.pddpdn-pricign-dpdn .mn-hd-btn {
    padding: 10px;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #00000059;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headingfor-btn {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.months {
    font-weight: 600;
    font-size: 14px;
    color: #212121;
    letter-spacing: 1px;
}

.saving {
    color: #3b3b3b;
}

.pdddpdn-opener {
    border: 1px solid #00000059;
    border-radius: 8px;
    padding: 10px;
    display: none;
}

.pdddpdn-opener h6 {
    font-family: 'Playfair Display';
    font-size: 15px;
    margin: 15px 0px 5px;
}

.pdddpdn-opener .pddpdn-pricign-dpdn .mn-hd-btn {
    border: none;
    background: #e6e2de;
}

.pdddpdn-opener.active {
    display: block;
}

.powered-btsubi {
    display: flex;
    gap: 12px;
    margin: 12px 0px;
}

.powered-btsubi a {
    text-decoration: underline;
    color: #212121;
}

.secect-nmbrand-button-mn {
    width: 100%;
    margin: auto;
    display: flex;
    margin-top: 16px;
    gap: 14px;
}

.secect-nmbrand-button-mn select {
    padding: 7px 50px 7px 15px;
    background-color: transparent;
    border: 1px solid #c2272d;
    outline: none;
}

.addto-card-bottun {
    width: 100%;
}

.addto-card-bottun a {
    background-color: #ad2328;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-details-page-acdn-main {
    width: 100%;
    margin: 16px 0px;
    border-top: 1px solid #00000017;
}

.product-details-page-acdn-main .wd-faq-counte p span {
    font-weight: 600;
}

.wd-faq-main-head {
    padding: 16px 32px 16px 0px;
    font-size: 18px;
    border-bottom: 1px solid #00000017;
    position: relative;
    cursor: pointer;
}

.wd-faq-main-head::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: #00000042;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(0deg);
    transition: 0.5s;
}

.wd-faq-main-head.wdfmh-active::before {
    transform: rotate(-90deg);
}

.wd-faq-main-head::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: #00000042;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
}

.wd-faq-counte {
    display: none;
    padding: 16px 0px;
}

/* ==== flash sale section start ==== */

.flash-sale-section-main {
    background-color: #fbb03b;
    padding: 90px 0px 70px;
}

.flash-sale-section-main h1 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 14px;
}

.flash-sale-section-main p {
    text-align: center;
    font-size: 18px;
}

.wrapper {
    position: relative;
    height: 9em;
    margin-top: -55px;
}

.countdown-container {
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.countdown {
    display: flex;
    transform-style: preserve3d;
    perspective: 500px;
    height: auto;
    width: 20em;
    margin: 0 auto;
}

.countdown.remove {
    animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
    overflow: hidden;
}

.number,
.separator {
    display: block;
    color: #333;
    height: 10rem;
    font-size: 10rem;
    position: relative;
    line-height: 13rem;
    text-align: center;
    width: 100%;
}

.separator {
    margin: 0;
    width: 2rem;
}

.new,
.old,
.current {
    color: #333;
    position: absolute;
    border-radius: 1rem;
    height: 10rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.new {
    animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}

.old {
    animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
}

.countdown section {
    position: relative;
}

#js-days:after,
#js-hours:after,
#js-minutes:after,
#js-seconds:after {
    content: "DAYS";
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -80px;
    font-size: 12px;
}

#js-hours:after {
    content: "HOURS";
}

#js-minutes:after {
    content: "MINUTES";
}

#js-seconds:after {
    content: "SECONDS";
}

@keyframes hide-countdown {
    to {
        height: 0;
        overflow: hidden;
    }
}

@keyframes show-new {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
    }

    100% {
        transform: translate(-50%, -50%);
    }
}

@keyframes hide-old {
    0% {
        transform: translate(-50%, -50%);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
    }
}

.number,
.separator {
    font-size: 45px;
}

.flash-sale-button {
    width: fit-content;
    margin: auto;
    margin-top: 24px;
}

.flash-sale-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: black;
    background-color: #f2f2f2;
    padding: 12px 20px;
    border: 1px dashed #bdbdbd;
    border-radius: 10px;
    font-size: 14px;
}

.flash-sale-button a img {
    width: 20%;
}

/* ==== flash sale section End ==== */

body div div div div div div a#trainer>.mz-figure>img {
    height: 500px;
    object-fit: cover;
}

/* ==================== product-details-page End ====================== */

/* ==== the dosing chart section start ==== */

.the-dosing-chart-section-main {
    width: 100%;
    margin: auto;
    background-color: white;
    padding: 80px 0px 120px;
}

.the-dosing-chart-section-main .affordable-prc-mn .affotdable-prc-box {
    padding: 45px;
}

.the-dosing-chart-section-main .affordable-prc-mn .affotdable-prc-box.b-one h1 {
    color: #dd95e3;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 14px;
}

.the-dosing-chart-section-main .affordable-prc-mn .affotdable-prc-box p {
    color: #212121;
    font-size: 19px;
    font-family: 'Neue Plak bldt';
}

.the-dosing-chart-section-main .affordable-prc-mn .affotdable-prc-box.b-two h1 {
    color: #e4f08e;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 14px;
}

.the-dosing-chart-section-main h1 {
    color: #dd96df;
    text-align: center;
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 80px;
}

.the-dosing-chart-section-main h1 span {
    color: #e2f08e;
}

.banner-slider-sec.productdtlis {
    background-color: #e9cfd3;
}

/* ==== the dosing chart section End ==== */

/* ==== stickey scroll section start ==== */

.sticky-scroll-main {
    width: 100%;
    margin: auto;
    padding: 100px 0px;
    background-color: #f9f5f1;
}

.ss-scrl-main-cont-sprt {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.ss-tikcy-top {
    width: 33%;
}

.ss-sktycy-scrll {
    width: 66%;
}

.ss-tikcy-top .nav.nav-pills a {
    color: #212121;
    font-size: 18px;
}

.ss-tikcy-top .nav-pills .nav-link {
    padding: 8px 0px;
    width: fit-content;
}

.ss-tikcy-top .navbar {
    padding: 0px !important;
    position: sticky;
    top: 0px;
}

.ss-tikcy-top .nav-pills .nav-link.active {
    background-color: transparent;
    border-bottom: 1px solid black;
    border-radius: 0px;
}

.ss-sktycy-scrll h4 {
    font-family: 'Playfair Display';
    font-size: 21px;
    padding: 24px 0px;
}


.ss-sktycy-scrll p {
    font-size: 18px;
}

/* ==== stickey scroll End ==== */

/* ==== health and wellness benifits start ==== */

.health-and-benifits-main {
    width: 100%;
    margin: auto;
    padding: 100px 0px;
    background: radial-gradient(circle, rgba(253, 239, 241, 1) 37%, rgba(252, 250, 250, 1) 53%);
}

.health-and-benifits-scmn {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.health-card-first {
    gap: 40px;
    width: 25%;
    display: flex;
    flex-direction: column;
}

.health-and-benifits-scmn .affotdable-prc-box {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.health-card-second {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.health-card-second h1 {
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    color: #db96df;
}

.health-card-second p {
    text-align: center;
    font-size: 24px;
    margin: 16px 0px 45px
}

.health-btn {
    text-align: center;
}

.health-btn a {
    color: #212121;
    font-size: 24px;
    padding: 20px 30px;
    border: 1px solid black;
    border-radius: 50px;
    background: radial-gradient(circle, rgba(254, 242, 255, 1) 20%, rgba(255, 239, 239, 1) 39%);
    transition: 0.5s;
}

.health-btn a:hover {
    background: #db96df;
    color: white;
    border: 1px solid white;
}

.health-card-first .affotdable-prc-box h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.health-card-first .affotdable-prc-box p {
    font-size: 20px;
}

/* ==== health and wellness benifits End ==== */

/* ==== image sld-logo start ====  */

.image-sld-logo-main {
    width: 100%;
    padding: 50px 0px;
    background-color: #f9f5f1;
}

.imgsld-mn img {
    width: 100px;
    margin: 0px 45px;
}

.imgsld-mn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==== image sld-logo End ====  */

/* ==== tab penal section start ==== */

.tab-pnl-main-sec {
    width: 100%;
    margin: auto;
    padding: 50px 0px;
    background-color: #f9f5f1;
}

.tab-pnl-main-sec .mnnv {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.tab-pnl-main-sec .mnnv button {
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    color: rgb(0 0 0 / 42%);
}

.tab-pnl-main-sec .btn-a:hover {
    border-bottom: 1px solid black;
}

.tab-pnl-main-sec .btn-a.active {
    border-bottom: 1px solid black;
    color: black;
}

.tab-pnl-main-sec .clr-a {
    display: none;
}

.tab-pnl-main-sec .clr-a.active {
    display: block;
}

.tab-pnl-main-sec .bg-color .home-page-best-saller-card-one-main {
    margin: auto;
}

/* ==== tab penal section End ==== */

/* ==== scrolling - bottom sticky start ==== */

.addto-card-main-bottom {
    width: 100%;
    margin: auto;
    background-color: #f9f5f1;
    box-shadow: 0px 0px 20px 0px #00000066;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    display: none;
}

.bottom-fixed-count {
    width: 100%;
    height: 80px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-fixed-count-one {
    display: flex;
    align-items: center;
    gap: 24px;
}

.bottom-fixed-count-one span {
    width: 5px;
    height: 5px;
    background: black;
    border-radius: 50px;
}

.bottom-fixed-count-one h2 {
    font-size: 18px;
    font-family: 'Playfair Display';
}

.bottom-fixed-count-one h3 {
    font-size: 18px;
}

.add-tp-cart-bottom-btn a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #535251;
    padding: 15px 70px;
    border: 1px solid black;
    font-size: 14px;
}

.add-tp-cart-bottom-btn a:hover {
    background-color: #e4e0dc;
}

.footer-copy-right.mtsetftr {
    margin-bottom: 80px;
}

/* ==== scrolling - bottom sticky End ==== */

/* ==== about page start ==== */

.about-page-section-one {
    width: 100%;
    margin: auto;
    padding: 50px 0px;
    background-color: #f9f5f1;
}

.about-page-section-one-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-page-section-one-img {
    width: 49%;
    text-align: center;
}

.about-page-section-count-one {
    width: 49%;
    padding: 0px 85px;
    display: flex;
    align-items: center;
}

/* ==== lovely by costomer section start ==== */

.lovely-by-customer-section-one {
    width: 100%;
    margin: auto;
    padding: 50px 0px;
    background: #f9f5f1;
}

.lovely-by-customer-section-two {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lovely-by-customer-section-three {
    width: 49%;
}

.lovely-by-customer-section-four {
    width: 49%;
}

.lovely-by-customer-star {
    font-size: 24px;
}

.lovely-by-customer-star i:hover {
    color: #fbb03b;
}

.lovely-by-customer-section-three p {
    font-size: 30px;
    color: #212121;
    margin-top: 16px;
}

.lovely-by-customer-section-four h2 {
    font-size: 36px;
    color: #212121;
    font-family: 'Playfair Display';
}

/* ==== lovely by costomer section End ==== */

/* ==== post card section start ==== */

.postcard-section-one {
    padding: 50px 0px;
    width: 100%;
    margin: auto;
    background-color: #f9f5f1;
}

.postcard-section-one .home-pg-blog-pst-one {
    width: 31.65%;
}

.postcard-section-one .blog-pg-home-counte h2 {
    font-family: 'Playfair Display';
}

.postcard-section-one .blog-pg-home-counte p {
    font-size: 18px;
}

.about-page-section-one .home-pg-abt-txt-mnmini p {
    margin-bottom: 14px;
}

/* ==== post card section End ==== */

/* ==== about page End ==== */

/* ==== FAQs page start ==== */

.faq-banner-section {
    width: 100%;
    margin: auto;
    background: #f9f5f1;
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.faq-banner-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.faq-banner-head {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-banner-head h1 {
    font-size: 52px;
    font-family: 'Playfair Display';
    text-align: center;
    color: #fff;
}


.faq-question-main {
    width: 100%;
    margin: auto;
    padding: 50px 0px;
    background-color: #f9f5f1;
}

.faq-section-one-mn {
    width: 100%;
    max-width: 620px;
    margin: auto;
}

.faq-section-one-mn .wd-faq-main-one {
    border-top: 1px solid #00000017;
}

.faq-section-one-mn .wd-faq-main-one .wd-faq-main-head {
    font-family: 'Playfair Display';
    font-size: 21px;
}

.faq-section-one-mn .wd-faq-main-one .wd-faq-counte p {
    font-size: 18px;
}

.wd-faq-main-head.wdfmh-active {
    border-bottom: transparent;
}

.wd-faq-counte {
    border-bottom: 1px solid #00000017;
}

/* ==== FAQs page End ==== */

/* ==== contact page start ====*/

.contact-page-section-one {
    padding: 50px 0px;
    width: 100%;
    margin: auto;
    background-color: #f9f5f1;
}

.contact-page-main-mnone {
    width: 100%;
    max-width: 620px;
    margin: auto;
}

.contact-page-main-mnone form {
    display: flex;
    flex-direction: column;
}

.contact-page-main-mnone input {
    margin: 7px 0px;
    padding: 16.8px 0px;
    border: none;
    border-bottom: 1px solid #0000002b;
    font-size: 18px;
    background-color: transparent;
}

.contact-page-main-mnone textarea {
    height: 266px;
    margin: 7px 0px;
    padding: 16.8px 0px;
    border: none;
    border-bottom: 1px solid #0000002b;
    font-size: 18px;
    background-color: transparent;
}

.contact-page-main-mnone button {
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #ad2328;
    padding: 10px 18px;
    color: white;
    letter-spacing: 1px;
    margin: 7px 0px;
}

.contact-page-main-mnone p {
    font-size: 12px;
    font-style: italic;
    color: rgba(33, 33, 33, 0.7);
    margin: 7px 0px;
}

/* ==== contact me start ==== */

.contact-me-main {
    width: 100%;
    margin: auto;
    background-color: #f9f5f1;
}

.contact-me-one {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.contact-me-connect-one {
    width: 33.33%;
    padding: 32px 13px;
    text-align: center;
}

.contact-me-connect-one i {
    color: #c2272d;
}

.contact-me-icon {
    margin-bottom: 20px;
    font-size: 25px;
    color: #00000030;
}

.contact-me-connect-one h2 {
    margin-bottom: 16px;
    font-size: 24px;
    font-family: 'Playfair Display';
}

.contact-me-connect-one p a {
    color: black;
}

.contact-me-connect-one p {
    font-size: 18px;
}

/* ==== contact me End ==== */

/* ==== contact page End ==== */

/* ==== Privacy policy page main start ==== */

.privacy-policy-page-main {
    width: 100%;
    margin: auto;
    padding: 50px 0px;
    background-color: #f9f5f1;
}

/* .privacy-policy-main-sec-frst {
    width: 100%;
    max-width: 670px; 
   
    margin: auto;
    padding: 0px 19px;
} */

.pop-one h1 {
     font-size: 38px; 
    color: #212121;
    text-align: left;
    /* margin-bottom: 32px; */
    font-family: 'Playfair Display';
}

.pop-one h2 {
    font-family: 'Playfair Display';
    font-size: 30px;
    margin: 45px 0px 20px 0px;
}

.pop-one p {
    font-size: 18px;
    margin: 8px 0px;
}

.pop-one p a {
    position: relative;
    color: black;
}

.pop-one p a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}

.pop-one p a:hover::before {
    width: 0px;
}

.pop-one ul li a {
    position: relative;
    color: black;
}

.pop-one ul li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}

.pop-one ul li a:hover::before {
    width: 0px;
}

.pop-one ul li {
    font-size: 18px;
}

.pop-one ol li {
    font-size: 20px;
    letter-spacing: 1px;
    
}

.pop-one h3 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
}

/* ==== Privacy policy page main End ==== */

/* ==== changes-product page start ==== */

.product-details-larg-rglr-btn {
    display: flex;
    gap: 15px;
    margin-bottom: 24px;
}

.product-details-larg-rglr-btn a {
    color: white;
    padding: 10px 18px;
    background: #c2272d;
    border: 1px solid #c2272d;
}

.product-details-larg-rglr-btn a:hover {
    background: transparent;
    color: black;
}

.product-details-larg-rglr-btn a:nth-child(2) {
    background: transparent;
    color: black;
    border: 1px solid #c2272d;
}

.product-details-larg-rglr-btn a:nth-child(2):hover {
    background-color: #c2272d;
    color: white;
}

.product-details-item-select-counte {
    margin-bottom: 24px;
}

.wrapper-many-items {
    background: transparent;
    border: 1px solid #c2272d;
    width: fit-content;
    padding: 10px 18px;
    margin-top: 2%;
    display: flex;
    gap: 16px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
    line-height: 24px;
}

.wrapper-many-items .minus i:hover {
    color: #c2272d;
}

.wrapper-many-items .plus i:hover {
    color: #c2272d;
}

.product-details-price-amount {
    margin-bottom: 24px;
}

.product-details-price-amount h1 {
    font-family: 'Neue Plak';
    font-size: 28px;
    margin-bottom: 10px;
}

.product-details-price-amount h2 {
    font-size: 14px;
}

.product-details-addtocrt-button {
    display: flex;
    margin-bottom: 24px;
    gap: 15px;
}

.product-details-addtocrt-button a {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    background-color: #c2272d;
    border: 1px solid #c2272d;
    padding: 10px 100px;
}

.product-details-addtocrt-button a:hover {
    background-color: transparent;
    color: black;
}

.product-details-addtocrt-button a:nth-child(2) {
    background-color: transparent;
    border-color: transparent;
    color: #c2272d;
    padding: 0px;
    font-size: 26px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-details-addtocrt-button a i:nth-child(2) {
    display: none;
}

.product-details-addtocrt-button a:hover i:nth-child(1) {
    display: none;
}

.product-details-addtocrt-button a:hover i:nth-child(2) {
    display: block;
}

.product-details-addtocrt-button a .like-number {
    font-size: 16px;
    color: black;
    background: white;
    padding: 4px 6px;
}

/* ==== changes-product page End ==== */

.respo-mobile-cart-img {
    display: none;
}

.button-main.responsive-mobile-button {
    display: none;
}

.heading-main-nv.respomobile-texts {
    display: none;
}

.product-all-sidebar-left .filter-btn-mn {
    display: none;
}

/* 19-12-24 R */

.cart-main-custom {
    padding: 100px 0;
}

.cart-main-custom .woocommerce-info {
    border-top-color: #fbb03b;
    color: #000;
    background-color: #f9f5f1;
}

.cart-main-custom .woocommerce-info:before {
    color: #fbb03b !important;
}

.cart-main-custom p.return-to-shop a {
    padding: 10px 15px;
    background-color: #000;
    color: #f9f5f1;
    border: 1px solid #000;
}

.cart-main-custom p.return-to-shop a:hover {
    color: #000;
    background-color: #f9f5f1;
}

.cart-main-custom .woocommerce table.shop_table td {
    border-top: 0.2px solid #492015;
    border-left: 0.2px solid #492015;
    color: #000;
}

.cart-main-custom .woocommerce table.shop_table {
    border: 0.2px solid #492015;
    border-radius: 0;
    border-left: 0;
}

.cart-main-custom .woocommerce .woocommerce-cart-form table.shop_table th {
    background-color: #fbb03b;
    color: #492015;
    font-family: 'Playfair Display';
    font-size: 20px;
    border-color: #492015;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}

.cart-main-custom .woocommerce table.shop_table th {
    border: 0.2px solid #000;
}

.cart-main-custom .woocommerce table.shop_table .product-name a {
    color: #000;
    font-family: 'Neue Plak';
    font-weight: 700;
    font-size: 18px;
}

.cart-main-custom .woocommerce table.shop_table .product-quantity input {
    border: 1px solid #000;
    border-radius: 0;
    padding: 3px 0 0px;
}

.cart-main-custom #coupon_code {
    width: fit-content;
    height: 36px !important;
    border: 1px solid #000 !important;
    padding: 0 15px;
}

/* 19-12-24 R */
/* 20-12-24 R */

.cart-main-custom .product-thumbnail {
    width: 20%;
}

.cart-main-custom .product-thumbnail img {
    width: 100%;
}

.cart-main-custom .actions .button {
    background: #fff;
    color: #000;
    padding: .618em 1em;
    border-radius: 0px;
    border: 1px solid #000;
    transition: all 0.5s;
    opacity: 1;
    cursor: pointer;
}

.cart-main-custom .coupon .button,
.cart-main-custom .cart-collaterals a.checkout-button.button.alt.wc-forward {
    background: #c2272d;
    color: #fff;
    padding: 9px 15px;
    border-radius: 0px;
    border: 1px solid #c2272d;
    transition: all 0.5s;
    opacity: 1;
    cursor: pointer;
    font-weight: 600;
}

.cart-main-custom .coupon .button:hover,
.cart-main-custom .cart-collaterals a.checkout-button.button.alt.wc-forward:hover {
    background-color: #f9f5f1;
    color: #c2272d;
}

.cart-main-custom .cart-collaterals a.shipping-calculator-button {
    color: #000;
    text-decoration: underline;
}

.cart-main-custom .cart-collaterals a.shipping-calculator-button:hover {
    color: #c2272d;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    padding: 11px 12px 8px;
}

.cart-main-custom .woocommerce table.shop_table tbody:first-child tr:first-child th,
.cart-main-custom .woocommerce table.shop_table tbody:first-child tr:first-child td {
    border-top: 0.2px solid #000;
}

.cart-main-custom .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    margin-bottom: 80px;
}

.cart-main-custom .cart-collaterals h2 {
    font-size: 30px;
    margin-bottom: 12px;
    color: #000;
    font-family: 'Playfair Display bltm';
}

.cart-main-custom .cart-collaterals a.checkout-button.button.alt.wc-forward {
    padding: 10px 15px;
}

.cart-main-custom .woocommerce .cart-collaterals table.shop_table tbody th {
    width: 30%;
}

.cart-main-custom .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr .actions {
    border-top: 0.2px solid #000;
}

.cart-main-custom .cart-collaterals table,
.cart-main-custom .woocommerce .cart-collaterals table.shop_table td,
.cart-main-custom .woocommerce .cart-collaterals table.shop_table tbody:first-child tr:first-child td {
    border: 0.2px solid #000 !important;
}

.checkout-main-custom {
    padding: 100px 0;
}

.checkout-main-custom .woocommerce-info {
    border-top-color: #492015;
    color: #000;
    background-color: #f9f5f1;
    margin-bottom: 0;
}

.checkout-main-custom .woocommerce-info::before {
    color: #492015;
}

.checkout-main-custom .woocommerce-info a {
    font-weight: 600;
    color: #492015;
}

.checkout-main-custom h3 {
    font-size: 30px;
    color: #000;
    font-family: 'Playfair Display bltm';
    margin: 30px 0 5px;
}

/*.checkout-main-custom label {
    font-size: 20px;
    color: #000;
    margin-top: 10px;
}*/

.checkout-main-custom .form-row.form-row-first.validate-required,
.checkout-main-custom .form-row.form-row-last.validate-required {
    width: 100%;
}

.checkout-main-custom input,
.checkout-main-custom .woocommerce form .form-row textarea {
    border: 1px solid #0000002b;
    border-radius: 0;
    padding: 10px 12px 7px;
    line-height: normal;
    color: #6a6a6a;
}

.checkout-main-custom .woocommerce form .form-row textarea {
    height: 100px;
}

.checkout-main-custom .select2-selection.select2-selection--single {
    height: 40px;
    border: 1px solid #0000002b;
    border-radius: 0;
    padding: 0 3px;
}

.checkout-main-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    line-height: 40px;
    color: #6a6a6a;
}

.checkout-main-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 105%;
}

.checkout-main-custom .woocommerce table.shop_table {
    border: 1px solid rgb(0 0 0);
}

.checkout-main-custom .woocommerce table.shop_table td,
.checkout-main-custom .woocommerce table.shop_table th {
    border-top: 1px solid rgb(0 0 0 / 33%);
    padding: 15px 12px 9px;
}

.checkout-main-custom .woocommerce table.shop_table th.product-name,
.checkout-main-custom .woocommerce table.shop_table th.product-total {
    border-top: 0;
}

.checkout-main-custom .woocommerce-checkout #payment {
    background-color: #E4EF90;
}

.checkout-main-custom h3#order_review_heading {
    margin: 60px 0 25px;
}

.checkout-main-custom .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #000;
}

.checkout-main-custom .wc_payment_methods.payment_methods.methods .woocommerce-info {
    background-color: #fff;
    border-top-color: #000;
}

.checkout-main-custom .wc_payment_methods.payment_methods.methods .woocommerce-info:before {
    color: #000;
}

.checkout-main-custom .woocommerce-privacy-policy-text a {
    color: #000;
    font-weight: 600;
}

.checkout-main-custom .woocommerce-privacy-policy-text p {
    color: #000;
}

.checkout-main-custom .woocommerce-checkout-payment .button.alt {
    border: 1px solid #000;
    padding: 10px 25px;
    background: #000;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s;
    margin-top: 8px;
}

.checkout-main-custom .woocommerce-checkout-payment .button.alt:hover {
    background-color: #fff;
    color: #000;
}



.my-account-main-custom {
    padding: 100px 0;
}

.my-account-main-custom .woocommerce-MyAccount-navigation ul {
    margin: 0 0 40px;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
}

.my-account-main-custom .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #c2272d;
    background-color: transparent;
}
.my-account-main-custom .woocommerce-MyAccount-navigation ul li
{
    width: 14.28%;
}
.my-account-main-custom .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    background: #c2272d;
    border: 1px solid #c2272d;
    margin: 0 6px;
    padding: 10px 10px 7px;
    font-size: 16px;
    display: block;
    transition: all 0.5s;
    text-align: center;
}

.my-account-main-custom .woocommerce-MyAccount-navigation ul li:first-child a {
    margin-left: 0;
}

.my-account-main-custom .woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #fff;
    color: #c2272d;
}

.my-account-main-custom .woocommerce-MyAccount-content p {
    font-size: 17px;
    margin-bottom: 8px;
}

.my-account-main-custom .woocommerce-MyAccount-content p a {
    color: #c2272d;
}

.my-account-main-custom .woocommerce-MyAccount-content p a:hover {
    text-decoration: underline;
}

.my-account-main-custom .woocommerce-orders-table.woocommerce-MyAccount-orders {
    border-radius: 0;
    border: 0;
    text-align: center;
}

.my-account-main-custom .woocommerce-orders-table.woocommerce-MyAccount-orders thead th {
    font-size: 20px;
    font-family: 'Playfair Display bltm';
    color: #fff;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    padding: 6px 14px;
    background-color: #000;
    border-left: 0;
}

.my-account-main-custom th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number,
.my-account-main-custom .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    border-left: 1px solid #000;
}

.my-account-main-custom .woocommerce-orders-table.woocommerce-MyAccount-orders tbody th,
.my-account-main-custom .woocommerce-orders-table.woocommerce-MyAccount-orders tbody td {
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 5px 14px;
    border-top: 0;
}

.my-account-main-custom .woocommerce-orders-table.woocommerce-MyAccount-orders tbody th a,
.my-account-main-custom .woocommerce-orders-table.woocommerce-MyAccount-orders tbody td a {
    color: #c2272d;
}

.my-account-main-custom .woocommerce-info {
    border-top-color: #fbb03b;
    color: #000;
    background-color: #f9f5f1;
    line-height: 34px
}

.my-account-main-custom .woocommerce-info .button.wc-forward {
    font-weight: 600;
    color: #fff;
    line-height: normal;
    padding: 7px 20px 10px;
    background-color: #c2272d;
}

.my-account-main-custom .woocommerce-info:before {
    color: #fbb03b;
}

.my-account-main-custom .u-columns.woocommerce-Addresses.col2-set.addresses h2 {
    font-size: 30px;
    font-family: 'Playfair Display bltm';
    color: #000;
    margin: 20px 0 10px;
}

.my-account-main-custom .u-columns.woocommerce-Addresses.col2-set.addresses a {
    color: #000;
    font-family: 'Neue Plak';
    font-size: 18px;
    font-weight: 600;
}

.my-account-main-custom .u-columns.woocommerce-Addresses.col2-set.addresses a:hover {
    text-decoration: underline;
}

.my-account-main-custom .u-columns.woocommerce-Addresses.col2-set address {
    font-size: 17px;
    color: #000;
    line-height: 32px;
}

.my-account-main-custom header.woocommerce-Address-title.title {
    position: unset;
}

.my-account-main-custom .woocommerce-EditAccountForm.edit-account label,
.my-account-main-custom #customer_login label {
    font-size: 20px;
    color: #000;
    margin-top: 10px;
}

.my-account-main-custom .woocommerce-EditAccountForm.edit-account input,
.my-account-main-custom #customer_login input {
    border: 1px solid #0000002b;
    border-radius: 0;
    padding: 10px 12px 7px;
    line-height: normal;
    color: #6a6a6a;
}

.my-account-main-custom .woocommerce form .form-row-first,
.my-account-main-custom .woocommerce form .form-row-last,
.my-account-main-custom .woocommerce-page form .form-row-first,
.my-account-main-custom .woocommerce-page form .form-row-last {
    width: 49%;
}

.my-account-main-custom .woocommerce-EditAccountForm.edit-account legend {
    font-size: 30px;
    font-family: 'Playfair Display bltm';
    margin-bottom: -5px;
    margin-top: 30px;
    color: #000;
}

.my-account-main-custom .woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    margin: 20px 0 0;
    border: 1px solid #C2272D;
    padding: 10px 20px;
    background: #c2272d;
    color: #fff;
    transition: all 0.5s;
}

.my-account-main-custom .woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover {
    background-color: transparent;
    color: #c2272d;
}

.checkout-main-custom .woocommerce-checkout #payment div.payment_box::before {
    border-color: #f9f5f1;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.checkout-main-custom .woocommerce-checkout #payment div.payment_box {
    background-color: #f9f5f1;
}

.my-account-main-custom #customer_login h2 {
    color: #000;
    font-size: 30px;
    font-family: 'Playfair Display bltm';
}

.woocommerce form.login,
.woocommerce form.register {
    border: 0 !important;
    padding: 0 !important;
}

.my-account-main-custom .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.my-account-main-custom .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    display: block;
    border: 1px solid #C2272D;
    padding: 10px 20px;
    background: #c2272d;
    color: #fff;
    transition: all 0.5s;
    font-size: 18px;
}

.my-account-main-custom .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.my-account-main-custom .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
    background-color: transparent;
    color: #c2272d;
}

.my-account-main-custom #customer_login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-top: 3px;
    display: block;
    margin-bottom: 12px;
}

.my-account-main-custom #customer_login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
    margin-right: 5px;
}

.my-account-main-custom #customer_login .woocommerce-LostPassword.lost_password a {
    margin-top: 19px;
    display: block;
    color: #000;
}

.my-account-main-custom #customer_login .woocommerce-privacy-policy-text p {
    margin: 16px 0;
}

.my-account-main-custom #customer_login .woocommerce-privacy-policy-text p a {
    color: #c2272d;
    text-decoration: underline;
}

/* 20-12-24 R */
/* 23-12-24 R */

.footer-section-main .fluentform input {
    border: 0;
    color: #492015;
    padding: 15px 0;
}

.footer-section-main .ff-default .ff-el-form-control:focus {
    background-color: transparent;
}

.footer-section-main .fluentform input::placeholder {
    color: #492015;
}

.footer-section-main .fluentform .ff-el-group {
    margin-bottom: 0;
}

.footer-section-main form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit {
    margin-bottom: 0;
    border: 0;
    padding: 15px 0;
    text-align: right;
}

.footer-section-main form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit:hover {
    background-color: transparent;
    border: 0;
    color: #fff;
}

.header-main div.nav-menu ul {
    padding: 0;
}

/* 23-12-24 R */
/* 24-12-24 R */

.product-categories,
.product-all-sidebar-right .orderby-list {
    margin: 10px 0 0;
    padding: 0;
    border-top: 1px solid #0000001f;
    list-style: none;
}

.product-categories li a,
.product-all-sidebar-right .orderby-list li a {
    margin: 5px 0;
    display: block;
    color: #000;
    font-size: 15px;
}

.product-all-sidebar-left a.clear-main-button,
.product-all-sidebar-right a.clear-main-button {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    display: block;
    color: #777;
}

.product-all-sidebar-left h6,
.product-all-sidebar-right h6 {
    font-weight: 600;
}

.contact-page-section-one .ff-default .ff-el-form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.contact-page-section-one .ff-default .ff_btn_style {
    background-color: #c2272d !important;
    border-radius: 0
}

.checkout-main-custom .woocommerce ul#shipping_method li {
    margin-bottom: 0
}

.my-account-main-custom .woocommerce-MyAccount-content p mark {
    background-color: #f9f5f1;
    color: #000;
}

.my-account-main-custom .woocommerce-table__product-name.product-name a {
    color: #000;
    text-decoration: underline;
}

.my-account-main-custom h2.woocommerce-order-details__title,
.my-account-main-custom .woocommerce .woocommerce-customer-details .woocommerce-column__title {
    font-family: 'Playfair Display bltm';
    margin: 30px 0 10px;
}

.my-account-main-custom .woocommerce .woocommerce-customer-details address {
    line-height: 28px;
}

.my-account-main-custom .woocommerce table.shop_table {
    border: 0;
}

.my-account-main-custom .woocommerce-MyAccount-content a.button {
    background-color: #c2272d;
    color: #fff;
}

/* 24-12-24 R */
/* 25-12-24 R */

.product-details-img-and-counte-main p.price {
    font-family: 'Neue Plak';
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.product-details-img-and-counte-main table label {
    font-size: 20px;
    font-weight: 400;
    margin-right: 10px
}

.product-details-img-and-counte-main table .value {
    width: 100%;
}

.product-details-img-and-counte-main table select {
    padding: 7px 10px;
    font-size: 18px;
    width: 100%;
    border-radius: 0
}

.product-details-img-and-counte-main table select:focus {
    outline: 0;
}

.product-details-img-and-counte-main .wrapper-many-items {
    border: 0;
    padding: 0
}

.product-details-img-and-counte-main .quantity.wqpmb_quantity input {
    width: 70px;
    background-color: #fff !important;
    border: 0 !important;
    padding: 11px 12px 8px !important;
}

.product-details-img-and-counte-main button.qib-button {
    background-color: #fff !important;
    color: #000 !important;
    border: 0 !important;
    line-height: 30px !important;
}

.product-details-img-and-counte-main .product-details-addtocrt-button button {
    background: #c2272d;
    padding: 11px 30px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #c2272d;
    width: 100%;
    margin-bottom: 50px;
    max-width: 300px;
}

.product-details-img-and-counte-main .product-details-addtocrt-button button:hover {
    background-color: transparent;
    color: #c2272d
}

.product-details-img-and-counte-main .product-details-item-select-counte {
    margin-top: 15px;
    margin-bottom: 40px;
}

.product-details-img-and-counte-main table .value a {
    color: #c2272d;
    font-weight: 700;
    font-size: 20px;
}

.product-details-img-and-counte-main .single_variation_wrap bdi {
    font-size: 24px;
    color: #000;
    line-height: 50px;
}

.woocommerce-notices-wrapper {
    background-color: #f9f5f1
}

.woocommerce-notices-wrapper .woocommerce-message {
    width: 90%;
    margin: auto;
    background-color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-message a {
    color: #000;
    font-weight: 600
}

/* 25-12-24 R */
/* 30-12-24 R */

.the-dosing-chart-section-main {
    display: none;
}

/* 30-12-24 R */

/* ==== sidebar start 31-12-2024 ==== */

.adto-crt-sidebar {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    background-color: #0000004f;
    transform: translateX(100%);
/*    transition: 0.5s;*/
    overflow-y: scroll;
    scrollbar-width: thin;
}

.button-optn-more a {
    background: #c2272d;
    color: white;
    text-transform: uppercase;
    padding: 10px 0px;
    font-size: 13px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adto-crt-sidebar.active {
    transform: translateX(0%);
}

.adto-crt-mn-sld {
    width: 480px;
    height: min-content;
    margin-left: auto;
    position: relative;
    background-color: #fff;
    border-left: 1px solid #000;
    padding: 40px 0 40px;
    min-height: 100vh;
}

.adto-crt-mn-sld .button-optn-more {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 20px;
    cursor: pointer;
}

.add-tocrt-mg-mnn {
    margin: auto;
    width: 100%;
    padding-top: 36px;
    max-width: 270px;
}
.add-tocrt-mg-mnn img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.addto-crt-product-name {
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
}

.select-opt-mn {
    width: 85%;
    margin: auto;
}

.select-opt-mn .one-select,
.adto-crt-sidebar .variations tr {
    margin: 15px 0px;
    display: grid;
}

.select-opt-mn .one-select label,
.adto-crt-sidebar .variations tr label{
    font-weight: 400;
    margin-bottom: 5px;
    color: #000;
}

.select-opt-mn .one-select select,
.adto-crt-sidebar .variations tr select {
    padding: 7px 10px;
    font-size: 18px;
    width: 100%;
    border-radius: 0;
    padding-right: 20px;
    appearance: none;
    position: relative;
    background-color: transparent!important;
}
/*.adto-crt-sidebar .variations tr td.value
{
    position: relative;
}*/

.add-to-cart-ctgory-adn-waight .wrapper-many-items {
    background: transparent;
    border: 1px solid transparent;
    width: fit-content;
    padding: 0;
    margin-top: 0;
    display: flex;
    gap: 16px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
    line-height: 24px;
    margin:20px auto 0;
}

.add-to-cart-ctgory-adn-waight .mn-select-iteams-counts {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
}

.price-add-to-cart-prodct,
.adto-crt-sidebar .add-to-cart-ctgory-adn-waight p.price {
    margin: auto;
    margin-top: 20px;
    width: fit-content;
    font-family: 'Neue Plak';
    font-weight: 600;
    color: #000;
}

.add-to-crt-btnmnnm {
    margin-top: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.add-to-crt-btnmnnm a,
.adto-crt-sidebar .product-details-addtocrt-button button {
    background: #c2272d;
    padding: 11px 30px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #c2272d;
    width: 100%;
    max-width: 300px;
    transition: all 0.5s;
    margin:10px auto 0;
}

.add-to-crt-btnmnnm a:hover,
.adto-crt-sidebar .product-details-addtocrt-button button:hover {
    background: transparent;
    color: #c2272d;
}

/* ==== sidebar End 31-12-2024 ==== */
/* 1-1-25 R */

.adto-crt-sidebar .product_title.entry-title
{
    display: none;
}
.adto-crt-sidebar .variations
{
    width: 85%;
    margin: auto;
}
.adto-crt-sidebar .qib-button-wrapper .quantity input.input-text.qty.text
{
    width: 80px;
    background-color: #f9f5f1;
    border-color: #f9f5f1;
    padding: 13px 10px 10px;
}
.adto-crt-sidebar .qib-button-wrapper .minus.qib-button,
.adto-crt-sidebar .qib-button-wrapper .plus.qib-button
{
    border-color: #f9f5f1;
    background-color: #f9f5f1;
    transition: all 0.5s;
}
.adto-crt-sidebar .qib-button-wrapper .minus.qib-button:hover,
.adto-crt-sidebar .qib-button-wrapper .plus.qib-button:hover
{
    background-color: #c2272d;
    color: #fff;
}
.adto-crt-sidebar .variations tr select:focus
{
    outline: 0;
}
.adto-crt-sidebar .variations tr a.reset_variations
{
    color: #c2272d;
    margin-top: 10px;
}
.adto-crt-sidebar .variations tr a.reset_variations:hover
{
    text-decoration: underline;
}
/*.adto-crt-sidebar .variations tr td.value:before
{
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 13px;
    margin: auto;
    background-image: url('../images/caret-down-solid (1).svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}*/
.adto-crt-sidebar .woocommerce-variation-price
{
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 20px;
}
.adto-crt-sidebar .product-details-addtocrt-button
{
    margin: 0;
    flex-wrap: wrap;
}
.adto-crt-sidebar .product-details-addtocrt-button .added_to_cart.wc-forward
{
    width: 100%;
    justify-content: center;
    margin: 0;
    font-size: 20px;
}

/* 1-1-25 R */
/* 2-1-25 R */

.cart-collaterals ul#shipping_method .amount.woocommerce-Price-amount,
.woocommerce-checkout-review-order ul#shipping_method .amount.woocommerce-Price-amount
{
    font-weight: normal;
}
.product-details-page-main .product-details-countaint-section th.label,
.adto-crt-sidebar .add-to-cart-ctgory-adn-waight th.label
{
    display: none;
}
.product-details-page-main .product-details-countaint-section .variable-items-wrapper,
.adto-crt-sidebar .add-to-cart-ctgory-adn-waight ul
{
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.product-details-page-main .product-details-countaint-section .variable-items-wrapper li,
.adto-crt-sidebar .add-to-cart-ctgory-adn-waight ul li
{
    width: fit-content;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #acacac;
    margin-right: 12px;
    transition: all 0.5s;
    border-radius: 5px;
    background-color: #fff;
}
.product-details-page-main .product-details-countaint-section .variable-items-wrapper li.selected,
.adto-crt-sidebar .add-to-cart-ctgory-adn-waight ul li.selected
{
    background-color: #c2272d;
    border-color: #c2272d;
    color: #fff;
}
.adto-crt-sidebar .add-to-cart-ctgory-adn-waight ul
{
    justify-content: center;
    margin-bottom: 0;
}
.adto-crt-sidebar .add-to-cart-ctgory-adn-waight ul li
{
    margin: 7px 10px;
    padding: 10px 13px;
}
.adto-crt-sidebar .variations tr
{
    margin: 8px 0px;
}
.adto-crt-sidebar .slick-dots
{
    position: unset;
    margin-top: 10px;
}
.adto-crt-sidebar .slick-dots li
{
    margin: 0;
}
.adto-crt-sidebar .slick-dots li button
{
    background-color: transparent;
    border: 1px solid #222;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
}
.adto-crt-sidebar .slick-dots li button:before
{
    display: none;
}
.adto-crt-sidebar .slick-dots li.slick-active button
{
    background-color: #222;
}

/* 2-1-25 R */
/* 3-1-25 R */

.product-details-page-main .product-details-countaint-section .variable-items-wrapper li:before
{
    border-radius: 3px 3px 3px 0;
    z-index: 1;
}
.product-details-page-main .product-details-countaint-section .variable-items-wrapper li:after
{
    z-index: 1;
}
.product-details-page-main .product-details-countaint-section .variable-items-wrapper li:hover
{
    background-color: #c2272d;
    border-color: #c2272d;
    color: #fff;
}

/* 3-1-25 R */


.heading-main-nv.respomobile-texts p:last-child
{
    display: none;
}

/* 6-1-25 R */

.cart-main-custom .woocommerce-info a
{
    color: #c2272d;
}
.cart-main-custom .woocommerce-info a:hover
{
    text-decoration: underline;
}

.my-account-main-custom .woocommerce-orders-table.woocommerce-MyAccount-orders tbody td a.view
{
    color: #fff;
}

/* 6-1-25 R */


/* 09-01-25*/

.shipping-and-return {
    width: 100%;
    margin: auto;
    padding: 50px 0px;
    background-color: #f9f5f1;
}
/* 
.shipping-and-return-sec-frst {
    width: 100%;
    max-width:1400px;
    margin: auto;
    padding: 0px 19px;} */

    .shipping-and-return-sec-frst .pop-one h1{
        font-size: 38px;
        color: #212121;
        text-align:left;
        margin-bottom: 32px;
        font-family: 'Playfair Display';
    }
    
    .shipping-and-return-sec-frst  .pop-one h2 {
        font-family: 'Playfair Display';
        font-size: 30px;
        margin: 45px 0px 20px 0px;
    }

    .shipping-and-return-sec-frst .pop-one ul li,
    .privacy-policy-main-sec-frst .pop-one ul li
   {
        font-size: 18px;
        position: relative;
        padding: 0px 0px 10px 20px;
        letter-spacing: 1px;
        
    }

    .privacy-policy-main-sec-frst .pop-one ol li {
        font-size: 18px;
        padding: 0px 0px 10px 5px;
        letter-spacing: 1px;
    }
    .shipping-and-return-sec-frst .pop-one p,
    .privacy-policy-main-sec-frst .pop-one p
    {
        font-size: 18px;
       letter-spacing: 1px;
        margin: 8px 0px;
    }
    .shipping-and-return-sec-frst ul,
    .privacy-policy-main-sec-frst ul
   {
        list-style: none;
        padding-left: 5px;
    }

    .shipping-and-return-sec-frst ul li:before,
    .privacy-policy-main-sec-frst ul li:before{
      
        position: absolute;
        content: '';
        left: 0;
        top: 11px;
        width: 10px;
        height: 10px;
        background-color: #fbb03b;
        transform: rotate(45deg);
       
    }

/* 09-01-25*/
.pop-one.new-policy-s h6 {
    font-family: 'Playfair Display';
    color: #212121;
    text-align: left;
    font-size: 24px;
    margin: 15px 0;
}

.faq-banner-section.t-banner-cls .faq-banner-head img
{
    height: 100px;
    width: 100px;
}
.faq-banner-section.t-banner-cls .faq-banner-head 
{
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
    background-color: #00000040;
}
.faq-banner-section.t-banner-cls .faq-banner-head h1
{
    width: 100%;
}