.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;
}

.product-detail .col {
    flex-grow: 1;
}
.product-detail img {
    height: fit-content;
    /*width: -webkit-fill-available;*/
    margin: 0 auto;
}
.product-detail .column img {
    width: -webkit-fill-available;
}
.product-detail table, .product-detail table tr td {
    border: 1px solid !important;
}
.resume-box i {
    font-size: 22px;
    line-height: 1.8;
}

tr.catalog-product button, tr.catalog-product button:hover,
tr.catalog-customer-product button, tr.catalog-customer-product button:hover,
tr.not-catalog-product button, tr.not-catalog-product button:hover {
    border: 0;
}

.catalog-products .info-text-value,
.catalog-customer-products .info-text-value,
.not-catalog-products .info-text-value {
    font-weight: 400 !important;
}

.add-article-container div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-product {
    border-left: 0;
    padding: 6.5px 6px;
    border-radius: 0 10px 10px 0;
    border-color: #e9e6e1;
}

.tooltip {
    opacity: 1;
    z-index: 1;
}

.btn.bg-white:hover {
    color: initial;
    border: 0;
}

.impersonate-purchase h3 {
    font-family: font-quicksand;
}

.change-catalog:focus {
    box-shadow: none;
}

.old-price {
    text-decoration: line-through;
}

.purchase-compare-totals tr td {
    border-right: 1px solid #dddddd;
    padding-right: 5px;
}
.purchase-compare-totals .card-body {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
    .add-article-container {
        width: 100%;
    }
    .add-article-container div {
        display: contents;
    }
    .layout-1 .wrapper .page-footer>div {
        flex-direction: row;
    }
}
@media only screen and (min-width: 426px) and (max-width: 1440px) {
    .add-article-container .mrg-tp-30 {
        margin-top: 20px !important;
    }
}
@media only screen and (max-width: 425px) {
    .add-article-container div {
        display: inline-block;
        width: 100%;
        margin-left: 0 !important;
    }
    .add-article-container div a {
        width: 100%;
    }
}