/* @import url(general.css);
.fo-main{
    margin-top: 12vh;
    display: flex;

}
.fo-main .fo-rightside{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.fo-main .fo-rightside>div{
    width: 95%;
    display: block;
}
.fo-main .fo-rightside hr{
    width: 100%;
    margin: 8px;
}
.fo-row{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.fo-row p{
    margin-left: 10px;
}
.fo-row input{
    border: solid 1px #e6e6e6;
    flex-grow: 1;
    padding: 2px 5px;
}
.fo-row select{
    border: solid 1px #e6e6e6;
    flex-grow: 1;
    margin-left: 10px;
}
.fo-textarea p{
    margin-bottom: 5px;
}
.fo-textarea textarea{
    width: 100%;
    border: solid 1px #e6e6e6;
}
.fo-sendticket {
    padding: 16px;
}
.fo-sendticket button{
    background-color: var(--blue);
    color: #fff;
    margin-top: 10px;
}
.fo-rightside .fo-address{
    padding: 20px;
}
.fo-rightside .fo-address div{
    margin-bottom: 20px;
}
.fo-rightside .fo-address div{
    font-weight: bold;
    font-size: 16px;
}
.fo-rightside .info-section{
    padding: 20px;
}
.fo-rightside .info-section div{
    word-spacing: 5px;
    font-weight: bold;
    margin-top: 10px;
}
.fo-main .fo-leftside{
    width: 67%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 0 30px;
}
.fo-main .fo-leftside article{
    line-height: 30px;
}
.block{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 30px;
}
input[type="file"]{
    outline: none;
    border: none;
}
img[alt="upload image!"]{
    width: 15%;
}
img[alt="uploading-image-2!"]{
    width: 50px;
    margin-left: 20px;
}
.fo-leftside .liveprice{
    color: #fff;
}
.fo-leftside .box__chair{
    width: 100%;
    padding: 10px;
    display: block;
     display: flex;
    align-items: center;
}
.box__chair__right{
    width: 70%;
    display: inline-block;
}
.box__chair__right div:nth-child(1){
    font-size: 18px;
}
.box__chair__right div:nth-child(2){
    font-size: 14px;
    width: auto;
    margin-top: 20px;
}
.box__chair__left{
    display: flex;
    width: 160px;
    height: 60px;
}
.box__chair__left a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}
.box__chair__left a i{
    font-size: 40px;
}
.box__info{
    display: flex;
    align-items: center;
    width: 100%;
 
}
.box__info__right{
    width: 40%;
}
.box__info__right div:nth-child(2){
    margin-right: 20px;
    margin-top: 10px;
    font-size: 12px;
}
.box__info__right div:nth-child(3),
 .box__info__right div:nth-child(4),
 .box__info__right div:nth-child(5){
    color: var(--blue);
    margin-right: 20px;
    font-size: 12px;
}
.box__info__left{
    width: 60%;
    display: flex;
    justify-content: space-around;
}

#fast_order_upload{
    width: 200px;
}

@media screen and (max-width: 992px){
    :root{
        --blue:#1C7CD5;
        --blue-hover:#1C7CD5;
        --gray:#7e7e7e;
        --light-blue:#1c7bd535;
    }
    
    .fo-main{
        margin-top: 130px;
        display: flex;
        flex-direction: column;
    }
    .fo-main .fo-rightside{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
    }
    
    .fo-main .fo-rightside>div{
        width: 95%;
        display: block;
        margin-bottom: 0rem;
    }
    .fo-main .fo-rightside hr{
        width: 100%;
        margin: 8px;
    }
    .fo-row{
        display: flex;
        margin-bottom: 10px;
        align-items: center;
    }
    .fo-row p{
        margin-left: 10px;
    }
    .fo-row input{
        border: solid 1px #e6e6e6;
        flex-grow: 1;
        padding: 2px 5px;
    }
    .fo-row select{
        border: solid 1px #e6e6e6;
        flex-grow: 1;
        margin-left: 10px;
    }
    .fo-textarea p{
        margin-bottom: 5px;
    }
    .fo-textarea textarea{
        width: 100%;
        border: solid 1px #e6e6e6;
    }
    .fo-sendticket {
        box-shadow: 0 0 5px #00000030;
        padding: 16px;
    }
    .fo-sendticket button{
        background-color: var(--blue);
        color: #fff;
        margin-top: 10px;
    }
    .fo-rightside .fo-address{
        box-shadow: 0 0 5px rgb(0 0 0 / 16%);
        border-radius: 10px;
        padding: 20px;
        margin-top: 1rem;
    }
    .fo-rightside .fo-address div{
        margin-bottom: 20px;
    }
    .fo-rightside .fo-address div{
        font-weight: bold;
        font-size: 16px;
    }
    .fo-rightside .info-section{
        padding: 20px;
    }
    .fo-rightside .info-section div{
        word-spacing: 5px;
        font-weight: bold;
        margin-top: 10px;
    }
    .fo-main .fo-leftside{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 0 30px;
        margin-top: 2rem;
    }
    .fo-main .fo-leftside article{
        line-height: 30px;
        text-align: justify;
    }
    .block{
        width: 100%;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        position: relative;
        min-height: 30px;
        flex-direction: column;
    }
    input[type="file"]{
        outline: none;
        border: none;
    }
    img[alt="upload image!"]{
        width: 150px;
    }
    img[alt="uploading-image-2!"]{
        width: 50px;
        margin-left: 0;
    }
    .fo-leftside .upload{
        margin-right: 0;
        width: 100%;
        text-align: center;
        padding: 8px;
    }
    .fo-leftside .liveprice{
        color: #fff;
        position: inherit;
    }
    .fo-leftside .box__chair{
        width: 100%;
        padding: 10px;
        display: block;
        margin-top: 30px;
        align-items: center;
        border-radius: 5px;
    }
    .box__chair__right{
        width: 100%;
        display: inline-block;
    }
    .box__chair__right div:nth-child(1){
        font-size: 18px;
    }
    .box__chair__right div:nth-child(2){
        font-size: 14px;
        width: auto;
        margin-top: 20px;
    }
    .box__chair__left{
        display: flex;
        width: 100%;
        height: 60px;
    }
    .box__chair__left a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        margin-left: 0;
    }
    .box__chair__left a i{
        font-size: 40px;
    }
    .box__info{
        display: block;
        align-items: center;
        width: 100%;
        margin-top: 30px;
    }
    .box__info__right{
        width: 100%;
    }
    .box__info__right div:nth-child(2){
        margin-right: 20px;
        margin-top: 10px;
        font-size: 12px;
    }
    .box__info__right div:nth-child(3),
     .box__info__right div:nth-child(4),
     .box__info__right div:nth-child(5){
        color: var(--blue);
        margin-right: 20px;
        font-size: 12px;
    }
    .box__info__left{
        width: 100%;
        display: block;
        justify-content: space-around;
        text-align: center;
    }
   
    
} */






.main{
    margin-top: 12vh;
}

.w-88{
    width: 88% !important;
}
.w-66{
    width: 66% !important;
}
.w-55{
    width: 55% !important;
}
.chose_file button{
    border: 1px solid gray;
}

.line{
    margin:0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 95%;
    height: 1px;
    background-color: gray;
}
.box_right_up{
    gap: 8px;
    padding: 2px;
   
}

.box_left_up{
    width: 48%;
    height: 30vh;
    padding: 10px;
 
}
::placeholder{
    font-weight: bold;
    font-size: 15px;
}
.fo-textarea textarea{
    border: 1px solid gray;
}

table tr td{
    padding: 10px;
}

table tr td input,table tr td select{
    padding: 3px;
}





/*                                                   fast_order_single            */
.sf_left img{
    max-width: 100%;
}


.container__livePriceProduct{
    margin: 0 !important;
}


.ironicons{
    width: 30px;
}