#recommended_block_cart{
    width: 100%;
}
.checkout-cart-index #recommended_block_cart{
    float: left;
}
.catalog-category-view #recommended_block_cart{
    margin-bottom: 30px;
}
.scarab-itemlist {
    position:relative;
}
.scarab-item {
    display: inline-block;
    width: 24.7%;
    margin: 0;
    padding: 3px;
    vertical-align: top;
    font-size: 12px;
    text-align: center;
}
.catalog-category-view .scarab-item {
    width: 19.7%;
}
.scarab-item img {
    display: block;
    margin: 0px auto;
    border: 0px;
}
.scarab-title{
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    font-size: 18px;
    color: #000000;
    text-transform: none;
    margin: 14px 0;
}
.scarab-price{
    font-size: 18px;
    color: #000000;
    letter-spacing: .56px;
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
}
.scarab-prev,.scarab-next {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 42%;
    background: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}
.scarab-prev:after,.scarab-next:after {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    border: 2px solid #000 !important;
    border-bottom: none !important;
    border-left: none !important;
    transform: rotate(-135deg);
    margin-left: -7px;
    background: transparent !important;
}
.scarab-prev {
    left: -16px;
    content: "";
    color: #fff;
    width: 40px;
    height: 40px;
}
.scarab-next {
    right: 1px;
    color: #fff;
    width: 40px;
    height: 40px;
}
.scarab-next:after {
    transform: rotate(45deg);
    margin-left: -20px;
}
.scarab-disabled-button {
    cursor: default;
    opacity: 0.4;
}

@media (max-width: 1320px) {
    .checkout-cart-index .scarab-item {
        width: 24.6%;
    }
}
@media (max-width: 1240px) {
    .catalog-category-view .scarab-item {
        width: 19.5%;
    }
}
@media (max-width: 1199px) {
    .catalog-category-view .scarab-item {
        width: 24%;
    }
}
@media (max-width: 767px) {
    .catalog-category-view .scarab-item {
        width: 32.8%;
    }
    .checkout-cart-index .scarab-item {
        width: 32.8%;
    }
}
@media (max-width: 466px) {
    .catalog-category-view .scarab-item {
        width: 32.6%;
    }
    .checkout-cart-index .scarab-item {
        width: 32.8%;
    }
}
