.add-to-cart-product-page,
.by-now-product-page{
    position: relative;
    padding: 10px 80px;
    line-height: 22px;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border: 0;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    border-radius: 5px
}
.add-to-cart-product-page{
 background-color: #202020;
}
.add-to-cart-product-page:hover{
 background-color: #f5af02;
}
.by-now-product-page{
    background-color: #f5af02;
    margin-left: 8px;
}
.by-now-product-page:hover{
    background-color: #202020;
}
.single-product-title{
    line-height: 40px;
}
.single-product{
    margin: 40px 0px;
}
.wa-products-thumbnail{
    position: relative;
}
.recomended-product-badge{
    position: absolute;
    top: 15px;
    left: 10px;
    color: white;
    font-size: 14px;
    background-color: rgba(245, 175, 2, 0.9);
    border-radius: 50px;
    padding: 2px 14px;
    
}

/* footer style */

.sidebar .widget-logo {
    /* border: 1px solid #eee; */
    margin-bottom: 30px;
    padding: 15px;
    float: left;
    width: 100%;
    position: relative
}
.widget-logo-desc-li{
    color: #D9D9D9;
}

.widget-logo-desc{
    margin-top: 40px;
    color: #D9D9D9;
}
.contact-widget .fa-location-dot{
    background-color: #171616;
    border: none;
}

.cart_product img{
    border-radius: 50%;
}

/* banner section */




/* about_us page  */
.about_gem_1{
    background-color: #FFF6E4;
    
}
.about_us_title{
    margin-top: 30px;
}


@media only screen and (max-width: 768px){
    .by-now-product-page{
        margin-top: 20px;
        padding: 10px 96px;
        margin-left: 0px;
    }

    .home_boost_section{
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1920px){
    .home_boost_section{
        width: 70% !important;
        margin: auto !important;
    }
}


.test:hover{
color: red !important;
font-weight: bold !important;
font-size: 18px;
}


