/*
Theme Name: GreenMart Child
Theme URI: https://demo.thembay.com/greenmart/
Author: Thembay
Description: This is a child theme for GreenMart
Version: 1.0
Author URI: https://thembay.com/
Template: greenmart
Text Domain: greenmart-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

#main_menu li.active >a i{
    color: #333;
}

.leaflet-popup-content{
    font-family: 'Noto Kufi Arabic';
    font-size: 7px;
    text-align: right;
    font-weight: 700;
}
.leaflet-popup-content{
    margin: 5px 10px;
}


.bird {
    position: absolute;
    width: 50px;
    height: 50px;
    transition: all 3s ease;
    top: 0px !important;
    left: 0px;
    z-index: 9;
}
.bird img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}


.ytp-chrome-top.ytp-show-cards-title{
    display: none !important;
}

.count_wishlist, .mini-cart-items, .mini-cart-items-fixed{
    color: #fff !important;
}

.cat-content a.cat-name{
    color: #212b36 !important;
    font-size: 18px;
    position: relative;
    bottom: 50px;
    color: #fff !important;
}
.cat-content span{
    display: none !important;
}
.list-categories-product .item-cat{
    position: relative;
    margin-bottom: 0px;
}
.list-categories-product .cat-content{
    position: absolute;
}
.buy_now_btn{
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-weight: 700;
    font-size: 14px;
    background-color: #141a3e !important;

    width: 100%;
    justify-content: center;
    display: flex !important;
    align-items: center;
}
.product-block .groups-button a{
    margin-bottom: 5px !important;
}


@media only screen and (max-width: 992px) {
#tbay-main-content .tbay-element.tbay-element-heading{
    background: #141a3e91;
    border-radius: 5px;
    padding: 5px;
}

.e-con{
    padding: auto 0px !important
}
.e-con .products .item > div {
    border: 1px solid #141a3e;
    padding: 10px !important;
    text-align: center;
}

.tbay-nav-normal .owl-carousel>.slick-arrow, .tbay-nav-normal .slider>.slick-arrow{
    display: block !important;
}
}


@media only screen and (max-width: 600px) {
    .product-block .groups-button .title-cart{
            font-size: 13px;
            border: unset !important;
    }
}

@media only screen and (max-width: 992px) {
        .e-con .products .item > div{
            padding: 0px !important;
            text-align: right !important;
            border: unset !important;
    }
}
