@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url(../fonts/font.css);
body {
    font-family: "Figtree", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    position: relative;
    background-color: #ffffff;
    text-rendering: optimizeLegibility;
    min-height: 100vh;
    overflow-x: hidden;
    cursor: url("../images/cheese.svg"), pointer;
}

body::-webkit-scrollbar {
    display: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #000000;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 1rem 0.625rem;
    background-color: #fff;
    background-image: url("../images/arpw-down.svg");
    background-repeat: no-repeat;
    background-position: right 0.625rem center;
    background-size: 0.625rem;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 1.5rem;
}

header::after {
    content: "";
    width: 100%;
    height: 5rem;
    background-image: url(../images/header-bottom-shape.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

header .container-wrap {
    background: #FFF;
    padding: 1.22rem 0;
    position: relative;
    z-index: 99;
}

header button {
    display: none;
}

header .header-content-wraper {
    position: relative;
}

header .header-content-wraper .logo-wraper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: table;
}

header .header-content-wraper .logo-wraper a {
    display: table;
}

header .header-content-wraper .logo-wraper a img {
    max-width: 9.625rem;
    max-height: 3.125rem;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

header .header-content-wraper .menu-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
}

@media (min-width: 992px) {
    header .header-content-wraper .menu-wraper #navigation {
        width: 100%;
    }
    header .header-content-wraper .menu-wraper #navigation ul {
        display: flex;
        align-items: center;
        gap: 1.25rem;
        width: 100%;
    }
    header .header-content-wraper .menu-wraper #navigation ul li {
        color: var(--BLACK, #231F20);
        font-family: Figtree;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }
    header .header-content-wraper .menu-wraper #navigation ul li:nth-last-child(2) {
        display: block;
        margin-left: auto;
    }
    header .header-content-wraper .menu-wraper #navigation ul li a {
        padding: 0.625rem;
        color: var(--BLACK, #231F20);
    }
}

header .header-content-wraper .menu-wraper .loginAndCard-wraper {
    width: auto;
}

header .header-content-wraper .menu-wraper .loginAndCard-wraper ul {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
}

header .header-content-wraper .menu-wraper .loginAndCard-wraper ul li {
    display: table;
}

header .header-content-wraper .menu-wraper .loginAndCard-wraper ul li a {
    padding: 0.3125rem;
    display: inline-flex;
    align-items: center;
    gap: 0.31rem;
}

header .header-content-wraper .menu-wraper .loginAndCard-wraper ul li a img {
    max-width: 1.125rem;
    max-height: 1.125rem;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

header .header-content-wraper .menu-wraper .loginAndCard-wraper ul li a span {
    color: var(--BLACK, #231F20);
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    white-space: nowrap;
}

footer {
    background-color: #401418;
    padding-top: 9.69rem;
    position: relative;
    overflow: hidden;
}

footer::after {
    content: "";
    width: 100%;
    height: 3.65rem;
    background-image: url(../images/footer-shape.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

footer h4 {
    max-width: 16.3125rem;
    color: var(--White, #FFF);
    font-family: Quipo;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    /* 133.333% */
    text-transform: uppercase;
    margin: 0;
}

footer p {
    max-width: 26.125rem;
    color: var(--White, #FFF);
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6875rem;
    /* 150% */
    letter-spacing: 0.01125rem;
    margin: 1.88rem 0;
}

footer .fild-wraper {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0.625rem;
}

footer .fild-wraper input[type=email] {
    width: 100%;
    border-radius: 0.625rem;
    border: 1px solid var(--White, #FFF);
    padding: 1.19rem;
    padding-right: 18.5rem;
    outline: none;
    background-color: transparent;
    color: #fff;
}

footer .fild-wraper input[type=email]::-moz-placeholder {
    color: var(--White, rgba(255, 255, 255, 0.6));
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.01125rem;
    text-transform: capitalize;
}

footer .fild-wraper input[type=email]::placeholder {
    color: var(--White, rgba(255, 255, 255, 0.6));
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.01125rem;
    text-transform: capitalize;
}

footer .fild-wraper input[type=submit] {
    color: var(--BLACK, #231F20);
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 1.19rem 1.25rem;
    border-radius: 0.625rem;
    background: var(--White, #FFF);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

footer .link-wraper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-left: 3.0625rem;
}

footer .link-wraper .link-item h5 {
    color: var(--White, #FFF);
    font-family: Quipo;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.015rem;
    text-transform: capitalize;
    margin-bottom: 1.69rem;
}

footer .link-wraper .link-item ul li {
    color: var(--White, rgba(255, 255, 255, 0.8));
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.01125rem;
    text-transform: capitalize;
    margin-bottom: 1.25rem;
}

footer .link-wraper .link-item ul li:last-child {
    margin: 0;
}

footer .link-wraper .link-item ul li a {
    color: var(--White, rgba(255, 255, 255, 0.8));
}

footer .text-img-wraper {
    display: block;
    width: 100%;
    margin-top: 1.5rem;
}

footer .text-img-wraper img {
    width: 100%;
    height: auto;
    aspect-ratio: 78/25;
    -o-object-fit: cover;
    object-fit: cover;
}

footer .copyright-wraper {
    padding: 0.87rem;
    background-color: #231F20;
}

footer .copyright-wraper h6 {
    color: var(--White, #FFF);
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.01125rem;
    text-align: center;
    margin: 0;
}

section.inner-banner {
    position: relative;
    overflow: hidden;
    background-color: #FFDCC8;
}

section.inner-banner::after {
    content: "";
    width: 100%;
    height: 6.25rem;
    background-image: url(../images/inner-banner-shape.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}

section.inner-banner img.right-bg-img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

section.inner-banner .content-wraper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 9;
    padding-bottom: 6.25rem;
    padding-top: 6.5625rem;
}

section.inner-banner .content-wraper h1 {
    color: var(--Midnight-Violet, #39131F);
    font-family: "Quipo";
    font-size: 5.3125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5rem;
    /* 94.118% */
    text-transform: uppercase;
    margin-bottom: 1.88rem;
}

section.inner-banner .content-wraper ul.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 2.75rem;
}

section.inner-banner .content-wraper ul.breadcrumbs li {
    color: var(--Midnight-Violet, #39131F);
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
}

section.inner-banner .content-wraper ul.breadcrumbs li:last-child::after {
    display: none;
}

section.inner-banner .content-wraper ul.breadcrumbs li::after {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../images/right-arow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0.11rem;
    right: -2rem;
}

section.inner-banner .content-wraper ul.breadcrumbs li a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

section.cart-sec2 {
    padding: 2.63rem 0 0;
}

section.cart-sec2 h2 {
    color: var(--Midnight-Violet, #39131F);
    text-align: center;
    font-family: Quipo;
    font-size: 4.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

section.cart-sec2 .full-block-wraper .blog .card {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.88rem;
    margin-bottom: 1.88rem;
    border: none;
}

section.cart-sec2 .full-block-wraper .blog .card .img-weaper {
    width: 100%;
    border-radius: 1.25rem;
    overflow: hidden;
}

section.cart-sec2 .full-block-wraper .blog .card .img-weaper img {
    width: 100%;
    height: auto;
    border-radius: 1.25rem;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .flex-box {
    display: flex;
    align-items: flex-start;
    gap: 1.88rem;
    margin-bottom: 1.25rem;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .flex-wraper {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .left-part,
section.cart-sec2 .full-block-wraper .blog .card .form-wraper .right-part {
    display: block;
    width: 100%;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .fild-wraper {
    width: 100%;
    margin-bottom: 1.25rem;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .fild-wraper:last-of-type {
    margin: 0;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .fild-wraper input:not([type=submit]),
section.cart-sec2 .full-block-wraper .blog .card .form-wraper .fild-wraper select,
section.cart-sec2 .full-block-wraper .blog .card .form-wraper .fild-wraper textarea {
    width: 100%;
    height: 3rem;
    padding: 0.5625rem 1rem;
    border-radius: 0.625rem;
    background: var(--Form-Field, #F4F4F4);
    outline: none;
    border: none;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .fild-wraper input:not([type=submit])::-moz-placeholder,
section.cart-sec2 .full-block-wraper .blog .card .form-wraper .fild-wraper select::-moz-placeholder,
section.cart-sec2 .full-block-wraper .blog .card .form-wraper .fild-wraper textarea::-moz-placeholder {
    color: var(--Midnight-Violet, #39131F);
    font-family: Figtree;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .fild-wraper input:not([type=submit])::placeholder,
section.cart-sec2 .full-block-wraper .blog .card .form-wraper .fild-wraper select::placeholder,
section.cart-sec2 .full-block-wraper .blog .card .form-wraper .fild-wraper textarea::placeholder {
    color: var(--Midnight-Violet, #39131F);
    font-family: Figtree;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .fild-wraper select {
    background-image: url(../images/bottom-arow.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.5rem;
    padding-right: 2.6rem;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .fild-wraper textarea {
    height: 8.375rem;
    resize: none;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .qtyAndPrice-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .qtyAndPrice-wraper .qty-wrapper {
    display: flex;
    align-items: center;
    gap: 0.62rem;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .qtyAndPrice-wraper .qty-wrapper span {
    color: var(--Midnight-Violet, #39131F);
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .qtyAndPrice-wraper .qty-wrapper .item-wraper {
    display: flex;
    align-items: center;
    gap: 0.62rem;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .qtyAndPrice-wraper .qty-wrapper .item-wraper .qty-number {
    color: var(--Midnight-Violet, #39131F);
    font-family: Quipo;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    min-width: 0.75rem;
    height: 100%;
    border: 0;
    width: 30px;
    outline: none;
    text-align: center;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .qtyAndPrice-wraper .qty-wrapper .item-wraper .button {
    width: 3rem;
    height: 3rem;
    padding: 0.625rem;
    padding-bottom: 0.8rem;
    border-radius: 0.3125rem;
    border: 1px solid var(--Deep-Pink, #DC468F);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 2.5rem;
    color: #DC468F;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .qtyAndPrice-wraper .qty-wrapper .item-wraper .button:hover {
    background-color: #DC468F;
    color: #ffffff;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .qtyAndPrice-wraper .qty-wrapper .item-wraper .button.btn-plus {
    background-color: #DC468F;
    color: #fff;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .qtyAndPrice-wraper .price {
    display: table;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .qtyAndPrice-wraper .price span {
    color: var(--Midnight-Violet, #39131F);
    font-family: Quipo;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .qtyAndPrice-wraper button.delete-btn {
    width: 3rem;
    height: 3rem;
    border-radius: 0.625rem;
    background: var(--PEACH-FUZZ, #FFDCC8);
    padding: 0.875rem 0.625rem;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .qtyAndPrice-wraper button.delete-btn img {
    max-width: 1.25rem;
    max-height: 1.25rem;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .gift-message-wraper {
    border-radius: 0.625rem;
    border: 1px solid var(--Deep-Pink, #DC468F);
    background: var(--White, #FFF);
    padding: 0.75rem;
    width: 100%;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .gift-message-wraper h6 {
    color: var(--Deep-Pink, #DC468F);
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 0.62rem;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .gift-message-wraper h6 img {
    max-width: 1.25rem;
    max-height: 1.25rem;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .gift-message-wraper .gift-box,
.note_field_wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .gift-message-wraper .gift-box textarea,
.note_field_wrapper textarea{
    width: 100%;
    height: 9rem;
    padding: 1rem 1rem 0.5rem 1rem;
    border-radius: 0.625rem;
    background: var(--Form-Field, #F4F4F4);
    border: none;
    outline: none;
    resize: none;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .gift-message-wraper .gift-box textarea::-moz-placeholder,
.note_field_wrapper textarea::-moz-placeholder{
    color: var(--Midnight-Violet, #39131F);
    font-family: Figtree;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .gift-message-wraper .gift-box textarea::placeholder,
.note_field_wrapper textarea::placeholder{
    color: var(--Midnight-Violet, #39131F);
    font-family: Figtree;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .gift-message-wraper .gift-box .char-count, .note_field_wrapper .char-count-note{
    position: absolute;
    bottom: 0.5rem;
    left: 1rem;
    right: 1rem;
    color: var(--Light-BG, #CACACA);
    text-align: right;
    font-family: Figtree;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.0075rem;
    text-transform: capitalize;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .bottom-part {
    padding: 0.62rem 1.25rem;
    border-radius: 0.625rem;
    border: 1px solid var(--Light-BG, #CACACA);
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .bottom-part .bottom-form-open-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .bottom-part .bottom-form-open-btn.active span.plus-minus::before {
    display: none;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .bottom-part .bottom-form-open-btn h5 {
    color: var(--Midnight-Violet, #39131F);
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    margin: 0;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .bottom-part .bottom-form-open-btn h5 strong {
    color: var(--Cinnabar, #E9433C);
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .bottom-part .bottom-form-open-btn span.plus-minus {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.625rem;
    border-radius: 0.3125rem;
    background: var(--Cinnabar, #E9433C);
    position: relative;
    cursor: pointer;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .bottom-part .bottom-form-open-btn span.plus-minus::after {
    content: "";
    width: 55%;
    height: 0.12rem;
    background-color: #ffffff;
    border-radius: 1.25rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .bottom-part .bottom-form-open-btn span.plus-minus::before {
    content: "";
    width: 0.09769rem;
    height: 55%;
    background-color: #ffffff;
    border-radius: 1.25rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .bottom-part .bottom-form-content {
    width: 100%;
    margin-top: 1.25rem;
    display: none;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .bottom-part .bottom-form-content.form-open {
    display: block;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .bottom-part .bottom-form-content .contact__button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 0.63rem;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .bottom-part .bottom-form-content .contact__button button.reset {
    width: 8.875rem;
    color: var(--BLACK, #231F20);
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 0.81rem 1.25rem;
    border-radius: 0.625rem;
    border: 1px solid var(--BLACK, #231F20);
    background-color: #ffffff;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .bottom-part .bottom-form-content .contact__button button.submit {
    width: 8.875rem;
    color: var(--White, #FFF);
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 0.81rem 1.25rem;
    border-radius: 0.625rem;
    border: 1px solid var(--Deep-Pink, #DC468F);
    background: var(--Deep-Pink, #DC468F);
}

section.cart-sec2 .full-block-wraper button.add-card {
    width: 18.6875rem;
    color: var(--White, #FFF);
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 1.19rem;
    border-radius: 0.625rem;
    background: var(--Deep-Pink, #DC468F);
    border: none;
}

.cart-sec3 {
    padding: 5.63rem 0;
}

.cart-sec3 .green-card {
    border-radius: 1.25rem;
    background: var(--CELADON, #C0DB97);
    overflow: hidden;
}

.cart-sec3 .green-card .pricing-part {
    padding: 1.88rem;
    border-bottom: 1px solid #3F5916;
}

.cart-sec3 .green-card .pricing-part ul li {
    color: var(--Midnight-Violet, #39131F);
    font-family: Figtree;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.015rem;
    text-transform: capitalize;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.cart-sec3 .green-card .pricing-part ul li:last-child {
    margin: 0;
}

.cart-sec3 .green-card .pricing-part ul li span {
    color: var(--Paragraph, #42453A);
    font-family: Quipo;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.cart-sec3 .green-card .pricing-part ul li strong {
    color: var(--Midnight-Violet, #39131F);
    font-family: Quipo;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.cart-sec3 .green-card .buttomn-part {
    padding: 1.19rem 1.88rem 1.88rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
}

.cart-sec3 .green-card .buttomn-part a.underline {
    color: var(--BLACK, #231F20);
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}

.cart-sec3 .green-card .buttomn-part .pink-button {
    width: 12.125rem;
    color: var(--White, #FFF);
    font-family: Figtree;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 1.1875rem 1.25rem;
    border-radius: 0.625rem;
    background: var(--Deep-Pink, #DC468F);
    text-align: center;
    border: 0;
    outline: none;
}

footer .text-wraper {
    width: 100%;
    padding-right: 9.5rem;
}

footer .link-wraper {
    padding-left: 4.5rem;
}

footer ul.list-unstyled {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

footer ul.list-unstyled li a {
    align-items: center;
    display: flex;
    padding: 0.9rem;
    color: #ffffff;
    cursor: pointer;
    border: none;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: .3rem;
    background-color: transparent;
    font-size: 1.4rem;
    font-family: inherit;
}

footer ul.list-unstyled li a span.svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
}


/* footer ul.list-unstyled li a span.svg-wrapper .icon{
            height: 2.2rem;
            width: 2.2rem;
        } */

footer p {
    opacity: 0.8;
}

footer .footer-block--newsletter.scroll-trigger.animate--slide-in {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

footer input[type=email] {
    color: white;
}

header .header-content-wraper .mobile-menu-wraper {
    display: none;
}

header .header-content-wraper .mobile-menu-wraper svg {
    color: #69150c;
    width: 20px;
}

div#navigation .menu-drawer__utility-links {
    display: none;
}

.menu-drawer__utility-links {
    padding: 2rem 3rem;
    background-color: #39131f08;
}

.menu-drawer__utility-links a.menu-drawer__account {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 1rem 0;
    font-size: 1.2rem;
    color: #39131f;
}

.menu-drawer__utility-links a.menu-drawer__account account-icon {
    display: flex;
}

.menu-drawer__utility-links a.menu-drawer__account account-icon span.svg-wrapper {
    height: 1.6rem;
    width: 1.6rem;
    margin-right: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.menu-drawer__utility-links a.menu-drawer__account account-icon span.svg-wrapper svg {
    height: 100%;
    width: 100%;
}

.menu-drawer__utility-links ul.list.list-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -0.9rem;
}

.menu-drawer__utility-links ul.list.list-social li a {
    padding: 0.7rem;
    align-items: center;
    display: flex;
    color: #39131f;
}

.menu-drawer__utility-links ul.list.list-social li a span.svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
}

.menu-drawer__utility-links ul.list.list-social li a span.visually-hidden {
    display: none;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .fild-wraper input:not([type=submit]).delivery-date-input {
    background-image: url(../images/calender_ico.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 30px;
}

section.cart-sec2 .full-block-wraper .blog .card .form-wraper .fild-wraper input:not([type=submit]).delivery-date-input::placeholder {
    opacity: 0.8;
}

.cart-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.cart-loader.active {
    visibility: visible;
    opacity: 1;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top: 5px solid #e9453e;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

span#news_resp {
    color: white;
    display: block;
    margin-top: 5px;
}

.message_box_bulk{
    text-align: center;
    margin-bottom: 60px;
}
.message_box_bulk p{
    font-family: 'Quipo';
    font-size: 30px;
}
.message_box_bulk p a{
    color: #dc468f;
}


/*# sourceMappingURL=style.css.map */