body {
    background-color: #EBEEF2;
}

.content {
    margin: 0 auto;
    padding-top: 1.25rem;
}

.block {
    margin-bottom: 1.875rem;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(214, 219, 226, .5);
}

.block-rounded {
    border-radius: .5rem;
}

.block-header {
    border-radius: .375rem .375rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .625rem 1.25rem;
    transition: opacity .25s ease-out;
}

.block-bottom {
    background-color: #f6f7f9 !important;
}

.block-content.block-content-full {
    padding-bottom: 1.25rem;
}

.rounded-bottom {
    border-radius: 0 0 0.375rem 0.375rem !important;
}

.fs-sm {
    font-size: .875rem !important;
}

.block-title {
    flex: 1 1 auto;
    min-height: 1.75rem;
    margin: 0;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.75rem;
    text-transform: uppercase;
    letter-spacing: .0625rem;
}

.block-content {
    transition: opacity .25s ease-out;
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 1px;
    overflow-x: visible;
}

.block-content.block-content-sm {
    padding-top: .625rem;
}

.block-content.block-content-sm.block-content-full {
    padding-bottom: .625rem;
}
.navbar {
    background-color: #201952 !important;
}

.navbar a:not(.dropdown-item) {
    color: white !important;
}

.list-group .active {
    background-color: #201952;
    border-color: #201952;
}

#shop-name {
    margin-bottom: 25px;
    margin-top: 15px;
}

.logo {
    max-width: 250px;
    margin-bottom: 30px;
}

.btn-aau {
    color: white;
    background-color: #201952;
}

.btn-aau:hover {
    color: white;
    background-color: #352b87;
}

.btn:focus {
    color: white;
    background-color: #201952;
}

.page-menu {
    margin-bottom: 15px;
}

.list-group-item-secondary {
    background-color: #ededed !important;
}


/* Dashboard counters*/

.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter:hover {
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter.primary {
    background-color: #007bff;
    color: #FFF;
}

.card-counter.danger {
    background-color: #ef5350;
    color: #FFF;
}

.card-counter.success {
    background-color: #66bb6a;
    color: #FFF;
}

.card-counter.info {
    background-color: #26c6da;
    color: #FFF;
}

.card-counter i {
    font-size: 5em;
    opacity: 0.2;
}

.card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
}

.card-counter .count-name {
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
}

.card-body {
    padding: 0px;
}

.element {
    cursor: pointer;
}

.element:hover {
    background-color: #DFDFDF;
}

.option-item {
    margin-top: 1rem;
}

small.small-url {
    font-size: 14px;
}

.page-menu h3 {
    font-size: 25px;
    margin-bottom: 0px;
}

.element .form-group {
    margin: 0px;
}

/* Product */

.card.product {
    margin-bottom: 25px;
}

.card.product>.card-body {
    padding: 15px;
}

.card.product>.card-body>table {
    margin-bottom: 0px !important;
}

.elements-container {
    margin-bottom: 15px !important;
}

.dot-spacer {
    height: 25px !important;
    width: 25px !important;
    margin: 15px 0;
}

.img-border {
    border: 1px solid black;
}

.img-caption {
    color: #6c757d !important;
    font-size: 80% !important;
    margin-top: 5px !important;
}

nav>.breadcrumb {
    margin-bottom: 4px;
}

nav>.breadcrumb>.breadcrumb-item {
    font-size: 13px;
}

nav>.breadcrumb>.breadcrumb-item>a {
    color: #201952;
    text-decoration: none;
}
