#result-data {
    border-top: 4px solid green;
    position: fixed;
	top:10%;
    width: 90%;
    background-color: #d3d3d3;
    margin-left: 3%;
    padding: 12px;
	z-index: 9;
}
#result-data.result-err {
	border-top: 4px solid red;
}
.data-loading {
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}
.data-loading .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
.lowerprice-form {
    padding: 30px;
}
.lowerprice-close {
    margin: 4px 11px 0 0;
}
.low-a {
    display: table-cell;
    width: 20%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background: #535557;
    color: #fff !important;
    text-decoration: none;
    border-radius: 0 4px 4px 0;
}
.low-q {
    display: table-cell;
    background: #f3f5f7;
    color: #636567;
    box-sizing: border-box;
    padding: 6px 10px;
    width: 80%;
    height: 100%;
    line-height: normal;
    border-radius: 4px 0 0 4px;
}


/* Added Css 13-09-2016 */
form#lowerprice-form fieldset.fieldset.first {width:140px; display:inline-block; float:left;margin-right: 15px;}
form#lowerprice-form fieldset.fieldset.first h2.product.name.product-item-name {
    width: 100%;
    padding: 8px;
	font-size:16px;
    line-height: 21px;
	font-weight:bold;
	color:#20409a;}
form#lowerprice-form fieldset.fieldset.first .price-box-inner {font-weight:bold; padding:8px; font-size:14px;}
form#lowerprice-form fieldset.fieldset.first img {padding: 2px;}
@media only screen and (min-width:481px) {
	form#lowerprice-form fieldset.fieldset:not(.first) {border-left:1px dashed #b03680; padding-left:15px;}
}
form#lowerprice-form fieldset.fieldset .field.note.no-label {text-align: left; font-size: 14px; line-height: 21px; float: left; }
form#lowerprice-form fieldset.fieldset .control input[type="checkbox"] {  margin: 4px 5px 0 0;}
form#lowerprice-form fieldset.fieldset p.bold { font-weight:bold; border-bottom: 1px solid #efefef; color:#308dbc; clear: both; } 
form#lowerprice-form  .primary.actions-primary {float:none; display:block !important;}
form#lowerprice-form  .primary.actions-primary button {max-width:120px; float:right:}
form#lowerprice-form fieldset.fieldset  > .legend {  font-weight: 600; margin: 0 0 20px; text-transform:none; font-size:20px;}
.primary.actions-primary {text-align:right;}

.or-divider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    color: #20409a;
    text-align: center;
}
/* .or-divider:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 43%;
    height: 1px;
    border-top: 1px solid #20409a;
}
.or-divider:after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    width: 43%;
    height: 1px;
    border-top: 1px solid #20409a;
} */

#result-data {border-top: 4px solid #000; background-color: #efefef; top: 0;
    width: 100%;
    left: -18px;}
	#result-data.result-su { border-top: 0;
    background-color: #fff;
    top: 0; 
    padding: 20px 20px 11px; 
    overflow: hidden;
    border-radius: 5px;}
#data-loading {position: absolute; top: 0; left: 0; border:0; background:rgba(000,000,000,0.2); width:100%; height:100%; padding:5% 0; text-align: center;}
#data-loading span {color: #000; background: #fff; font-size: 20px; padding: 5px 20px; border-radius: 5px; font-weight: bold; position: absolute; top: 50%;
 left: 40%;}
 
#lower-price_popup .modal-content {    padding: 0;}
 
 @media only screen and (min-width : 310px) and (max-width : 480px) {
form#lowerprice-form fieldset.fieldset.first, form#lowerprice-form fieldset.fieldset {width:100%;}
form#lowerprice-form fieldset.fieldset.first{text-align:center;}
.modal-dialog {max-width:600px;     width: 100%;}
fform#lowerprice-form  .primary.actions-primary button {max-width: 100%;}
	 
 }
 @media only screen and (min-width : 481px) and (max-width : 768px) {
.modal-dialog {width:100%;}
form#lowerprice-form fieldset.fieldset.first{text-align:center;}
 
  }
  
.find-lower-price{
	clear: both;
    overflow: hidden;
    padding-top: 10px;
	margin-bottom: 10px;
}
