



/*********************************************************
    PRODUCT DETAIL
**********************************************************/
.product.media{
    zoom:100%;
}


/*********************************************************
    PRODUCT LISTING
**********************************************************/


.manuf-wrapper{
    display: block;
    height:420px;
    margin:0;
    margin-bottom:20px !important;    
    border:solid 1px #ccc; 
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    
  
    position:relative;
    
}


div.manuf-info{
    display:inline-block;
    height:100%;
    width: 16% ;
    position: absolute;
    top: 0;
    left:0;
    text-align:center;
    
}




div.manuf-info img{
    margin:20px 10% 0 10% !important;;
    max-width:80% !important;;
    height:auto !important;
}


div.manuf-info a{
    display: block;
    margin: 20px 10% 0 10%;
    
    width: 80%;
    text-decoration: none;
    cursor: pointer;
    color: #555;
}

/********************************************************************************
    HOME PAGE BRANDS
********************************************************************************/
.pl-brands-list{
    position:relative;
    display: block;
    height:280px;
    width: 100%;
    border:solid 1px #ccc; 
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    
    
}

/*
.pl-brands-list:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(to right, red , blue 20% , blue 80%, red);
    background: linear-gradient(to right, rgba(255,255,255,1) , rgba(255,255,255,0) 20% , rgba(255,255,255,0) 80%, rgba(255,255,255,1)); 

}*/

.brand-margin{
    position: absolute;
    top:0;
    width:5%;
    height: 100%;
    z-index:10000;
}
.brand-margin.left{
    
    left:0;
    height: 100%;
    background: -webkit-linear-gradient(to right, rgba(255,255,255,1) 5% , rgba(255,255,255,0) 60%);
    background: linear-gradient(to right, rgba(255,255,255,1) 5% , rgba(255,255,255,0) 60%);
}
.brand-margin.right{
    right:0;
    background: -webkit-linear-gradient(to left, rgba(255,255,255,1) 45% , rgba(255,255,255,0));
    background: linear-gradient(to left, rgba(255,255,255,1) 5% , rgba(255,255,255,0) 60%);

}


.brand-wrapper{
    display: block;
    position:absolute;
    height:100%;
    left: 0;
    width:100%;
    
    overflow-y: hidden;
    overflow-x: scroll;
    /*border:solid 1px red;*/
    
}

.brand-inner{
    position: relative;
    display: inline-block;
    margin: 0;
    width: 10000px;
    text-align: center;
    height: 100%;
}








div.brand-item{
    display:inline-block;
    vertical-align: top;
    height:90%;
    width: 10% ;
    min-width: 180px;
    max-width: 220px;
    margin:10px 10px 0 10px;
    position: relative;
    float:left;
    text-align:center;
    border:solid 1px #ddd;
    
}
div.brand-item img{
    height: 80%;
    max-height: 180px;
    width:auto;
    margin: auto;
    display: block;
}
div.brand-item a{
    line-height:300%;
}





div.arrow-scroll{
    display:none;
    width:10%;
    height:10%;
    max-width:40px;
    max-height:40; 
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    position: absolute;
    
}
div.arrow-scroll.visible{
    display:block;

    
}
div.arrow-scroll.left-arrow{
    left:16%;
    top:40%;
    background-image: url(../images/left-arrow.png);
}
div.arrow-scroll.right-arrow{
    right:0 !important;
    top:40% !important;
    background-image: url(../images/right-arrow.png);    
}




ol.products{ 
    
    /*border:solid cyan 1px !important;*/
        
    /*
    position:relative;
    margin-top: 10px !important;
    margin-left: 20% !important;
    margin-right: 6% !important;
    */
    
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    
    
    position: absolute;
    top:0 !important;
    height: 90% !important;
    margin:0 !important;
    
}


ol.products>li.product-item{
    display:inline-block;
    min-width: 240px !important;
    height:100%;
    /*border:solid 4px red !important;*/
}
ol.products>li.product-item button.pl-addtocart{
    display: none;
}


ol.products>li.product-item:hover{
    border:solid 3px #D53239 !important;
}
ol.products>li.product-item:hover button.pl-addtocart{
    display: inline-block;
    text-align: center;
}




ol.products>li.product-item > .product-item-info{
    position: relative;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;    
}

ol.products>li.product-item > .product-item-info > a{
    display: block;
    width:100%;
    height:80%;
    margin:0;
    
}


ol.products>li.product-item > .product-item-info > a > span.product-image-container{
    display: block;
    width:100%;
    height:100%;
    margin:0;
}


ol.products>li.product-item > .product-item-info > a > span.product-image-container > span.product-image-wrapper{
    display: block;
    width:100%;
    /**height:100%;**/
    height:90%;
    margin:0;
    padding: 0 !important;
}


ol.products>li.product-item > .product-item-info > a > span.product-image-container > span.product-image-wrapper > img{
    
    display:block;
    height: 100%;
    width: auto;
}


ol.products>li.product-item > .product-item-info > .product-item-name{
    display: block;
    /*border:solid 2px green !important;*/
    margin:-20px 0% 0 5% !important;
    width: 90% !important;
    height: 28px;
    z-index:2000;
    overflow: hidden;
}
ol.products>li.product-item > .product-item-info > .product-item-name > a.product-item-link{
    text-decoration: none !important;
    text-align: center !important;
}
ol.products>li.product-item > .product-item-info > .product-item-name > a.product-item-link>span{
    /*border:solid 1px cyan;*/
    display:block;
    width: 100%;
    font-size:80%;
    /*word-wrap: break-word !important;*/
    text-align: center !important;
}


ol.products>li.product-item > .product-item-info > .price-box{
    /*border:solid 2px blue !important;*/
    display:block;
    width:40%;
    float:left;
    margin:0 0 0 10% !important;
}


div.pl-add-to-links{
    /*border:solid 1px blue;*/
    float:left;
    display: block;
    width: 30%;
    text-align: right;
    margin:0 !important;
}

button.pl-addtocart{
    
    
}




/*********************************************************
    CATEGORY VIEW
**********************************************************/
.category-view{
    
}


.category-view .category-image{
    margin-left:30%;
    width: 40%;
    
}

.category-view .category-image img{
    max-width: 60%;
}



.category-view .category-description img{
    max-width: 800px !important;
}



.category-attrib{
    
}
.category-attrib>ul>li>img{
    display:block;
    max-width: 400px;
    margin:20px;
}



/**********************************************************
***********************************************************
***********************************************************
MOBILE  (less than 768px)
***********************************************************
***********************************************************
***********************************************************/
@media only screen and (min-width : 300px) {
  

    .manuf-wrapper{
        height:300px;
    }

    div.manuf-info{
        height:100%;
        width: 30% ;
    }
    ol.products{
        left:38%;
        width:52%;
    }
    div.arrow-scroll.left-arrow{
        left:30%;
    }
}




/**********************************************************
***********************************************************
***********************************************************
 SMALL DESKTOP ( 768 - 1024 )
***********************************************************
***********************************************************
***********************************************************/
@media only screen and (min-width : 768px) {
  

    .manuf-wrapper{
        height:260px;
    }

    div.manuf-info{
        height:100%;
        width: 20% ;
    }
    ol.products{
        left:25%;
        width:70%;        
    }
    div.arrow-scroll.left-arrow{
        left:20%;
    }


    
}





/**********************************************************
***********************************************************
***********************************************************
 LARGE DESKTOP ( 1024 - 1280 )
***********************************************************
***********************************************************
***********************************************************/
@media only screen and (min-width : 1024px) {
  

    .manuf-wrapper{
        height:300px;
    }

    div.manuf-info{
        height:100%;
        width: 16% ;
    }
    ol.products{
        left:20%;
        width:75%;        
    }
    
    div.arrow-scroll.left-arrow{
        left:16%;
    }
    
}








/**********************************************************
***********************************************************
***********************************************************
LARGE DESKTOP ( 1280 - 1440)
***********************************************************
***********************************************************
***********************************************************/
@media only screen and (min-width : 1280px) {
  

    .manuf-wrapper{
        height:380px;
    }
    div.manuf-info{
        height:100%;
        width: 16% ;
    }
    ol.products{
        left:20%;
        width:76%;        
    }
    div.arrow-scroll.left-arrow{
        left:16%;
    }
    
}




/**********************************************************
***********************************************************
***********************************************************
EXTRA LARGE DESKTOP ( >1440 )
***********************************************************
***********************************************************
***********************************************************/
@media only screen and (min-width : 1440px) {
  

    .manuf-wrapper{
        height:420px;
    }
 
    div.manuf-info{
        height:100%;
        width: 16% ;
    }
    ol.products{
        left:20%;
        width:76%;
    }

    div.arrow-scroll.left-arrow{
        left:16%;
    }
    
}
