.white-text {
    color : white !important;
}

.black-text {
    color : black !important;
}

.grey-text {
    color: #808080 !important;
}

.flag-img {
    width : 1.4rem !important;
}

.company-banner-area {
    position: relative;
}

.bg-transparent {
    background-color: transparent;
}

.shop-details .details-area .tab-pane .product-information ul li {
    height: auto;
}

.category-image {
    width:  3rem;
    display: flex;
    max-height: 100%;
    align-self: center
}


.category-image-parent {
    display : flex;
    align-items: center;
    justify-content: center;
}



/* Images Input  */


.image-input 
{
    border: none;
    content: "+";
}


/* End Images Input  */

.header .bottom-header {
    padding: 0 !important; 
}


.header .bottom-header .bottom-header-right .header-cart-options a .quantity {
    background : #fff;
    color : black;
}

.header .bottom-header .bottom-header-right .header-cart-options a .quantity-cart {
    color :white;
}


@media only screen and (max-width: 770px) {
    .nav-btn {
            font-size: 0.8rem !important;
    }
}


    /*Large screen  (lg)*/
    @media only screen and (max-width: 2000px) {

    .rev-9-categories .rev-9-categories-slider{
        left : 22%;
    }

}


    /*medium screen  (md)*/
    @media only screen and (max-width: 992px) {

    .rev-9-categories .rev-9-categories-slider {
        left: 15%;
    }
}

    /*medium screen  (md)*/
    @media only screen and (max-width: 768px) {

    .rev-9-categories .rev-9-categories-slider {
        left: 5%;
    }
}

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

    .rev-9-categories .rev-9-categories-slider {
        left: 0;
    }
}




/*Landing page icons*/

.single-category__icon img {
    /*filter: sepia(100%) hue-rotate(190deg) saturate(500%);*/
    filter : brightness(0);
}

/*Landing page icons*/