﻿.cart_img {
    width: unset !important;
    margin-left: 10px !important;
}
.cart_subtotal.ActiveCode {
    flex-direction: row-reverse !important;
}
.notif_Message {
    text-align: center;
    color: #c59267;
    font-weight: 600;
}

.cart_info {
    text-align: left;
    width: 100% !important;
}

    .cart_info a {
        font-size: 13px;
        font-weight: 700;
        text-decoration: underline;
    }

        .cart_info a:hover {
            color: #262626 !important;
        }

    .cart_info span.quantity {
        margin-bottom: 0px !important;
    }

.cart_remove {
    width: 8% !important;
    text-align: right !important;
}

.cart_photo {
    width: 98px;
    height: 80px;
    border: 1px solid #ccc5c5;
}

.cart_item {
    border-bottom: 1px solid #b5aaaa !important;
}

.plus, .minus {
    padding: 5px 14px;
    color: #000;
    font-weight: 100 !important;
    display:inline-block !important;
    margin-bottom:0!important;
}
.plus {
    border-right: none !important;
    border-left: 1px solid #b5b5b5 !important;
}
.minus {
    border-right: 1px solid #b5b5b5 !important;
    border-left: none !important;
}
.chane_quantity {
    border: 1px solid #b5b5b5;
    width: 130px !important;
    text-align: center;
    margin-bottom: 10px;
    padding: 4px 0px !important;
}

.update_quantity {
    background-color: #ffffff;
    text-align: center;
    border: none;
    width: 39px;
}


@media only screen and (max-width: 768px) {
    .breadcrumb_content_cart {
        padding: 110px 0 0 !important;
    }

    .plus, .minus {
        font-size: 11px !important;
    }

    .cart_photo {
        width: 98px;
        height: 81px;
    }

    .cart_info a {
        font-size: 11px;
        font-weight: 700;
        line-height: 20px !important;
    }
}
