﻿
.modal-content-top {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.item-image {
    height: 150px;
}
.pack-size{
    margin-top:5px;
}
.mp-product-name {
    height: 65px;
}
    .mp-product-name > #imageDescription {
        height: 30px;
        color: #000000;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 2%;
    }
.item-name-modal {
    font-size: 16px;
   
    height: 60px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.modal-content-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.packsize-modal {
    color: #A4AAB9;
    font-size: 14px;
   
}
.image-modal-area {
    width: 45%;
}
.info-modal-area {
    width: 40%;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
}
.price-area-modal {
    height: 42px;
}

.fkprice-text-modal {
    font-size: 2.5rem;
   
    font-weight: bold;
    margin-right: 10px;
}

.currentcy-text-modal {
    font-size: 1.5rem;
  
    font-weight: bold;
}

.price-desc-modal {
    font-size: 12px;
  
    color: #A4AAB9;
    line-height: 50px;
    height: 50px;
    font-weight: normal;
    border-bottom: 2px dashed #EAEDF4;
}

.modal-content-bottom {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.header-bottom-modal {
    font-size: 1.3rem;
   
    height: 50px;
    font-weight: bold;
}

.inner-radio-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner-radio-top-area {
    height: 20px;
}

.inner-radio-left {
    font-size: 16px;
 
    margin-right: 10%;
}

.inner-radio-right {
    font-weight:normal;
    font-size: 1rem;
   
    text-decoration-line: line-through;
    color: #A4AAB9;
}

.inner-radio-fkprice {
    font-size: 30px;
 
    line-height: 50px;
    color: #E62011;
}

.inner-radio-normalprice {
    font-size: 2.5rem;
   
    line-height: 50px;
    color: #191E28;
}

.inner-radio-unit {
    font-size: 16px;
   
    line-height: 5px;
}

.inner-radio-bottom {
    line-height: 30px;
    min-height: 20px;
}

.inner-radio-bottom1 {
    color: #191E28;
    font-size: 14px;
   
}

.inner-radio-bottom2 {
    color: #008065;
    font-size: 14px;
}

.inner-radio-bottom3 {
    color: #008065;
    font-size: 14px;
    line-height: 15px;
}

.inner-radio-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.circle {
    border: 1px solid #D2D8E5;
    box-sizing: border-box;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}

    .circle > img {
        display: none;
        width: 15px;
        height: 15px;
    }

    .circle.selected {
        border: 1px solid #D2D8E5;
        box-sizing: border-box;
        border-radius: 100%;
        background-color: #008065;
        width: 18px;
        height: 18px;
    }

        .circle.selected > img {
            display: block;
        }

.btn-confirm-deal {
    background: #008065;
    font-size: 1.5rem;
    width: 60%;
    text-align: center;
}

.modal-footer-deal {
    margin-top: 5%;
    margin-bottom: 5%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn-confirm-deal:hover {
    background: #008065;
    font-size: 1.5rem;
}

.inner-radio-bottom3-right {
    color: #191E28;
    font-size: 14px;
   
    line-height: 15px;
}

.progress-desc-area {
    display: flex;
    align-content: space-between;
    flex-direction: row;
}

.progress-area {
    margin-top: 3%;
}

.minimumOrderText {
    text-align: left;
    font-size: 0.8rem;
    width: 70%;
    color: #008065;
    font-weight: bold;
}
.ZeroOrderText {
    text-align: left;
    font-size: 0.8rem;
    width: 70%;
    color: #008065;
    font-weight: bold;
    height: 45.5px;
}
.CommitValue {
    text-align: right;
    font-size: 0.8rem;
    width: 30%;
    color: #008065;
    font-weight: bold;
}
.save-area {
    text-align: left;
    /*  margin-top: 15px;
    margin-bottom: 15px;*/
    position: absolute;
    left: 0px;
    top:5px;
    z-index:1;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 10px;
    height:40px;
}
.save-area-right {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-top:2%;
}
.save-text2 {
    width: auto;
    color: #008065;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 3px;
    line-height: 10px;
}
.progress-desc-area {
    display: flex;
    align-content: space-between;
    flex-direction: row;
}
.progress-area {
    margin-top: 3%;
  
}
.universal-unit-area{
    text-align:center;
}
.progress {
    background-color: #F4F4F4;
    height: 8px;
}
.progress-bar {
    height: 8px;
    background-color: #008065;
    border-radius: 5px;
}
.card-market {
    height: 480px;
}
.card-market-slide {
    height: 510px;
}
.modal-header-text{
    font-weight:bold;
}
.fsb2 {
    font-size: 1.5rem;
}
.special-area-tag{
     display:flex;
    flex-direction:row;
    height:30px;
}
.weight-area {
    background: #c1eaef;
    padding: 10px;
    width: auto;
    height: 30px;
    display: flex;
    margin-right: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius:7px;
}
    .weight-area > img {
        height: 16px;
        width: 16px;
    }
.weight-text {
    display: none;
    color: #108B9B;
    font-size: 0.9rem;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 2px;
}
.weight-detail-area {
    background: #c1eaef;
    padding: 10px;
    width: auto;
    height: 30px;
    display: flex;
    margin-right: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
    .weight-detail-area > img {
        height: 16px;
        width: 16px;
    }
.weight-detail-text {
    color: #108B9B;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top:2px;
}

.delivery-area {
    background: #f7ebdf;
    padding: 10px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 7px;
}
    .delivery-area > img {
        height: 16px;
        width: 16px;
        margin-right: 5px;
    }
.delievery_text {
    font-size: 0.89rem;
    font-weight: bold;
    margin-top: 2px;
    color: #F27970;
}
