﻿.cart_img {
    width: unset !important;
    margin-right: 0 !important;
    margin-left: 10px !important;
}
.notif_Message {
    text-align: center;
    color: #c59267;
    font-weight: 600;
}

.cart_info {
    text-align: left;
    width: 100% !important;
    margin-left:12px;
}

    .cart_info a {
        font-size: 13px;
        font-weight: 700;
        text-decoration: underline;
        color: #000 !important;
    }

        .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;
    direction:ltr;
}


@media only screen and (max-width: 768px) {
    .breadcrumb_content_cart {
        padding: 20px 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;
    }
}
