#close_cart a i {
    font-size: 20px;
}

.categories_list{
    width: 100%;
    padding: 30px;
}

.each_catgegory{
    float: left;
    width: 23%;
    margin-right: 2%;
}

.category_block{
    width: 100%;
    text-align: center;
    padding: 5% 0;
    border: none;
    color: white;
}

.category_block.first{
    background-color: #009999;
}
.category_block.second{
    background-color: #2d5986;
}
.category_block.third{
    background-color: #004d4d;
}
.category_block.fourth{
    background-color: #6666ff;
}

/* YOU MIGHT ALSO LIKE */
.you_also_like{
    width: 100%;
}
.you_also_like .each_recommend_product{
    float: left;
    padding: 10px;
    width: 20%;
}
.each_recommend_product_img{
    width: 100%;
}
.you_also_like div img{
    width: 100%;
}

/* SUB CATEGORIES */
.subcategories_list{
    width: 100%;
    margin: 2% 0 0 0;
}
.subcategories_list hr {
    margin: 3% 0 !important;
}
.subcategories_list .each_subcategory{
    float: left;
    padding: 10px;
    width: 25%;
    text-align: center;
}
.subcategories_list .each_subcategory:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
    transition: 0.1s;
}
.each_subcategory img{
    width: 80%;
}
.each_subcategory p{
    margin-top: 20px;
    text-transform: uppercase;
}

.eb_left h2{
    color: black;
    font-weight: 800;
}

.gmail_quote img{
    width: 50%;
}