/*.left-portion{
    float:left;
    width:200px;
    min-height:400px;
}

.right-portion{
    float:right;
    width:770px;
    min-height: 400px;
}

product display css
.ulproducts{
    position:relative;
    float:left;
    width:100%;
    list-style-type: none;
}

.ulproducts li{
    float:left;        
    margin-right:10px;
    margin-bottom:10px;  
}

.product-full-holder{
    float:left;
    position:relative;
    width:162px;
        height:210px;
    padding:10px 9px 0 9px;
    text-align: center;
        background-color:#FFF;
}

.product-img-header{
    float:left;
    width:100%;    
    min-height: 100px;
}

.product-img{
    margin:0 auto;
    max-height: 100px;
    max-width: 160px;
}

.price-range,.product-price-range{
    float:left;   
    width:100%;       
    text-align: left;
}
.price-range{
    margin-top:5px;
    padding:5px 0;
    width:162px;
}
.discount-holder{
    float:left;
    width:35px;
    padding-top:2px;
    padding-left:5px;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;    
}

.rupee-symbol{
    float:right;    
    text-align: center;
    font-size:12px;
    font-weight: bold;
    margin:1px 0 0 5px;
}

.products-range{
    float:left;
    width:100%;
    margin-bottom: 5px;
    position: relative;
}

.products-price{
    float:right;
    font-size: 12px;
    font-weight: bold;
    margin-top:-0px;
    text-align:right;
}

.old-price{
    float:left;
    color:red;
    font-size:12px;
}

.curr-price{
    float:right;
}

.product-info{
    float:left;
    width:100%;
    height:30px;
    margin-top:10px;
    font-weight: normal;
    text-align: center;
    color: #999;
    font: 400 12px/13px 'Lato',sans-serif;
}

.product-desc{
    float:left;
    text-align:left;
    width:100%;
}


.quantity-holder{
    float:left;
    width:97px;
}

.item-suf{
    float:left;
    width:34px;
    padding-top:5px;
}

product page css
.product-left-container{
    float:left;
    width:300px;

}

.product-image-container{
    float:left;
    position:relative;
    width:260px;
    padding: 0 20px 20px 20px;
    border-bottom: #EEE solid 1px;
    background-size: 100% auto; 
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
}

.product-image-container img{
    margin:0 auto;
    margin-top: 40px;
    text-align:center;
    max-width: 250px;
    max-height: 300px;
    background-color: transparent;
}

.prod-gal{
    position:relative;
    float:left;
    width:100%;
    overflow: hidden;
}

.prod-gal-prev{
    position: absolute;
    top:45px;
    left:-15px;
    height:25px;
    width:25px;
    background: url(../../../images/left-arrow.png) no-repeat 0 0;
    z-index: 2;
}

.prod-gal-next{
    position: absolute;
    top:45px;
    right:-15px;
    height:15px;
    width:15px;
    background-color: red;
    z-index: 2;
    background: url(../../../images/right-arrow.png) no-repeat;
}

.ulprodimg{
    position:relative;
    float:left;
    list-style: none;
    margin-top: 10px;
}

.ulprodimg li{
    float:left;
    width:90px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.prodimg,.prodimg-active{
    float:left;
    width: 88px;
    border:1px solid #FFF;
}

.prodimg:hover,.prodimg-active{
    border:1px solid #DEDEDE;
}

.product-detail-holder{
    position:relative;
    padding:10px 0;
}

.product-info-container{
    float:left;
    width:660px;
    margin-left:20px;
}

.product-header{
    float:left;
    width:100%;
    border-bottom: 1px solid #DEDEDE;
}

.prod-desc-title{
    position:absolute;
    top:-10px;
    padding:5px;
    font-size:14px;
    color:#555;
    font-weight:bold;
    border-top:#EEE solid 1px;
    border-right:#EEE solid 1px;
    border-left:#EEE solid 1px;
}

sub.mini-text{
    float:left;
    margin-top:5px;
}

.add-to-cart-holder{
    float:left;
    width:200px;
}

.custommenu-holder{
    float:left;
    position:relative;
    width:137px;
    height:auto;
    padding:5px 5px 5px 10px;
    border:#ddd solid 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url(../../../images/down1.png) no-repeat right center;
    background-color:#eee;
}

ul.customdropdown{
    display:none;
    position:absolute;
    width:150px;
    top:28px;
    left:0;
    list-style-type: none;
    background-color:#fff;
    border:#ccc solid 1px;
    box-shadow: 0 0 3px #ddd;
    -moz-box-shadow: 0 0 3px #ddd;
    -webkit-box-shadow: 0 0 3px #ddd;
    z-index: 0;
        background: url(../../../images/down1.png) no-repeat right center white;    
}

ul.customdropdown li{
    float:left;
    width:135px;
    display:block;
    padding:5px 5px 5px 10px;
    margin:0 0 1px 0;
    background-color:#eee;
    z-index: 0;
    cursor:pointer;    
}

.custommenu-holder:hover{
    border:0;
    height:auto;
    clear: both;
    z-index: 4;
    border-radius: 5px 5px 0 0;
    border:#ccc solid 1px;
    box-shadow: 0 0 3px #ddd;
    -moz-box-shadow: 0 0 3px #ddd;
    -webkit-box-shadow: 0 0 3px #ddd;
}

.custommenu-holder:hover ul.customdropdown{
    display:block;
    z-index: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

ul.customdropdown li:hover{
    background-color:#ccc;
}


.current-price-holder{
    float:left;   
    width:45%;    
}

.current-products-price{
    float:left;
    width:100%;
    color:#555;
    font-size:18px;
    font-weight: bold;   
}

.current-products-price-symbol{
    clear:both;
    font-size:18px;
    color:#555;
    font-weight: bold;
    margin:0 0 0 5px;    

}

.current-products-mrp{
    float:left;
    margin:0 15px 0 0;
    color:red;
    font-size:18px;
    text-align: left;
}

.current-products-mrp-symbol{
    color:red;
    font-size:18px;
    font-weight:normal;
    margin:0;
}

.product-discount-holder{
    float:left;    
    width:300px;
}

.product-discount{
    float:left;
    width:50px;
    text-align: center;
}
input.product-input{
    float:left;
    width:40px;
    height:25px;
    font-size: 14px;
}

.product-add-to-cart{
    float:left;
    width:50px;
    margin:7px 0 0 10px;
}

.discount-price-holder{
    float:left;    
    width:100%;    
    margin:10px 0;
}

.add-productto-cart-holder{
    float:left;
    width:95%;
}

.categ-discount-price-holder{
    float:left;
    bottom:15px;
    right:0;
    width:160px;
        background-color:#F2F2F2;
        border:#EEE solid 1px;
}

.similar-products{
    text-indent: 10px;
    padding:4px 0 4px 0;    
    border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
}
.similar-products h2{
    color:#fff;
}
a.submenu-link{
    float:right;
    width:170px;
    padding:0 5px 0 10px;    
    display:block;
}

.ul-variant{
    position: absolute;
    left:1px;
    top:28px;
    width:160px;
    list-style: none;
    z-index: 10;
    display:none;   
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0  2px 2px;
    -webkit-border-radius: 0 0  2px 2px;
}

.ul-variant li{
    float:left;
    width:150px;
    padding:4px 0 4px 10px;
    height:15px;
    cursor:pointer;
    border:0;
    margin:0;
    text-align: left;   
    box-shadow: 0px 4px 4px -2px #AAA;
    -moz-box-shadow: 0px 4px 4px -2px #AAA;
    -webkit-box-shadow: 0px 4px 4px -2px #AAA;
}



.variant-header{
    float:left;
    width:100%;    
    padding:4px 0;
    cursor:pointer;
}

.curr-variant{
    float:left;
    width:142px;
}

.variant-down-img{
    float:right;
    width:18px;
    cursor: pointer;
    z-index: 100;
}
.variant-down-img img{
    float:right;
    width:18px;  
}

.actual-price{
    float:left;
}

.products-range-holder{
    float:left;
    width:100%;
}

h2.product-name{
    float:left;
    width:100%;
    font-size:20px;
    font-family: verdana;
    font-weight: normal;
}

.delete-prod-lnk,.add-prod-lnk{
    float:left;
    width:25px;
    height:25px;
    background:url(../../../images/delete-prod.png) no-repeat 0 0;
}
.add-prod-lnk{
    margin-left:5px;
    background:url(../../../images/add-prod.png) no-repeat 0 0;
}

.price-holder,.brand-holder,.price-slider{
    float:left;
    width:188px;
    margin-top: 10px;
    border:1px solid #DEDEDE;
}

.price-slider{
    width:178px;
}
.price-header,.brand-header{
    float:left;
    width: 100%;
    padding: 5px 0;
    text-indent: 10px;
    background-color: #F6F6F6;
    margin-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px solid #DEDEDE;
    font-weight: bold;
}

.price-content,.brand-content{
    float:left;
    width: 100%;
    padding: 5px 15px;
    max-height: 200px;
}

.brand-content{
    overflow-y: auto;
}


.ul-price,.ul-brand{
    float:left;
    width: 100%;
    list-style: none;
}

.ul-price li,.ul-brand li{
    float:left;
    width:100%;
    margin:3px 0;
}

.chk-label{
    float:left;
    margin-left:8px;
}


.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 11px;
    visibility: visible;
    margin-top: -2px;
    bottom:120%;
    margin-left: -14px;
}

.tooltip .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #000000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ui-slider {
    border-bottom: 1px solid #EBEAE5;
    height: 5px;
    margin: 0;
    padding: 0px;
}

.ui-slider-handle {
    background: #ED6B51;
    border-bottom: 1px solid #a8a79f;
    border-right: 1px solid #a8a79f;
    height: 10px;
    width: 10px;
    margin: 0;
    padding: 0px;
    display: inline-block;
}

.ui-slider-range {
    height: 5px;
    position: relative;
    background-color: #DEDEDE;
}

.ui-slider-handle {
    border-bottom: 1px solid #a8a79f !important;
    border-right: 1px solid #a8a79f !important;
    height: 10px !important;
    width: 10px !important;
    margin: 0 !important;
    padding: 0px !important;
    display: inline-block !important;
    top: -4px !important;
}

.show-menu{
    float:right;
    width:20px;
    height:20px;
    margin: 2px 2px 0 0; 
    background-image: url(../../../images/sort_up.png);
    background-size: 100% auto; 
    background-repeat: no-repeat;
    background-position: 0 0;
}
.hide-menu{
    float:right;
    width:20px;
    height:20px;
    margin: 2px 2px 0 0; 
    background-image: url(../../../images/sort_down.png);
    background-size: 100% auto; 
    background-repeat: no-repeat;
    background-position: 0 0;
}

.link_blue,.link_blue:hover{  
    cursor: pointer;
    text-decoration: none;
    color:red;
    color: #0B87C5;
}

.link_blue:hover{
    text-decoration: underline;
}

.sku-text{
    margin:3px 0;
    color:#777;
}*/

.no-border {
    border: none;
}

label.list-group-item {
    font-weight: normal;
    color: #777;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.19em;
    margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.0em;
    height: 1.0em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
}

.ui-widget-header {
    background-color: #999;
}

.price-ranges {
    float: left;
    margin-bottom: 5px;
}

.prod-count-status {
    float: left;
    width: 100%;
    padding: 5px 0 10px 0;
    color: #999;
}

.prod-from-range, .prod-to-range, .total-products {
    font-weight: bold;
    color: #888;
}

.ulprodimg {
    float: left;
    width: 100%;
}

.prod-det-img-holder {
    position:relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
}

.price-cart-holder {
    float: left;
    width: 100%;
    background-color: #FBFBFB;
}

.price-cart-box {
    float: left;
    width: 100%;
    padding: 15px 10px;
    border-bottom: 1px solid #EAEAEA;
}

.price-cart-box:last-of-type{
    border: none;
}

.price-range-box{
    padding: 15px 10px 5px 10px;
}

.price-value-box{
    padding: 10px 10px 15px 10px;
}

.price-cart-box div.h3 {
    padding: 0;
    margin: 0;
}

.prod-disc-holder {
    position: absolute;
    top: 35px;
    right: 0;
    padding: 2px 10px;
    width: auto;
    margin: 5px 0px 0px 0px;
    /*    color:#FFF;*/
    /*    background-color: #FB5C21;*/
}

.offer-price-holder{
    float:left;
    width: auto;
}

.prod-mrp-holder {
    float:left;
    width: auto;
    font-weight: normal;
    margin: 8px 0px 0 10px;
    text-decoration: line-through;
    font-size: 14px;
    color: #f9030b;
}

.view-more-lnk, .view-more-lnk:hover {
    float: left;
    width: 100%;
    color: #999;
    font-size: 11px;
    text-decoration: underline;
    text-align: right;
}

.prod-det-action-holder{
    position: relative;
    float: left;
    width: 100%;
    padding-left: 87px;
}


.prod-det-cart-ico-lnk, .prod-det-cart-ico-lnk:hover, .prod-det-cart-ico-lnk:focus {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 12px 8px;
    border-radius: 0px 5px 5px 0;
    -moz-border-radius:0px 5px 5px 0;
    -webkit-border-radius: 0px 5px 5px 0;
    text-decoration: none;
}

.prod-det-cart-ico-lnk:hover {
    /*    background-color: #d8501e;*/
}

.prod-det-out-stock-lnk, .prod-det-out-stock-lnk:hover, .prod-det-out-stock-lnk:focus {
    /*display: block;*/
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 8px 15px 8px 15px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-decoration: none;
    background-color: #CCC;
    color: #666;
}

.prod-det-addto-cart-text {
    /*    float:left;*/
    text-align: center;
    font-size: 18px;
    /*margin-left: 5px;*/
    /*margin-top: -3px;*/
}

.prod-det-cart-ico {
    /*    float:left;*/
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    font-size: 18px;
    -ms-filter: "FlipH";
}

.favrite-lnk {
    float:right;
    /*display: block;*/
    /*margin: 0 50px;*/
    /*    box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;*/
    /*padding: 4px 0;*/
    /*margin-top: 10px;*/

}


.addthis_sharing_toolbox{
    float:right;
}

.favrite-lnk .prod-det-favorite-ico, .favrite-lnk .prod-det-favorite-ico:hover {
    position:relative;
    float: left;
    font-size: 23px;
    padding: 0;
    margin-right: 5px;
    margin-top: 1px;
    color: #DEDEDE;
    transition: 0.25s all ease-in-out;
}

.favrite-lnk .prod-det-favorite-ico:hover {
    top: -5px;
}

/*
.prod-det-favorite-ico,.prod-det-favorite-ico:hover{
    float:left;    
    margin-left:-8px;
    font-size: 28px;
    color: #DEDEDE;    
}*/

.favrite-lnk .prod-det-favorite-active, .favrite-lnk .prod-det-favorite-active:hover {
    color: #C8CE23;
    text-decoration: none;
}

.favorite-text {
    float: left;
    font-size: 14px;
}

.price-holder {
    margin-top: 5px;
}

div.err-qty-div {
    border: #F95B21 solid 1px;
}

.prod-title-holder{
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 10px;
}

.mobile-prod-title-holder{
    border: none;
}

.prod-det-title {
    margin: 10px 0 5px 0;
    font-weight: bold;
    font-size: 20px;
}

.product-by{
    font-size:15px;
    margin-bottom:5px;
}

.prod-sku{
    margin:0 0 10px 0;
}

.prod-desc-title{
    float: left;
    width: 100%;
    font-weight: bold;
    color: #111;
    margin-bottom: 10px;
}

.prod-desc {
    font-size: 14px;
    color: #777;
    text-align: justify;
}

.product-detail-img {
    max-width: 100%;
    max-height:500px;
}

.page-sub-title {
    float: left;
    width: 100%;
    margin: 15px 0;
    padding: 8px 10px;
    font-size: 17px;
    background-color: #FBFBFB;
    border-top: #F5F5F5 solid 1px;
    border-right: #F5F5F5 solid 1px;
    border-left: #F5F5F5 solid 1px;
}

.brands-block {
    float: left;
    width: 100%;
    border: #EEE solid 1px;
    margin-bottom: 15px;
}

.brands-head {
    float: left;
    width: 100%;
    background-color: #F2F2F2;
    padding: 5px 15px;
    border-bottom: #EEE solid 1px;
    font-size: 16px;
    color: #777;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.brands-content {
    float: left;
    width: 100%;
}

.ul-brands {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ul-brands li {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0 0 15px 0;
    /*text-align: center;*/
}

.brand-content-container {
    float: none;
    padding: 0 10px;
    margin: 15px auto;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.store-brand-lnk {
    float: left;
    width: 100%;
}

.brand-content-holder {
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #F8F8F8;
    border: #EEE solid 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.brand-title {
    float: left;
    width: 100%;
    max-width: 100%;
    padding: 8px 0 0 0;
    font-size: 11px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brands-chars {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.brand-index {
    float: left;
    margin-right: 15px;
    font-size: 17px;
}

.brand-char-lnk {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    line-height: 28px;
}

.light-grey-text, .light-grey-text:hover, .light-grey-text:active, .light-grey-text:focus {
    color: #999;
    text-decoration: none;
}

.offer_holder {
    position: relative;
    float: left;
    margin-bottom: 25px;
    border: solid 1px #DEDEDE;
    border-top: solid 3px red;
    box-sizing: border-box;
}

.offier_price {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0 10px 15px;
    font-size: 16px;
    color: #FFF;
    background-color: red;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 2;
}

.offer_holder:hover {
    border-color: red;

}

.offer_holder:hover .offier_price {
    display: block;
}

.offer_image_holder {
    position: relative;
    float: left;
    padding: 15px;
    line-height: 270px;
    height: 270px;
    max-width:100%;
    margin:0;
    padding:0;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: solid 1px #DEDEDE;
}

.helper {
    margin:0;
    padding:0;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.offer_img {
    margin:0;
    padding:0;
    /*width:100%;*/
    max-height: 200px;
    max-width: 85%;
    vertical-align: middle;
}

.offer_title {
    float: left;
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    color: #AAA;
    text-transform: uppercase;
}

.offer_details {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 45px;
    color: #AAA;
    text-align: center;
}

/*offer filter css*/
.filter-holder {
    margin-right: 15px;
}

.filter-label {
    margin-right: 5px;
    margin-top: 4px;
}

.filter-menu {
    padding: 0;
    margin: 0;
    background-color: #FFF;
}

.filter-trigger {
    padding: 3px 10px;
}

.search-type-trigger, .search-type-trigger:hover, .search-type-trigger:focus, .search-type-trigger:active {
    padding: 8px 0px 7px 0;
    width: 166px;
    font-size: 12px;
    border: none;
    background-color: #FFF;
    border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
}

/*ajax paging loader image*/
#loading-img-holder {
    display: none;
}

.loading-img {
    margin-left: 43%;
}

/* offer filter css ends here*/

.brand-img-holder{
    float:left;
    width:100%;
    height:146px;
    text-align: center;
}

.brand-img-holder img{
    width:100%;
    max-height: 146px;
}

.off-cart-qty-holder{
    /*    position: static;
        width: 95px;
        float:none;
        display:block;
        margin:0 auto;*/
    /*padding:0 40px;*/
    /*    box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;*/
}

.offer-qty{
    /*width:100px;*/
}

.offer-title{
    margin-top:20px;
    margin-bottom: 40px;
    background-color:#F2F2F2;
    border-color: #E9E9E9;
}

.offer-subtitle{
    float:left;
    width:100%;
    padding:6px 10px;
    font-size:17px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bees-radio{
    position: absolute;
    top:-29px;
    left:-1px;
    width:45px;
    height:29px;
    background:url(../../../images/radio-box.png) no-repeat 0 0;
}

.bees-radio input[type='radio']{
    margin:9px 0 0 13px;

}

.bees-radio input[type='radio'],.bees-radio input[type='radio']:focus{
    outline: none;
    cursor: pointer;
}

.bees-radio:hover{
    background-color:#FFF;
}

.bees-prod-holder{
    display: block;
    overflow:hidden;
    padding:0;
}

.offer-prod-block{
    padding:0 15px 0 0;
    margin-bottom: 15px;
    /*margin-right:15px;*/
}

.offer-prod-block:nth-child(6n){
    padding:0;
}

.offer-prod-holder{
    float:left;
    width:100%;
    padding:0px;
    border:#EEE solid 1px;
}

.offer-prod-holder:hover{
    border:#DEDEDE solid 1px;
    box-shadow: 0 0px 5px -2px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0px 5px -2px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0px 5px -2px rgba(0,0,0,0.6);
}

.off-prod-img-holder{
    float:left;
    width:100%;
    height:100px;
    padding:10px;
    background-color: #FAFAFA;
    text-align: center;
    border-bottom: #EEE solid 1px;
}

.off-prod-img{
    max-width:100%;
}

.offer-prod-title-range{
    float:left;
    width:100%;
    background-color: #FFF;
    padding:5px 15px;
    text-align: center;
    font-size:12px;
    word-break: break-all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.offer-prod-title{
    float:left;
    width:100%;
    height:38px;
    overflow: hidden;
    color:#666;
}

.free-bee-block{
    position: relative;
    float:left;
    width:100%;
    padding:15px 15px 0 15px;
    border:#F8F8F8 solid 1px;
    border-top:none;
    background-color:#F8F8F8;
    margin-bottom: 15px;
}

.free-bee-block:hover{
    border:#EEE solid 1px;
    border-top:none;
}

.col-or-sep{
    padding:20px 0 30px 0;
    text-align: center;
}

.orr-line{
    position: relative;
    float:none;
    margin:0 auto;
    width:60%;
    /*height:70px;*/
    border-bottom: #DDD solid 1px;
    /*box-shadow: 0 10px 30px -20px  #000;*/
    /*-moz-box-shadow: 0 10px 30px -20px #000;*/
    /*-webkit-box-shadow: 0 10px 30px -20px #000;*/
}

.orr-line:after{
    content:" ";
    float:left;
    margin-top:-99px;
    width:80%;
    margin-left:10%;
    height:100px;
    box-shadow:inset 0 10px 25px -20px  #000;
    -moz-box-shadow:inset 0 10px 25px -20px #000;
    -webkit-box-shadow: 0 10px 25px -20px #000;
}

.or-text-wrapper{
    position: absolute;
    top:-25px;
    left:50%;
    margin-left:-22px;
    padding:5px;
    border:#DDD solid 1px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #FFF;
}

.or-text{
    float:left;
    width:100%;
    padding:7px;
    border: #DEDEDE dashed 1px;
    text-align: center;
    font-size:11px;
    color:#777;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.ul-add-services{
    float:left;
    width:100%;
    margin:0;
    list-style: none;
}

.ul-add-services li{
    float:left;
    width:100%;
    padding-right:15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ul-add-services li:before{
    content:" ";
    float:left;
    width:5px;
    height:5px;
    margin-top:7px;
    margin-left:-22px;
    background-color:#888;
    border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
}

.add-serv-title,.offer-products-title{
    margin-bottom: 15px;
}

.free-cash-vouchimg{
    float:left;
    width:70px;
    margin-right:15px;
}

.free-cash-vouchimg img{
    float:left;
    max-width:70px;
}

.free-cash-vouchtext{
    float:left;    
}


.product-tags-holder{
    float:left;
    width:100%;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tag-header{
    float:left;
    width:100%;
    padding:5px 0;
    font-size: 15px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}

.tags-header-container {
    float:left;
    width:100%;
}

.tags-content{
    float:left;
    width:100%;
    padding-top: 10px;
}

.tag-holder{
    float:left;
    width:100%;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom: 1px solid #EEE;
}

.tag-lnk,.tag-lnk:hover,.tag-lnk:active,.tag-lnk:focus{
    position:relative;
    float:left;
    padding:7px 20px;
    font-size:15px;
    text-decoration: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.tag-lnk:after{
    content: "";
    position:absolute;
    top:50%;
    right:0;
    width:1px;
    height:13px;
    margin-top:-5px;
    background-color: #333;
}

.tag-lnk:last-of-type:after{
    width:0px;
}

.tag-lnk-active,.tag-lnk-active:hover,.tag-lnk-active:active,.tag-lnk-active:focus{
    background-color: #FEFEFE;
}

.tag-marker{
    position: absolute;
    top:2px;
    left:0;
    width: 15px;
    height: 15px;
    background:url(../../../images/right-arrow.png) no-repeat 0 0;
    transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -webkit-transition: 0.15s all ease-in-out;
}

.tag-marker-rot{
    transform: rotate(90deg);
}

.tag-data{
    display:none;
    float:left;
    width:100%;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.declaration-msg{
    float:left;
    width:100%;
    margin:20px 0;
    font-size:13px;
    color: #555;
    text-align: justify;
    line-height: 1.6;
    background-color: #FAFAFA;
    padding: 10px;
    border:1px solid #EFEFEF;
}

.left-scroll-content{
    max-height:400px;
    overflow-y:auto;
    overflow-x: hidden;
}

.left-scroll-content .list-group-item,.left-scroll-content .list-group-item:hover{
    padding-right: 3px;
}

.table-specs tr td:nth-child(1){
    width: 220px;
    color: #333;
    font-weight: bold;
}

.table-specs > tbody > tr > td,
.table-specs > tbody > tr > th,
.table-specs > tfoot > tr > td,
.table-specs > tfoot > tr > th,
.table-specs > thead > tr > td,
.table-specs > thead > tr > th {
    border: 1px solid #F2F2F2;
}

.prod-det-price{
    font-weight: bold;
}

.prod-det-currency{
    font-size: 16px;
}

.prod-det-price-holder{
    margin-left: 0PX;
}

.product-details-content{
    border-right: 1px solid #EEE;
}

.prod-desc-title-holder{
    position: relative;
}

.addinfo-content{
    text-align:center;
}

.addinfo-content img{
    max-width:100%;
}

.stock-data-msg{
    padding: 5px 0 0 87px;
    text-align: left;
}

.lbl-out-of-stock,.lbl-out-of-stock:hover{
    position: relative;
    opacity: 0.7;
    cursor: default;    
    color: #212121;
    background: linear-gradient(to top left,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) calc(50% - 0.8px),
        rgba(0,0,0,0.4) 50%,
        rgba(0,0,0,0) calc(50% + 0.8px),
        rgba(0,0,0,0) 100%),
        linear-gradient(to top right,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) calc(50% - 0.8px),
        rgba(0,0,0,0.4) 50%,
        rgba(0,0,0,0) calc(50% + 0.8px),
        rgba(0,0,0,0) 100%);
    background-color: #CCC;
}

.lbl-other-scale,.lbl-other-scale:hover{
    float:left;
    position: relative;
    opacity: 0.7;
    cursor: pointer;    
    color: #212121;
    background-color: #CCC;
    font-weight: normal;
    font-size: 10px;
}

.lbl-out-of-stock-sym,.lbl-out-of-stock-sym:hover{
    position: absolute;
    top:2px;
    right: 2px;
    color: #ba1907;
}

.prod_other_options{
    padding-top: 30px;
    float:left;
    width: 100%;
    font-weight:
    bold;color: #111;
    margin-bottom: 10px;
    text-align:left;
}

.tooltip_content{
    text-align:left;
    padding:3px;
}

.sim-prod-lnk{
    float: left;
    width: 64px;
    border: #777 solid 1px;
    margin-right: 8px;
    padding: 3px 0;
    text-align:center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-bottom: 8px;
}

@media (max-width: 990px) {
    .prod-count-status{
        margin:10px 0;
    }

    .filter-holder{
        margin: 0;
        padding-bottom: 25px;
        border-bottom: 1px solid #ccc;
    }

}

.keytagprod .owl-nav .owl-prev, .keytagprod .owl-nav .owl-prev:hover, .keytagprod .owl-nav .owl-next, .keytagprod .owl-nav .owl-next:hover {
     background: transparent !important;
     box-shadow: none !important; 
     border-radius:0 !important; 
}

.keytagprod .owl-nav .owl-next, .keytagprod .owl-nav .owl-next:hover {
    right: -31px;
}

.keytagprod .owl-nav .owl-prev, .keytagprod .owl-nav .owl-prev:hover {
    left: -31px;
}

.prod-view-container {
    float: left;
    width: 100%;
    height: 100%;
    padding: 10px 0 0 0;
    border: #F2F2F2 solid 1px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background-color:#eaebed;
}

.view-all-link{
    float:left;
    padding-top: 125px;
    width:100%;
    font-size:14px;
    font-weight: bold;
    color: #529c08;
    text-decoration: none;
}

.view-all-link:hover{
    color: #529c08;
    text-decoration: none;
} 

.prod-keytag{
    float:right;
    margin-top:-1px;
    color: #333;
    margin-right: 8px;
}

.prod-view-keytag{
    padding-left: 20px; 
    float:right;
    color: #333;
    text-decoration: underline;
}

.prod-view-keytag:hover , .prod-view-keytag:active, .prod-view-keytag:focus{
    color: #333;
}

.scale-container{
    width:100%;
}

input.scale-holder, input.scale-holder:focus, input.scale-holder:hover {
    float:left;
    display: block;
    width: 55%;
    padding: 0px 5px 0 10px;
    line-height: 30px;
    margin: 0;
    height: 30px;
    font-size: 12px;
    border: #EFEFEF solid 1px;
    box-shadow: none;
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input[type="text"].scale-holder::-webkit-input-placeholder {
  font-size: 8px;
}
input[type="text"].scale-holder::-moz-placeholder { 
  font-size: 8px;
}
input[type="text"].scale-holder:-ms-input-placeholder { 
  font-size: 8px;
}
input[type="text"].scale-holder:::-moz-placeholder { 
  font-size: 8px;
}

.scale-data {
    color: #f57c18;
    margin-left: 5px;
    width:40%;
    align-content: center;
    height: 30px;
    font-size: 9px;
}
.scale-alt-container{
    width:100%;
}
.scale-or-line{
    float: left;
    margin:5px;
}
#scale_quantity-err{
    display: none;
    font-size: 10px;
    float:left;
    color:#ff4949;
}
.scale-other-alt{
    font-size: 10px;
    float:right;
    cursor:pointer;
    padding-top: 5px;
}
.prod-item-alt{
    float:left;
    font-size:11px;
}
.alt-prod-unit{
	float:left;
    font-size: 12px;
    padding: 5px 0px 3px 2px;
	margin-left:3px;
}


.btn-group.sort > .btn:first-child {
    margin-bottom: 10px;
}

