/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */


footer .fa-circle {
    color: #cd037d;
}
footer .fa-stack {
    margin-right: 5px
}
#product_how_to_order {
    margin-top: 20px;
} 
.woocommerce-loop-category__title .count {
    background: #fff;
}
.site-logo-div h1 {
    margin: 0;
    vertical-align: middle;
    line-height: 75px
}

.page-header {
    background-image: none !important;
}


#rodo_bg {
    display: none;
    z-index: 9999;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #000;
}
#rodo_bar {
    box-sizing: border-box;
    display: none;
    background: #fff;
    position: fixed;
    top: 40px;
    left: 5%;
    width: 90%;
    z-index: 10001;
    padding: 35px 20px 20px;
    text-align: justify;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    border-radius: 12px;
}
@media (min-width: 600px) {
    #rodo_bar {
        top: 140px;
        left: calc(50% - 250px);
        width: 500px;
    }
}
#rodo_bar h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: none;
}
#rodo_bar button {
    display: inline-block;
    background: rgb(205, 3, 125);
    color: #fff;
    padding: 6px 12px;
    border: 1px solid rgb(205, 3, 125);
    border-radius: 6px;
    margin-top: 12px;
    float: right;
}
#rodo_bar button:hover {
    opacity: 0.9;
}
#rodo_bar a {
    text-decoration: none;
    color: #333;
    font-size: inherit;
    font-weight: bold;
}
#rodo_bar a:hover {
    text-decoration: underline;
}
#rodo_bar a#close_rodo {
    color: #ccc;
    font-size: 22px;
    opacity: 0.8;
    position: absolute;
    top: 8px;
    right: 12px;
    text-decoration: none;
    opacity: 0.8;
}
#rodo_bar a#close_rodo:hover  {
    opacity: 1;
}
