#maincontent {
    margin-top: 150px;
}

.bg-danger, .footer {
	background-color: #3759A7 !important;
}

#navbar-top a i {
    color: #3759A7;
}

.user-card {
    top: 110px;
    height: 350px;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background: #BBB;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.brand-logo-container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: #FFF;
    padding: 10px;
    text-align: center;
}

.brand-logo {
    height: 150px;
    width: 150px;
}

.form-container {
    margin-top: 50px;
}

.quickorder-index-quickorder .add-to-cart, #checkout-step-shipping_method .actions-toolbar {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 3;
}

.new-icon {
    position: absolute;
    z-index: 1000;
    width: 60px;
}

input[type=number]:not(.item-qty) {
	border: 1px solid #c2c2c2;
}

.minicart-items-wrapper {
    max-height: 350px;
}