/*
 Theme Name:   Dekoro Child
 Theme URI:    https://wordpress.com
 Description:  This is a child theme for Dekoro
 Author:       Goalthemes
 Author URI:   #
 Template:     dekoro
 Version:      1.0.0
 Text Domain:  dekoro-child
*/

/* Product Custom fields style */ 
.book-details {
    margin-top: 15px;
}
.book-details ul {
    list-style: none;
    padding: 0;
}
.book-details li {
    margin-bottom: 6px;
    position:relative;
    padding-left: 15px;
}
body.rtl .book-details li{
    padding-left: 0;
    padding-right: 15px;
}
.book-details li::before{
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #000;
}
body.rtl .book-details li::before{
    left:auto;
    right:0;
}