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

/*************** ADD CUSTOM CSS HERE.   ***************/
.button#place_order, .button.checkout, .checkout-button{
	border-radius: 3px;
    font-size: 1em;
    letter-spacing: 2px;
	line-height: 50px;
	width: 100%;
}
.single_add_to_cart_button.button {
    min-width: 250px;
    border-radius: 3px;
    font-size: 1em;
    letter-spacing: 2px;
}
#sg-quick-buynow {
    color: #ffffff !important;
    background-color: #ee6443 !important;
	line-height: 50px;
	width: 100%;
	display: block;
	margin-top: 5px;
}

.cart_totals th.product-name {
    border: none;
    border-bottom: 1px solid #ececec;
}


.checkout-sidebar-overview,
.checkout-sidebar-overview-items,
.checkout-sidebar-badges{
	background: #f7f7fe;
	border-radius: 3px;
	padding: 15px 20px 30px;
	margin-bottom: 30px;
}
.cart-item-thumb{
    width: 60px;
    margin-right: 10px;
}
.cart-item-thumb img{
    width: 60px;
    height: auto;
}
.checkout-sidebar-overview-items .cart-item-info{
    flex: 1;
    font-size: 14px;
}
.checkout-sidebar-overview-items .cart_item{
    display: flex;
}
.checkout-sidebar-overview-items .cart_item+.cart_item{
    margin-top: 15px;
}
.page-checkout-simple{
    padding: 20px 0;
}
.page-checkout-simple .cart-header{
    text-align: center;
}
form.checkout h3 {
    padding-top: 0px;
    margin: 0 0 10px 0;
    text-transform: initial;
}
.page-checkout-simple .cart-header img{
    max-width: 200px;
}

.salesgen-countdown-timer-cart-heading{
	font-size: 0.9em;
	color: #1a1a1a;
}

.salesgen-countdown-timer-cart{
    background: #f4f4e1;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    padding: 15px;
    font-size: 0.9em;
}

.salesgen-countdown-cart{
    margin-bottom: 10px;
    font-size: 0.9em;
    margin-top: 14px;
}

.salesgen-countdown-timer-cart .sg-ux-timer{
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fcfcce;
    padding: 4px 8px;
}
.checkout-heading-title{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.checkout-heading-title *{
	flex: 1;
}

.checkout-heading-title img{
	max-width: 50%;
}

.cart_totals.calculated_shipping{
	padding: 20px;
	background-color: #f7f7fe;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 5px;
    width: 100%;
}
.cart_totals th.product-name {
    border: none;
    font-size: 18px;
    text-transform: inherit;
    font-weight: 600;
}
.cart_totals {
    background-color: #f7f7fe;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
}
.order-review td, .order-review th,
.cart_totals tbody th{
    font-size: 15px;
    font-weight: 500;
}
.cart_totals .amount, .cart_totals .amount *{
	font-size: 15px;
}
.cart-discount-product,
.cart-discount-product .amount{
	color: #4bb232;
}
.shop_table tfoot th,
.shop_table tfoot td {
    font-size: 15px;
    letter-spacing: 0;
    text-transform: inherit;
    font-weight: 400;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}