.gmwqp_inquirybtn{
		margin-top: 10px;
        display: inline-block;
        width: 100%;
}
.gmwqp_popup_op{
	/*display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 9999999;*/
   /* background-color: #fff;
    border-radius: 10px 10px 10px 10px;*/
   /* box-shadow: 0 0 25px 5px #999;*/
    color: #111;
    display: none;
    min-width: 450px;
    margin-top: 30px;
    /*padding: 25px;*/
}


.gmwqpmsgc{
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}
.gmwqpmsgc .gmwqp_loop{
	padding: 0 !Important;
    margin: 0 !Important;
    color: red;
    font-size: 15px;
    line-height: 18px;
}
.gmwerr div{
    color: red;
}
.gmwqp_inner_field {
    display: flex;
}
.gmwqpmsgc.gmwsuc div{
    color: green;
}
.gmwqp_inner_popup_op h3{
	text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 8px 0;
    background-color: #dcdcdc;
}
label.gmqqp_label {
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    width: 100%;
}
label.gmqqp_label span{
	color: red;
}
.gmqqp_submit {
	width: 100%;
    margin-top: 10px;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 0;
    float: left;
    text-align: center;
    /*background-color: #dcdcdc;*/
}
form#gmwqp_popup_op_form {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    float: left;
}
.gmwqp_toplevel{
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}
.gmwqp_beforeformcontent , .gmwqp_afterformcontent{
    margin-top: 10px;
}
.gmqqp_input {
    
    line-height: 20px !Important;
    border: 1px solid #000 !Important;
    height: 33px !Important;
    border-radius: 2px !Important;
    width: 100%;
}
.gmwqp_loop.gmwqp_full{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
textarea.gmqqp_input{
	height:80px !important;
    display: flex;
}
.gmqqp_captchadiv label{
    float: left !Important;
}
.gmqqp_captchadiv .gmqqp_input{
    width: 80px !Important;
    float: left !Important;
    margin-left: 5px;
}
.gmwqp_inner_popup_op h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: normal;
}
.gmwqp_inner_popup_op {
        
  
    max-width: 500px;
    margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
   
    padding: 0;
    border-radius:0px;
    /*margin-top: 10%;*/
    position: relative;
}
.gmwqp_inner_popup_op_mores {
	 background-color: #fff;
	 display: inline-block;
	 width: 100%;
}
.gmwqp_popup_op.gmwqp_active{
	/*display: block;*/
}
.gmwqp_close img{
	width: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
}
.gmwqp_inner_popupcontant {
    display: flex;
    flex-direction: column;
}
.gmwqp_inner_field label{
    display: inline-block;
}
.gmqqp_submit_btn{
	padding: 10px 15px;
    border-radius: 3px;
    /*float: right;
    margin-right: 10px;*/
}
.gmwqp_popupcontant {
}
.gmwqp_inquirybtn_loop .gmwqp_inq{
    margin-top: 0 !Important;
}
.gmwqp_inquirytmltbtn_loop .gmwqp_inq_addtocart{
    margin-top: 0 !Important;
}

.gmwqp_inquirybtn_loop{
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.gmwqp_inquirytmltbtn_loop{
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.viewcaren{
    margin-left: 10px !important;
}
.gmwqp_loader .gmwqp_inner_popup_op_mores{
    opacity: 0.5;
    pointer-events: none;
}
.gmwqp_form_dls .gmwqp_popupcontant{
       max-height: inherit;
}
@media only screen and (max-width: 600px) {
	.gmwqp_inner_popup_op{
               max-width: 80%;
	  /*margin-right: 15px;
	  margin-left: 15px;*/
   /* box-shadow: 0 0 25px 5px #999;*/
   margin-top: 55px;
	}
    .gmwqp_popup_op{
       /* min-width:auto;*/
        box-shadow: none;
    }
}