.login-bg {
    background: url(../img/header.jpg) center center / cover no-repeat;
}

.brand-name{
    top: 18px;
    left: 295px;
}

.sign-box .sign-avatar{
    width: auto;
    height: auto;
}

.sign-box .sign-avatar img{
    -webkit-border-radius: 0%;
    border-radius: 0%;
}

.widget-accordion .panel-heading.saved a, .widget-accordion .panel-heading.saved a .font-icon{
    background: rgba(149,193,31,1);
    color: white;
}

.sign-box .sign-avatar img{
    width:60%;
    margin:0 auto;
}

.box-brd-top{
    border-top: 2px solid #5fa7e7 !important;
}

.cp-day-number.selected{
    color: #ffffff;
}

.retail-address .info-text-value {
    font-weight: 400 !important;
}
.retail-address-button {
    justify-content: end;
}
.retail-address-button .btn-group {
    max-width: 100px;
}

#table_last-retails-list th,
#table_retails-list th {
    vertical-align: top;
}

.retail-item {
    border-bottom: 1px solid #eae6e2;
}
.product-total {
    align-self: stretch;
}
.transporter-list, .payment-method-list {
    list-style: none;
    padding-left: 10px;
}
.product-coupon-list {
    overflow: auto;
    margin-bottom: 30px;
    width: 100%;
}

@media screen and (min-width: 471px) {
    .retail-address-info .info-text {
        width: 50% !important;
    }
}