
/********************Smart Label Css**********************/

body.modal-open{overflow:hidden;}
.smartLabelsearch {
    display: block;
    margin: 10px;
    max-width: 120px;
}
.smartLabelsearch.smartlabel_header_image_left {
    float: left;
}
.smartLabelsearch.smartlabel_header_image_right {
    float: right;
}

.smartLabelData {
    display: inline-block;
    margin: 0 15px;
	height: 28px;
}
.smartLabelData a {
    height: 100%;
    width: auto;
}
.smartLabelData a img{height:100%;}
#modalSmartLabel h4{margin-bottom:0; margin-top:20px}

.modal.fade.smartlabel {
    z-index: -1000;
    display: none;
}
.modal.fade.smartlabel.in {
    z-index: 1050;
   display: block;
}

@media (max-width: 767px){
    .smartLabelsearch {
    width: 100%;
    height: 50px;
    margin: 0;
    max-width: initial;
    }
   .smartLabelsearch.smartlabel_header_image_left{ display: inline-block;  width: 50px;}
   .smartLabelsearch.smartlabel_header_image_right{display: inline-block;  width: 50px;}
   .smartLabelsearch a{width:50px;height:50px; display:block;background: url("../../img/ico/smart_label_logo.png") no-repeat left 7px center;margin: auto;}
   .smartLabelsearch a img{display:none;}
   .smartLabelData { margin: 15px; display: block; text-align: center;}
   
   .buy-wrapper .smartLabelData {text-align:left;margin: 0 10px 0 0;display: inline-block;}
   .buy-wrapper .smartLabelData.clear-button{display: block; margin: 10px 0 10px 0; }

}
