.price-label {
    font-size: 0.7rem;
}

.price {
    font-size: 1.4rem;
}

.old-price {
    text-decoration: line-through;
}

.quantity-container {
    display: inline;
    background: #ececec;
    padding: 0.7rem;
    border-radius: 0.25rem;
    font-size: 0.8rem;
}

.quantity-container .quantity {
    width: 4rem;
    display: inline;
    padding: 0.6rem;
    margin-top: 0;
    background: none;
    border: none;
    position: relative;
    right: -22px;
    margin-left: -22px;
}



 .quantity-container .quantity {
    -moz-appearance: window;
    -webkit-appearance: none;
    padding-right: 20px;
}
@-moz-document url-prefix() {
    .wrapper {
        padding-right: 20px;
    }
}

.btn-add-to-cart {
    transition: width 1s;
}


@media only screen and (max-width: 1053px) {
    .btn-add-to-cart {
        padding: 12px 12px
    }

}


.checkout-link {
    margin-top: 1rem;
}

.checkout-link a {
    display: inline-block;
}

.shop-items .btn-add-to-cart {
    font-size: 0.6rem;
    padding: 0.4rem;
}
.shop-items .spinner-border-sm {
    width: 0.6rem;
    height: 0.6rem;
}



.shop-items .quantity-container {
    padding: 0.4rem;
    font-size: 0.6rem;
}
.shop-items .quantity-container .quantity {
    width: 3.5rem;
}

.shop-items .ticon{
    width: 0.6rem;
    height: 0.6rem;
}

.shop-items .price {
    font-size: 1rem
}

.shop-items .price-label {
    font-size: 0.5rem
}

.shop-items a {
    color: inherit !important;
}

.shop-items .shop-item {
    margin: 1rem 0;
    text-align: left;
}

.cart-select {
    width: 5rem;
    display: inline-block;
}

.shipping-methods {

}

.label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.label-warning {
    color: #212529;
    background-color: #ffc107;
}