/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.1
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
======================================*/

.pum-container h1 {
    text-align: center;
    color: #ffffff;
}


/**********Shop-Page*************/
.shop-cat-sec h2.woocommerce-loop-category__title {
    font-size: 20px !important;
}
.shop-sale-sec span.sale-price {
    color: #ffb500;
    font-size: 50px;
    font-weight: 700;
}


/**********Single-Product-Page*************/
.woocommerce .quantity input.qty {
    padding: 9px 5px;
}
.single-product p.price {
    margin-bottom: 30px;
}
.single-product #left-area {
    width: 100%;
    padding-right: 0px !important;
}
.single-product #sidebar {
	display: none;
}
.single-product #main-content .container:before {
	display: none;
}
.related.products .et_overlay {
    background: rgba(0,0,0,0.6);
}
.related.products .et_overlay:before {
    color: #ffb500;
}

/**********Cart-Page*************/
.cart-upsell-section .upsell-products .product-content .upsell_add_to_cart_cta {
    font-weight: 600;
    padding: 16px 30px;
    font-size: 16px;
    margin-top: 10px;
	cursor: pointer;
}


/**********Checkout-Page*************/
.woocommerce-billing-fields input {
    background: #f9f9f9 !important;
}

/**********My-Account-Page*************/
.woocommerce-MyAccount-navigation ul li a {
    color: #000;
    font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    list-style: none;
}
.woocommerce-MyAccount-navigation-link--dashboard:before {
    content: '\f015';
    font-family: 'Font Awesome 5 Free';
    color: #ffb500;
    font-weight: bold;
    vertical-align: middle;
	padding-right: 5px;
}
.woocommerce-MyAccount-navigation-link--orders:before {
    content: '\f217';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #ffb500;
	padding-right: 5px;
}
.woocommerce-MyAccount-navigation-link--downloads:before {
    content: '\f019';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #ffb500;
    padding-right: 5px;
}
.woocommerce-MyAccount-navigation-link--edit-address:before {
    content: '\f3c5';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #ffb500;
    padding-right: 5px;
}
.woocommerce-MyAccount-navigation-link--payment-methods:before {
    content: '\f09d';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #ffb500;
    padding-right: 5px;
}
.woocommerce-MyAccount-navigation-link--edit-account:before {
    content: '\f2bd';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #ffb500;
    padding-right: 5px;
}
.woocommerce-MyAccount-navigation-link--customer-logout:before {
    content: '\f2f5';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #ffb500;
    padding-right: 5px;
}

