/*!
Theme Name: LitoPj MLM V2
Theme URI: http://litopj.com/
Author: LitoPj
Author URI: http://litopj.com/
Description: Description
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: litopj
Tags: networkmarketing

This is an MLM System built on top of Wordpress. 
*/







/* WOOCOMMERCE */
.wp_content_wrap{

}

.wp_content_wrap .entry-header{
    margin-bottom: 30px;
}

.wp-element-button{
    background: #B28A4F;
    color: #FFF;
    border: none;
}
.wp-element-button:hover{
    color: #FFF;
    background: #101924;
}

.woocommerce div.product .related{
    clear: both;
    margin-top: 50px;
    width: 100%;
    float: left;
}

.product .summary .price{
    color: #c30f00;
    font-size: 24px;
    font-weight: 700;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
    background: #B28A4F;
}