/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.ui-widget label{
	font-family: "Myriad-Pro-Light", Sans-serif; font-size: 16px; line-height: 26px; width:100%;
	margin-top:10px;
}
.ui-widget input {
	width:100%; padding: 5px; font-family: "Myriad-Pro-Light", Sans-serif; font-size: 16px; line-height: 26px; margin:15px 0px 20px 0px; border: 1px solid #7a7a7a;
	margin:0px;
}
.ui-autocomplete {
	max-width:390px;
}

.prdct-search-Set1 label, .prdct-search-Set2 label{ /*min-width:30%;*/min-width:29%;}
#radioSet2{padding-left:30px; margin-top:15px;}
.prdct-search-Set1 label input, .prdct-search-Set2 label input{margin-right:10px;}
div#searchBox:focus, #searchBox #products:focus {outline:none;}

#sloader {
	position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 101; margin: auto; display: none; width: 30px; height: 30px;
}

.radioCntr {
  display: inline-block;
  position: relative;
  /*padding-left: 35px;
  margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 18px;
	line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#radioSet2 .radioCntr {font-size:16px;}
.radioCntr input {
  /*position: absolute;*/
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}

.radioCntr:hover input ~ .checkmark {
  background-color: #ccc;
}

.radioCntr input:checked ~ .checkmark {
  background-color: #fff;
  border:0px !important;
  outline:0 !important;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radioCntr input:checked ~ .checkmark:after {
  display: block;
}

.radioCntr .checkmark:after {
 	top: 2px;
	left: 2px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #0faff0 !important;
	border:0px !important;
	outline:0 !important;
}
ul.ui-autocomplete {
	overflow-y: auto;
	height: 250px;
}
/*new css*/
.custm-intrntl-rdobtn{left: -23px !important;}
.custm-autocomplete-input{border: 0px; width: 70%; background-image: url(/wp-content/images/search-icon-quicksearch.png);
background-repeat: no-repeat;
background-size: 25px;
background-position: center right 5px;
padding: 2px 2px 2px 10px;
font-family: "Myriad-Pro-Light", Sans-serif;}
.custm-prdct-search-content{margin-top:18px; padding-top:12px; border-top:1px solid #000;}
.lable-dblock{width: 29%;}
.lblmtop{margin-top:15px;}

@media only screen and (max-width:1160px) {
.prdct-search-Set1 label, .prdct-search-Set2 label{min-width:100%;}
.custm-autocomplete-input{width:100%; margin-top:15px !important;}
.custm-intrntl-rdobtn{left:0px !important; margin-top:10px !important;}	
.lable-dblock{display:none; margin-top:0px;} 
.mbtop{margin-top:5px;}
.lblmtop{margin-top:0px;}	
}
@media only screen and (max-width:870px) {
.custm-autocomplete-input {padding: 2px 38px 2px 10px;}
}