@import url(./fonts.css);
@import url(./theme-colors.css);
@import url(./theme-buttons.css);
@import url(./theme-titles.css);
@import url(./mix.css);
@import url(./otp-inputs.css);
@import url(./social-buttons.css);
@import url(./alert.css);
@import url(./animation.css);
@import url(./loader.css);
@import url(./hover-effects.css);
@import url(./typeahead.css);

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html {
    height: 0;
}
body {
    background-color: #fff !important;
    font-family: "Quicksand", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Quicksand", sans-serif !important;
}
.lowercase {
    text-transform: lowercase;
}
/* Header */
.morningwala_header .header_top {
    background-color: #359c71;
}
.morningwala_header .header_top .header-middle {
    border-bottom: none !important;
}
.morningwala_header .block.block-search .form.minisearch input {
    height: 40px;
    font-family: "Quicksand", sans-serif !important;
}
.morningwala_header .logo img {
    height: 40px;
}
.morningwala_header
    .top-search-not-dropdown
    .block.block-search
    .block-content
    .dropdown
    .form.minisearch
    .actions
    .action.search {
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 2px 2px 0;
}
.morningwala_header .navigation:not(.mobile-style) .level0 > .level-top {
    color: #414141;
    font-weight: 300 !important;
    line-height: inherit;
}
.morningwala_header .navigation.custommenu li.level0 .level-top:hover,
.morningwala_header .navigation.custommenu li.level0 .level-top.active {
    color: #359c71;
}
/* .morningwala_header .primary-menu-container .menu .level-top .material-icons {
    font-size: 22px;
    vertical-align: inherit;
    margin-right: 0;
    position: relative;
    top: 5px;
} */
.morningwala_header .primary-menu-container .menu .level-top img {
    vertical-align: bottom;
    display: inline-block !important;
}
.morningwala_header .primary-menu-container .menu .level-top:hover,
.morningwala_header .primary-menu-container .menu .level-top.active {
    filter: invert(60%) sepia(50%) saturate(502%) hue-rotate(100deg)
        brightness(92%) contrast(89%);
}
.morningwala_header .header-container .col-action .action-header li span.text {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin-bottom: 2px;
}
.morningwala_header .header-container .col-action .action-header > li {
    margin: 0 2.1rem;
}
.morningwala_header .header_bottom {
    background-color: #fff;
    padding: 15px 0;
}
.morningwala_header
    .header-container
    .col-action
    .action-header
    > li
    .minicart-wrapper
    > a:before {
    content: "";
    -webkit-mask: url(../images_new/li_shopping-cart.svg) no-repeat center;
    -moz-mask: url(../images_new/li_shopping-cart.svg) no-repeat center;
    -ms-mask: url(../images_new/li_shopping-cart.svg) no-repeat center;
    mask: url(../images_new/li_shopping-cart.svg) no-repeat center;
}
.morningwala_header
    .header-container
    .col-action
    .action-header
    > li
    .minicart-wrapper
    > a.wishlist:before {
    content: "";
    -webkit-mask: url(../images_new/li_heart.svg) no-repeat center;
    -moz-mask: url(../images_new/li_heart.svg) no-repeat center;
    -ms-mask: url(../images_new/li_heart.svg) no-repeat center;
    mask: url(../images_new/li_heart.svg) no-repeat center;
}
.morningwala_header
    .header-container
    .col-action
    .minicart-wrapper
    .action.showcart
    .counter.qty,
.header-container .col-action li .counter.qty {
    background-color: #fdc040;
    border: #fff solid 2px;
}
.morningwala_header .header-container .account-link-header:before {
    width: 2.4rem;
}
.morningwala_header .search-form .field {
    display: flex;
}
.morningwala_header .search-form .field:before {
    border-right: 1px solid #929292 !important;
    left: 20% !important;
}
.morningwala_header .search-form .categories_dropdown {
    height: auto;
    font-family: "Quicksand", sans-serif !important;
    width: auto;
    position: relative;
}
.morningwala_header .search-form .control {
    width: -webkit-fill-available;
}
@media screen and (max-width: 1199px) {
    .morningwala_header .header_bottom {
        padding: 0;
    }
}
@media screen and (max-width: 991px) {
    .morningwala_header .header_top .header-middle {
        position: relative;
    }
    .morningwala_header .header-container .col-action .action-header {
        position: absolute;
        right: 0;
    }
    .morningwala_header .header-container .col-action .action-header > li {
        margin: 0 0.5rem;
    }
}
/* Header */

/* Search By Category */
.search_category .rokan-title h3 {
    padding-right: inherit !important;
    border-bottom: none;
}
.search_category .rokan-title h3 span::after {
    border-bottom: none;
}
.search_category .products-grid .product-items.owl-carousel .product-item {
    border-radius: 6px;
}
.search_category .owl-carousel.owl-drag .owl-item .product-item {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}
.owl-carousel .owl-nav button::before {
    background: url(../images_new/li_arrow-right.svg) center center no-repeat;
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    font-size: 0 !important;
}
.owl-carousel .owl-nav button.owl-next::before {
    background: url(../images_new/li_arrow-right.svg) center center no-repeat;
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
}
.search_category .owl-carousel .owl-nav button:hover,
.testimonials .owl-carousel .owl-nav button:hover {
    background: #359c71;
}

/* .search_category .owl-item:nth-child(1) .product-item {
    background-color: #EAFEF9;
}
.search_category .owl-item:nth-child(2) .product-item {
    background-color: #EFEFEF;
}
.search_category .owl-item:nth-child(3) .product-item {
    background-color: #FEF1FD;
}
.search_category .owl-item:nth-child(4) .product-item {
    background-color: #FEFDEA;
}
.search_category .owl-item:nth-child(5) .product-item {
    background-color: #DEF9EC;
}
.search_category .owl-item:nth-child(6) .product-item {
    background-color: #FFF5E1;
}
.search_category .owl-item:nth-child(7) .product-item {
    background-color: #EAFEF9;
}
.search_category .owl-item:nth-child(8) .product-item {
    background-color: #EFEFEF;
}
.search_category .owl-item:nth-child(9) .product-item {
    background-color: #FEFDEA;
}
.search_category .owl-item:nth-child(10) .product-item {
    background-color: #DEF9EC;
}
.search_category .owl-item:nth-child(11) .product-item {
    background-color: #FFF5E1;
} */

/* Search By Category */

/* Trending Products */
/* Common */

.product-item-name,
.product.name a {
    font-weight: 400;
    color: #414141;
}

/* Common */
.trending_products .rokan-title h3 {
    border-bottom: none;
}
.trending_products .rokan-title h3 span::after {
    border-bottom: none;
}
.trending_products .products-grid .product-items.owl-carousel .product-item {
    border-radius: 6px;
}
.trending_products .product-item .product-item-photo {
    margin-bottom: 0;
}
.trending_products .products-grid .product-items .product-item-info {
    padding: 0;
    border: rgba(0, 0, 0, 0.05) solid 1px;
    border-radius: 6px;
}
.trending_products .product-item-details {
    padding: 10px;
}
.trending_products .product-item-details .text-truncate {
    width: 80%;
}

.trending_products form {
    padding: 10px;
    padding-top: 0;
}
.trending_products .owl-carousel .owl-nav button:hover {
    background: #359c71;
}
@media screen and (max-width: 767px) {
    .trending_products .product-image-container {
        width: 100%;
    }
}
/* Trending Products */

/* Why Love Our Dairy */
.product_wrapper {
    background: url(../../assets/images_new/BG.png) center top no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 5rem 0;
}
.why_morningwal-container {
    padding: 5rem 0 0;
    /* background-color: #f0fff4; */
}
.why_morningwal_box {
    text-align: center;
    padding: 2.5rem;
    border-radius: 6px;
    margin-bottom: 30px;
}
.why_morningwal_box img {
    height: 70px;
}
.why_morningwal_box p {
    margin-bottom: 0;
}
.why_morningwal_box_green {
    background-color: #c3ffe8;
}
.why_morningwal_box_white {
    background-color: #fff;
}
.see-all {
    list-style: none;
}
.see-all li {
    float: left;
    margin: 0 2rem;
}
.see-all li a {
    color: #253d4e;
    font-size: 16px;
}
.see-all li a:hover,
.see-all li a.active,
.see-all li a:active {
    color: #3bb77e;
}
.see-all::after {
    display: none !important;
}
@media screen and (max-width: 600px) {
    .why_morningwal_box_green {
        min-height: 340px;
    }
    .why_morningwal_box_white {
        min-height: 340px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .product_wrapper {
        padding: 1rem 0 5rem;
    }
}
@media screen and (max-width: 767px) {
    .product_wrapper {
        padding: 0 0 5rem;
    }
    .why_morningwal-container {
        padding: 0;
    }
    .product_wrapper .see-all {
        margin: 0;
        margin-top: 3rem;
        width: 100%;
        float: left;
        padding-left: 0;
        display: none !important;
    }
    .product_wrapper .see-all li {
        float: left;
        margin: 0 1rem;
    }
}
/* Why Love Our Dairy */

/* Testimonial */

.testimonial-wrapper {
    background: url(../../assets/images_new/BG2.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding: 5rem 0 0;
}

.testimonials h3 {
    border-bottom: none;
    font-size: 3rem;
}
.testimonials h3 span::after {
    border-bottom: none;
}
#customers-testimonials .item {
    padding: 40px;
    padding-top: 0;
    height: auto;
}
#customers-testimonials .shadow-effect {
    border: none !important;
    text-align: left !important;
    border-radius: 30px !important;
    position: relative;
    height: 320px;
}
.testimonial_details {
    width: 60%;
    position: relative;
    padding: 2rem;
}
.testimonial_details .bottom {
    position: absolute;
    bottom: 5%;
}
.testimonial_image {
    width: 40%;
    position: absolute;
    right: 0;
    top: -13%;
}
.testimonial_image img {
    height: 400px !important;
    width: auto !important;
    margin: 0 auto 0 !important;
    border-radius: 15px !important;
}

@media screen and (max-width: 991px) {
    .subscribe-support-image {
        height: 100%;
    }
    .subscribe-support-image img {
        bottom: 0;
        top: inherit;
    }
}
@media screen and (max-width: 767px) {
    .testimonials {
        padding: 5rem 0 0;
    }
    #customers-testimonials .item {
        padding: 0px;
    }
    #customers-testimonials .shadow-effect {
        display: block !important;
        height: auto;
    }
    .testimonial_details {
        width: 100%;
        position: relative;
        padding: 0;
    }
    .testimonial_details .bottom {
        position: inherit;
    }
    .testimonial_image {
        width: 100%;
        position: inherit;
    }
    .testimonial_image img {
        height: auto !important;
    }
    .subscribe-support-image img {
        position: inherit;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
}
/* Testimonial */

/* Subscribe */
.subscribe_us_container {
    padding: 5rem 0;
}
.subscribe_us_container h3 {
    font-size: 3rem;
}
.download_platform img {
    height: 50px;
}
.subscribe-support-box {
    height: 100%;
    position: relative;
}
.subscribe-support-box-bottom {
    position: absolute;
    bottom: 0;
}
/* .subscribe-support-image {
    position: relative;
}
.subscribe-support-image img {
    position: absolute;
    top: 2px;
} */

@media screen and (max-width: 991px) {
    .subscribe_us_container {
        background-color: #f0fff4;
    }
    .subscribe-support-image {
        height: 100%;
    }
    .subscribe-support-image img {
        bottom: 0;
        top: inherit;
    }
}
@media screen and (max-width: 767px) {
    .subscribe-support-image img {
        position: inherit;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
    .subscribe-support-box-bottom {
        position: inherit;
        bottom: 0;
    }
}
/* Subscribe */

/* MorningWala Instagram */
.instagram-container {
    background-color: #fff;
    padding: 5rem 0;
}
.instagram-container-top img {
    height: 60px;
}
/* MorningWala Instagram */

/* MorningWala Blog */
.blog_container {
    background-color: #f0fff4;
    padding: 5rem 0;
}
.blog_container .section {
    margin-bottom: 0;
}
.blog_container .rokan-title h3 {
    border-bottom: none;
}
.blog_container .rokan-title h3 span::after {
    border-bottom: none;
}
.blog_container .post-list-wrapper .blog-list-post .post-holder .post-item {
    border: none;
    border-radius: 6px;
}
.blog_container .post-list-wrapper .blog-post-info {
    background: transparent;
}
.blog_container .posted_date span {
    color: #00b59c;
    position: relative;
    left: 5px;
}
.blog_container .posted_date::before {
    border-radius: 50%;
    height: 5px;
    width: 5px;
    content: "";
    display: inline-block;
    background-color: #00b59c;
    vertical-align: middle;
}
/* MorningWala Blog */

/* MorningWala Footer */
.post-image {
    position: relative;
    height: 100%;
}
.post-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 256px;
}
.shipping-support .icon:before {
    color: #359c71;
}
.shipping-support .content {
    margin-top: auto;
    margin-bottom: auto;
    position: inherit;
}
.page-footer {
    margin-top: 0rem;
    background-color: #fff;
}

.morningwala_footer {
    background-color: #00584b !important;
    color: #fff !important;
    margin-top: 0 !important;
    background: url(../images_new/footer-bg-update.png) no-repeat left bottom;
    background-size: contain;
}
.morningwala_footer .logo img {
    height: 50px;
}
.page-footer .morningwala_footer a:not(:hover) {
    color: #fff !important;
}
.footer-logo img {
    display: block;
}
.footer-logo img {
    height: 70px;
}
.address-menu li {
    margin: 1rem 0 !important;
}
.certificate img {
    filter: invert(98%) sepia(2%) saturate(0%) hue-rotate(150deg)
        brightness(101%) contrast(102%);
    height: 70px;
    margin: 0 2rem 4rem;
}
.social-icons a {
    background-color: rgba(53, 157, 113, 0.5);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
}
.social-icons a i {
    vertical-align: middle;
    font-size: 22px;
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
    .certificate img {
        height: 45px;
    }
    .social-icons {
        position: relative;
        top: -10px;
    }
}
@media screen and (max-width: 991px) {
    .morningwala_footer .logo {
        max-width: 100%;
        margin: 0 0 12px 0;
    }
    .morningwala_footer .logo img {
        margin-left: auto;
        margin-right: auto;
    }
    footer .shipping-support .col-content {
        background-color: #daf1e5;
    }
    .footer-logo img {
        margin: auto;
    }
    .vertical-menu {
        text-align: center;
    }
    .certificate {
        flex-wrap: wrap;
    }
    .certificate img {
        height: 70px;
        margin: 0 1.5rem 3rem;
    }
    .social-icons {
        position: relative;
        top: -10px;
    }
}
@media screen and (max-width: 767px) {
    .post-image img {
        position: inherit;
        float: right;
    }
    .copyright {
        display: block !important;
        text-align: center;
    }
    .enable-mobile-menu {
        padding-bottom: 0;
    }
    .social-icons a i {
        vertical-align: -webkit-baseline-middle;
        font-size: 22px;
    }
    .social-icons {
        position: inherit;
    }
}
/* MorningWala Footer */

.breadcrumbs .items {
    padding: 1rem 0;
}
/* Product Details Page */
.product-details-component {
    background-color: #f7fefb !important;
}
.product-container {
    background-color: #fff;
    float: left;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.1);
}
.product-container .product.media {
    border-right: #dedede solid 1px;
}