/*
Theme Name: Luxury
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.8
*/

.wcpa_cart_val p{
    padding: 0;
    margin: 0!important;
}

body .cart_item .wcpa_cart_val{
    padding: 0;
    margin: 0!important;
}

body .cart_item dl dt, body .cart_item dl dd {
    float: left;
}

.product-price-container{
	font-size: 24px;
}
#sg-quick-buynow{
	background-color: #dd9933!important;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
@media (min-width: 900px) {
	.sg_wrapper_sticky_image{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		align-self: flex-start;
	}
}
.product-section-title {
    margin-left: 0;
}
.button#place_order, .button.checkout, .checkout-button, .single_add_to_cart_button.button {
    display: block;
    width: 100%;
    line-height: 50px;
    border-radius: 3px;
    font-size: 1.1em;
    letter-spacing: 2px;
}

.product-info span.amount {
    white-space: nowrap;
    color: #f44336;
    font-weight: 700;
    font-size: 1.2em;
}

.quantity.form-normal{
	margin-bottom: 10px;
}