.add-to-cart-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.product-cart-button {
    height: 55px;
}
.product-cart-button.cart-page {
    height: 40px;
    width: 40px;
    padding: 0;
}
.go-to-the-cart-btn {
    margin: 5px 10px 0 0;
}
.item-counter {
    margin: 20px 3px 0 3px;
    display: inline-block;
    color: #6e0085;
    font-size: 30px;
    vertical-align: center;
}
.item-counter.hidden,
.add-to-cart-1.hidden,
.go-to-the-cart-btn.hidden,
.remove-from-cart.hidden {
    display: none;
}
.add-to-cart-1,
.add-to-cart-2,
.go-to-the-cart-btn,
.remove-from-cart {
    display: inline-block;
}
button b {
    font-size: 20px;
}
.go-to-the-cart-btn b {
    font-size: 18px;
}
.go-to-the-cart-btn p {
    font-size: 15px;
}
