.productsuggestions input[type="text"]{
    padding:2px 8px;
}
.productsuggestions input[type="checkbox"]{
    margin-right:0;
}
/* .productsuggestions input[type="radio"]{
    margin-left:0;
} */
/* .productsuggestions input[type="radio"].firstCHILD{
    margin-left:0px;
} */
/* .productsuggestions .fixed-width-xs{
    width:200px;
    position:relative;
} */

.productsuggestions .panel{width:550px;margin-left:auto;}
.resultedsuggestions .productsuggestions .panel{margin-right:auto;}
#productsuggestions-result{
    z-index:9999;
}
#productsuggestions-result .modal-dialog{
    max-width:932px;
}
.popover{
    z-index:999;
}
#suggestion_from {margin-top: 3.5rem;}
#suggestion_from .inner_suggestion {padding: 2rem 2.5rem 0;}
#suggestion_from select {
  width: 100%;
  border: #E8E8E8 solid 1px;
  line-height: 30px;
  height: 33px;
  background: #fff;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 13px;
  font-family: 'NeurialGrotesk-Regular', 'Arial';
}

#suggestion_from .h2 {
  font-size: 19px;
  color: rgb(0, 0, 0);
  line-height: 1.633;
  text-align: left;
  font-family: 'NeurialGrotesk-Medium';
}
.productsuggestions {
  /* padding-bottom: 4.2rem; */
}

#suggestion_from label {
	font-size: 15px;
	color: #000000;
	line-height: 2.144;
	text-align: left;
	margin-bottom: 0;
}


#suggestion_from label.bold {font-family: 'NeurialGrotesk-Medium';}
#suggestion_from button {
	position: relative;
	/* padding: 0 6rem; */
	color: #ffffff;
	/* line-height: 60px; */
	height: 60px;
	font-size: 18px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	background: #169E56;
	font-family: NeurialGrotesk-Medium;
	text-transform: none;
}

.productsuggestions .panel {
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 18px;
	text-align: left;
	background: #fff;
	/* padding: 25px 65px 20px; */
	box-shadow: 0 3px 47px rgba(0,0,0,0.19);
	border-radius: 5px;
}

#productsuggestions-result .modal-header{
    border-bottom:0px;
}
#productsuggestions-result .modal-header .close {
	margin-top: 0;
	background: #fff;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.productsuggestions span.move_last {
	position: absolute;
	right: -6px;
    top:0;
	line-height: 39px;
    color:rgb(143,143,143);
}
.productsuggestions .productsuggestions .tooltip{
position: relative;
background: rgba(0,0,0,0.3);
padding: 5px 12px;
border-radius: 100%;
font-size: 20px;
cursor: help;
}


/* --------- Tooltip Styles ---------- */

.has-tip{
    position:relative;
}
#productsuggestions-result .align_center{
    text-align:center;
    color:#ccc;
}
.productsuggestions .popover {
	position: relative;
	background: #ccc;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	padding: 0;
	display: inline-block;
    line-height:17px;
}

.modal-open .wpb_column.vc_column_container{
    z-index:auto;
}

@media(max-width: 1199px) {
  .productsuggestions .panel {
  	width: auto;
  	margin-left: 0;
  	margin-bottom: 5rem;
  }
  #suggestion_from {	margin-top: 0;  }
  .productsuggestions {
  	padding-bottom: 1rem;
  	margin-top: 5rem;
  }
  #suggestion_from .inner_suggestion {
  	padding: 1.5rem 2.5rem 0;
  }
}

@media (max-width:767px){
  .productsuggestions .panel{ width:100% !important; margin-bottom: 0;}
  #suggestion_from .inner_suggestion {padding: 16px;}
  .productsuggestions {padding:0; margin-top: 0;}
  .productsuggestions .panel {box-shadow: 0 -17px 47px rgba(0,0,0,0.19);}
  #suggestion_from .form-group.valg {padding-top: 10px;}
}


ul{
	list-style: disc;
}

ul.sub-ul{
	list-style: none;
}

ul.sub-ul li{
	position: relative;
}

ul.sub-ul li:before{
	content:".";
	position:absolute;
}

ul.sub-ul li:before {
    content: ".";
    position: absolute;
    top: -17px;
    left: -18px;
    font-size: 80px;
    line-height: -31px;
}

/*.haha-img{
    background-image: url('haha.png');
}*/

/*   */
#suggestion_from .form-group.width label {width: 47%;}

#suggestion_from .form-group.f_pr_col label {width: 32.8%;}
#suggestion_from .form-group.l_pr_col label {width: 32.7%;}
#suggestion_from .form-group.f_pr_col label img {display: block; height: 26px;}

#suggestion_from .form-group.f_pr_col label {font-size: 12px;}
#suggestion_from .form-group.f_pr_col label span {padding: 12px 0 0;}

span.varm-img img, span.air-img img {position: relative; top: -2px;}

.customize-radio label > input[type = 'radio'] {
    visibility: hidden;
    position: absolute;
}

.customize-radio label > input[type="radio"] ~ span {
	cursor: pointer;
	border: 1px solid #E8E8E8;
	padding: 2px;
	border-radius: 3px;
	display: block;
	text-align: center;
}


.customize-radio label > input[type = 'radio']:checked ~ span{
     border: 1px solid #000000;
     box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

#suggestion_from .form-group.f_pr_col {margin-bottom: 2.2rem;}
#suggestion_from .form-group.valg {}
#suggestion_from .form-group {}
#suggestion_from .graylnk {padding-bottom: 18px;}

@media(max-width: 767px) {
  #suggestion_from .form-group.f_pr_col {
  	margin-bottom: 0;
  }
#suggestion_from .h2 {font-size: 16px;}
#suggestion_from label {font-size: 13px;}
}
@media(max-width: 520px) {
  #suggestion_from .form-group.f_pr_col label {width: 49%;margin-bottom: 5px;}
}
