.mt10{
    margin-top: 10px;
}

.mt20{
    margin-top: 20px;
}

.mt50{
    margin-top: 50px;
}

.none{
    display: none;
}

.pointer{
    cursor: pointer;
}

.pointer:hover{
    opacity: 0.6;
}

.opacity-status{
    opacity: 0.3;
}

.opacity-status:hover{
    opacity: 1;
}

.form-group .label{
    font-weight: bold;
    text-align: right;
}

.select2-container .select2-selection--single{
    height: calc(1.5em + 0.75rem + 2px);
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px;
}

.form-size{
    width: 100%;
    margin-bottom: 10px;
}

.input-size{
    width: 40%;
    border: 1px solid #ced4da;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}

.alert-xs-info{
    font-size: 11px;
}

.error-container{
    display: flex;
    justify-content: center;
    color: #ff1c23;
}

.size-font{
    display: flex;
    align-items: center;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    justify-content: flex-end;
}

.product-thumb{
    width: 150px;
    height: auto;
}

.textarea-list{
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-signin {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.thumb{
    width: 50px;
    height: auto;
}









