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

new orange: E59341;
old orange: FD9931;
*/

.custom-price {
    padding: 10px 0px 5px;
    color: #E59341;
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
}

.single-product .product-information-inner .custom-price {
    padding: 10px 0px 0px;
    color: #E59341;
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
    display: none;
}
.single_add_to_cart_button:hover, .before-checkout-form .button:hover, .form-row.place-order input[type="submit"]:hover, .et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist:hover {
    background-color: #009fdb !important;
}

.item-design-mega-menu.columns-4 .nav-sublist-dropdown, .menu-element .item-design-mega-menu.columns-4 .nav-sublist-dropdown {
    width: 860px;
}

.low-price-text {font-size: 14px;}
.low-price {font-size: 28px; color: #009fdb;}


.wc-bulk-pricing-table th {
    background: #f9f8f6;
}
.wc-bulk-pricing-table tr:nth-child(even) {
    background: #fbfbfb;
}
.wc-bulk-pricing-table tr:nth-child(odd) {
    background: #fff;
}
.wc-bulk-pricing-table tr, .custom-table tr {border: 1px solid #d4d4d4;}
.wc-bulk-pricing-table td, .custom-table td {padding: 20px !important; border: 1px solid #d4d4d4;}

.wc-bulk-pricing-table th, .custom-table th {padding: 20px !important;}

.product-content .price {padding: 14px 0;}
.from {
    visibility: hidden;
    position: relative;
    width: 70px;
    display: inline-block;
    line-height: 27px;

}

.from:after {
    width: 100%;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "As low as";
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
}
.woocommerce-Price-amount {
    color: #009fdb;
}

.mobile-menu-wrapper {
    background: #232323;
    
}
.navbar-collapse {
    background: #0B0500;    
}
.mobile-menu-wrapper .menu li > a, 
.mobile-menu-wrapper .links li a,
.mobile-menu-wrapper .mobile-sidebar-widget.etheme_widget_socials a {color: #FCF7F8 !important;}
.mobile-menu-opened .mobile-menu-wrapper {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.9);
}

.single_add_to_cart_button.button {background: #E59341;}
.single_add_to_cart_button:hover, .single_add_to_cart_button.button:hover {background-color: #EA8E2C !important; background: #EA8E2C !important; border-color: #EA8E2C !important;}
