.sprocket-strips-c-content {
    padding: 10px;
}

.sprocket-strips-c-item:hover {
    margin-top: 0px;
    padding-bottom: 0px;
}

.sprocket-strips-c-title h4 {
    padding-bottom: 0px !important;
}

.category-view .browse-view h1 {
    margin-bottom: 20px;
    margin-top: 0;
}

.category-view .browse-view .orderby-displaynumber {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-view .browse-view .orderby-displaynumber .floatright.display-number {
    margin-left: auto;
    font-size: 18px;
}

.category-view .browse-view .orderby-displaynumber .floatright.display-number .inputbox {
    margin-top: 15px;
}

.category-view .browse-view .product {
    margin: 0 0 0 0px;
    padding: 0 0 0 10px;
    width: 25%;
}

.category-view .browse-view .product .product-container .width30 {
    max-width: 100%;
    border: 1px solid #ddd;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.category-view .browse-view .product .product-container .width30 a {
    display: block;
}

.category-view .browse-view .product .product-container .width30 a img {
    display: block;
    max-width: 100%;
    height: auto;
}

.category-view .browse-view .product .product-container .width70 {
    display: inline-block;
    float: left;
}

.category-view .browse-view .product .product-container .width70 h2 {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
    margin-bottom: 10px;
}

.category-view .browse-view .product .product-container .width70 h2 a {
    color: #444;
}
.category-view .browse-view .product .product-container .width70{
    position: relative;
}