.store-content #store-column2{
    position:relative;
    margin-top: 10px;
}
#view-category .view-category-product-list { /*max-height: 930px;*/ overflow: auto; }
#view-category .view-category-product {
    margin:10px 0; 
    border-bottom: 1px solid #cdcdcd; 
    clear: both; 
    overflow: auto;
    padding: 10px 0;
}
#view-category .view-category-product:last-child { border-bottom: none; }
#view-category .view-category-product a {text-decoration: none; color:#000;}
#view-category .view-category-product-name { color:#656565; margin-bottom: 10px; font-size: 1.2em;}
#view-category .view-category-product-desc { color:#808080; }
#view-category .view-category-product .view-category-product-img { 
    width:100px; 
    margin: 3px 30px 10px 5px;
    float: left; 
    border: 5px solid #fff;
    box-shadow: 0px 0px 6px 1px #bbb;
}
#view-category .view-category-product .view-category-product-controls .button {padding: 0 2%; width: 105%;}
#view-category .view-category-product .view-category-product-img img {width:100px;}
#view-category .view-category-product .view-category-product-info {width:270px; float: left;}
#view-category .view-category-product .view-category-product-price-container {float: left; width:80px; }
#view-category .view-category-product .view-category-product-price { color:#000; text-align: center; font-size: 1.6em; font-weight: normal; }
#view-category .view-category-product .view-category-product-controls { float:right; margin-right:15px; }


@media screen and (max-width: 960px) {
    #view-category .view-category-product .view-category-product-img {
        margin-right: 10px;
    }
    #view-category .view-category-product .view-category-product-info {
        width: 175px;
    }
}
@media screen and (max-width: 750px) {
    #view-category .view-category-product .view-category-product-info {
      width: 240px;
    }
    #view-category .view-category-product .view-category-product-controls {
      clear: both;
      float: none;
      margin: 0 auto;
    }
    #view-category .view-category-product .view-category-product-controls a {
        float: left;
        width: 30%;
    }
    #view-category .view-category-product .view-category-product-controls .button {
        float: left;
        margin-left: 5px;
        width: 90%;
    }
    #view-category .view-category-product .view-category-product-controls a.view-product-btn .button {
        width: 90% !important;
    }
    .store-content .store-column1-wrapper {
        min-height: 0;
        border: none;
    }
    .detail-hereToHelp {
	
    }
    
}
@media screen and (max-width: 479px) {
    #view-category .view-category-product .view-category-product-img {
      margin: 10px auto;
      float: none;
    }
    #view-category .view-category-product .view-category-product-controls a, .store-container-outer .view-category-product .button {
      float: none !important;
      margin: 8px auto !important;
      width: 70%;
    }
    #view-category .view-category-product .view-category-product-info {
      width: auto;
      padding: 5px;
    }
}