﻿@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap');

.header__logo--content h4 {
    color: #002841;
    font-family: "Khand", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}

.header__logo--content p {
    color: #002841;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.header__logo--content {
    margin-left: 8px;
}

.header .navbar-light .navbar-nav .nav-link.active {
    color: #0766C6;
}

.header .navbar-light .navbar-nav .nav-link {
    color: #002841;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px 8px 0px 26px;
    position: relative;
    padding-right: 0rem;
    padding-left: 0rem;
    text-decoration: none !important;
    text-align: initial;
}

    .header .navbar-light .navbar-nav .nav-link::after {
        content: "";
        display: block;
        width: 0;
        height: 3px;
        background: #0766C6;
        transition: width 0.2s;
        position: absolute;
        bottom: 0;
        border-radius: 20px;
    }

    .header .navbar-light .navbar-nav .nav-link:hover::after {
        width: 100%;
    }

    .header .navbar-light .navbar-nav .nav-link.active {
        color: #0766C6;
    }

        .header .navbar-light .navbar-nav .nav-link.active::after {
            content: "";
            display: block;
            width: 100%;
            height: 3px;
            background: #0766C6;
            position: absolute;
            bottom: 0;
            border-radius: 20px;
        }

.header .navbar .navbar-nav .nav-item {
    padding: 0px;
}

.header .cart {
    position: relative;
    margin: 0px 15px 0px 9px;
}

.header .cart__value {
    background-color: #F5483E;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -9px;
    text-align: center;
}

    .header .cart__value span {
        color: #FFF;
        text-align: center;
        font-family: "Quicksand", sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 3px;
        text-transform: capitalize;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.recent-product .owl-prev span {
    background-color: #fcb23b;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}

.recent-product .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.recent-product .owl-next span {
    background-color: #fcb23b;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #0766c6;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #0766c6;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fcb23b;
}



.header a.nav-link {
    color: #002841;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px 8px 0px 26px;
}



.layer {
    position: relative;
    z-index: 999;
    height: 70px;
    margin-top: 10px;
}



.layer__details {
    top: -40px;
    width: 100%;
    position: absolute;
}



.features__content {
    height: 350px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}



/*@media (max-width: 575.98px) {
    .features__content {
        height: 300px;
    }
}*/
.bg-orange {
    background-color: #F5483E;
}

.bg-blue {
    background-color: #0766C6;
}

.bg-yellow {
    background-color: #FCB23B;
}


.features__content--details {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 55px 15px 29px 29px;
}

    .features__content--details h5 {
        color: #FFF;
        font-family: "Khand", sans-serif;
        font-size: 39px;
        font-style: normal;
        font-weight: 700;
        text-transform: capitalize;
    }

    .features__content--details h4 {
        color: #FFF;
        font-family: "Khand", sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 55px;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    .features__content--details p {
        color: #FFF;
        font-family: "Quicksand", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
    }

    .features__content--details .button {
        position: absolute;
        bottom: 30px;
    }

.features__content--details--blue h5 {
    line-height: 44px;
    margin-bottom: 0px;
}

.features__content--details--blue h4 {
    margin-bottom: 0px;
    font-size: 87px;
}

.features__content--details--yellow h5 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.features__content--details--orange h4 {
    font-size: 93px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.features__content img {
    width: 100%;
    height: 100%;
}

.button__shop-now--borderd {
    border-radius: 60px;
    border: 2px solid #FFF;
    padding: 10px 30px 10px 30px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

    .button__shop-now--borderd:hover {
        background-color: #0766C6;
        color: #fff;
    }

.features__content--details .button {
    position: absolute;
    bottom: 30px;
}

.recent-product {
    padding: 60px 0px;
}



.recent-product__content--img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E6EFFF;
    height: 248px;
    overflow: hidden;
}

    .recent-product__content--img img {
        mix-blend-mode: multiply;
    }

.recent-product__content--details {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #FFF;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #E5E5E5;
}

    .recent-product__content--details h4 {
        color: #002841;
        text-align: center;
        font-family: "Khand", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        text-transform: uppercase;
    }

.button__buy-now {
    padding: 12px 30px;
    background: #FCB23B;
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 60px;
    transition: 0.5s ease-in-out
}

    .button__buy-now:hover {
        background: #0766c6;
        color: #FFF;
    }

.section h1 {
    color: #002841;
    text-align: center;
    font-family: "Khand", sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
}

.slider .owl-dots {
    z-index: 999;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}

.slider__details .owl-nav .owl-next::after, .slider__details .owl-nav .owl-prev::after {
    color: #FFF !important;
    display: inline-flex;
    content: "";
    background-size: 48px 48px;
    height: 48px;
    width: 48px;
}
/*.recent-product.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: #002841;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px;
    color: #ffffff;
    display: flex;
    justify-content: center;*/
/* align-items: center; */
/*}
.recent-product.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: #002841;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px;
    color: #ffffff;
    display: flex;
    justify-content: center;*/
/* align-items: center; */
/*}*/
button.owl-next {
    position: absolute;
    right: -21px;
    top: 50%;
}

button.owl-prev {
    position: absolute;
    left: -21px;
    top: 50%;
}

p.price {
    font-weight: 600;
    margin-bottom: 5px;
}

.footer h4 {
    font-size: 20px;
    font-weight: 600;
}

.footer ul li a.active {
    color: #FCB23B;
    opacity: 1;
}

.footer ul li a {
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 26px;
}


.slider {
    position: relative;
}

.slider__details {
    /*  background-image: url("../image/slider-bg.png");*/
    background-repeat: no-repeat;
    background-size: cover;
}

.slider__img {
    width: 100%;
    height: 100%;
}

.slider .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    right: 80px;
    left: 80px;
}

.slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
    background: none;
}

.media-link {
    position: absolute;
    right: 10% !important;
    padding-right: 0px !important;
    top: 50% !important;
    transform: translate(0, -50%);
}


.slider .owl-nav .owl-prev span {
    display: none;
}

.slider .owl-nav .owl-next span {
    display: none;
}

.slider .owl-nav .owl-next::after, .slider__details .owl-nav .owl-prev::after {
    color: #FFF !important;
    display: inline-flex;
    content: "";
    background-size: 48px 48px;
    height: 48px;
    width: 48px;
}

/*.slider__details .owl-nav .owl-prev::after {
    background-image: url("../../images/slider/Vector (1).svg");
}

.slider__details .owl-nav .owl-next::after {
    background-image: url("../../images/slider/Vector.svg");
}
*/
.slider .owl-nav .owl-prev::after {
    background-image: url("../image/Vector-prev.svg");
}

.slider .owl-nav .owl-next::after {
    background-image: url("../image/Vector.svg");
}

.button__shop-now-happy, .button__buy-now, .button__buy-product, .button__shop-now--borderd, .button__shop-now {
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 60px;
}

.button__buy-product {
    margin-top: 26px;
    display: inline-block;
    padding: 16px 42px 16px 40px;
    background: #FCB23B;
    transition: 0.3s ease-in;
}

    .button__buy-product:hover {
        color: #fff;
        background: #FF9800;
    }

.slider__content--details {
    height: 100%;
}

    .slider__content--details h1 {
        color: #FFF;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
        font-family: "Khand", sans-serif;
        font-size: 90px;
        font-style: normal;
        font-weight: 700;
        line-height: 80px;
    }

        .slider__content--details h1 span {
            color: #FCB23B;
        }

.slider__content--img img {
    margin-top: 55px;
}

.slider .owl-nav .owl-prev::after {
    color: #FFF !important;
    display: inline-flex;
    content: "";
    background-size: 48px 48px;
    height: 48px;
    width: 48px;
}

.slider .owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
}

.slider .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

.happy-treat {
    position: relative;
    background: linear-gradient(180deg, rgba(229, 238, 255, 0) 0%, #E5EEFF 100%);
    padding: 60px 0px 199px;
    overflow: hidden;
    z-index: -999;
}

.happy-treat__content .section h1 {
    text-align: left;
}

.happy-treat__content p {
    color: #002841;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
}

.happy-treat__content .square {
    width: 22.259px;
    height: 35.299px;
    background-color: #E5E5E5;
}

.happy-treat__content--img-right {
    position: absolute;
    right: -60px;
    z-index: -99;
}

.satisfaction-guaranteed {
    position: relative;
}

.satisfaction-guaranteed__content {
    position: relative;
    border-radius: 30px;
    background-color: #0766C6;
    text-align: center;
    padding: 60px 90px 67px;
    margin-top: -214px;
    position: relative;
}

.button__shop-now-happy {
    font-size: 20px;
    padding: 18px 60px;
    background: #FCB23B;
    font-weight: 500;
    display: inline-block;
    transition: 0.3s ease-in;
}

    .button__shop-now-happy:hover {
        color: #ffffff;
        background: #FF9800;
    }

.satisfaction-guaranteed__content h2 {
    color: #FFF;
    font-family: "Khand", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}

.satisfaction-guaranteed__content p {
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    padding: 15px 0px;
}

.satisfaction-guaranteed__content--img-top-right {
    position: absolute;
    right: 0;
    top: 0;
}

.satisfaction-guaranteed__content--img-bottom-right {
    position: absolute;
    left: -24px;
    bottom: -16px;
}

.satisfaction-guaranteed__content--img-arrow {
    position: absolute;
    left: 56%;
    bottom: -30px;
}

.instagram {
    margin: 131px 0px 95px;
}

.instagram__content img {
    width: 100%;
}

.instagram__details .section__without-background {
    margin: 0px 0px 29px 0px;
}

.foodguide-card img {
    max-width: 100%;
    width: 100%;
}

.index-product .card {
    overflow: hidden;
}

.recent-product__content {
    border-radius: 20px;
    overflow: hidden;
}

li.breadcrumb-item {
    color: #fff !important;
}

    li.breadcrumb-item.active {
        color: #fcb749 !important;
    }

    li.breadcrumb-item a {
        color: #fff !important;
    }

p.mt-3.code-coupon {
    margin-top: 38px !important;
}

.index-product {
    margin: 20px 0 0px 0;
}

.proud .tittle p {
    margin: 60px 180px 0;
}

.natural {
    padding: 60px 0;
}

.features {
    padding-top: 60px;
}

@media (max-width: 1560px) {
    .slider__content {
        padding: 0px 0px 0px 80px;
    }

    .code-coupon {
        margin-top: 35px !important;
    }
}

@media (max-width: 1399.98px) {
    .layer__details {
        top: -30px;
    }

    .slider__content {
        padding: 0px 30px;
    }

    .happy-treat__content--img-right {
        right: -150px;
    }

    .about-2-bg {
        height: 66vh;
    }

    .features__content--details--blue {
        text-align: end;
    }

    .code-coupon {
        margin-top: 35px !important;
    }

    .features__content--details p {
        font-size: 14px;
    }
}

@media (max-width: 1199.98px) {
    .happy-treat__content--img-right {
        right: -285px;
        top: 200px;
    }

    .slider__content {
        padding: 0px 0px 0px 0px;
    }

    .index-product {
        margin: 30px 0 0px 0;
    }

    .about-2-bg {
        height: auto;
        background: none;
    }

        .about-2-bg .description {
            width: 100%;
            text-align: center;
            margin-top: 0;
        }

    .list-gi {
        padding: 15px 20px;
    }

    .features__content--details {
        padding: 55px 30px 29px 29px;
    }

        .features__content--details .button-try-before {
            right: 30px;
        }

    .code-coupon {
        margin-top: 30px !important;
    }
}

@media (max-width: 1079.98px) {
    .section h1 {
        font-size: 48px;
    }

    .happy-treat__content {
        padding: 0px 30px;
    }

    .recent-product {
        padding: 30px 0px;
    }

    .slider__content--details h1 {
        font-size: 65px;
    }

    .slider .owl-theme .owl-nav.disabled + .owl-dots {
        height: 15px;
    }

    .layer {
        height: 30px;
        margin-top: 10px;
    }

    .happy-treat {
        padding: 40px 0px 199px;
    }

    .instagram {
        margin: 70px 0px 30px;
    }

    .natural {
        padding: 20px 0;
    }
}

@media (max-width: 992px) {
    .layer {
        height: 30px;
    }

    .layer__details {
        top: -20px;
    }

    .why {
        height: 100vh;
    }

    .slider__content {
        padding: 0px 40px;
    }

    .slider__content--details h1 {
        margin-top: 40px;
        font-size: 60px;
        line-height: 53px;
    }

    .happy-treat__content--img-right {
        display: none;
    }

    .owl-carousel {
        z-index: 0;
    }

    .header .navbar .navbar-collapse {
        flex-basis: 86%;
        flex-grow: 1;
        text-align: center;
        align-items: center;
        z-index: 999;
        position: absolute;
        top: 100px;
        right: 0;
        width: 100% !important;
        background: white;
    }

    .footer-res {
        text-align: center;
    }

    .f-flow-us {
        text-align: center;
        justify-content: center;
    }

    .code-coupon {
        margin-top: 35px !important;
    }
}

@media (max-width: 799.98px) {
    .features__content {
        height: 296px;
    }

    .section h1 {
        font-size: 42px;
    }

    .features__content--details h4 {
        font-size: 50px;
    }

    .features__content--details h5 {
        font-size: 30px;
        line-height: 30px;
    }

    .features__content--details p {
        font-size: 14px;
    }

    .features__content--details--blue {
        text-align: end;
    }

    .slider__content--details h1 {
        font-size: 50px;
        line-height: 45px;
    }

    h5.fw-bold.d-flex.align-items-center.item-names {
        font-size: 16px;
    }

    .background img {
        height: 150px;
    }

    .background .inner-quote {
        top: 40px;
    }

    .slider .container {
        padding: 20px 20px 0px 20px;
    }
}

@media (max-width: 767.98px) {
    .description h3 {
        font-size: 30px;
    }

    .bg-contact-page {
        margin-bottom: 0px;
    }

    .owl-carousel .owl-item img {
        object-fit: cover;
    }

    .slider__content--img img {
        object-fit: contain !important;
    }

    .instagram {
        margin: 30px 0px 32px;
    }

    .slider-desc {
        margin: 0 auto;
        text-align: center;
    }

    .slider__content--img img {
        height: 300px;
        margin-top: 30px;
    }

    .recent-product {
        padding: 30px 0px;
    }

    .satisfaction-guaranteed__content h2 {
        font-size: 36px;
        line-height: 45px;
    }


    .satisfaction-guaranteed__content p {
        font-size: 16px;
        line-height: 30px;
    }

    .button__shop-now-happy {
        font-size: 14px;
        padding: 10px 30px;
    }

    .happy-treat__content p {
        font-size: 16px;
        padding: 20px 20px 0px 20px;
    }

    .dog-bull svg {
        width: 300px;
    }

    .slider__content--details {
        margin: 0 auto;
    }

    .layer {
        height: 0px;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .satisfaction-guaranteed__content p {
        font-size: 16px;
        line-height: 30px;
    }

    .header .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 74px;
        bottom: 0;
        left: 0;
        z-index: 999;
    }

        .header .navbar-collapse .navbar-nav {
            background: white;
        }

    .owl-theme .owl-dots .owl-dot span {
        background: #3f51b5;
    }

    .owl-theme .owl-dots .owl-dot.active span, .features .owl-theme .owl-dots .owl-dot:hover span {
        background: #FCB23B;
    }

    .section h1 {
        font-size: 50px;
    }

    .why {
        height: 100vh;
    }

    .slider__content {
        padding: 0px 0px;
        text-align: center;
    }

    .happy-treat {
        padding: 15px 0px 250px;
    }

    .happy-treat__content .section h1 {
        text-align: center;
    }

    .happy-treat__content .section span {
        text-align: center;
        display: block;
    }

    .slider__content--img {
        justify-content: center;
    }

    .slider__content--details h1 {
        margin-top: 20px;
    }

    .button__buy-product {
        margin-top: 15px;
        padding: 16px 30px 16px 30px;
    }

    .satisfaction-guaranteed__content {
        padding: 60px 20px 124px;
        margin-top: -266px;
    }

    .background .inner-quote h2 {
        font-size: 36px;
        line-height: 20px;
    }

    h5.fw-bold.d-flex.align-items-center.item-names {
        font-size: 14px;
    }

    .proud .tittle {
        margin-top: 0px;
    }

    footer {
        align-items: safe center;
        text-align: center;
    }

    .features__content--details {
        padding: 55px 15px 15px 15px;
    }

    .code-coupon {
        margin-top: 30px !important;
    }

    .features__content--details .button-try-before {
        right: 15px;
    }

    .features {
        padding-top: 30px;
    }

    .product .index-product {
        margin: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 712px) {
    .proud .tittle p {
        margin: 0px 0px 0;
    }
}

@media (max-width: 575.98px) {
    .section h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .header__logo svg {
        width: 40px;
        height: 48.333px;
    }

    .recent-product {
        padding: 0px 0px;
    }

    .slider__content--details h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .happy-treat__content {
        padding: 0px 15px;
    }

    .happy-treat {
        padding: 10px 0px 159px;
    }

    .happy-treat__content p {
        padding: 0px 0px 0px 0px;
    }

    .layer__details {
        top: -16px;
    }

    .section h1 {
        font-size: 40px;
    }

    .recent-product {
        padding: 0px 0px 0px 0px;
    }

    .footer ul {
        padding-left: 0px;
        text-align: left;
        width: 100%;
        display: block;
    }

    .respup .respup-content {
        position: absolute;
        bottom: 289px;
        left: 0;
        text-align: center;
        color: #ffffff;
        padding: 34px 60px;
    }

    .respup img {
        position: relative;
        width: 100%;
    }

    .respup .respup-content p {
        font-size: 16px;
    }

    .slider__details .owl-nav {
        right: 0px;
        left: 0px;
    }

    .features__content--details {
        padding: 30px 30px;
    }

    .features__content img {
        object-fit: cover;
    }

    .bg-contact-page {
        margin-bottom: 0px;
    }

    .features {
        padding-top: 0px;
    }

        .features .container {
            padding: 20px 20px 0px;
        }

    .happy-treat {
        padding: 0px 0px 159px;
    }
}

@media (max-width: 480px) {

    .container-header {
        padding: 0px 20px !important;
    }

    .recent-product {
        padding: 0px 0px 20px 0px;
    }

    .footer ul li a {
        padding-left: 0px;
    }

    .slider__content--img img {
        margin-top: -26px;
    }

    .features__content img {
        object-fit: fill;
    }

    .features__content--details {
        padding: 55px 15px 29px 30px;
    }

    .slider__content--img img {
        margin-top: 20px;
        height: 300px;
    }

    .section h1 {
        font-size: 36px;
    }

    .header .navbar .navbar-collapse {
        top: 74px;
    }

    .bg-contact-page {
        padding: 30px;
    }

        .bg-contact-page h4 {
            font-size: 18px;
        }

    .form-wrap {
        margin: 0px 0px;
        border: 0px solid white;
    }

    .dog-bull svg {
        width: 250px;
        margin-top: -106px;
    }

    .header__logo--content h4 {
        font-size: 24px;
    }

    .header__logo--content p {
        font-size: 12px;
    }
}

@media (max-width: 379.98px) {
    .respup .respup-content {
        position: absolute;
        bottom: 198px;
        left: 0;
        text-align: center;
        color: #ffffff;
        padding: 34px 60px;
    }

    .header .cart {
        margin: 0px 0px 0px 5px;
    }
    /*.header__logo--content h4 {
        font-size: 18px;  
    }
    .header__logo--content p {
        font-size: 9px;
    }
    .navbar-toggler {
        padding: 0.25rem 0rem 0.25rem 0.25rem;
    }*/

}

@media (max-width: 359.98px) {

    .header__logo--content h4 {
        font-size: 18px;
    }

    .header__logo--content p {
        font-size: 9px;
    }

    .navbar-toggler {
        padding: 0.25rem 0rem 0.25rem 0.25rem;
    }
}
