/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      1.0
 Text Domain:  xstore-child
*/

header {
    display: block;
    border-bottom: 3px solid;
    border-image: linear-gradient(45deg, rgb(0,143,104), rgb(250,224,66));
    border-image-slice: 1;
}

.widget-title, .widgettitle, .cart_totals > h2 {
    font-size: 1rem;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 1.4em;
    padding-bottom: 1em;
    border-bottom: 2px solid #e1e1e1;
    border-image: linear-gradient(45deg, rgb(0,143,104), rgb(250,224,66));
        border-image-slice: 100%;
    border-image-slice: 1;
}
