/*WC CSS - Cart*/

.paypal-button-container.paypal-button-layout-horizontal.paypal-button-shape-pill.paypal-button-branding-branded.paypal-button-number-single.paypal-button-env-production {
    display: none;
}

.fusion-apply-coupon {
    background-color: #63a25e !important;
    border-radius: .5em !important;
}

#avada_coupon_code {
    padding: 1.1em;
}

.shipping-coupon {
    margin-right: 0;
}

.checkout-button.button.alt.wc-forward {
    font-size: 26px;
    line-height: 1.1;
    color: white;
    padding: 14px;
    border-radius: 10px;
    text-align: center;
    background-color: #63a25e !important;
    border: 6px solid #86bf82;
    width: 100%;
}

.shop_table .product-price {
    text-align: center;
    display: none;
}

.checkout-button.button.alt.wc-forward {
    font-size: 22px;
    line-height: 1.1;
}

.checkout-button.button.alt.wc-forward:hover {
    background-color: #86bf82 !important;
    transition: .5s;
}


.woocommerce-Price-amount.amount {
    font-size: 26px;
    color: black;
    margin-left: 2px;
    font-family: roboto, arial, open sans;
}

.woocommerce-content-box.full-width.clearfix {
    width: 70%;
    float: left;
}

.shop_table .product-name {
    width: 70%;
}

.shop_table .product-subtotal {
    text-align: center;
    vertical-align: top;
}

.cart-collaterals {
    overflow: hidden;
    width: 50%;
    float: right;
}


.cart-collaterals.sticky-element-original.element-is-sticky {
    width: 26% !important;
}

.cart_totals {
    width: 100% !important;
}


.shop_table .product-remove {
    width: 5%;
    vertical-align: top;
}

.shop_table .product-remove a {
    font-size: 40pt;
    float: right;
    line-height: 1;
}

.cart_totals.calculated_shipping {
    width: 100%;
}

.order-total {
    border-top: 0px;
}

.woocommerce-cart .cart_totals .shop_table .cart-subtotal {
    border-bottom: 0;
    display: none;
}

.product-subtotal {
    width: 75px;
}

.product-quantity {
    width: 75px;
}

.checkout-button.button.alt.wc-forward {
    font-size: 22px;
    line-height: 1.1;
    background-color: green;
    width: 100%;
}

.shop_table .product-info .variation dd {
    float: right !important;
    margin: 0 5px;
    font-weight: normal;
    border-bottom: solid 1px #dcdcdc;
    width: 100%;
    text-align: right;
}


/* New cart layout */

.woocommerce-cart .shop_table .product-info .variation {
    font-size: 14px;
}

.woocommerce-cart .shop_table .product-info .variation dd {
    width: auto;
    border-bottom: 0;
}

.woocommerce-cart .shop_table .product-info .variation dt::after {
    content: '';
    display: block;
    border-bottom: #ccc;
    width: 100%;
}

.woocommerce-cart .product-title {
    font-weight: 700;
    color: #000;
}

.woocommerce-cart .shop_table .product-remove a {
    font-size: 26px;
    line-height: 1.3;
}

.woocommerce-cart .shop_table .product-subtotal {
    text-align: right;
}


.woocommerce-cart .shop_table th.product-quantity,
.woocommerce-cart .shop_table .product-quantity {
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce-cart .shop_table .wbu-qty-button {
    display: none;
}
.woocommerce-cart .shop_table .quantity.buttons_added {
    display: flex!important;
}
.woocommerce-Price-amount.amount {
    font-size: 20px;
}
.xoo-wsc-sum-col .variation {
    font-size: 11px;
}
.xoo-wsc-sum-col .variation p {
    margin: 0;
}
.woocommerce .single_add_to_cart_button, 
.woocommerce button.button,
.button-default {
    font-family: MuseoSans-300!important;
}

@media only screen and (max-width: 1100px) {
    .woocommerce-Price-amount.amount {
        font-size: 20px;
    }

    .cart-collaterals.sticky-element-original.element-is-sticky {
        width: 30% !important;
    }

    .cart-collaterals {
        overflow: hidden;
        width: 100%;
        float: right;
    }

}

@media only screen and (max-width: 800px) {
    .cart-collaterals {
        width: 100%;
    }

    span.woocommerce-Price-amount.amount {
        visibility: hidden;
    }
    .woocommerce-cart .shop_table .product-name {
        width: 100%;
    }
    .woocommerce-cart .shop_table .product-info .variation {
        display: flex;
        flex-wrap: wrap;
    }
    .woocommerce-cart .shop_table .product-info .variation dt,
    .woocommerce-cart .shop_table .product-info .variation dd {
        width: 100%;
        text-align: center;
    }
    .woocommerce-content-box {
        padding: 10px;
    }
    .woocommerce-cart .shop_table .product-quantity {
        display: block;
    }
    .woocommerce-cart .shop_table .product-subtotal {
        text-align: center;
    }
    .woocommerce-cart .shop_table .product-price {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .cart-collaterals {
        margin-top: 0px !important;
    }
    #main {
        padding-left: 20px;
        padding-right: 20px;
    }
    #main > .fusion-row {
        max-width: 100%;
    }
}
@media only screen and (min-width: 801px) {
    .woocommerce-cart .shop_table .product-name {
        width: 76%;
    }
}

	.woocommerce-cart a.continue-button {
		width: 100%;
		height: auto;
		background: #e3e3e3;
		border: 1px solid #cdcdcd;
		display: flex;
		border-radius: 10px;
		align-items: center;
		justify-content: center;
		min-height: 64px;
		font-size: 22px;
	}

	.woocommerce-cart .secure-text {
		clear: both;
    display: flex;
    margin: 20px 0;
    position: relative;
    top: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
	}
	.woocommerce-cart .secure-text span:first-child {
		font-weight: bold;
	}
	.woocommerce-cart .secure-text span:last-child {
    display: block;
    margin-left: 10px;
	}
	.woocommerce-cart .secure-text span:last-child svg {
		width: 24px;
	}

	.woocommerce-cart .payment-wrapper {
		display: flex;
		justify-content: center;
	}