/* GENERAL */
/* fonts */
body {
    font-family: 'Sora', sans-serif !important;
    background-color: #F5F8F9;
}

p {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
}

/* Select 2 Custom styling */

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #fff !important;
    border-radius: 4px;
}

/* main header */

/* logo size on large screens */
@media screen and (min-width:769px) {
    .mdg-logo img{
        max-width: 200px;
    }
}

/* logo size on handheld-devices */
@media screen and (max-width:769px) {
    .mdg-logo img{
        max-width: 170px;
    }
}

.mdg-navbar {
    background: #1e22a9;
    padding: 5px 0 2px 0;
}

.mdg-search .form-inline .input-group {
    width: 100%;
}

.mdg-search .form-control {
    border-radius: 30px;
}

a.mdg-btn-search {
    background: #006de1;
    color: #ffffff;
    border-radius: 30px;
}

a.mdg-btn-search:hover {
    background: #f68b1e;
    color: #ffffff;
}

.ls-cta {
    padding-top: 4px;
}

.header-cta {
    color: #ffffff;
    padding: 5px 10px 0;

}

.cta-icon>.fa-3x {
    font-size: 1.5em;
}

.cta-text {
    padding-left: 5px;
    color: #ffffff;
    text-align: right;
}

.cta-text a {
    color: #ffffff;
}

.dropdown-item {
    padding: 5px;
    white-space: normal !important;
}

/* categories menu */
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    margin-top: 0;
}

.ddcat {
    width: 250px;
    font-size: .9rem;
}

.ddscat {
    min-width: 800px;
    padding: 5px 20px;
    min-height: 400px;
}

.ddsc-c {
    min-height: 100px;
    padding-bottom: 10px;
}

.mmsc a {
    color: #212529;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.mmtlc ul {
    list-style-type: none;
    padding: 0;
}

.mmtlc a {
    color: #212529;
    text-decoration: none;
    font-size: .75rem;
}

.mmtlc a:hover {
    font-weight: 700;
}

/* primary menu */
.mdg-cm {
    border-bottom: 4px solid #006de1;
    background: #ffffff;
}

.mdg-cm .navbar {
    padding: 0;
}

a.nav-link {
    text-transform: capitalize;
    color: #212529;
}

a.nav-link.active {
    color: #ffffff;
    background: #006de1;
}

a.nav-link.active:hover {
    color: #ffffff;
}

a.nav-link:hover {
    color: #f68b1e;
}

.dropdown-menu {
    border-radius: 0;
    margin-top: -1px;
}

/* dropdown on hover */
.dropdown-item:hover {
    background: #f68b1e;
    color: #ffffff;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

/* mobile menu customisations */
.mdg-navbar-hh {
    background: #1e22a9;
}

.hh-fix-search {
    background: #f5f8f9;
    padding: 5px 10px;
    border-bottom: 3px solid #1e22a9;
}

.hh-search .form-inline .input-group {
    width: 100%;
}

.hh-cta {
    margin: 0 15px;
}

/* toggle navigation */

.mobile-toggle {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/* menu slide from left */
/* Desktop dropdown layout fix */
@media (min-width: 769px) {
    .mosmos-dropdown {
        display: flex;
        flex-wrap: wrap;
        gap: 60px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .mosmos-dropdown-column {
        flex: 1 1 200px;
        min-width: 180px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .mosmos-dropdown-column h3 {
        margin-top: 0;
    }

    .mosmos-dropdown-column ul {
        margin: 0;
        padding: 0;
    }
}


@media (max-width: 768px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        padding: 15px;
        width: 100%;
        background: #f8f8f8;
        z-index: 1000;
        margin-top: 14px;
        border-bottom: 10px solid #f68b1e;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }
    .cart-view{
        font-size: 12px;
    }
    .w-sm-100{
        width: 96%!important;
    }
}
.cart-name{
    font-size: 11px;
    font-weight: bold;
}

/* display handheld menu*/
@media screen and (min-width:830px) {
    .hh-menu {
        display: none;
    }
}

/* hide main menu on handheld-devices */
@media screen and (max-width:830px) {
    .ls-menu {
        display: none;
    }
}

/* hide chat button on very small screens */
@media screen and (max-width:290px) {
    .hh-chat {
        display: none;
    }
}

/* new mobile menu */

.chh-grid {
    overflow: hidden;
}

.mdg-chh img{
    width: 100%;

    height: 50px;

    padding-bottom: 10px;

    object-fit: contain;
    object-position: 50% 50%;
}

.mdg-chh {
    border: 1px solid #dddddd;
    background: #ffffff;
    padding: 8px;
    margin: 5px;

    text-align: center;

    box-shadow: 1px 1px 5px #dddddd;
}

/* listing on tablets */
@media screen and (max-width: 780px) {
    .mdg-chh {
        max-width: 15.3%;
        float: left;
    }

    .flash-sale-cont {
        font-size: 12px;
    }

    .flash-sale-link {
        margin-top: -37px;
    }

}

/* listing on mobile phones */
@media screen and (max-width: 480px) {
    .mdg-chh {
        max-width: 29.5%;
        float: left;
    }
    .customers-ref{
        border: 1px dotted #529AE1;
    }
}

span.cat-name {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 46px;
    margin: 0 auto;
    line-height: inherit;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.mdg-chh a {
    color: #333333;
}

/* PAGE CONTENT */

/* space at the top of a bage without breadcrumbs on large screens */
@media screen and (min-width: 780px) {
    .mdg-top {
        margin-top: 107px;
    }
}

/* space at the top of a bage without breadcrumbs on hand held */
@media screen and (max-width: 780px) {
    .mdg-top {
        margin-top: 134px;
    }
}
/* breadcrumbs */
.bc-bg {
    background: #dddddd;
    color: #333333;
    padding: 5px 0;
    overflow: auto;
    white-space:nowrap;
}

@media only screen and (min-width: 600px) {
    .bc-bg {
        margin-top: 93px;
    }
}

@media only screen and (max-width: 600px) {
    .bc-bg {
        margin-top: 121px;
    }
}


span.bc-sep::before {
    content: ">";
    padding: 0 4px;
}

.bc-link a {
    color: #006de1;
}

.bc-link a:hover {
    text-decoration: none;
    color: #333333;
}

.bc-link span:last-child {
    font-weight: 700;
}

/* HOMEPAGE */
/* hero */
.home-hero {
    background: #f5f8f9;
}

.hero-text h1 {
    font-weight: 700;
}

.hero-text {
    padding: 20px;
}

.home-hero img {
    width: 100%;
    padding: 0 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 780px) {

    .hero-asset {
        padding-top: 40px;
    }
}

.hero-title {
    text-align: center;
}

.hero-title-alt {
    color: #ffffff;
    text-align: center;
}

/* features */
.bg-gray-features {
    width: 100%;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1)), url("https://imageio.forbes.com/specials-images/dam/imageserve/1138257321/960x0.jpg");
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
.h-features {
    margin: 40px 0 0;
}
.home-feature {
    text-align: center;
    padding: 10px;
    background: #f5f8f9;
    min-height: 280px;
}

.home-feature .hfa {
    color: #007bff;;
    padding: 20px;
}

.moringa-features{
    background-color: #fff;
    padding-top: 6px;
}

.moringa-features .h-features {
    margin: 40px 0 0;
}
.moringa-features .home-feature {
    text-align: center;
    padding: 10px 20px;
    margin: 5px;
    background: #f5f8f9;
    min-height: 286px;
    border-radius: 40px;
}

.moringa-features .home-feature .hfa {
    color: #007bff;;
    padding: 20px;
}


/* how to */
.h-howto img {
    width: 100%;
}

.h-howto-txt {
    padding: 20px;
}

.fg {
    color: #52b44b;
}

/* jenga summarry */
.main-hero-text {
    padding: 50px 0;
    text-align: center;
    max-width: 700px;
    margin: auto;
}

.bg-gray-img {
    width: 100%;
    background-image: url("https://digitalinteriors.co.ke/wp-content/uploads/2019/03/1-15.png");
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

.enquiry-header {
    width: 100%;
    background-image: url("../img/extra/jenga.png");
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

.bg-iphone-img {
    width: 100%;
    background-image: url(../img/extra/iphone-14-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

.bg-moringa-img {
    width: 100%;
    background-image: url(../img/extra/moringa-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
.jenga-sum {
    padding: 50px 0;
    background: #1e22a9;
    border: 10px solid #007bff;
    color: #ffffff;
    text-align: center;
    max-width: 700px;
    margin: auto;
    padding: 20px;
}

.jenga-sum-lg {
    padding: 50px 0;
    background: #FFF;
    /* border: 10px solid #007bff; */
    text-align: center;
    max-width: 1000px !important;
    margin: auto;
    padding: 20px;
    align-items:center !important;
}

/* testimonials */
.h-testimonial {
    background: #dddddd;
    padding: 10px 20px;
    min-height: 180px;
}

/* new categories */
.hc-grid {
    overflow: hidden;
}

.mos-hc {
    border: 1px solid #dddddd;
    background: #f5f8f9;
    padding: 10px;
    margin: 10px 5px;
}

.mos-hc img{
    width: 100%;

    height: 100px;

    padding-bottom: 10px;

    object-fit: contain;
    object-position: 50% 50%;
}

.mos-hc a {
    color: #212529;
}

/* listing on larger screens */
@media screen and (min-width: 1030px) {
    .mos-hc {
        width: 32.4%;
        float: left;
    }
}

/* listing on large screens */
@media screen and (max-width: 1030px) {
    .mos-hc {
        width: 48.8%;
        float: left;
    }
}

/* listing on tablets */
@media screen and (max-width: 780px) {
    .mos-hc {
        width: 48.4%;
        float: left;
    }
}

/* listing on mobile phones */
@media screen and (max-width: 480px) {
    .mos-hc {
        width: 97%;
        float: left;
    }
}

.hc-name {
    font-weight: 700;
}

.hc-all a::after {
    content: "\27F6";
    padding-left: 5px;
}

.hc-all a {
    color: #f68b1e;
    font-size: 13px;
}

.hc-list ul {
    padding: 10px;
    list-style-type: none;
    font-size: 13px;
    margin-bottom: 0;
}

.hc-list a {
    color: #212529;
}

.hc-list li:before {
    content: ">";
    display: block;
    float: left;
    width: 1.2em;
}

/* end new categories */

/* categories */
.c-grid {
    overflow: hidden;
}

.mdg-c img{
    width: 100%;

    height: 100px;

    padding-bottom: 10px;

    object-fit: contain;
    object-position: 50% 50%;
}

.mdg-c {
    border: 1px solid #dddddd;
    background: #ffffff;
    padding: 8px;
    margin: 5px;

    text-align: center;

    box-shadow: 1px 1px 5px #dddddd;
}

/* listing on larger screens */
@media screen and (min-width: 1030px) {
    .mdg-c {
        max-width: 11.6%;
        float: left;
    }
}

/* listing on large screens */
@media screen and (max-width: 1030px) {
    .mdg-c {
        max-width: 15.5%;
        float: left;
    }
}

/* listing on tablets */
@media screen and (max-width: 780px) {
    .mdg-c {
        max-width: 23%;
        float: left;
    }
}

/* listing on mobile phones */
@media screen and (max-width: 480px) {
    .mdg-c {
        max-width: 46%;
        float: left;
    }
}

span.cat-name {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 46px;
    margin: 0 auto;
    line-height: inherit;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.mdg-c a {
    color: #333333;
}

#brands-carousel {
    padding: 10px;
}

.mdg-b img{
    width: 100%;

    object-fit: contain;
    object-position: 50% 50%;

    padding: 10px;

    border: 1px solid #dddddd;
    background: #ffffff;
}

.mdg-b {
    padding: 5px;
}

/* product carousel */
.ht {
    border-bottom: 2px solid #dddddd;
}

.ht h5 {
    text-transform: uppercase;
}
.p-c-sec {
    padding: 0 5px;
    margin-bottom: 10px;
}

.p-c-inner {
    background: #ffffff;
    min-height: 230px !important;
    padding: 20px;
}

.p-c-sec a:hover {
    text-decoration: none;
}

.p-c-sec img {
    width: 100%;
    height: 100px;

    padding-bottom: 10px;

    object-fit: contain;
    object-position: 50% 50%;
}

.p-c-name {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    /* height: 46px; */
    margin: 0 auto;
    line-height: inherit;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.p-c-name {
    color: #333333;
}

.p-c-price {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    padding-bottom: 5px;
    text-align: center;
}

.p-c-price-striked {
    text-decoration: line-through !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: red !important;
    text-align: center;
    margin-right: 5px;
    margin-top: 2px;
}
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* main-content */
.bg-gray {
    background: #f5f8f9;
    padding: 50px 0;
}

.bg-gray-alt {
    background: #f5f8f9;
    padding: 50px 0;
}

.bg-white {
    background: #ffffff;
    padding: 50px 0;
}

.bg-white-sm {
    background: #ffffff;
    padding: 10px 0;
}

.bg-white-jenga {
    background: #ffffff;
    padding: 100px 0;
}

.bg-white-moringa {
    background: #ffffff;
    padding: 34px 0;
}
/* category page */
.lmm-p-listing-page {
    overflow: hidden;
}

.products-jenga{
    max-height: 400px;
    overflow-y: scroll;
}

.ht-title h5 {
    text-transform: capitalize;
}

.filters {
    overflow: hidden;
}

.p-count {
    max-width: 50%;
    float: left;
}

.p-filter {
    max-width: 100%;
}

.p-filter-btn {
    max-width: 50%;
    float: right;
}

.p-sort {
    max-width: 50%;
    float: right;
}

@media only screen and (max-width: 780px) {
    .p-sort {
        display: none;
    }
}

.p-grid {
    overflow: hidden;
}

/* category page settings */
@media only screen and (min-width: 768px) {
    .lmm-sb-sec {
        width: 20%;
        float: left;
    }

    .lmm-p-listing-sec {
        padding-left: 15px;
        width: 80%;
        float: left;
    }
}

@media (max-width:768px) and (min-width: 600px) {
    .lmm-sb-sec {
        display: none;
    }

    .lmm-p-listing-sec {
        width: 100%;
        float: left;
    }
}

@media only screen and (max-width: 600px) {
    .lmm-sb-sec {
        display: none;
    }

    .lmm-p-listing-sec {
        width: 100%;
        float: left;
    }
}

/* sidebar */
.lmm-sidebar {
    background: #ffffff;
}

.lmm-sb-sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 107px;
}

/* hide sidebar on mobile phones */
@media screen and (max-width: 480px) {
    .lmmsb-hide-sm {
       display: none;
    }
}

.lmmsb-sec {
    padding: 10px;
    border-bottom: 5px solid #1e22a9;
}

.lmmsb-sec a {
    color: #212529;
}

.lmmsbt h5 {
    text-transform: uppercase;
}

.lmmsbt span {
    color: #1e22a9;
}

.lmmsb-sec-scr {
    max-height: 100px;
    overflow: auto;
}

/* scrollbar */
/* Works on Firefox */
.lmmsb-sec-scr {
    scrollbar-width: thin;
    scrollbar-color: #f68b1e #ffffff;
}

/* Works on Chrome, Edge, and Safari */
.lmmsb-sec-scr::-webkit-scrollbar {
    width: 12px;
}

.lmmsb-sec-scr::-webkit-scrollbar-track {
    background: #ffffff;
}

.lmmsb-sec-scr::-webkit-scrollbar-thumb {
    background-color: #f68b1e;
    border-radius: 20px;
    border: 3px solid #ffffff;
}

/* handheld filter */
.lmm-filter-toggle {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;

    background: #ffffff;
    border-top: 3px solid #f68b1e;
}

@media screen and (min-width: 780px) {
    .lmm-filter-toggle {
        display: none;
    }
}

.hh-ft-sort {
    background: #007bff;
    color: #ffffff;
    padding: 16px 10px 0;
    float: left;
    width: 50%;
}

.hh-ft-filter {
    background: #1e22a9;
    color: #ffffff;
    padding: 16px 10px 0;
    float: left;
    width: 50%;
}

/* listing on large screens */
@media screen and (min-width: 780px) {
    .p-cat {
        width: 25%;
        float: left;
    }
}

/* listing on tablets */
@media screen and (max-width: 780px) {
    .p-cat {
        width: 33.3%;
        float: left;
    }
}

/* listing on mobile phones */
@media screen and (max-width: 480px) {
    .p-cat {
        width: 50%;
        float: left;
    }
}

/* product page */
.info-sec {
    margin-bottom: 30px;
}
.p-img img {
    object-fit: contain;
    object-position: 50% 50%;
}

.carousel-control-next-icon {
    background-color: #333333;
    border-radius: 50px;
}

.carousel-control-prev-icon {
    background-color: #333333;
    border-radius: 50px;
}

.booking-sec {
    padding: 20px;
}

.booking-sec img {
    width: 100px;
    padding: 8px;
    border: 2px solid #dddddd;
    background: #ffffff;
    margin-bottom: 5px;
}

.product-name {
    text-transform: capitalize;
}

.p-code {
    font-weight: 600;
}

.product-price {
    color: #006d5b;
    font-size: 25px;
    padding-bottom: 10px;
    font-weight: 600;
}
.product-price-striked{
    color: red !important;
    text-decoration: line-through !important;
    font-size: 18px;
    font-weight: 600;
}
.flash-sale-cont {
    background-color: #E61601;
    color: #fff;
    padding: 5px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* margin-left: 5px; */
    /* margin-right: 5px; */
    margin-top: 10px;
}
.flash-sale-cont .row{
    padding-left: 10px;
    padding-right: 10px;
}
.count-down-cont{
    display: flex;
    justify-content: center;
}
.white-txt{
    color: #FFF !important
}
.flash-sale-link{
    float:right !important;
}
.tb-sale-card{
    border: 1px solid #E61601 !important;
    border-radius: 10px !important;
    margin-top:-10px;
}
.tb-sale-card .card-header{
    background-color: #E61601;
    color: #fff;
    padding: 5px !important;
    font-size: 12px;
}
.tb-sale-card .card-body{
    padding: 5px !important;
    font-size: 12px !important;
    text-align: center !important;
}
.vendor-info img{
    object-fit: cover
}
.vendor-info {
    margin-bottom: 20px;
}
.vendor-info p{
    font-size: 15px;
}
.tb-sale-view{
    padding: 5px;
    background-color: #E61601;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    margin-top: -10px;
}

.customers-ref{
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    border: 2px dotted #529AE1;
    background: #E4F4FF;
}
.p-disclaimer {
    margin: 10px 0
}

.customers-ref p{
    font-size: 15px !important;
}
.social-buttons {
    list-style-type: none;
    box-sizing: border-box;
    *zoom: 1;
    margin-left: -37px;
    margin-bottom: -10px;
}
.social-buttons:before,
.social-buttons:after {
    box-sizing: border-box;
}
.social-buttons:before,
.social-buttons:after {
    content: " ";
    display: table;
    line-height: 0;
}
.social-buttons:after {
    clear: both;
}
.button__share {
    float: left;
    background-color: #888;
    margin-right: .7em;
    margin-bottom: .7em;
    border-radius: 4px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .button__share:last-child {
    margin-right: 0;
  }
  .button__share:hover {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
  .button__share a {
    color: #fff;
    font-family: Arial, Helvetica, -apple-system, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33;
    text-decoration: none;
    padding: .35em .7em;
    display: inline-block;
  }
.button__share--facebook {
    background-color: #4267b2;
}
.button__share--twitter {
    background-color: #55acee;
    color: #fff;
}
.button__share--whatsapp{
    background-color: #25D366;
    color: #fff;
}
.mdg-features {
    background: #333;
    color: #ffffff;
    padding: 20px;
    margin: 0;
    border-bottom: 5px solid #f68b1e;
}

.mdgf {
    padding: 10px 0;
}

.mdgf-icon>.fa-3x {
    font-size: 2.3em;
}

.mdgf-text {
    padding-left: 20px;
}

.highlights {
    padding: 10px 0;
}

/* product description */
.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: 4px solid #1e22a9;
}

/* scrollabe tabs */
.tabbable .nav-tabs {
    overflow-x: auto;
    overflow-y:hidden;
    flex-wrap: nowrap;
}

.tabbable .nav-tabs .nav-link {
   white-space: nowrap;
}

.p-desc img {
    width: 100%;
}

/* checkout */
.card {
    border-radius: 0;
}

.checkout a {
    color: #1e22a9;
}

/* FOOTER */
span.truly-african {
    background-image: url("../img/extra/truly-african.png");
    padding: 0 100% 0 0;
}

.ftr-bg {
    background: #333333;
    padding: 40px 0;
}

.ftr-container {
    margin: auto;
    max-width: 500px;
}

.ftr-content {
    color: #ffffff;
}

.ftr-socials {
    text-align: center;
}

.ftr-socials a .fa {
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    padding: 10px;
    margin: 10px;
}

.fa-facebook {
    background: #4267b2;
}

.fa-instagram {
    background: #e1306c;
}

.ftr-socials a .fa:hover {
    background: #007bff;
}

.ftr-search {
    text-align: center;
}

.lmm-app img {
    max-width: 150px;
}

.ftr-search .form-inline .input-group {
    width: 100%;
}

.ftr-legal {
    padding-top: 15px;
    text-align: center;
}

.ftr-sep::before {
    content: "/";
    padding: 0 4px;
}

.ftr-legal a {
    color: #ffffff;
}


/* copyrights */
.copyrights {
    text-align: center;
    background: #1e22a9;
    color: #ffffff;
    padding: 10px 0;
}

.copyrights a {
    color: #f8f8f8;
}

/* FORMS */
.form-control {
    border-radius: 10px;
}

/* BUTTONS */
a {
    outline-style: none;
}

.p-btn {
    background: #006de1;
    color: #ffffff;
    border-radius: 10px;
}

.btn-outline-primary {
    border-radius: 10px;
}

.p-btn:not(:disabled):not(.disabled):hover {
    background: #f68b1e;
    color: #ffffff;
    animation: none;
}

.p-btn:disabled:hover {
    color: #ffffff;
}

.p-btn-inv {
    background: #f68b1e;
    color: #ffffff;
    border-radius: 10px;
}

.p-btn-inv:hover {
    background: #006de1;
    color: #ffffff;
    animation: none;
}

.p-btn-sec {
    background: #6c757d;
    color: #ffffff;
    border-radius: 10px;
}

.p-btn-wa {
    background: #25d366;
    color: #ffffff;
    border-radius: 10px;

    box-shadow: 0 0 0 0 rgba(37,211,102, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}

.pulse{
    transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(37,211,102, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(37,211,102, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(37,211,102, 0);
	}
}

.p-btn-wa:hover {
    background: #25d366;
    color: #ffffff;
    border-radius: 10px;
}

/* BOOTSTRAP */
table.table.table-borderless.table-sm {
    width: 100% !important;
}

/* columns */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.col-form-label {
    font-size: 13px;
}
.moringa-course{
    border-radius:0.75rem;
    background-color: #101F3C;
    min-height: 40px;
}
.moringa-course img{
    border-top-left-radius: 0.75em;
    border-top-right-radius: 0.75em;
    max-height: 220px;
    object-fit: cover;
}
/* .moringa-course .card-body{
    background-color: #101F3C;
} */
.moringa-course .card-title{
    color: #FA510F;
}
.moringa-course .card-text{
    color: #FFFF;
}

.moringa-course .btn{
    --tw-text-opacity: 1;
    background-color: transparent;
    color: rgba(250,81,15,var(--tw-text-opacity));
    font-size: .75rem;
    font-weight: 500;
    line-height: 1rem;
    padding: 1rem 2rem;
    text-align: center;
    border: 2px solid #FA510F;
    border-radius: 50px;
}
.course-col{
    padding-left: 10px;
    padding-right: 10px;
}
.courses-section{
    padding-bottom: 50px;
}
*::-webkit-scrollbar {width: 10px;background-color:#0b1120}
*::-webkit-scrollbar-track {background-color:#e2e8f0}
*::-webkit-scrollbar-thumb {border-radius: 1rem; background-color:#94a3b8}

.add-quantity-btn{
    margin-left: -18px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.quantity-input{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 31px;
    border-radius: 6px;
}
.steps-container {
    position: relative;
    margin-top: 10px !important;
}
.steps-container fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    margin-top: 44px;
}
.right{
    float: right !important;
}
.steps-container fieldset:not(:first-of-type) {
    display: none
}
.steps-container .pre-step {
    color: white;
    cursor: pointer;
}
.steps-container .next-step {
    color: white;
    cursor: pointer;
    margin: 10px 5px 10px 0px;
    background: #006de1;
    border-radius: 10px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    float: right;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.steps-container .form, .pre-step {
    background: #616161;
}
.steps-container .form, .next-step {
    background: #006de1;
}
.steps-container .pre-step:hover
{
    background-color: #000000
}
.steps-container .pre-step:focus {
    background-color: #000000
}
.steps-container .next-step:hover
{
    background-color: #F68B1E
}
.steps-container .next-step:focus {
    background-color: #F68B1E
}
.steps-container .text {
    color: #006de1;
    font-weight: normal
}
.steps-container #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}
.steps-container #progressbar .active {
    color: #F68B1E
}
.steps-container #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 50%;
    float: left;
    position: relative;
    font-weight: 400
}
.steps-container #progressbar #step1:before {
    content: "1"
}
.steps-container #progressbar #step2:before {
    content: "2"
}
.steps-container #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}
.steps-container #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}
.steps-container #progressbar li.active:before
{
    background: #F68B1E
}
.steps-container #progressbar li.active:after {
    background: #F68B1E
}
.steps-container #progressbar li.active:after {
    background: #F68B1E
}
.steps-container .progress {
    height: 4px;
    margin-top: -104px;
}
.steps-container .pbar {
    background-color: #F68B1E
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}
table, .btn {
    font-family: 'Sora', sans-serif !important;
}
.product-cart{
    position: fixed;
    bottom: 10px;
    cursor: pointer;
    background-color: #FFFF !important;
    width: 100%;
}
.add-quantity-btn-block{
    height: 35px;
    margin-top: 5px;
}
.input-roofing{
    height: 35px !important;
    margin-bottom: -12px;
}
.alert-subtotal {
    margin-bottom: -12px;
    margin-top: 10px;
    padding: 0.2rem 0.5rem;
    font-size: 14px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bg-gray-light{
    background-color: #EEE;
    border-radius: 5px;
    padding:5px;
}
.cart-cont{
    max-height: 400px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.minus-item {
    border: solid 1px #e5e6e9;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.minus-item-roofing {
    border: solid 1px #e5e6e9;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    margin-left: 10px;
}
.custom-input{
    border-radius: 0px;
}
.custom-input:hover{
    border: 1px solid #F68B1E;
}
.plus-item{
    margin-left: -10px;
    border: solid 1px #e5e6e9;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
}
.minus-item{
    border: solid 1px #e5e6e9;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 64px;
}
.minus-item:hover, .plus-item:hover{
    color: #F68B1E !important;
    border: 1px solid #F68B1E !important;
    background-color: #FFF !important;
    z-index: 99 !important;
}
.order-items-view{
    font-size: 12px !important;
}
.cart-product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
 }
 .cart-count{
    background-color: red;
    margin-top: -50px;
    border-radius: 100px;
    font-size: 14px;
    text-align: center;
    width: 18px;
    height: 20px;
    position: absolute;
    margin-left: 70px;
 }

 .p-c-inner {
    background: #FFFFFF;
    padding: 20px !important;
    min-height: 230px !important;
}

.fa-facebook {
    background: #4267B2;
    padding: 10px;
    border-radius: 30px;
}
.fa-instagram {
    background: #E1306C;
    padding: 10px;
    border-radius: 30px;
}




.p-c-name {
    color: #333333;
    font-size: 10px;
    text-align: center;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    /* height: 46px; */
    margin: 0 auto;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}




/* Horizontal Category Menu Styles - Desktop Only */
@media (min-width: 992px) {
    .mdg-cm {
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    .horizontal-categories {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
        align-items: stretch;
             /* align-items: center; */
        /* justify-content: center;
        text-align: center; */
        max-lines: 2;


    }

    .category-item {
        position: static;
        /* flex: 1; */
        list-style: none;
        /* background-color: #f68b1e; */
        border-right: 2px solid #eee;;
        border-right-width: 3px;
        max-width: 150px;
        flex: 1;
        margin-top:5px;
        margin-bottom:5px;
        max-lines: 2;



    }

    .category-item:last-child {
  border-right: none;
}

    .category-link {
       display: flex;               /* enable flexbox */
    align-items: center;         /* vertical centering */
padding: 5px;
    /* padding: 12x 4px; */
    color: #333;
    text-decoration: none;
    font-size: 13px;
    /* font-weight: 500; */
    transition: all 0.3s ease;
    text-align: center;
    background-color: transparent;
    height: 50px;
      justify-content: center;
        text-align: center;
    }

    .category-link:hover {
        background-color: #f68b1e;
        color: #fff;
        text-decoration: none;
    }

    .category-item:hover .category-link {
        background-color: #f68b1e;
        color: #fff;
    }

    /* Full Width Mega Dropdown */
    .category-mega-dropdown {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;

        background: #fff;
        border-top: 3px solid #f68b1e;
        box-shadow: 0 5px 20px rgba(0,0,0,0.15);
        padding: 30px 0;
        display: none;
        z-index: 9999;
        margin-top: 0;
    }

    .category-item:hover .category-mega-dropdown {
        display: block;
    }

    .mega-dropdown-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Subcategories in horizontal layout */
    .subcategories-horizontal {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        margin-bottom: 15px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .subcategory-section {
        flex: 0 0 auto;
        min-width: 220px;
        max-width: 280px;
    }

    .subcategory-title {
        font-size: 15px;
        font-weight: 700;
        color: #333;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 2px solid #f68b1e;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
    }

    .subcategory-title:hover {
        color: #f68b1e;
        text-decoration: none;
    }

    /* Third Level Categories */
    .tlc-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .tlc-list li {
        margin-bottom: 8px;
    }

    .tlc-list li a {
        color: #666;
        text-decoration: none;
        font-size: 13px;
        display: block;
        padding: 4px 0;
        transition: all 0.3s ease;
    }

    .tlc-list li a:hover {
        color: #f68b1e;
        padding-left: 5px;
    }

    .view-all-link {
        display: inline-block;
        margin-top: 10px;
        color: #f68b1e;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
    }

    .view-all-link:hover {
        text-decoration: underline;
    }

    .view-all-link i {
        font-size: 11px;
        margin-left: 3px;
    }
}
