/**************** Radio Variations ***************/

form.variations_form.cart{
	opacity: 0.1;
}

table.alg_wc_variations_table{
	display:none;
	border:1px solid #666 !important;
	padding:25px 25px 10px 25px;
	margin-bottom:30px;
}

table.alg_wc_variations_table,
table.alg_wc_variations_table tbody{
	display:block;
	width:100%;
}

table.alg_wc_variations_table tr{
	display:block;
	width:100%;
	padding:0 15px;
}

table.alg_wc_variations_table td,
table.alg_wc_variations_table td label{
	display:block;
	text-align:left;
}

table.alg_wc_variations_table td input[type=radio]{
	position:relative;
	top:10px;
}

table.alg_wc_variations_table td label{
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 30px;
}

table.alg_wc_variations_table .custom-select-wrapper td label:before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	border: 1px solid #000;
	border-radius: 50%;
	top: 14px;
	left: 6px;
}

table.alg_wc_variations_table .custom-select-wrapper tr.custom-option.current td label:before {
	background-color:#0075ff;
}

.reset_variations {
	display:none !important;
}


table.alg_wc_variations_table h5.save-title{
	padding:20px 0 8px 0;
	font-weight:700;
	font-size:16px;
}

table.alg_wc_variations_table h5.save-title a.more-info{
	font-weight:normal;
	text-align:right;
	font-size:13px;
	text-decoration:none;
	float:right;
}

.custom-select-wrapper,
table.alg_wc_variations_table tr{
	border:1px solid #666;
}

table.alg_wc_variations_table tr{
	margin-bottom:15px;
}

table.alg_wc_variations_table tr:last-of-type{
	margin-bottom:0;
}

table.alg_wc_variations_table tr:nth-of-type(2) td,
table.alg_wc_variations_table tr td{

}

table.alg_wc_variations_table tr td:first-of-type{
	float:left;
	width:0 !important;
}

table.alg_wc_variations_table tr td:nth-of-type(2){
	float:left;
	text-align:left;
	width:100% !important;
}

table.alg_wc_variations_table .custom-select-wrapper tr{
	margin-bottom:0;
}

table.alg_wc_variations_table .custom-select-wrapper tr td input{
	display:none !important;
}

/**** Subscription Radio Variations ***************/

table.alg_wc_variations_table tr.current{
	background:#5a9e3e;
	color:#fff;
}

.custom-select-wrapper{
	position: relative;
	user-select: none;
	max-width: 100%;	
	margin:0 0 20px 0;
}

.custom-select-wrapper:after,
table.alg_wc_variations_table tr:after{
  content: "";
  display: table;
  clear: both;
}

.custom-select-wrapper tr{
	border:0 !important;
}


.custom-select-wrapper .custom-select {
	position: relative;
	display: flex;
	flex-direction: column;
}


 .custom-select__trigger,
 .custom-select-wrapper tr:first-of-type{
	 position: relative;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 color: #3b3b3b;
	 background: #ffffff;
	 cursor: pointer;
}


 .custom-select-wrapper .custom-options {
	 position: absolute;
	 display: block;
	 top: 100%;
	 left: -1px;
	 right: 0;
	 border: 1px solid #394a6d;
	 border-top: 0;
	 background: #fff;
	 transition: all 0.5s;
	 opacity: 0;
	 visibility: hidden;
	 pointer-events: none;
	 z-index: 2;
	 width:100%;
} 

.custom-select.open .custom-options tr {
	position: relative;
	display: block;
	color: #3b3b3b;
	cursor: pointer;
	transition: all 0.5s;
}

.custom-select.open .custom-options {
 opacity: 1;
 visibility: visible;
 pointer-events: all;
}

.custom-option:hover,
.custom-select .custom-options tr:hover {
	cursor: pointer;
	background-color: #b2b2b2;
}

.custom-option.selected.current,
.custom-option.selected{
	color: #ffffff !important;
	background-color: #5a9e3e;
}

.custom-select-wrapper .arrow {
	position: absolute;
	right:15px;
	top: 50%;
	transform: translateY(-50%);    
	height: 15px;
	width: 15px;
	z-index:9;
}

.custom-select-wrapper  .arrow::before, .arrow::after {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 0.15rem;
	height: 100%;
	transition: all 0.5s;
}

.custom-select-wrapper  .arrow::before {
 left: -5px;
 transform: rotate(45deg);
 background-color: #394a6d;
}

.custom-select-wrapper  .arrow::after {
	left: 5px;
	transform: rotate(-45deg);
	background-color: #394a6d;
}

.custom-select-wrapper  .open .arrow::before {
	left: -5px;
	transform: rotate(-45deg);
}

.custom-select-wrapper  .open .arrow::after {
	left: 5px;
	transform: rotate(45deg);
}

.single-product .quantity .qty{
	padding: 9px;	
}

.single-product .qib-button-wrapper .quantity input.input-text.qty.text{
	position:relative;
	bottom:1px;
}

.woocommerce .quantity .qty {
	width: 2.631em !important;
}

.single-product .qib-button-wrapper button.qib-button{
	background: #e0e0e0;
	border: 1px solid #e0e0e0;	
}

.single-product .qib-button-wrapper .quantity input.input-text.qty.text {
	border: 2px solid #efefef;	
}

.single-product .below-button .paypal-btn{
	float:left;
	margin-top:10px;
}

.single-product .below-button .paypal-btn ul{
	list-style-type:none;
	margin:0;
}

.single-product .below-button .paypal-btn ul li{
	float:left;
	margin-right:10px;
}

.single-product .below-button .paypal-btn ul li img{
	width:42px;
	height:auto;
}

.single-product .below-button .mbg-link{
	padding-right:25px;
	margin-bottom:15px;
	display:inline-block;
}

.single-product .mbg-link,
.single-product .mbg-link a{
	text-align:left;
	font-size:13px;
	color:#000;
}

.single-product .mbg-link i.fas{
	padding-right:5px;
}
