
.cbcurrencyconverter_cal_wrapper {
	margin: 0 auto !important;
	width: 100% !important;
	max-width: 350px !important;

	&.cbcurrencyconverter_cal_wrapper_widget{
		margin: 0 !important;
	}

	.cbcurrencyconverter_select2{
		width: 100%;
		max-width: 100%;
	}

	.select2-container .select2-selection--single{
		background-image: none !important;
	}
}


.cbcurrencyconverter_heading {
	margin: 0 0 20px 0 !important;
	font-size: 22px !important;
	line-height: 1.2 !important;
}

.woocommerce-page .select2-container--cbxcc .select2-selection--single .select2-selection__rendered,
.select2-container--cbxcc .select2-selection--single .select2-selection__rendered{
	font-size: 15px !important;
	line-height: 1.2 !important;
	background-color: #fff !important;
	box-shadow: none !important;
}

.woocommerce-page .select2-container--cbxcc .select2-selection--single,
.select2-container--cbxcc .select2-selection--single{
	//height: 40px !important;
	font-size: 15px !important;
	line-height: 1.2 !important;
	background-color: #fff !important;
	box-shadow: none !important;
}

.woocommerce-page .select2-container--cbxcc, .select2-container--cbxcc {
	input:focus, .cbcurrencyconverter_form_field select:focus,
	input:active, .cbcurrencyconverter_form_field select:active{
		outline-offset: 0px !important;
		outline: 0 none !important;
	}

	.select2-search--dropdown {
		font-size: 15px !important;
		line-height: 1.2 !important;
		border: 1px solid #ccc !important;

		.select2-search__field{
			font-size: 15px !important;
			line-height: 1.2 !important;
			padding: 5px 10px !important;
			border: 1px solid #ccc !important;
			height: auto !important;
			margin-bottom: 5px !important;
			min-height: auto !important;
			box-shadow: none !important;

			&:focus, &:active{
				outline-offset: 0px !important;
				outline: 0 none !important;
				box-shadow: none !important;
				border: 1px solid #ccc !important;
			}
		}
	}


	.select2-dropdown{
		border: 1px solid #ccc !important;
		padding: 5px !important;
	}

	.select2-search__field{
		border: 1px solid #ccc !important;
		padding: 5px !important;
		height: auto !important;
	}

	.select2-selection{
		border: 1px solid #ccc !important;
		padding: 5px !important;
		height: auto !important;

		.select2-selection__arrow{
			width: 18px !important;
			height: 18px !important;
			top: 5px !important;
		}
	}

	.select2-results__options{
		.select2-results__option{
			font-size: 15px !important;
			line-height: 2 !important;
			margin: 0!important;
			padding:0 5px !important;
			cursor: pointer !important;
			background-color: #fff !important;
			color: #444444 !important;

			&[aria-selected=true]{
				background-color: #ddd !important;
				color: #444444 !important;
			}

			&.select2-results__option--highlighted[aria-selected]{
				background-color: rgb(0, 113, 235) !important;
				color: #fff !important;
			}
		}
	}
}


.cbconverter_result_wrapper{
	text-align: center;

	.cbcurrencyconverter_calculate {
		cursor: pointer !important;
		margin: 0 auto !important;
		padding: 5px 20px !important;
		border: 1px solid #ccc !important;
		font-size: 16px !important;
		line-height: 1.5 !important;
		font-weight: normal !important;
		padding: 5px 15px !important;
		border-radius: 5px !important;

		color: #fff !important;
		background-color: rgb(0, 113, 235) !important;
		border: 1px solid rgb(0, 113, 235) !important;
		box-shadow: none !important;
		text-transform: none !important;


		&:focus, &:hover{
			text-decoration: none !important;
			outline: none !important;
			box-shadow: none !important;
		}

		&.cbcurrencyconverter_calculate_busy{
			&:before{
				content: '';
				display: inline-block;
				margin-right: 5px;
				background-image: url('../images/busy.gif') !important;
				background-size: contain;
				background-position: center;
				width: 16px;
				height: 16px;
				vertical-align: middle;
			}
		}
	}
}


.cbcurrencyconverter_result {
	display: none;
	padding: 8px 10px !important;
	margin: 8px 0px !important;
	border-radius: 4px !important;
	text-align: left;
	color: #1a4207 !important;
	background-color: #a7d590 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
}


.cbcurrencyconverter_list_wrapper {
	padding: 8px 0 !important;
	margin: 8px auto !important;
	border-radius: 4px !important;
	width: 350px !important;
	max-width: 100% !important;

	&.cbcurrencyconverter_list_wrapper_widget{
		margin: 8px 0 !important;
	}

	ul{
		list-style: none !important;
		margin: 0 !important;
		padding: 0 !important;

		li {
			margin: 0 0 10px 0 !important;
			padding: 0 !important;
			list-style: none;

			font-size: 15px !important;
			line-height: 1.2 !important;
		}
	}
}



.cbcur_list_custom_text {
	margin-left: 5px;
}

.cbcur_list_to_country {
	margin-left: 5px;
}

.cbcur_list_to_cur {
	display: inline-block;
	width: 70px !important;
}



/*.cbconverter_result_wrapper_shortcode {
	text-decoration: none;
	text-align: center;
	margin: 10px 0;
}

.cbconverter_result_wrapper_widget {
	clear: both;
	text-decoration: none;
	text-align: left;
	margin: 20px 0 10px 0;
}*/

.cbcurrencyconverter_form_field {
	width: 100%;
	margin: 5px 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px !important;

	&.cbcurrencyconverter_form_field_select{

	}

	.cbcurrencyconverter_label{
		flex: 0 0 120px;
		i{
			font-style: normal !important;
		}
	}
	.cbcurrencyconverter_form_field_input{
		flex-grow: 1;
		flex-basis: 200px;
		display: flex;
		position: relative;
	}

	.cbcurrencyconverter_cal_amount{
		//flex: 1;

		width: 100% !important;
		//max-width: 100% !important;
		outline-offset: 0px !important;
		outline: 0 none !important;
		border: 1px solid #ccc !important;
		//font-size: 20px !important;
		//line-height: 1.5 !important;
		font-size: 15px !important;
		line-height: 1.2 !important;
		padding: 5px 10px !important;
		border-radius: 4px !important;
		box-shadow: none !important;
		background-color: #fff !important;
		color: #444 !important;
		min-height: auto !important;

		&:focus, &:active{
			outline-offset: 0px;
			outline: 0 none;
			box-shadow: none !important;
			border: 1px solid #ccc !important;
		}
	}
	.select2-container--cbxcc{
		//flex: 1;
	}
}


.cbcurrencyconverter_cal_wrapper{
	.select2-container{
		width: 100% !important;
		max-width: 100% !important;
	}
}

/*.cbcurrencyconverterwidget-class .cbconverter_result_wrapper_widget, .cbconverter_result_wrapper_widget{
	text-align: center;
}*/

body.woocommerce{
	form.cart{
		.cbcurrencyconverter_cal_wrapper{
			margin-top: 10px;
			clear: both;
			float: none;
		}
	}
}