@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Nunito:wght@400;500;600;700&display=swap');
body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #2f2f2f;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

table,
tr,
td {
    border: 0;
}

a {
    outline: none;
    color: #333;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
    width: 1166px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide-desk,
.show-mob {
    display: none;
}

/*===========Banner=============*/

.banner {
    float: left;
    width: 100%;
    background: #fff9ed;
    padding: 30px 0 60px;
    border-bottom: 2px solid #dbb05f;
}

.bnr-lft {
    float: left;
    width: 52%;
    text-align: left;
    margin-top: 70px
}

.bnr-hding {
    font-family: 'Arvo', serif;
    font-size: 55px;
    line-height: 76px;
    color: #021014;
    float: left;
    width: 100%;
}

.bnr-hding span {
    color: #fff;
    background: #dbb05f;
    border-radius: 50px;
    padding: 0px 13px 0;
}

.bnr-txt {
    font-size: 22px;
    line-height: 32px;
    color: #021014;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.button_box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 194px;
    margin-top: 40px;
}

.shop_button,
#browse,
.continue-brwbtn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 52px;
    background: #fff;
    border: 1px solid #dbb05f;
    border-radius: 50px;
    font-size: 16px;
    line-height: 52px;
    color: #000000;
    font-family: 'Arvo', serif;
    text-align: center;
    text-transform: capitalize;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
}

.shop_button img {
    float: right;
    margin: 10px 11px 0 0;
}

.bnr-model {
    float: right;
    margin: 0 0 0 0;
    max-width: 100%;
    border-radius: 16px;
}

.bnr-prds {
    position: absolute;
    top: 205px;
    right: 50px;
    max-width: 330px;
}

/*===========section1=============*/

.section1 {
    float: left;
    width: 100%;
    background: #fff9ed;
    padding: 60px 0;
}

.s1-model {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
}

.s1-lft {
    float: left;
    width: 66.58%;
    text-align: left;
}

.comn-hding {
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    color: #021014;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
}

.comn-hding span {
    display: block;
    font-family: 'Arvo', serif;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
}

.comn-txt {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: #021014;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.white {
    color: #fff;
}

.s1-prd {
    float: left;
    margin: 25px 0 0 0;
    max-width: 100%;
}

.s1-rgt {
    float: right;
    width: 70%;
    text-align: center;
    margin-top: 60px;
}

ul.s1-list {
    margin: 0 0 0 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

ul.s1-list li {
    float: left;
    width: 49%;
    text-align: left;
    padding: 20px 20px;
    background: #000;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

ul.s1-list li img {
    display: block;
    margin: 0 0;
    ;
    max-width: 100%;
}

ul.s1-list li span {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Arvo', serif;
    margin-bottom: 10px;
}

ul.s1-list li:last-child {}

/*===========strip=============*/

/*===========strip2=============*/

/*===========section2=============*/

.section2 {
    float: left;
    width: 100%;
    background: #f9eacd;
    padding: 60px 0;
    text-align: left;
}

.s2-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: left;
    width: 100%;
    gap: 20px;
    margin-top: 40px;
}

.s2-col {
    width: 32%;
    padding: 0 0px;
    text-align: center;
}
.s4-col{
    width: 24%;
    padding: 0 0px;
    text-align: center;
}
.prds {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.prd-name {
    font-size: 22px;
    line-height: 32px;
    color: #dbb05f;
    margin-top: 0px;
    font-weight: 600;
}

.prd-prci {
    font-size: 23px;
    line-height: 30px;
    color: #101212;
    margin-top: 10px;
}

.s2-col .button_box {
    margin-top: 15px;
}

.s2-model1,
.s2-model2 {
    display: block;
    margin: -50px auto 0;
    max-width: 100%;
}

.s2-model2 {
    margin: -10px auto 0;
}

/*===========section3=============*/

.section3 {
    float: left;
    width: 100%;
    background: #fff9ed;
    padding: 60px 0;
    text-align: center;
}

.s3-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    float: left;
    width: 100%;
}

.s3-col {
    width: 32%;
    text-align: center;
}

.s3-col img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border-bottom: 5px solid #374948;
    border-radius: 54px;
}

.s3-col span {
    font-family: 'Arvo', serif;
    display: block;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #172328;
    margin: 10px 0;
    text-transform: capitalize;
}

.s3-col p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #172328;
    margin-top: 10px;
    padding: 0 25px;
}

/*===========section4=============*/

/* MEDIA START */

@media only screen and (max-width:1185px) {
    .container {
        width: 980px;
    }
    .hide-1024 {
        display: none;
    }
    .bnr-hding {
        font-size: 48px;
        line-height: 60px;
    }
    .comn-hding {
        font-size: 47px;
        line-height: 56px;
    }
    .s1-model {
        width: 323px;
    }
    .s1-rgt {
        width: 63%;
    }
    ul.s1-list li {
        padding: 15px;
        font-size: 17px;
        line-height: 27px;
    }
    ul.s1-list li span {
        display: block;
        font-size: 19px;
    }
    .stip-model {
        width: 360px;
    }
    ul.stp-list {
        padding: 0 0;
    }
    .section3 {
        padding: 0 0 60px;
    }
    .s4-model {
        top: -65px;
        width: 400px;
    }
}

@media only screen and (max-width:1023px) {
    .container {
        width: 730px;
    }
    .hide-tab {
        display: none;
    }
    .show-tab {
        display: block;
    }
    .banner {
        padding: 20px 0 40px;
    }
    .bnr-hding {
        font-size: 44px;
        line-height: 50px;
    }
    .bnr-txt {
        font-size: 19px;
        line-height: 28px;
        margin-top: 7px;
    }
    .bnr-model {
        width: 348px;
    }
    .bnr-prds {
        top: 211px;
        right: 31px;
        width: 293px;
    }
    .section1 {
        padding: 50px 0;
    }
    .comn-hding {
        font-size: 36px;
        line-height: 44px;
    }
    .s1-model {
        width: 249px;
    }
    .comn-txt {
        font-size: 18px;
        line-height: 30px;
        margin-top: 10px;
    }
    .s1-prd {
        width: 167px;
    }
    .s1-rgt {
        margin-top: 27px;
    }
    ul.s1-list li {
        padding: 22px;
    }
    ul.s1-list li img {
        width: 45px;
    }
    ul.s1-list li p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 3px;
    }
    .strip {
        padding: 40px 0 30px;
    }
    .stip-model {
        width: 279px;
    }
    ul.stp-list li {
        padding: 0 15px;
    }
    ul.stp-list li div {
        width: 50px;
        height: 50px;
        font-size: 22px;
        line-height: 39px;
    }
    ul.stp-list li h1 {
        font-size: 22px;
        line-height: 26px;
    }
    ul.stp-list li p {
        font-size: 18px;
        line-height: 27px;
        margin-top: 10px;
    }
    .section2 {
        padding: 50px 0;
    }
    .s2-model1,
    .s2-model2 {
        margin: 0 auto 0;
    }
    .prd-name {
        font-size: 16px;
        line-height: 24px;
    }
    .prd-prci {
        font-size: 20px;
        line-height: 28px;
    }
    .s2-col .shop_button img {
        margin: 15px 11px 0 0;
        width: 39px;
    }
    .section3 {
        padding: 0 0 50px;
    }
    .s3-col h1 {
        font-size: 20px;
        line-height: 27px;
    }
    .s3-col p {
        font-size: 17px;
        line-height: 25px;
        padding: 0 10px;
    }
    .section4 {
        padding: 35px 0;
    }
    .s4-model {
        top: -10px;
        width: 294px;
    }
    .button_box {
        margin-top: 25px;
    }
}

@media only screen and (max-width:767px) {
    .container {
        width: 100%;
        padding: 0 10px;
        max-width: 600px;
        box-sizing: border-box;
    }
    .hide-mob {
        display: none;
    }
    .hide-desk,
    .show-mob {
        display: block;
    }
    .pop-innr {
        width: calc(100% - 10px) !important;
    }
    .banner {
        padding: 20px 0 30px;
    }
    .bnr-lft {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .bnr-hding {
        font-size: 32px;
        line-height: 42px;
    }
    .bnr-prd-bx {
        width: 300px;
        margin: 0 auto 0;
    }
    .bnr-model {
        width: 313px;
        margin: 20px auto 0;
        float: none;
    }
    .bnr-prds {
        position: static;
        margin: -23px auto 0;
        width: 293px;
    }
    .section1 {
        padding: 30px 0;
    }
    .comn-hding {
        font-size: 26px;
        line-height: 32px;
    }
    .comn-hding span {
        font-size: 30px;
        line-height: 37px;
    }
    .comn-txt {
        font-size: 17px;
        line-height: 26px;
    }
    .s1-lft {
        float: left;
        width: 100%;
        text-align: center;
    }
    .s1-prd {
        float: none;
    }
    .s1-rgt {
        margin-top: 20px;
        width: 100%;
    }
    ul.s1-list li {
        padding: 16px;
        width: 100%;
    }
    .strip {
        padding: 25px 0 25px;
    }
    .stip-rgt {
        float: right;
        width: 100%;
        text-align: center;
    }
    .stip-model {
        width: 279px;
        float: none;
        margin: 9px auto 0;
    }
    .strip2 {
        padding: 0 0 20px;
    }
    ul.stp-list li {
        float: left;
        width: 100%;
        margin-top: 20px;
        border: none;
    }
    .section2 {
        padding: 30px 0;
        text-align: center;
    }
    .s2-row {
        margin: 0 auto;
    }
    .s2-col {
        width: 100%;
        padding: 0 10px;
        text-align: center;
        margin-top: 30px;
    }
    .s2-model1,
    .s2-model2 {
        width: 200px;
    }
    .section3 {
        padding: 0 0 30px;
    }
    .s3-row {
        width: 100%;
        margin: 0 auto;
    }
    .s3-col {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .section4 {
        padding: 25px 0;
    }
    .s4-lft {
        width: 100%;
        text-align: center;
    }
    .s4-model {
        position: static;
        margin: 5px auto 0;
    }
    .ftr-links-sec {
        padding: 0 0 25px;
    }
    .ftr-links-col {
        width: 100%;
        padding-left: 0;
    }
    .ftr-log {
        width: 170px;
    }
    .ftr-links-hd {
        margin-bottom: 5px;
    }
}

/* CART STRIP CSS */

.cart-strp {
    display: none;
    background: rgba(146, 192, 85, 0.9);
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.cart-inr {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
}

.cart-icon {
    width: 20px;
    opacity: 0.9;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    filter: invert(1);
}

.cart-inr span {
    display: inline-block;
    vertical-align: top;
}

p.thnx-txt1 {
    font-size: 50px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

p.thnx-txt2 {
    font-size: 18px;
    float: left;
    width: 100%;
}

.prd-s1-ul {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    text-align: left;
}

.prd-s1-ul li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

/********************************/

.age-pop-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0
}

.pop-up-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9999600;
    border: 0px;
    background: rgba(0, 0, 0, 0.7);
}

.pop-up-bg-in {
    position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #0f0605;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}

.pop-up-left {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    border: 0px;
    background-color: rgb(0, 0, 0);
    display: none;
    opacity: 0.8;
    z-index: 10000001;
}

.pop-up-left-txt {
    font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    flex-wrap: wrap;
}

.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}

.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

.pop-up-left-txt span {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
}

.pop-up-left-txt a {
    text-decoration: underline;
    display: inline-block;
    color: #fff
}

.yes-btn,
.no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #dbb05f;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}

.no-btn {
    background: #585556;
}
.add-cart-pid div{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex: 1;
}
#cookiePopup {
    position: fixed !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 100% !important;
    max-width: 1200px;
    background: rgb(2 16 20 / 80%) !important;
    padding: 15px !important;
    z-index: 999999;
    gap: 20px;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    display: none;
    border-radius: 10px !important;
}

    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 0;
        line-height: 1.5;
        max-width: 690px;
        font-weight: 500;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #41c1dd;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #41c1dd;
    }

div#cookiePopup button {
    padding: 14px 22px;
    height: auto !important;
    font-size: 16px;
    border-radius: 7px !important;
    font-weight: 500;
}
