/*MinervaModern Regular
font-family: "minerva-modern", sans-serif;
font-weight: 400;
font-style: normal;
MinervaModern Italic
font-family: "minerva-modern", sans-serif;
font-weight: 400;
font-style: italic;
MinervaModern Bold
font-family: "minerva-modern", sans-serif;
font-weight: 700;
font-style: normal;
MinervaModern BoldItalic
font-family: "minerva-modern", sans-serif;
font-weight: 700;
font-style: italic;*/
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

img {
    max-width: 100%;
}

ul, ol, li {
    margin: 0;
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.loginbox input:-webkit-autofill {
    background-color: transparent !important;
    background-clip: text !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important; 
}
.loginbox input:autofill {
    background-color: transparent !important;
    background-clip: text !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

:root {
    --theme-dark: #252525;
    --theme-color: #7C3101;
    --theme-color-light: #FFEBD8;
    --theme-regular-font: "minerva-modern", sans-serif;
}

body {
    font-family: var(--theme-regular-font);
    background: #fff;
    color: var(--theme-dark);
}

/*====================Topbar=====================*/
.topbar {
    background: #000000;
    color: #fff;
    padding: 8px 10px;
}

.topbar p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal;
}

.topbar p a {
    background: #fff;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 35px;
    margin-left: 10px;
}

/*====================Header=====================*/
.mr-12 {
    margin-right: 12px !important
}

.mr-22 {
    margin-right: 22px !important
}

.header {
    color: var(--default-color);
    background-color: #fff;
    padding: 12px 0;
    transition: all 0.5s;
    font-size: 14px;
    position: relative;
}

.header .logo img {
    max-height: 45px;
    margin-right: 0px;
}

.cmenu {
    height: auto;
    position: relative;
    font-weight: normal;
    -webkit-transition: all 0.5s ease-out;
    text-align: center;
}

.cmenu ul {
    margin: 0;
    padding: 0;
}

.cmenu ul li {
    list-style: none;
    display: inline-block;
}

.cmenu ul li a {
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
    color: #2A2A2A;
    padding: 5px 10px;
}

.cmenu ul li:hover a {
    color: var(--theme-dark);
}

.cmenu ul li a:after {
    content: "";
    background-color: var(--theme-dark);
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    height: 2px;
    margin: 0 auto;
    right: 0;
}

.cmenu ul li:hover a:after {
    opacity: 1;
    width: 80%;
}

.cmenu ul li.active a {
    color: var(--theme-dark);
}

.rmenubar, .clsebtn, .mysidenav {
    display: none;
}

.headersec.sticky {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    transition: all 0.3s ease-out;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 -6px 10px 5px rgb(0 0 0 / 25%);
}

.headersec.sticky ul li a, .headersec.innrpg ul li a {
    color: #1c1b1b
}

.icon {
    position: relative;
    font-size: 18px
}

.icon:hover {
    color: var(--theme-dark);
}

.icon sup {
    position: absolute;
    width: 16px;
    height: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(39, 48, 67, 1);
    border-radius: 50%;
    font-size: 8px;
    top: -8px;
    right: -8px;
    color: #fff;
}

.logsec{
 position: relative;   
}
.btn-login{
        padding: 12px 0;
}
.logindropdown {
    position: absolute;
    padding: 7px 20px;
    top: 28px;
    left: -40px;
    background: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    color: #07587e;
    font-weight: 500;
    letter-spacing: .02rem;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    width: 90px;
    box-shadow: 0px 4px 9px 0 #00000038;
}
.logindropdown::before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #171717;
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.logsec:hover .logindropdown{opacity: 1;
    visibility: visible;}

/*====================Banner Section=====================*/
.bnrimg {
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-image: url(../images/desk-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: 50%;
       
}

.bnrimg.login_bnr_img {
    padding: 30px 0 30px;min-height: 120vh;
}

.bnrimg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bnrcontent {
    color: #fff;
    position: relative;    /* left: 0; */

    /* right: 0; */
    margin: 0 auto;    /* top: 3%; */
    text-align: center;
}

.bnrcontent h1 {
    font-size: 13rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f6 30%, #939393 50%, #1d1d1b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    line-height: normal;
}

/*.bnrcontent h1:before {
content: "Welcome to";
font-size: 16px;
color: #fff;
position: absolute;
top: 11%;
left: 15px;
-webkit-text-fill-color: #fff;
}*/
p.error-message, #unsubscribeError {
    font-family: arial;
    font-size: 11px;
    line-height: 14px;
    padding: 0 1px 5px;
    color: #ff5555;
    letter-spacing: 1px;
    font-weight: 200;
}

.bnrcontent h1:after {
    content: "Rewards";
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 10%;
    right: 15px;
    -webkit-text-fill-color: #fff;
}

.bnrcontent p {
    margin-top: -20px;
    font-size: 16px;
    text-transform: capitalize;
}

.bnrproduct {
    position: relative;    /* left: 0; */

    /* right: 0; */
    margin: -4% auto 0px;
    display: block;    /* bottom: 15%; */
    text-align: center;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bnrproduct img {
    max-height: 320px;
    width: auto;
}

.button-3 {
    touch-action: manipulation;
    position: relative;
    border-radius: 50px;    /* background-color: #f70000;
    background-image: radial-gradient(75% 50% at 50% 0%, #f4fff5, transparent), radial-gradient(75% 35% at 50% 80%, #b20000, transparent);
    box-shadow: inset 0 -2px 4px 1px #b20000ab, inset 0 -4px 4px 1px #600f0fcc, inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px #b200004f, 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    color: #000000 !important;
    text-shadow: 0 1px 1px #b20000;*/
    transition-property: border-color, transform, background-color;
    transition-duration: 0.2s;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 90%;
    margin: 20px auto 15px;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    font-size: 20px;
    line-height: normal;
    padding: 15px 45px;
    width: fit-content;
    border: 1px solid #cfcfcf;
    background-color: #d0d0d0;
    background-image: radial-gradient(75% 50% at 50% 0%, #f4fff5, transparent), radial-gradient(75% 35% at 50% 80%, #bcbcbc, transparent);
    box-shadow: inset 0 -2px 4px 1px #8383837a, inset 0 -4px 4px 1px #7e7e7e38, inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px #706f6f36, 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    color: #313131;
    text-shadow: 0 1px 1px #a8a8a8;
}

.button-3:hover {
    color: #313131;
}

.button-3::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    width: 80%;
    height: 40%;
    background-image: linear-gradient(to bottom, #ffffff, transparent);
    opacity: 1;
}

.button-3:active {
    border-color: #cfcfcf;
    transform: scale(0.96);
    background-color: #d0d0d0;
}

.login_btn {
    touch-action: manipulation;
    position: relative;
    border-radius: 50px;    /* background-color: #f70000;
    background-image: radial-gradient(75% 50% at 50% 0%, #f4fff5, transparent), radial-gradient(75% 35% at 50% 80%, #b20000, transparent);
    box-shadow: inset 0 -2px 4px 1px #b20000ab, inset 0 -4px 4px 1px #600f0fcc, inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px #b200004f, 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    color: #000000 !important;
    text-shadow: 0 1px 1px #b20000;*/
    transition-property: border-color, transform, background-color;
    transition-duration: 0.2s;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 90%;
    margin: 20px auto 15px;    /* animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; */
    font-size: 20px;
    line-height: normal;
    padding: 15px 45px;
    width: fit-content;
    border: 1px solid #fff;
    background-color: #fff;
    background-image: radial-gradient(75% 50% at 50% 0%, #f4fff5, transparent), radial-gradient(75% 35% at 50% 80%, #bcbcbc, transparent);
    box-shadow: inset 0 -2px 4px 1px #8383837a, inset 0 -4px 4px 1px #7e7e7e38, inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px #706f6f36, 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    color: #313131;
    text-shadow: 0 1px 1px #a8a8a8;
}

.login_btn:hover {
    color: #313131;
}

.login_btn:active {
    border-color: #fff;
    transform: scale(0.96);
    background-color: #fff;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.9;
    }

}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }

}

/*====================Scroll Divider Section=====================*/
.dividerbar {
    background: rgba(39, 48, 67, 1);
    color: #fff;
    padding: 12px 0;
    overflow: hidden;
}

.dividerbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;    /*animation: scroll-left 30s linear infinite;*/
    flex-wrap: wrap;
}

.dividerbar ul li {
    list-style: none;
    margin: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 0px;
    font-size: 16px;
}

.dividerbar ul li span.dvdr {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    display: block;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%);
    }

}

/*====================Best Seller Section=====================*/
.best-seller {
    padding: 80px 0 20px;
}

.best-seller h2 {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
}

.best-seller p {
    font-size: 1rem
}

#unsubscribeSuccess {
    font-family: arial;
    font-size: 11px;
    line-height: 14px;
    padding: 0 1px 5px;
    color: #1e9800;
    letter-spacing: 1px;
    font-weight: 200;
}

.modalform input.unsubscribeSucessInput {
    border-color: #1e9800;
}

@media only screen and (max-width:991px) {

    /*========================Header======================*/
    .headersec.sticky {
        position: relative;
    }

    .cmenu ul li:after {
        display: none
    }

    .rmenubar {
        position: absolute;
        right: 20px;
        top: 14px;
        z-index: 99;
        display: block;
        font-size: 22px;
        background: transparent;
        padding: 0px;
        border-radius: 0;
        -webkit-transition: all 0.5s ease-out;
    }

    .clsebtn svg {
        width: 35px;
        height: 35px;
        position: absolute;
        right: 20px;
        top: 15px;
        z-index: 9999;
        color: #ce0000;
        opacity: 0;
        transition: 0.3s ease all;
        visibility: hidden;
        animation-name: slowup;
        animation-duration: 0.3s;
    }

    .headersec.sticky .rmenubar {
        top: 12px;
    }

    .cmenu ul.navopen .clsebtn i, .cmenu ul.navopen .clsebtn {
        display: block;
    }

    .cmenu ul.navopen .clsebtn svg {
        top: 32px;
        opacity: 1;
        visibility: visible;
    }

    .rmenubar a {
        color: #fff !important;
    }

    .headersec.sticky .rmenubar a {
        color: #1c1b1b !important
    }

    .headersec.sticky .commonbtn {
        margin-right: 25px;
    }

    .rmenubar a:hover, .rmenubar a:focus {
        color: #0a0a0a !important;
    }

    .search-panel {
        width: 85%;
        margin: 0 auto;
    }

    .mynavlayr {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: rgb(219 132 161 / 80%);
        display: none;
    }

    .cmenu {
        padding: 18px 20px;
    }

    .cmenu ul {
        position: fixed;
        top: 0px;
        left: -100vw;
        width: 80vw;
        height: 100%;
        z-index: 999;
        background: #ffffff;
        transition: 0.5s ease all;
        overflow-y: auto;
    }

    .cmenu ul.navopen {
        opacity: 1;
        visibility: visible;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        left: 0;
    }

    .cmenu ul li:nth-child(2) {
        padding-top: 160px;
    }

    .cmenu ul.navopen li {
        padding-left: 20px
    }

    .cmenu ul li {
        display: block;
        padding: 0;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .logo-mb {
        position: absolute;
        top: 28px;
        left: 35px;
    }

    .logo-mb img {
        width: auto;
        max-height: 51px
    }

    .cmenu ul li a {
        font-size: 20px;
        text-align: left;
        margin-left: 0;
        text-transform: capitalize;
    }

    .cmenu ul li a:after {
        display: none
    }

}

/*==========================================login section==========================================*/
.loginsec {
    height: auto;
    min-height: 100vh;
}

.loginsec .image {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.loginsec .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.loginsec h1 {
    margin-bottom: 1.5px;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1.167;
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f6 30%, #c3bebe 65%, #1d1d1b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.loginsec .container, .loginsec .row, .loginsec .bg-light-grey, .loginsec .bg-black {
    height: 100%
}

.contactsec h1 {
    margin-bottom: 45px
}

.loginsec p {
    font-size: 14px;
    margin-bottom: 15px;
}

.formbox {
    padding: 50px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 100vh;
    background: #000;
    position: relative;
}

.logo-login {
    margin: 10px auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 5%
}

.logo-login img {
    width: auto;
    max-height: 60px;
}

.formbox form {
    align-self: stretch;
}

.loginsec .form-field {
    margin-bottom: 15px;
}

.loginsec input, .loginsec textarea {
    -webkit-appearance: none;
    display: block;
    padding: 12px 20px;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    width: 100%;
    line-height: normal;
    resize: none;
    transition: border-color .1s ease-in-out;
    background: transparent;
    font-size: 16px;
    height: auto;
    background: #fff;
    border-radius: 0px;
}

/*.loginsec input:focus{background: transparent;border-color:#cfcfcf }*/
.loginsec .password-field {
    text-align: left;
    margin-top: 20px;
}

.forgot-password {
    position: relative;
}

.loginsec .password-field .forgot-password {
    margin: 0px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    text-decoration: underline rgba(204, 204, 204, 0.4) !important;
    color: rgb(204, 204, 204);
}

.formbtn {
    width: 100%;
    outline: none;
    border: 0;
    background: #0393b1;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 20px;
    line-height: normal;
    font-size: 18px;
    letter-spacing: 1px;
}

/* login page from */
.login_form_wrap {
    height: 210px;
    width: 500px;
    background: transparent;
    margin: 30px auto;
    padding: 30px 20px;
    outline: none;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    top: 50%;
}

.login_form_wrap h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    font-family: "minerva-modern", sans-serif;
    color: #fff;
    margin-bottom: 30px;
}

.login_form_wrap.active {
    visibility: visible;
    opacity: 1;
    top: 68%;
    transition: all 0.5s ease;
}

.login_popup {
    transition: opacity 0.3s ease;
}

.login_popup.hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;    /* Disable clicks */
}

button.login_submit {
    position: absolute;
    width: 40px;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    right: 10px;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

button.login_submit:hover {
    transform: scale(1.2);
    transition: all 0.3s ease;
}
#login_i {
    padding-right: 50px;
}

/* Input form Style */
.input_wrap input[type="text"] {
    line-height: 20px;
    border: none;
    border-radius: 5px;    /* height: 53px; */
    color: #ffffff;
    font-size: 20px;
    padding-left: 17px;
    box-shadow: none;
    background: transparent;
    width: 100%;
    position: absolute;
    width: 100%;
    height: 79%;
    bottom: 0;
    left: 0;
    font-family: arial;
}

/* Label style after Input feild is in focus. Can also use input:focus ~ label to select sibling. */
input:focus+label, input:valid+label {
    font-size: 12px;
    line-height: 20px;
    color: #afbdcf;
    top: 9px;
    left: 16px;
    background: transparent;
    padding: 0;
    height: auto;
}

.input_wrap {
    width: auto;
    height: auto;
    position: relative;
    border: 1px solid #ffffff;
    padding: 33px 12px 0;
    height: 65px;
    border-radius: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    overflow: hidden;
}

.input_wrap label {
    font-family: arial;
    font-size: 20px;
    line-height: 63px;
    color: #ffffff;
    padding: 0px 15px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
    height: 100%;
}

input[type="text"]:focus {
    outline: none;
}

input:focus button.login_submit {
    height: 79%;
    padding-top: 5%;
}

.input_wrap.error {
    border-color: #da3838;
    animation-name: shake;
    -webkit-animation-name: shake;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }

    20%, 60% {
        transform: translate3d(-3px, 0, 0);
    }

    40%, 80% {
        transform: translate3d(3px, 0, 0);
    }

}

@-webkit-keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }

    20%, 60% {
        transform: translate3d(-3px, 0, 0);
    }

    40%, 80% {
        transform: translate3d(3px, 0, 0);
    }

}

.input_wrap.no-error {
    border-color: #00ea00;
}


@media screen and (max-width:991px) {
    .bnrcontent h1 {
        font-size: 10rem;
    }

    .cmenu ul li a {
        font-size: 20px !important;
    }

}

@media screen and (max-width:768px) {
    .bnrcontent h1 {
        font-size: 8rem;
    }

    .bnrproduct {
        margin: -5% auto 0px;
    }

}

@media screen and (max-width:575px) {
    .best_seller_slider .slick-list, .vitamins_supl .slick-list, .skin_care .slick-list {
        padding: 0px 25px 0px 0px !important;
    }

    .best_seller_slider .custom-prev {
        left: unset !important;
        top: -13%;
        right: 12%;
    }

    .best_seller_slider .custom-next {
        left: unset !important;
        top: -13%;
        right: -5%;
    }

    .bnrcontent h1 {
        font-size: 6rem;
    }

    .bnrcontent h1:after {
        font-size: 15px;
        bottom: -3%;
        right: 6px;
    }

    .bnrproduct {
        margin: -7% auto 0px;
    }

    .bnrimg {
        padding: 40px 0 0;
    }

    .login_form_wrap h2 {
        font-size: 1.4rem;
    }

    .input_wrap {
        width: 300px;
        margin: 0 auto;
        height: 60px;
        padding: 33px 44px 0 12px;
    }

    .input_wrap input[type="text"], .input_wrap label {
        font-size: 15px;
    }

    input:valid+label {
        font-size: 10px;
    }

    button.login_submit {
        right: 6px;
        font-size: 26px;
    }

}

@media screen and (max-width:500px) {
    .bnrcontent h1:after {
        font-size: 15px;
        bottom: -8%;
        right: 6px;
    }

}

@media screen and (max-width:425px) {
    .bnrproduct {
        margin: -2% auto 0px;
    }

    .bnrcontent h1 {
        font-size: 4rem;
    }

    .bnrcontent h1:after {
        font-size: 12px;
        bottom: -2%;
        right: 2px;
    }

    .bnrproduct img {
        max-height: 200px;
    }

}

/* @media screen and (max-width: 575px) { 
   .bnrproduct {
bottom: 16%;
}
.bnrcontent h1 {
font-size: 8rem;
}
}

@media screen and (max-width: 992px) { 
   .bnrproduct {
bottom: 28%;
}
.bnrcontent h1 {
font-size: 13rem;
}
}
@media screen and (max-width: 1200px) { 
   .bnrproduct {
bottom: 24%;
}
}
@media screen and (max-width: 1440px) { 
   .bnrproduct {
bottom: 36%;
}
}

@media screen and (max-width: 1600px){
.bnrproduct {
bottom: 8%;
}
}
@media screen and (min-width: 2000px) and (max-width: 2560px) { 
   .bnrproduct {
bottom: -38%;
}
} */

/* best seller css */

.bs_product_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;    /* min-height: 700px; */
    margin: 0;    /* padding: 135px 0 0; */
}

.prdcontent {

    /* display: flex; */

    /* padding: 9px 22px; */
    text-align: left;
    padding: 14px 0px 0;
}

/* .product-card {
background-color: #ffffff;
text-align: center;
border-radius: 8px;
box-shadow: 0px 4px 9px 0 #00000038;
position: relative;
padding-top: 177px;
} */
.product-card {
    background-color: #ffffff;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 4px 9px 0 #00000038;
    position: relative;    /* padding-top: 177px; */
    padding: 18px 18px;
    min-height: 578px;
}

.product-card p {
    height: 100px;
    overflow: auto;
}

.product-card p::-webkit-scrollbar {
    width: 3px
}

.product-card p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #fff
}

.product-card p::-webkit-scrollbar-thumb {
    background-color: #f9f9f9
}

/* .prdimg {
width: 90%;
height: 300px;
overflow: hidden;
border-radius: 10px;
background-color:  #e4e4e4; 
display: flex;
justify-content: center;
align-items: center;
margin-bottom: -44%;
position: absolute;
top: -128px;
left: 50%;
transform: translateX(-50%);
} */
.prdimg {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.best_seller_slider .slick-slide:nth-child(odd) .prdimg {
    background-color: #f2f4ff;
}

.best_seller_slider .slick-slide:nth-child(even) .prdimg {
    background-color: #fdf8db;
}

.slick-dots li button:before {
    font-size: 12px;
}

.prdimg img {
    max-width: 100%;
    height: 250px;
}

a.shop-bag i {
    color: #fff;
    font-size: 14px;
    line-height: 12px;
}

a.shop-bag {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.best_seller_slider .slick-slide {
    margin: 15px 15px 20px;
}

.custom-prev, .custom-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 38px;
    height: 38px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;    /* border-radius: 50%; */
    padding: 6px;
    outline: none;
    background-color: #fff;    /* border: 1px solid #000;  */
    z-index: 5;opacity: 0.7;
}
.custom-prev.slick-arrow.slick-disabled, .custom-next.slick-arrow.slick-disabled {
    opacity: .3;
}
.best_seller_slider .custom-prev {
    left: -6%;
}

.best_seller_slider .custom-next {
    right: -6%;
}



.best_seller_slider .slick-prev:hover, .best_seller_slider .slick-next:hover {
    color: #000000db;
    outline: none;
    background: #e1cfcfa1;
}

/* .best-seller-content{
margin-top: 7rem;
} */
.prdcontent h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}

.price-cart {
    margin: 10px 0;
}

.prdcontent h6 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

span.img_level {
    display: inline-flex;
    text-transform: capitalize;
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 43px;
    line-height: 12px;
    position: absolute;
    left: 2%;
    top: 10%;
    transform: rotate(270deg);
}

span.favourite-item {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background: #ffffff00;
    display: flex;
    border: 1px solid #000;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 8%;
    top: 6%;
    padding: 3px 0 0 0;
    cursor: pointer;
}

span.favourite-item i {
    line-height: normal;
    font-size: 15px;
}

.rvw-star {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 2px;
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
    color: var(--theme-dark);
    background-color: #e4e4e4;
    padding: 4px 5px;
    border-radius: 14px;
}

.rvw-star i {
    color: #fad105; font-size: 10px;
}

/* vitamin product css */
.vitamins_supl {
    padding: 40px 0;
}

.vit_slider {
    margin: 20px 0;
}

.vitamins_supl h2 {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
}

.shop_now {
    background-color: var(--theme-dark);
    color: #fff;
    font-size: 18px;
    line-height: normal;
    padding: 13px 28px;
    transition: all 1s;
    text-transform: uppercase;
    text-align: center
}

.shop_now:hover {
    color: #fff;
    box-shadow: 0px 4px 6px 0px #0000007a;
}

.vit_slider .slick-slide {
    margin: 15px 10px 20px;
}

.vit_slider .custom-prev {
    left: -36px;
}

.vit_slider .custom-next {
    right: -36px;
}


/* beauty slider */
.skin_care {
    padding: 40px 0;
}

.beauty_slider .slick-slide {
    margin: 15px 10px 20px;
}

.beauty_slider {
    margin: 20px 0;
}

.beauty_slider .slick-slide:nth-child(3n+1) .prdimg, .vit_slider .slick-slide:nth-child(3n+1) .prdimg {
    background-color: #f6f6f6; /* Color 1 */
}

.beauty_slider .slick-slide:nth-child(3n+2)  .prdimg, .vit_slider .slick-slide:nth-child(3n+2) .prdimg {
    background-color: #fdf8db; /* Color 2 */
}

.beauty_slider .slick-slide:nth-child(3n)  .prdimg, .vit_slider .slick-slide:nth-child(3n) .prdimg {
    background-color: #f2f4ff; /* Color 3 */
}

.skin_care h2 {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
}

.beauty_slider .custom-prev {
    left: -36px;
}

.beauty_slider .custom-next {
    right: -36px;
}

/* trusted review start */
.trust_rvw {
    background: linear-gradient(to bottom, #000000 0%, #5b5b5b 100%);
}

.trust_rvw h2 {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.trust_rvw {
    color: #fff;
    padding: 3rem 0;
}

.rvw_content h3 {
    font-size: 2.8rem;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.ylo-star i {
    color: #fad105;
}

.rvw_content p {
    font-size: 1rem;
}

.rat_ing {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.btn-send {
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    padding: 15px 45px;
    border: 1px solid #cfcfcf;
    background-color: #d0d0d0;
    background-image: radial-gradient(75% 50% at 50% 0%, #f4fff5, transparent), radial-gradient(75% 35% at 50% 80%, #bcbcbc, transparent);
    box-shadow: inset 0 -2px 4px 1px #8383837a, inset 0 -4px 4px 1px #7e7e7e38, inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px #706f6f36, 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    color: #313131;
    text-shadow: 0 1px 1px #a8a8a8;
    margin-top: 12px;
}

.trust_rvw h4 {
    font-size: 2.5rem;
}

.trust_rvw form {
    padding: 10px;
    margin: 0 auto;
}

.trust_rvw form input[type=text], .trust_rvw form input[type=email] {
    background: #FFF;
    border: 1px solid #a7abad;
    color: #222;
    height: 32px;
    line-height: 34px;
    width: 100%;
    font-size: 16px !important;
    padding: 18px 8px !important;
    outline: 0;
    font-family: inherit;
    font-weight: 400;
    box-sizing: border-box;
}

.trust_rvw form textarea {
    background: #FFF;
    border: 1px solid #a7abad;
    color: #222;
    height: 90px !important;
    font-size: 16px !important;
    padding: 5px 8px !important;
}

.trust_rvw form label {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 4px !important;
}

.form-wrapper {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.form-part {
    flex: 1;
    margin-bottom: 6px;
}

.trust_rvw button:hover {
    background: #f2f5f7 !important;
}

/* trusted review end */

/* footer start */
.footer {
    background-color: #000;
    padding: 40px 0 26px;
    color: #fff;
    line-height: 30px;
}

.footer ul li h4 a {
    font-size: 1.8rem;
    font-weight: 600;
}

.footer ul li {
    padding-bottom: .3rem;
}

.footer ul li a, .footer ul li, .reserve-rt {
    font-size: 1rem;
    color: #fff;
}

.footer-top {
    padding-bottom: 40px;
}

.footer-top h4 {
    margin-bottom: .6rem;
}

.footer-bottom {
    border-top: 1px solid #424242;
    padding: 1rem 0 0 0;
}

.privacy_policy {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.reserve-rt {
    font-weight: 300;
    color: #f8f8f6;
}

/* .social-icons{
  margin-top: .6rem;
 
}
.social-icons a i{
 color: #fff;
}
.social-icons a {
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background: #ffffff00;
  display: flex;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
 }
 .x-twitter svg{
     width: 14px;
     height: 14px;
     fill: #fff;
 } */

/* .x-twitter svg path{
    fill: #fff;
} */

/* footer end */

/* modal start */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 38px;
    border-radius: 0;
    width: 83%;
    max-width: 570px;
    position: relative;
    min-height: auto;    /* height: 100%; */
    border: 1px solid #00000080;
}

.modal-content p {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    margin: 6px 0 0 0;
    font-family: Tahoma, Geneva, sans-serif;
}

/* .close {
color: #ffffff;
font-size: 20px;
cursor: pointer;
display: flex;
border: 1.5px solid #ffffff;
border-radius: 50%;
width: 28px;
height: 28px;
text-align: right;
position: absolute;
right: -2%;
align-items: center;
justify-content: center;
top: -11px;
background: #000000;
font-weight: bold;
z-index: 11;
} */
.close {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #FFF;
    background-color: #333;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.close svg {
    width: 18px;
    height: 18px;
}

.close:hover, .close:focus {
    color: #b7b7b7;
    text-decoration: none;
}

.modal-content h2 {
    font-size: 22px;
    margin: 0 0 10px 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 700;
}

.modal_body {
    padding: 0px 0;
    position: relative;
    z-index: 55
}

.modal_body a {
    color: blue;
    margin: 10px auto;
}

.modal_body h4 span, .modal_body a span {
    color: black;
    margin: 10px auto;
}

.modal-content::after {
    position: absolute;
    content: '';
    border: 1px solid #a39e9e;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 28px;
}

.modalform{display: flex;justify-content: space-between;align-items: center;}
.modalform input.unsubscribeErrorInput {
    border-color: #da3838;
    animation-name: shake;
    -webkit-animation-name: shake;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.modalform  input{width: 70%;       margin: 0 !important;}
.modalform  button {
    width: 28%;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px;
    margin: 0;
    border-radius: 0;
    background-color: var(--theme-dark);
    border-color: var(--theme-dark);
}
.modalform  button:hover, .modalform  button:active, .modalform  button:focus{background-color: var(--theme-dark) !important;
    border-color: var(--theme-dark) !important;box-shadow: none !important;}
/*===================================Product details===================================*/
.product-details {
    padding: 80px 0;
}

.product-details h4 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.product-img {
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.product-img img {
    object-fit: contain;
    max-height: 400px;
}

.product-details ul {
    padding-left: 12px;
    margin-top: 10px;
}

.product-details ul.abtprdct {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    list-style: none;
    padding-left: 12px;
}

.product-details ul.abtprdct li {
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
}

.product-details ul.abtprdct li::before {
    content: "\2022";
    color: var(--theme-dark);
    font-weight: bold;
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    left: -12px;
}

.pdvdr {
    width: 100%;
    height: 1px;
    background: #E7E6E6;
    margin: 20px auto 15px;
}

.product-details h6 {
    font-size: 17px;
    font-weight: 600;
    margin-right: 20px
}

.product-details h5 {
    margin-right: 15px;
    font-weight: 600;
}

.quantitybx {
    margin-top: 8px;
    margin-bottom: 12px
}

.quantitybx form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0;
}

.qty {
    width: 60px !important;
    height: 27px !important;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #12121236 !important;
    font-size: 15px !important;
    margin: 0 10px;
}

input.qtyplus, input.qtyminus {
    border: 0;
    font-size: 18px;
    color: #6f6f6f;
    height: 27px;
    background: transparent;
    margin: 0;
    padding: 0px 5px;
    width: fit-content;
}
input.qtyplus:hover, input.qtyminus:hover{background-color: transparent;}
.packagebx h5 {
    font-size: 22px;
    font-weight: 600;
    margin-right: 15px;
    letter-spacing: -1px;
    color: var(--theme-dark);
}
/*===================================CART===================================*/
.cartsec {padding: 5rem 0;}
.cartsec h2{
    font-size: 2.8rem;
    margin-bottom: 1.8rem;
    font-weight: 600;
}
.cartsec table.carttable{
    width: 100%;
    border-collapse: collapse;border-bottom: 1px solid #E7E6E6;
}
.cartsec table.carttable th{font-size: 20px;}
.cartsec table.carttable th, .cartsec table.carttable td{padding: 8px 0;}

.cartsec table.carttable tr td{width: 20%;}
.cartsec table.carttable tr td:first-child{width: 16%;}
.cartsec table.carttable tr td:nth-child(2){width: 40%;}
.cartsec table.carttable tr td:last-child{width: 4%;}
.cartbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E7E6E6;
    padding: 10px 0;
}
/* .cartbox:last-child{border-bottom: 0} */
.cartbox .product-name h4, .cartsec table .product-name h4{font-size: 1.2rem;font-weight: 500;}
.cartbox .price, .cartsec table .price{margin-right: 8px;}
.cartbox .cartimg, .cartsec table .cartimg {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 10px;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cartbox .quantitybx, .cartsec table .quantitybx{
    margin-top: 0px;
    margin-bottom: 0px;
}
.cartbox .cartimg img, .cartsec table .cartimg img{width: 100%;height: 100%;object-fit: contain;}
.cartbox .closeicon,  .cartsec table .closeicon{font-size: 18px;}
.cartbox .pdvdr{    margin: 15px auto 15px;}

.cart-summary {
    width: 100%;
    height: 100%;
    background-color: #f2f4ff;
    border-radius: 8px;
    box-shadow: 0px 4px 9px 0 #00000038;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cart-summary h3{    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;}
.table-warpper table{width: 100%;border-collapse: collapse;}
.table-warpper table td{    padding: 8px 0;}
.table-warpper table tr:last-child{border-top: 1px solid #000;}
.cart-summary .shop_now{
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
}
.no-item-cart{
    border: 1px dashed #000;
    padding: 12px 15px;
}
.no-item-cart p{    font-size: 18px;}
/*===================================CHECKOUT===================================*/
.checkoutsec {padding: 5rem 0;}
.checkoutsec h4 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
    font-weight: 600;
}
.checkoutsec form{padding:0}
.checkoutsec input, .checkoutsec select, .modalform  input{
    margin-bottom: 12px;
    padding: 10px 15px;
    height: auto;
    border-radius: 0;
    font-size: 13px;
    border: 1px solid #a7abad;
    color: #6c757d;
}
.checkoutsec select:focus, .modalform  input:focus{box-shadow: none;border-color:  var(--theme-dark);}
.checkoutsec input.no-error,.checkoutsec select.no-error{color: #000;}
.cardsec p{    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;}
.cardsec p img{
    max-height: 42px;
    margin-left: 10px;
}
.checkoutsec .shop_now {
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
}
.checkoutsec input,.checkoutsec select{padding-right: 25px !important;}
.form-select:focus{box-shadow: none;border-color: #a7abad;}
/*===================================THANKYOU===================================*/
.thankusec{
    padding: 5rem 0;
}
.thankusec .thankbox{
    padding: 40px 25px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 4px 9px 0 #00000038;
}
.thankbox h4{
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.thankbox h6{
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.thankbox a{color: #007fbf;}
/* modal end */
@media only screen and (min-width:1400px) {
    .bnrproduct {
        margin: -3% auto 0px;
    }

}

@media only screen and (min-width:1800px) {
    .bnrproduct {
        margin: -1% auto 0px;
    }

    .best-seller p, .prdcontent p, .trust_rvw p, .footer ul li a, .footer ul li, .reserve-rt {
        font-size: 1.4rem;
    }

    .cmenu ul li a {
        font-size: 16px;
    }

}

@media only screen and (max-width:1199px) {
    .cmenu ul li a {
        font-size: 12px;
        padding: 5px 7px;
    }

    .trust_rvw h2 {
        font-size: 3rem;
    }

    .shop_now {
    font-size: 15px;
    padding: 13px 20px;
   }

}

@media only screen and (max-width:991px) {
    .best-seller h2, .skin_care h2, .vitamins_supl h2 {
        font-size: 2.5rem;
    }

    .cmenu {
        padding: 18px 0;
    }

    .trust_rvw h2 {
        font-size: 2.5rem;
    }

    .footer-top h4 {
        margin: .6rem 0;
    }

    .best_seller_slider .slick-slide {
        margin: 15px 10px 20px;
    }

    .prdcontent h4 {
        font-size: 20px;
    }

    .prdcontent h6 {
        font-size: 18px;
    }

    .rvw-star {
        font-size: 12px;
    }

    .best-seller {
        padding: 35px 0 0;
    }

    .cmenu {
        padding: 18px 0;
    }

    .best_seller_slider .prdimg img {
        max-width: 100%;
        height: 190px;
    }

    .skin_care h2, .vitamins_supl h2 {
        font-size: 3rem;
        text-align: center;
    }

    .best-seller-content {
        margin-top: 0;
    }

    .dividerbar ul {
        justify-content: center;
    }

    .dividerbar ul li:nth-last-child(-n+2) {
        display: none;
    }

    .dividerbar ul li {
        margin: 0 13px;
        margin-right: 0px;
    }
    .shop_now {
    font-size: 13px;
    } 
    .checkoutsec, .cartsec {padding: 3rem 0;}
    .checkoutsec h4{font-size: 1.5rem;}
    .bnrimg.login_bnr_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bnrimg.login_bnr_img h1{        margin-bottom: 4rem;}
.bnrimg.login_bnr_img .bnrproduct img{margin-bottom: 2rem;}
.bnrimg.login_bnr_img .bnrcontent h1:after{    bottom: 1%;}
.search-box{padding-right:20px}
}
@media only screen and (max-width:767px){
    
.prod-bnrsec .bnrimg{        padding: 40px 0 40px;}
  .product-details h6 {
    font-size: 15px;
    margin-right: 15px;
    } 
    .product-details h5 {
    margin-right: 10px;
    font-size: 15px;
} 
.product-details {
    padding: 50px 0;
}
.shop_now {
    font-size: 12px;
    padding: 13px 15px;
}

.checkoutsec, .cartsec {padding: 2rem 0;}
.cartbox .product-name h4 {
    font-size: 0.938rem;
}
.cartbox .cartimg{    width: 85px;
    height: 85px;    min-width: 15%;}

.product-name{width: 30%;}
.cartsec h2 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}
.cart-summary h3{font-size: 1.5rem;}
.cartsec table th {
    font-size: 16px;
}
.cartbox .product-name h4, .cartsec table .product-name h4 {
    font-size: 0.938rem;
    font-weight: 500;
}
.cartbox .price, .cartsec table .price h5 {
    margin-right: 8px;        font-size: 0.938rem;
}
.cart-summary {    margin-top: 1rem;}
.cartbox .cartimg, .cartsec table .cartimg{
    width: 85px;
    height: 85px;
}
.cartsec table.carttable th {
    font-size: 16px;
}
.modalform  input {
    width: 65%;
    margin: 0;
    padding: 8px 15px;
}
.modalform  button{    width: 33%;    padding: 8px 15px;font-size: 14px;}
.bnrimg.login_bnr_img .bnrcontent h1:after{        bottom: -5%;}
p.error-message{    max-width: 80%;
    margin: 0 auto;}
.logo-mb{padding:0 !important}

}
@media only screen and (max-width:767px) and (min-width:576px) {
    .cmenu {
        padding: 18px 0;
    }

    .trust_rvw h2 {
        font-size: 2.5rem;
    }

    .footer-top h4 {
        margin: .6rem 0;
    }

    .best_seller_slider .slick-slide {
        margin: 15px 10px 20px;
    }

    .prdimg {

        /* width: 90%; */
        height: 227px;    /* margin-bottom: -45%; */
    }

    .best_seller_slider .custom-prev {
        left: -9%;
    }

    .best_seller_slider .custom-next {
        right: -9%;
    }

    .prdcontent h4 {
        font-size: 20px;
    }

    .prdcontent h6 {
        font-size: 18px;
    }

    .rvw-star {
        font-size: 12px;
    }

    .best-seller {
        padding: 35px 0 0;
    }

    .bs_product_wrapper p {
        font-size: .75rem;
    }

    .cmenu {
        padding: 18px 0;
    }

    .product-card {
        min-height: 450px;
    }

    .product-card p {
        height: 58px;
    }

    .prdimg img {
        height: 180px;
    }

    .skin_care h2, .vitamins_supl h2 {
        font-size: 3rem;
        text-align: center;
    }

    .trust_rvw h2 {
        text-align: center;
        margin-bottom: 1rem;
    }

    .skin_care, .vitamins_supl {
        padding: 30px 0 10px;
    }

    /* .product-card {
      padding-top: 103px;
    } */
    .dividerbar ul {
        justify-content: center;
    }

    .dividerbar ul li {
        margin: 0 13px;
        margin-right: 0px;
    }

    .dividerbar ul li:nth-last-child(-n+4) {
        display: none;
    }

}

@media only screen and (max-width:575px) and (min-width:481px) {
    .cmenu {
        padding: 18px 0;
    }

    .product-card {
        min-height: unset;
    }

    .best_seller_slider .slick-slide {
        margin: 15px 10px 20px;
    }

    .best-seller {
        padding: 26px 0 0;
    }

    .prdimg img {
        height: 184px;
    }

    .prdcontent h4 {
        font-size: 20px;
    }

    .prdcontent h6 {
        font-size: 17px;
    }

    .best-seller p, .vit_slider p, .beauty_slider p {
        font-size: .8rem;
    }

    .rvw-star {
        font-size: 12px;
    }

    .beauty_slider .wrap-box {
        padding-top: 140px;
    }

    .skin_care h2, .vitamins_supl h2, .trust_rvw h2 {
        text-align: center;
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }

    .dividerbar ul {
        justify-content: center;
    }

    .dividerbar ul li:nth-last-child(-n+6) {
        display: none;
    }

}

@media only screen and (max-width:480px) {
    .cmenu {
        padding: 18px 0;
    }

    /* .product-card {
      padding-top: 170px;
    } */
    .skin_care h2, .vitamins_supl h2, .trust_rvw h2 {
        text-align: center;
        font-size: 2.1rem;
        margin-bottom: 1rem;
    }

    .best-seller {
        padding: 40px 0 10px;
    }

    .product-card {
        min-height: unset;
    }

    .vitamins_supl, .skin_care {
        padding: 24px 0;
    }

    .privacy_policy {
        gap: 9px;
    }

    .dividerbar ul li {
        margin: 0 12px;
        margin-right: 0px;
    }

    .dividerbar ul {
        justify-content: center;
    }

    .dividerbar ul li:nth-last-child(-n+6) {
        display: none;
    }

}


@media only screen and (max-width:1400px) {
    .prdcontent h6 {
        font-size: 18px;
    }
    .cmenu ul li a{    font-size: 12px;}

}

@media only screen and (min-width:1800px) {
    .best_seller_slider .custom-prev, .best_seller_slider .custom-next {
        top: 60%;
    }

}
@media only screen and (max-width:375px) { 
    .rvw-star i {
        font-size: 7px;
    }
    .prdcontent h6 {
        font-size: 17px;
    }
}
.mailError{
    text-align: center;
    color: #f42900;
        font-size: 20px;
}

.mailSuccess{
    text-align: center;
    color: #1e9800;
        font-size: 20px;
}
