/* // ========================================== \\ || || || Theme Style || || || \\ ========================================== // */
/* ======================================================================= Wrapper ======================================================================= */
 #searchcontent {
     position: absolute;
     text-align: left;
     z-index: 1000;
}
 #getproduct {
     width:1170px;
}
/* ======================================================================= Clear ======================================================================= */
 .clearfix:before, .clearfix:after {
     content: " ";
     display: table;
}
 .clearfix:after {
     clear: both;
}
 .product_instant_search_popup {
     width:1170px;/**/
     background:#FFF;
     border:#f2f2f2 1px solid;
     position:relative;
     font-family: RalewaySemiBold;
}
 .product_instant_search_popup .close {
     position:absolute;
     top:15px;
     right:15px;
}
 .product_instant_search_popup .product_view {
    font-family: RalewaySemiBold;
     width:100%;
     clear:both;
}
/*Large Thumbnail*/
 .product_instant_search_popup .product_view .large_thumbnail {
     width:200px;
     float:left;
}
 .product_instant_search_popup .product_view .large_thumbnail img {
     max-width:100%;
     height:auto;
     margin: 10px;
}
/*Detail*/
 .product_instant_search_popup .product_view .prod_detail {
    color:#666;
    width: 100%;
    padding-left: 215px;
}
 .product_instant_search_popup .product_view .prod_detail h1 {
    /*margin: 0;*/
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
}
 .product_instant_search_popup .product_view .prod_detail h5 {
     font-size:20px;
     font-weight:normal;
     color:#3399cc;
     padding:7px 0;
}
 .product_instant_search_popup .product_view .prod_detail .input_field {
     width:10%;
     padding:7px;
     border:#f2f2f2 1px solid;
     border-bottom:#dedede 2px solid;
     border-right:#dedede 2px solid;
     text-align:center;
     font-size:13px;
     color:#666;
     margin: 0 5px
}
 .product_instant_search_popup .product_view .prod_detail .input_btn {
     background: #000000;
     padding: 7px 8px;
     font-size: 13px;
     color: #FFF;
     text-transform: uppercase;
     border: 0px
}
 .product_instant_search_popup .product_view .prod_detail .input_btn:hover {
     color: #FFFFFF;
     background: #363636;
}
 .product_instant_search_popup .product_view .prod_detail input {
     text-transform: uppercase;
     color: #FFFFFF;
     background: #000000;
     display: inline-block;
     line-height: 34px;
     text-align: center;
     width: 180px;
     font-size: 12px;
     font-weight: bold;
     border: 0px;
     padding: 0;
}
 .product_instant_search_popup .product_view .prod_detail input:hover {
     color: #FFFFFF;
     background: #363636;
}
 .product_instant_search_popup .product_view .prod_detail h3 a {
     text-transform: uppercase;
     color: #FFFFFF;
     background: #000000;
     display: inline-block;
     line-height: 34px;
     text-align: center;
     width: 180px;
     font-size: 12px;
     font-weight: bold;
     float: left;
     margin-right: 10px;
}
 .product_instant_search_popup .product_view .prod_detail h3 a:hover {
     color: #FFFFFF;
     background: #363636;
}
 .product_instant_search_popup .product_view .prod_detail .over_view p {
     font-size:12px;
     font-weight:normal;
     color:#666;
     line-height:22px;
}
 .product_instant_search_popup .product_view .prod_detail .over_view p a {
     font-weight:bold;
     color:#3399cc;
}
 .product_instant_search_popup .product_view .prod_detail .over_view p a:hover {
     color:#4d4d4d;
}
/*Related Products*/
 .product_instant_search_popup .related {
     clear:both;
     background:#f6f6f6;
     padding: 5px;
}
 .product_instant_search_popup .related ul {
     list-style:none;
}
 .product_instant_search_popup .related ul li {
     width:100px;
     display:inline-block;
     margin:2px;
}
 .product_instant_search_popup .related ul li img {
     max-width:100%;
     cursor: pointer;
     height:auto;
     border:#f6f6f6 2px solid;
}
 .product_instant_search_popup .related ul li.active img {
     border:#000 2px solid;
}
 .loading {
     background: url("../../images/FME_instantsearch/loading.gif") no-repeat scroll 50% center !important;
}

.sku {
    font-size: 13px;
    font-family: arial;
    font-weight: bold;
    color: #74c5e6;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 15px;
}

.sku label {
    margin-right: 5px;
}

.price-box .price {
    font-size: 30px;
}
.price-box .old-price .price {
    /*font-size: 18px;*/
}
