/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.product-quantity .cart-plus-minus {
    cursor: pointer;
}

    .product-quantity .cart-plus-minus .cart-plus-minus-box {
        text-align: center;
        border: 1px solid transparent;
    }

        .product-quantity .cart-plus-minus .cart-plus-minus-box:focus {
            border: 1px solid #ff4136;
        }

    .product-quantity .cart-plus-minus .dec.qtybutton {
        left: 10px;
    }

    .product-quantity .cart-plus-minus .inc.qtybutton {
        right: 10px;
    }


.table.cart-list td:before {
    width:auto;
}

.fix-30 {
    clear: both;
    height: 30px;
    width: 100%;
}

.fix-20 {
    clear: both;
    height: 20px;
    width: 100%;
}

.fix-10 {
    clear: both;
    height: 10px;
    width: 100%;
}
.countdown.locatie {
    height: auto;
}

.countdown.locatie:before {
    display: none;
}

#brands .owl-stage .owl-item .item h2 {
    font-size: 1rem;
}

@media (max-width: 767px) {
    .btn_add_to_cart.indisponibil {
        display: inline-block;
        margin-top: 40px;
    }
}


