.conection .container {
    z-index: 2;
}
.cat_item_img img{
    max-width: 165px;
}
.error-input{
    /* color: #c10909!important; */
    border-bottom: 1px solid #ff1b1b!important;
}
.alert-modal {
    background: #fff;
    padding: 30px;
    width: 100%;
    min-width: 300px;
    max-width: 375px;
    min-height: 128px;
    border-radius: 5px;
    box-shadow: 4px 6.9px 48px rgba(155, 181, 191, 0.37);
}
.alert-modal .alert-close {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    font-size: 24px;
}

.alert-modal .alert-title {
    text-align: center;
    font-weight: 500;
}

.alert-modal .alert-body {
    margin-top: 10px;
    color: #282828;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.recall-modal {
    width: 100%;
    max-width: 420px;
    min-width: 320px;
    padding: 25px 30px 30px 30px;
}
.recall-modal h4 {
    text-align: center;
}
.recall-close{
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 24px;
    cursor: pointer;
}
.order-product-info{
    width: 100%;
    float: left;
    margin-top: 10px;
}

.info-img{
    width: 90px;
    float: left;
}
.info-img img{
    width: 100%;
}
.info-title{
    float: left;
}
.input_cont{
    float: left;
    width: 100%;
}