@import url('https://fonts.googleapis.com/css2?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&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=KoHo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Nunito+Sans:ital,opsz,wdth,wght,YTLC@0,6..12,75..125,200..1000,440..540;1,6..12,75..125,200..1000,440..540&display=swap');

/* ============== Default Element Style ================ */
body {}

h1 {
    font-weight: 300;
    font-style: normal;
    font-size: 2.813rem;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.3125em;
    font-family: Lato;
}

/*----font-size:50px----*/
@media(max-width:592px) {
    h1 {
        font-size: 2.125rem;
    }

    /*----font-size:50px----*/
}

h2 {
    font-family: Lato;
    font-weight: 300;
    font-style: normal;
    font-size: 1.875rem;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.375em;
}

/*----font-size:36px----*/
h3 {
    font-size: 1.5rem;
    color: #08548D;
    font-weight: 500;
}

/*----font-size:24px----*/
h4 {
    font-size: 1.25rem;
}

/*----font-size:20px----*/
h5 {
    font-size: 1.125rem;
}

/*----font-size:18px----*/
h6 {
    font-size: 0.875rem;
    font-weight: 400;
}

/*----font-size:18px----*/
a {
    font-size: 19px;
    font-family: "KoHo", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
}

img {
    border-style: none;
}

#products .item img.img-fluid.w-75.m-auto {
    background: #fff !important;
}

#all-produts-details img.img-fluid.w-75.m-auto {
    background: #fff !important;
}

p {
    margin: 0px;
    color: #444;
    font-size: 1.188rem;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    line-height: 1.6em;
}

.padding-100 {
    padding: 120px 0px;
}

.padding-top {
    padding-top: 120px;
}

.padding-bottom {
    padding-bottom: 120px;
}

.btn {
    border-radius: 40px;
    background: #08548D;
    color: white;
    padding: 10px 25px;
    font-size: 0.875rem;
}

.btn:hover {
    border: 1px solid #08548D;
    color: #08548D
}

@media(min-width:992px) {
    .border-btm {
        position: relative;
        width: 100%
    }

    .border-btm:after {
        left: 5%;
        position: absolute;
        content: "";
        display: block;
        width: 220px;
        background: linear-gradient(270deg, rgba(104, 140, 96, 0.00) 0%, #3B966F 51.35%, rgba(17, 159, 126, 0.00) 100%);
        height: 2px;
        top: 55px;
    }
}

@media(max-width:992px) {
    .border-btm {
        position: relative;
        width: 100%;
    }

    .border-btm:after {
        left: 0%;
        right: 0%;
        position: absolute;
        content: "";
        margin: auto;
        display: block;
        width: 220px;
        background: linear-gradient(270deg, rgba(104, 140, 96, 0.00) 0%, #3B966F 51.35%, rgba(17, 159, 126, 0.00) 100%);
        height: 2px;
        top: 55px;
    }
}

.bg-gray {
    background: #EBEBEB;
}

.border-btm-center {
    position: relative;
    width: 100%;
    text-align: center
}

.border-btm-center:after {
    left: 0%;
    right: 0%;
    position: absolute;
    content: "";
    margin: auto;
    display: block;
    width: 220px;
    background: linear-gradient(270deg, rgba(104, 140, 96, 0.00) 0%, #3B966F 51.35%, rgba(17, 159, 126, 0.00) 100%);
    height: 2px;
    top: 55px;
    margin: auto
}

.border-btm-end {
    position: relative;
    width: 100%;
    text-align: end
}

.border-btm-end:after {
    right: 3%;
    position: absolute;
    content: "";
    display: block;
    width: 220px;
    background: linear-gradient(270deg, rgba(104, 140, 96, 0.00) 0%, #3B966F 51.35%, rgba(17, 159, 126, 0.00) 100%);
    height: 2px;
    top: 55px;
}

@media(max-width:568px) {
    .border-btm-center:after {
        display: none
    }

    .border-btm-end:after {
        display: none
    }
}

/*HEADER*/
/*@media(min-width:992px){*/
.navbar .nav-icon {
    color: #08548D;
}

.navbar .nav-link.active {
    color: #078196;
}

.navbar .nav-link:hover {
    color: #078196;
}

.navbar .nav-link {
    color: #000;
}

@media(min-width:1200px) {
    .navbar .nav-item {
        padding-left: 30px;
    }
}

@media(max-width:1200px) and (min-width:992px) {
    .navbar .nav-item {
        /*padding-left: 22px;*/
        padding-left: 13px;
    }
}

@media(max-width:992px) {
    .navbar .nav-item {
        margin-bottom: 15px;
        text-align: center
    }

    .navbar-nav {
        background-color: #08548D;
    }

    .navbar .nav-link {
        color: #ffffff;
    }

    .navbar .nav-link.active {
        border-bottom: 2px solid white;
        width: fit-content;
        margin: auto;
        color: white
    }

    .navbar .nav-link:hover {
        border-bottom: 2px solid white;
        width: fit-content;
        margin: auto;
    }

    .navbar .nav-link {
        border-bottom: 2px solid transparent;
        width: fit-content;
        margin: auto;
    }
}

.navbar {
    border-bottom: 4px solid #08548D;
    background: #FFF;
}

nav {
    position: fixed !important;
    width: 100%;
    z-index: 5
}

/*BANNER-SECTION*/
#hm-banner {
    position: relative;
    padding-top: 80px;
}

@media(min-width:1400px) {
    .banner-content {
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
    }
}

@media(max-width:1400px) and (min-width:1200px) {
    .banner-content {
        position: absolute;
        top: 31%;
        left: 0;
        right: 0;
    }
}

@media(max-width:1200px) and (min-width:992px) {
    .banner-content {
        position: absolute;
        top: 31%;
        left: 0;
        right: 0;
    }
}

.banner-content h1 {
    font-family: Lato;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    letter-spacing: 1px;
    text-transform: none;
    line-height: 1.3em;
}

@media(max-width:576px) {
    .banner-content h1 {
        font-size: 30px;
    }
}

@media(max-width:992px) and (min-width:576px) {
    .banner-content h1 {
        font-size: 45px;
    }
}

#banner {
    position: relative;
    padding-top: 80px
}

#banner .banner-content {
    position: absolute;
    top: 50%;
    left: 0%;
}

@media(max-width:992px) {
    .banner-content {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
    }

    .banner-content h1 {
        background: #ffffff94;
        color: #212529 !important;
        width: fit-content;
        padding: 5px;
        margin: auto;
    }

    #banner {
        position: relative;
        padding-top: 70px
    }

    #hm-banner {
        position: relative;
        padding-top: 70px;
    }
}

.product-item-box {
    border: 1px solid #F0F0F0;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 10px 10px 30px 10px;
    height: 400px;
}

@media(max-width:768px) {
    .product-item-box {
        height: 550px;
    }
}

@media(max-width:420px) {
    .product-item-box {
        height: 455px;
    }
}

.item {
    padding: 20px 15px;
    background: #EBEBEB;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset;
}

.owl-next {
    position: absolute;
    right: -3%;
    top: 38%;
    font-size: 48px !important;
    color: #08548D !important;
}

.owl-prev {
    position: absolute;
    left: -3%;
    top: 38%;
    font-size: 48px !important;
    color: #08548D !important;
}

.cashew-left {
    right: 0;
    bottom: -13% !important
}

/*#footer li {margin:0px 25px}*/
#footer li a:hover {
    color: #078196 !important;
}

#footer li a.active {
    color: #078196 !important;
}

#footer {
    background: url(../img/footer-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9
}

#contact-details .card {
    background: #FFF;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.25);
}

.contact-form {
    background: #FFF;
    box-shadow: 0px 1px 64px 0px rgba(0, 0, 0, 0.25);
}

#sitemap .card {
    background: #FFF;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.25);
}

#thumbs img {
    opacity: 0.4
}

#thumbs img:hover {
    opacity: 1;
    cursor: pointer;
}

#thumbs img.selected {
    opacity: 1;
}




/* Cart */
.cart_quantity fieldset {
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.cart_quantity fieldset,
.cart_quantity input[type="button"] {
    border: 0;
}

.cart_quantity input[type="button"] {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    width: 24px;
    height: 24px;
    line-height: 0px;
    border: 1px solid #343535 !important;
}

.cart_quantity input[type="text"] {
    width: 50px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 24px;
    line-height: 0px;
    border: 1px solid #343535 !important;
}

.fixed_total {
    bottom: 0;
    background-color: #303131;
    padding: 20px 20px 20px 0;
    width: 455px;
}

@media(max-width:576px) {
    .fixed_total {
        bottom: 0;
        background-color: #303131;
        padding: 20px 20px 20px 0;
        width: auto;
    }
}

.if-product {
    height: 50vh
}

@media (max-width: 678px) {
    .if-product {
        height: 30vh
    }
}

.offcanvas {
    z-index: 1312312;
    background-color: #303131;
}

.offcanvas-body a {
    color: white !important;
    text-decoration: none;
}

.offcanvas-body {
    color: white !important;
}

.offcanvas-body h2 {
    color: white !important;
}

.offcanvas-body a::after {
    content: "";
    position: absolute;
    border-top: unset;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #343535;
}


.login-form {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 100px;
    background-color: white
}

@media(max-width:992px) {
    .login-form {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding: 100px 30px;
        background-color: white
    }
}

#all-produts-details .accordion-item {
    border: none
}

#all-produts-details .accordion-button:not(.collapsed) {
    background-color: unset;
    color: black;
    box-shadow: none
}

#all-produts-details .accordion-button:focus {
    box-shadow: none
}

#all-produts-details #accordionPanelsStayOpenExample {
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    padding: 20px
}

#all-produts-details .card {
    border: 0px solid #F0F0F0;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}


/*Checkout*/
#sidebaar .pink-bg {
    background: #FFF0E7;
    padding: 15px;
}

.checkout-padding {
    padding: 150px 0px;
}

@media(min-width:992px) {
    .info-side {
        background: #bebaba69;
        height: 100vh;
        position: sticky;
        overflow: auto;
        z-index: 1;
        top: 0;
        left: 0;
        padding-top: 150px;
    }
}

@media(max-width:992px) {
    .info-side {
        background: #bebaba69;
        padding-top: 60px;
        border-left: unset;
    }

    .checkout-padding {
        padding: 50px 0px 100px 0px;
    }

    .shadow-checkout {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
}

.navbar .cart {
    position: relative;
}

.navbar .count {
    position: absolute;
    top: -6px;
    right: -9px;
    z-index: 2;
    font-size: 11px;
    border-radius: 50%;
    background: #d60b28;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    text-align: center;
    color: white;
    font-family: "Lato", sans-serif;
    font-weight: bold;
}

/*Privacy Policy*/
#privacy-policy .border-dotted {
    border-bottom: 2px dotted black !important;
}

#privacy-policy ul li {
    list-style-type: disc !important;
}

#footer ul li a {
    color: #fff;
}

@media(max-width:1400px) and (min-width:992px) {
    .apply-btn {
        margin: 12px 0px;
    }
}

#footer {
    background: #08548D;
}

@media screen and (max-width: 1200px) {
    .inner_footer {
        padding: 0px 0px;
    }
}

.links li a {
    text-decoration: none;
}

.links li {
    list-style: none;
}

@media(max-width:576px) {
    .navbar .dropdown-menu {
        padding: 5px 10px;
    }
}