.cart-items .cart-item .js-cart-line-product-quantity {
    padding: .175rem .5rem;
    text-align: center;
}
.bootstrap-touchspin .input-group-btn-vertical>.btn {
    border-color: #E5E2DE;
}
.block-category .block-category-inner .category-cover img {
    width: 280px;
    height: 280px;
}
/* ADDED BY DG */
body.ce-kit-4 {
    color: #333;
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    background-color: #FFFFFF;
    --ce-widgets-space: 15px;
}
/* END BY DG */
@media screen and (max-width: 767px) {
    #js-product-list .text-xs-right.up {
        display: none !important;
    }
}
@media screen and (max-width: 459px) {
    #subcategories ul {
        padding: 0px 15px;
        justify-content: space-evenly;
    }
    #subcategories ul li:hover .subcategory-image a {
        border: 2px solid #24b9d7 !important;
    }
    #subcategories ul li {
        min-width: 180px;
        margin: 0px;
    }
    #subcategories ul li:nth-child(odd) {
            margin-right: 5px;
    }

    #subcategories ul li:nth-child(even) {
        margin-left: 5px;
    }
    #subcategories ul li a.subcategory-name {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 419px) {
    #subcategories ul li {
        min-width: 164px;
    }
}
@media screen and (max-width: 387px) {
    #subcategories ul li {
        min-width: 140px;
    }
}
@media screen and (max-width: 339px) {
    #subcategories ul li {
        min-width: 125px;
    }
}
