﻿@media only screen and (max-width: 414px) {
    .modal-before-addItem {
        width: 95% !important;
        height: 100vh !important;
    }

    .modal-footer-deal {
        position: absolute !important;
        bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .btn-confirm-deal {
        width: 100% !important;
        margin-right: 0px !important;
    }

    .modal-before-addItem .modal-content {
        padding-bottom: 5% !important;
        height: 70vh !important;
        overflow-y: scroll !important;
    }

    .price-area > .privateprice {
        font-size: 2rem !important;
        margin-top: 15px !important;
    }

    .privateprice-dealed {
        font-size: 2rem !important;
    }
    .save-area{
        left:0px !important;
    }
    .save-text2{
        font-size:0.8rem !important;
    }
    .minimumOrderText{
        width:80% !important;
    }
    .modal-content {
        padding: 15px !important;
    }
    .modal-content-top {
        justify-content: unset !important;
    }
    .image-modal-area {
        width: 50% !important;
    }
    .middle .box {
      /*  width: calc(200px - 3em) !important; */
    }
    .item-image {
        width: 120px !important;
        height: 120px !important;
        float:left !important;
    }
    .card-market-slide {
        height: 430px !important;
    }
    .card-market {
        height: unset !important;
    }
    .card-market-slide > .save-area {
        padding-left: unset !important;
    }
    .card-market-slide > .card-content > .mp-product-name {
        height: 80px !important;
    }
    .card-market-slide > .save-area > .save-area-right {
        padding-left: unset!important
    }
   
}
