/*
CTC Separate Stylesheet
Updated: 2024-04-23 16:47:46
*/
.simplybook-widget-button.bottom {
	bottom: 75px !important;
    border-radius: 100px !important;
    box-shadow: none;
    padding: 10px 18px;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 600;
    box-shadow: #e1d7cb 0 0 16px 0, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background-color: #6f4e37 !important;
    color: #fff !important;
	right: 10px !important;
}
.simplybook-widget-button:hover div {
    margin-bottom: 0 !important;
}
.simplybook-widget-container {
	top: 8% !important;
    bottom: 5% !important;
    max-height: 84% !important;
	max-width: 950px !important;
}
.woocommerce-order .awcdp_balance_pay .button.pay,
.woocommerce-order-details .awcdp_balance_pay .button.pay {
    background-color: #e1d7cb;
    margin-left: 5px;
    border-radius: 100px;
    padding: 10px 30px;
    font-weight: 600;
	transition: all 0.8s;
	border: 1px solid #e1d7cb;
}
#order_review #payment #place_order {
	background-color: #e1d7cb;
    border-radius: 100px;
	border: 1px solid #e1d7cb;
	color: #000;
}
.woocommerce-order .awcdp_balance_pay .button.pay:hover,
#order_review #payment #place_order:hover,
.woocommerce-order-details .awcdp_balance_pay .button.pay:hover {
	color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a.button {
    margin: 0 3px;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a.button {
    margin: 0 3px;
    background-color: #e1d7cb !important;
    margin-left: 5px;
    border-radius: 100px;
    padding: 5px 20px;
    font-weight: 600;
    transition: all 0.8s;
    border: 1px solid #e1d7cb !important;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a.button:hover {
    background-color: #ffffff !important;
    border-color: #000000 !important;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description {
    color: #6f4e37;
    font-size: 14px;
    font-weight: 500;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposit-radio:checked+.awcdp-radio-label:before {
    box-shadow: inset 0 0 0 4px #e1d7cb;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposit-radio+.awcdp-radio-label {
    line-height: 24px;
	font-size: 15px;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposit-radio+.awcdp-radio-label:before {
    top: -2px;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio {
    padding: 10px 15px;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio:last-child {
    border: none;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposit-radio:focus+.awcdp-radio-label:before {
    border-color: #bfbfbf;
}
.awcdp-deposits-wrapper .awcdp-deposits-option .pay-deposit.awcdp-radio {
    background: #f5f1edc4;
}
.awcdp-deposits-wrapper .awcdp-deposits-option {
    width: 350px;
}
.elementor-menu-cart__wrapper .elementor-menu-cart__main {
    padding: 30px 17px;
}
.elementor-menu-cart__wrapper .elementor-menu-cart__main .elementor-menu-cart__product-name, 
.elementor-menu-cart__wrapper .elementor-menu-cart__main .elementor-menu-cart__product-price {
    padding-left: 10px;
}
.elementor-menu-cart__wrapper .elementor-menu-cart__main  .elementor-menu-cart__product .variation {
	display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.elementor-menu-cart__wrapper .elementor-menu-cart__main .elementor-menu-cart__product {
    padding-right: 0;
}
.elementor-menu-cart__wrapper .elementor-menu-cart__main .elementor-menu-cart__product .variation dt {
    max-width: 127px;
	font-size: 15px;
}
.single-product .awcdp-deposits-description #deposit-suffix {
    display: none;
}
@media all and (max-width: 991px) {
	.simplybook-widget-container {
	    width: 95% !important;
	    margin-left: 3% !important;
	}
}
@media all and (max-width: 767px) {
	.elementor-element-b406bce.mobile-margin {
		margin: 0 -30px;
	}
}
@media all and (max-width: 475px) {
	.awcdp-deposits-wrapper .awcdp-deposits-option {
		width: 100%;
	}
}