.byos-modal {
	position: fixed;
	z-index: 99999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.byos-modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 20%; /* Adjust as per your requirement */
}

.byos-modal {
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.7);
}

.byos-modal-content {
	width: auto;
	max-width: 70vw;
	z-index: 999999999999;
	position: relative;
	border-radius: 5px;
	overflow-y: auto;
	max-height: calc(100vh - 200px);
	/* min-height: calc(100vh - 200px); */
}
button#byos-deny ,
button#byos-allow {
	border: 0px;
	font-size: 15px;
	line-height: 15px;
	padding: 8px 20px;
	border-radius: 5px;
	/* color: transparent !important; */
	position: relative;
	background: #fff;
	margin-right: 0px;
}

button#byos-allow {}



button#byos-deny {
	cursor: pointer;

}
button#byos-deny span {
	background: linear-gradient(to right, #ae00d6, #873edc, #5f52da, #355ed2, #0065c4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

button#byos-allow {
	background-image: linear-gradient(to right, #ae00d6, #873edc, #5f52da, #355ed2, #0065c4);
	color: #fff;
	cursor: pointer;
}

.byos-modal-content p {
	margin: 0px;
	padding: 0 0 20px  0;
}

button#byos-deny:before , button#byos-allow:before {
	position: absolute;
	content: "";
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background-image: linear-gradient(to right, #ae00d6, #873edc, #5f52da, #355ed2, #0065c4);
	border-radius: 5px;
	z-index: -1;

}


.byos-modal .button-div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.byos-modal .button-content-div img {
	width: 8;
	height: 12;
	object-fit: cover;
	position: relative;
	bottom: 0px;
}
.byos-modal .button-content-div div {
	display: none;
	position: absolute;
	top: unset;
	left: 25px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	width: 138px;
	height: auto;
	max-height: 200px;
	overflow-y: auto;
	bottom: 0px;
}
.byos-modal .button-content-div {
	/* display: inline-block; */

	position: absolute;
	left: calc(50% + 99px);
	transform: translateX(-50%);
}
.byos-modal .button-content-div:hover div {
	display: block;
}



#wsa_cart_table_wrapper
{
	float: right;
	width: 48% !important;
}
form.woocommerce-cart-form {
	clear: both;
	float: left;
	width: 100%;
}
.select2-container {
	min-width: 400px;
}
.select2-results__option {
	padding-right: 20px;
	vertical-align: middle;
}

.select2-results__option:before {
	content: "";
	display: inline-block;
	position: relative;
	height: 20px;
	width: 20px;
	border: 2px solid #E9E9E9;
	border-radius: 4px;
	background-color: #FFF;
	margin-right: 20px;
	vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
	font-family: fontAwesome;
	content: "\2713";
	color: #FFF;
	background-color: #0000FF;
	border: 0;
	display: inline-block;
	padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #FFF;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #EAEAEB;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #0000FF ;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
	display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
}
.select-icon .select2-search--dropdown {
	display: none;
}
form.woocommerce-cart-form{
	position:relative;
}
img#image-loader {
	position: absolute;
	bottom: -10px;
	right: 70px;
}
#cart_page_subscription_button {
	width: 100%;
	font-size: 20px;
	padding: 10px 5px !important;
}
.theme-storefront input#monthly_subs {
	margin-top: -20px;
}
input#monthly_subs {
	float: right;
}
#subscription_details_fields select {
	width: 48%;
}
#subscription_details_fields select:nth-child(2) {
	float: right;
}

#cart_page_subscription_button label  {
	word-wrap: break-word;
	width: 90%;
	display: block;
	float: left;
	line-height: 1.3 !important;
}
.disabled{
	display: none;
}
#subscription_details_fields label{
	font-weight: unset;
}

.disocunt_message_label{
	font-size: 12px;
	color: red;
}

#add_pro_wrapper{
	width: 100%;
	float: left;
	height: 100%;
}
.ind_product_img{
	height: 180px;
	width: 180px;
	margin: 0 auto;
}
#title_wrapper_add_product{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.ind_product_title{
	width: 100%;
	text-align: center;
}
.ind_product_price{
	width: 100%;
	text-align: center;
}
#add_product_to_sub_table th {
	text-align: center;
}
.new_sub_pro_quantity ,.add_product_to_sub{
	margin: 0 auto!important;
	width: 100%!important;
	text-align: center;
}
#cart_action_div{
	text-align:center;
}
#goto_back_wsa{
	float: right;
}


/* Avada CSS */

/* Wrapper for all cart buttons */
.fusion-cart-buttons-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

/* Styling for each individual cart box */
.fusion-cart-box {
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
	width: calc(33.33% - 10px); /* Adjust width as needed */
	box-sizing: border-box;
}

/* Styling for the content within each cart box */
.fusion-cart-box-content {
	padding: 15px;
	text-align: center;
}

/* Styling for the coupon input and apply button */
.fusion-cart-coupon .input-coupon {
	width: calc(100% - 100px);
	margin-right: 10px;
	padding: 8px;
	box-sizing: border-box;
}

/* Styling for buttons */
.fusion-button {
	background-color: #198fd9;
	color: white;
	border: none;
	padding: 8px 20px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

/* Hover effect for buttons */
.fusion-button:hover {
	background-color: #0b5e9c;
}

/* Additional CSS for the cart total box */
.fusion-cart-total {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
	width: calc(100% - 10px);
	box-sizing: border-box;
}

.fusion-cart-total .fusion-cart-box-content {
	padding: 15px;
	text-align: center;
}

.fusion-cart-total h4 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
}

.fusion-cart-total .cart-subtotal {
	font-size: 16px;
	margin-bottom: 15px;
}

.fusion-cart-total .fusion-button {
	display: block;
	width: 100%;
}

/* Clearfix for wrapping */
@media screen and (max-width: 768px) {
	.fusion-cart-box {
		width: 100%;
	}
}

/* Avada CSS */
