.color-theme {
    color: #7fad39 !important;
}
.bg-theme {
    background: #7fad39 !important;
}
.h5 {
    font-size: 18px !important;
}
.fa-md {
    font-size: 1.2em;
}
.slider-overlay {
    opacity: 0.3;
    background-image: linear-gradient(to top,#000,#fff);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    bottom: 0;
}
.header__menu ul li a {
    letter-spacing: 1px;
}
.header__menu ul li .header__menu__dropdown li a {
    text-transform: none;
}
.header__menu ul li:hover>a {
    color: #FFF;
}

.header__menu ul li.active a, .header__menu ul li a:hover {
    color: #FFF;
}

.hero__categories ul li a:hover, .featured__item__text h6 a:hover, .latest-product__item__text h6:hover {
    color: #7fad39;
}
.hero__search__form {
    width: 600px;
}
.hero__search__phone__text h5:hover span, .hero__search__phone__text h5:hover i {
    color: #7fad39 !important;
}
.featured__item__pic__hover li a {
    height: auto;
    width: auto;
    line-height: inherit;
    border-radius: 5%;
}
.filter__item {
    padding-top: 0px;
    border-top: 0px;
}
.featured__item__pic {
    height: auto;
}
.product__pagination a {
    height: auto;
    width: auto;
}
.page-item.active .page-link {
    background-color: #7fad39;
    border-color: #7fad39;
}
.latest-product__item__pic img {
    height: auto;
    width: 110px !important;
}
.latest-product__item__pic {
    margin-right: 10px;
}
.latest-product__item__text {
    padding-top: 0px;
}
.blog__sidebar__recent__item__pic {
    margin-right: auto;
}
.blog__sidebar__recent .blog__sidebar__recent__item {
    display: flex;
}
.featured__item:hover {
    border: 2px solid #7fad39 !important;
}
.latest-product__item__text span {
    display: inline;
}

.call-mobile {
    background: #7fad39;
    position: fixed;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: #fff;
    left: 20px;
    z-index: 99999;
    top: 90%;
}

.call-mobile i {
    font-size: 20px;
    line-height: 40px;
    background: #ea490a;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
}
.call-mobile a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
}

#fb-msg-mobile {
    background: #7ead3a;
    border-radius: 50%;
    display: inline;
    padding: 0px;
    position: fixed;
    right: 18pt;
    top: 89%;
    z-index: 2147483646;
}

#fb-msg-mobile img {
    width: 59px;
    height: 61px;
}



.hero-slider {
    position: absolute;
    left: 5%;
    bottom: 10%;
}
.hero__text h2 {
    font-size: 2.3rem;
    color: #FFF;
}
.hero__text p {
    color: #FFF;
}
.owl-dots {
    bottom: 10px;
    position: absolute;
    margin: 0px auto;
    text-align: center!important;
    width: 97%;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.featured__item__text h5 {
    position: absolute;
    left: 0;
    bottom: 35px;
}

@media (max-width: 993px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
.max-h-45 {
    max-height: 45px;
}
.max-h-60 {
    max-height: 60px;
}
.max-h-100 {
    max-height: 100px;
}

.header__menu ul li .header__menu__dropdown {
    width: 230px;
}
.product__details__tab__desc ul, ol {
    padding: revert;
    margin: revert;
}
@media (max-width: 767px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }

    .call-mobile {
        top: 87.5%;
        background: none!important;
    }

    .call-mobile i{
        font-size: 20px;
        line-height: 57px!important;
        background: #ea490a;
        border-radius: 100%;
        width: 57px!important;
        height: 57px!important;
        text-align: center;
    }

    .call-mobile a {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        margin-right: 0!important;
        padding-left: 0!important;
    }

    .call-mobile .fa-phone:before {
        font-size: 25px;
    }

    .call-mobile .number-phone {
        display:none;
    }
    #fb-msg-mobile {
        top: 87% !important;
    }

    /* Landscape */
    @media screen and (orientation:landscape) {
        .call-mobile {
            top: 82.5%;
        }
        #fb-msg-mobile {
            top: 81% !important;
        }
    }
}


