/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/
/**rounded images***/
.home_image img {
    border-radius: 15%;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
}
img.home_image {
    border-radius: 15%;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.35);
}
/****product features home page******/
span.product-feature {
    display: block;
    margin: 20px 22px;
}
.fa-arrow-circle-right:before {
    margin-right: 12px;
    color: red;
    font-size: 20px;
}
/****list items in blog posts****/
.sidebar-widget ul li {
    list-style: disc;
    display: revert;
}