.return-to-products {
    padding-top: 10px;
    text-align: left;
    font-size: 13px;
}

.cart-item {
    margin: 15px 30px;
    background-color: #FCFCFC;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 11px;
    text-align: right;
}

.cart-item {
    margin: 15px 30px;
    background-color: #FCFCFC;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 11px;
    text-align: right;
}

.cart-item .text-muted {
    color: #CCCCCC!important;
}

.cart-item-content {
    margin-top: 20px;
}

.cart-item img {
    height: 120px;
    width: auto;

}

.cart-item h1 {
    font-size: 20px;
}

.total-price-all-title {
    margin-top: 15px;
}

.remove-button:not(.short) {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.remove-button {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;

}

.remove-button i:hover {
    color: #C11924;
}


a {
    color: #494949;
}

header a {
    color: #fff;
}

.footer a {
    color: #fff;
}

a:hover {
    color: #494949;
}

header a:hover {
    color: #fff;
}

.alert-message {
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #C11924;
    background-color: rgba(193, 25, 36, 0.15);
    color: #C11924;
    padding: 3px 10px;
}

.total-price {
    font-size: 22px;
    font-weight: 300;
    color: #19BEC1;
    text-align: center;
}


.empty-cart svg {
    width: 150px;
    height: auto;
    color: #CDCDCD;
    position: absolute;
    left: 48%;
    top: 53%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.empty-cart_ {
    background: #FCFCFC;
    border-radius: 50%;
    width: 250px;
    height: 250px;
}

.gray {
    color: #CDCDCD;
    font-size: 25px;
}

.small-button {
    margin-top: .375rem;
    padding: 2px 15px;
    font-size: 15px;
}

.margin-top-15px {
    margin-top: 15px;
}

@media only screen and (max-width: 600px) {


    .cart-item img {
        width: 70px;
        height: auto;
    }
}
