#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;
}
