/* Minification failed. Returning unminified contents.
(345,36): run-time error CSS1046: Expect comma, found '64'
(345,42): run-time error CSS1046: Expect comma, found '/'
(345,71): run-time error CSS1046: Expect comma, found '64'
(345,77): run-time error CSS1046: Expect comma, found '/'
(382,40): run-time error CSS1034: Expected closing parenthesis, found ','
(382,40): run-time error CSS1042: Expected function, found ','
(382,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(554,45): run-time error CSS1046: Expect comma, found '232'
(554,53): run-time error CSS1046: Expect comma, found '/'
(555,37): run-time error CSS1046: Expect comma, found '232'
(555,45): run-time error CSS1046: Expect comma, found '/'
(562,45): run-time error CSS1046: Expect comma, found '196'
(562,53): run-time error CSS1046: Expect comma, found '/'
(563,37): run-time error CSS1046: Expect comma, found '196'
(563,45): run-time error CSS1046: Expect comma, found '/'
(650,44): run-time error CSS1046: Expect comma, found '64'
(650,50): run-time error CSS1046: Expect comma, found '/'
(650,79): run-time error CSS1046: Expect comma, found '64'
(650,85): run-time error CSS1046: Expect comma, found '/'
(667,44): run-time error CSS1034: Expected closing parenthesis, found ','
(667,44): run-time error CSS1042: Expected function, found ','
(667,49): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(698,40): run-time error CSS1046: Expect comma, found '64'
(698,46): run-time error CSS1046: Expect comma, found '/'
(698,75): run-time error CSS1046: Expect comma, found '64'
(698,81): run-time error CSS1046: Expect comma, found '/'
(1019,44): run-time error CSS1034: Expected closing parenthesis, found ','
(1019,44): run-time error CSS1042: Expected function, found ','
(1019,49): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1039,44): run-time error CSS1046: Expect comma, found '64'
(1039,50): run-time error CSS1046: Expect comma, found '/'
(1039,79): run-time error CSS1046: Expect comma, found '64'
(1039,85): run-time error CSS1046: Expect comma, found '/'
 */
html {
    font-size: 10px;
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-family: Gotham, sans-serif;
    font-size: 1.4rem;
}

/*Navbar*/

.navbar-custom.topnav-navbar.topnav-navbar-dark .container-fluid {
    padding-right: 0px;
    padding-left: 15px;
}

/*End Navbar*/



.footer {
    background-color: #fff;
}

/*Pagination*/

.paginator {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 284px;
    height: 40px;
    padding: 8px 15px 0px 15px;
    margin: 10px auto 10px auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    order: 1;
}

    /*change width and height to fix pagination numbers*/

    .paginator .page {
        position: relative;
        -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
        transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
        background: white;
        color: #4694e1;
        text-align: center;
        padding: 2.5px;
        border-radius: 50%;
        width: 31px !important;
        height: 22px !important;
        line-height: normal;
        text-align: center;
        cursor: pointer;
        list-style-type: none;
        margin: 0px 2px;
    }

        .paginator .page.current {
            background: #4694e1;
            color: #ffffff;
        }

        .paginator .page.previousPlus {
            margin: 0px 3px 0px 0px;
        }

            .paginator .page.previousPlus:before {
                content: "\e071";
                font-weight: normal;
                font-family: 'Glyphicons Halflings';
                font-size: 14px;
                margin: 0px 0px;
                color: #656971;
                border: none;
                position: absolute;
                top: 0px;
                left: 0px;
                background-color: white;
                border-radius: 50%;
                padding: 1px 3px 2px 3px;
                line-height: normal;
            }

        .paginator .page.previous {
            margin: 0px 3px 0px 0px;
        }

            .paginator .page.previous:before {
                content: "\e079";
                font-weight: normal;
                font-family: 'Glyphicons Halflings';
                font-size: 14px;
                margin: 0px 0px;
                color: #656971;
                border: none;
                position: absolute;
                top: 0px;
                left: 0px;
                background-color: white;
                border-radius: 50%;
                padding: 1px 3px 2px 3px;
                line-height: normal;
            }

        .paginator .page.next {
            margin: 0px 0px 0px 3px;
        }

            .paginator .page.next:before {
                content: "\e080";
                font-weight: normal;
                font-family: 'Glyphicons Halflings';
                font-size: 14px;
                margin: 0px 0px;
                color: #656971;
                border: none;
                position: absolute;
                top: 0px;
                left: 0px;
                background-color: white;
                border-radius: 50%;
                padding: 1px 3px 2px 3px;
                line-height: normal;
            }

        .paginator .page.nextPlus {
            margin: 0px 0px 0px 3px;
        }

            .paginator .page.nextPlus:before {
                content: "\e075";
                font-weight: normal;
                font-family: 'Glyphicons Halflings';
                font-size: 14px;
                margin: 0px 0px;
                color: #656971;
                border: none;
                position: absolute;
                top: 0px;
                left: 0px;
                background-color: white;
                border-radius: 50%;
                padding: 1px 3px 2px 3px;
                line-height: normal;
            }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #727cf5;
    border-color: #727cf5;
}
/*End Pagination*/

/*Login*/
.login-body {
    background-image: url('../../App_Resources/images/login-page-background.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.login-navbar {
    display: flex;
    align-items: center;
    min-height: 100px;
    padding: 0;
}

    .login-navbar > div {
        display: flex;
        justify-content: center;
    }

.topnav-logo.fantasy img {
    height: 9vh;
    margin: 0 auto;
}

.login-container {
    flex-grow: 1;
}

.login-container > div {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .login-container > div.col-12.pt-4 {
        flex-direction: column;
    }

.login-card {
    height: 400px;
    width: 300px;
    border-radius: 15px;
}

.credentials {
    border-radius: 15px;
    background: #dcf2ff
}

.fas.fa-eye {
    position: absolute; 
    top: 217px; 
    right: 25px;
}

.login-btn {
    background-color: #fff;
}

.login-footer-image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 50px
}

    .login-footer-image > div {
        display: flex;
        justify-content: center;
    }

    .login-footer-image img {
        height: 65px;
        margin: 30px 0px;
        width: auto;
    }

@media screen and (max-width: 400px) { /*//jzacipa 16753*/
   
    .responsebt{
        display:block;
        position:absolute;
        
    }
    .responsebt {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }

    .responsecolums thead {
        display: none;
    }
    .responsecolums tr,
    .responsecolums td {
        display: block;
        font-size: 1.1rem;
        border: 1px solid #ccc;
    }
    .responsecolums tbody tr td {
        text-align: right;
        position: relative;
       
    }
    .responsecolums td::before {
        content: attr(data-Lable);
        position: absolute;
        left: 0;
        text-align: left;
        margin-left: 1rem;
        font-weight: bold;
    
    }
    .responsecolums tr{
        margin-bottom:1rem;
    }
    .responsecolums tr:nth-child(even){
        background: #edfcfc;
    }
    
    .input-group.box-input {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .responsecolumsbttd {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .form-control > .form-control-sm > .box-quantity{
        width:20%;
    }

}

@media screen and (min-width: 650px) {
    .login-container > div.col-12.pt-4 {
        flex-direction: row;
    }

    .login-footer-image img {
        height: 90px;
    }
}
/*End Login*/

/*AdminStoreProduct*/
.catalog-management {
    padding-left: 7px;
}

.home {
    display: flex;
    justify-content: center;
    color: #000;
    margin: 0 auto;
    max-width: 100%;
}


.portal-welcome h2 {
    font-size: 1.6rem;
    margin-top: 25px;
}

.portal-welcome p {
    font-size: 1.4rem;
}

.options {
    flex-direction: column;
    align-items: center;
}

.options .card {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    height: 300px;
    width: 200px;
}

    .options .card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        height: 400px;
    }

    .options button, .options .btn-light:hover, .options .btn-light.focus, .options .btn-light:focus, .options .btn-light:not(:disabled):not(.disabled).active, .options .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        border: solid #ab8e8e;
        width: 140px;
    }

.orders-icon, .catalogs-icon {
    width: 80%;
}

.orders-icon {
    margin-right: 20px;
}

.instructions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}

    .instructions button {
        display: flex;
        align-items: center;
        background-color: #f3c4ca;
        border: solid rgb(145, 149, 156, 20%);
        border-radius: 3em;
        color: #000;
        height: 6vh;
        font-size: 1rem;
        margin-left: -40px;
        width: 155px;
    }

.catalogs-step b, .products-step b,.stores-step b, .cart-step b {
    margin-left: 23px;
}

.stores-step b {
    margin-left: 20px;
}



.go-to {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step-one, .step-five {
    flex-direction: column;
    align-items: flex-start;
}

.select-products {
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
}

.catalog-list {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    max-width: 100%;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*    
    .catalog-list td div.card {
        box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
        width: 300px;
    }
*/

    .catalog-list td div.card {
        border: solid #eef2f7;
        height: 180px;
        width: 330px;
    }

.grid-catalog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .grid-catalog-header h3 {
        margin-left: 10px;
    }

    .grid-catalog-header a {
        font-size: 1.4rem;
        margin-right: 10px;
    }

.catalog-info {
    padding: 0 1rem 1rem 1rem;
}

.catalog-header-image {
    height: 130px;
}

.table > tbody > tr.catalog-list > td {
    border-top: none;
}

.catalog-name {
    padding-top: 1rem
}

    .catalog-name > h4 {
        font-size: 1.6rem;
    }

.catalog-actions {
    padding-bottom: 1rem;
}

.box-input input {
    height: auto;
}

.mdi-delete-forever {
    font-size: 3rem;
}

.input-group.box-input > input.form-control, .input-group.box-input > button.add-to-cart {
    margin-bottom: 1rem;
    width: 100%;
}

.image-footer {
    display: flex;
    align-items: flex-end;
    margin: 25px 0;
}

    .image-footer img {
        height: 60px;
    }

/*End AdminStoreProduct*/

.upc-name.upc-name {
    resize: none;
    width: 115px;
    height: 120px;
}

/*Overridden Bootstrap*/

.btn {
    font-size: 1.2rem;
}

.form-control {
    font-size: 1.2rem;
}

small {
    font-size: 1.2rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.6rem;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: 1.2rem;
}

.bg-primary{
    background-color: #000000 !important;
}

.btn-primary, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #000000;
    border-color: #000000;
}

.btn-success {
    color: #261f20;
    background-color: #d6e8d4;
    border-color: #d6e8d4;
    -webkit-box-shadow: 0 2px 6px 0 rgb(214 232 212 / 50%);
    box-shadow: 0 2px 6px 0 rgb(214 232 212 / 50%);
}

.btn-danger {
    color: #261f20;
    background-color: #f3c4ca;
    border-color: #f3c4ca;
    -webkit-box-shadow: 0 2px 6px 0 rgb(243 196 202 / 50%);
    box-shadow: 0 2px 6px 0 rgb(243 196 202 / 50%);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #000;
}

.topnav-navbar-dark {
    background-color: #000000;
}

    .topnav-navbar-dark .nav-user {
        background-color: #000000;
        border: 1px solid #000000;
    }

.navbar-custom .topbar-right-menu li.show .nav-link {
    color: #FFFFFF;
}

.navbar-custom .topbar-right-menu .nav-link {
    color: #FFFFFF;
}

input[data-switch=success]:checked + label {
    background-color: #d6e8d4;
}

input[data-switch]:checked + label:before {
    color: #261f20;
}

input[data-switch] + label {
    background-color: #f3c4ca;
}

    input[data-switch] + label:after {
        background-color: #f1f3fa;
    }

.fade {
    opacity: 1;
}

.modal-backdrop.fade {
    opacity: 0.7;
}

@media screen and (min-width: 630px) {
    .instructions button b {
        font-size: 1.2rem;
    }

    .home {
        max-width: 95%;
    }
}

@media screen and (min-width: 768px) {
    .content-page {
        background-size: auto;
    }

    .navbar-custom .topbar-right-menu .nav-link {
        display: flex;
        align-items: center;
        font-size: 1.6rem;
        height: 7vh;
    }

    .portal-welcome h2 {
        font-size: 2.7rem;
        margin-top: 50px;
    }

    .portal-welcome p {
        font-size: 1.8rem;
    }

    .options {
        flex-direction: row;
        justify-content: space-around;
        margin-top: 30px;
    }

        .options .card {
            box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
            height: 400px;
            width: 300px;
        }

    .orders-icon {
        margin-right: 30px;
    }

    .instructions {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 15px;
    }

        .instructions button {
            border: solid rgb(145, 149, 156, 20%);
            display: flex;
            align-items: center;
            width: 20vw;
            margin-left: -35px;
            height: 6vh;
        }

            .instructions button i {
                font-size: 3rem;
            }

        .instructions button b {
            font-size: 1.4rem;
            margin-left: 15px;
        }

    .step-one, .step-five {
        flex-direction: row;
        align-items: center;
    }

    .select-products {
        justify-content: flex-end;
    }

    .catalog-list {
        justify-content: space-between;
    }

    .catalog-list td div.card {
        box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
        width: 280px;
    }

    .grid-catalog-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .grid-catalog-header h3 {
            margin-left: 10px;
        }

        .grid-catalog-header a {
            font-size: 1.4rem;
            margin-right: 10px;
        }

    .go-to {
        display: flex;
        justify-content: space-between;
    }

    .catalog-header-image {
        border: solid #eef2f7;
        border-radius: 8px;
        height: 190px;
        width: auto;
    }
}

@media screen and (min-width: 992px) {

    /*Navbar css*/

    .topnav-logo {
        height: 13vh;
        display: flex;
        align-items: center;
    }

    .topnav-navbar {
        min-height: 13vh;
    }

    .topnav-logo-lg.fantasy img {
        height: 9vh;
    }

    .topbar-right-menu {
        height: 13vh;
    }

    .topbar-dropdown {
        height: 13vh;
        font-size: 1.6rem;
    }

    .navbar-custom .topbar-right-menu .nav-link {
        height: 13vh;
        display: flex;
        align-items: center;
    }

    .navbar-custom .topbar-right-menu li {
        max-height: none;
    }

    .nav-link.dropdown-toggle.nav-user span {
        font-size: 1.4rem;
    }

    .nav-user .account-user-avatar {
        top: auto;
    }

    .dropdown-menu-animated.dropdown-menu-right {
        font-size: 1.6rem
    }

    /*End of Navbar css*/

    table > tbody > tr > td .input-group.mb-2 {
        display: flex !important;
        flex-flow: row nowrap !important;
    }

    #AdminManageProducts .form-group select {
        height: 34px !important;
    }

    #AdminManageProducts .table .action-icon {
        cursor: pointer;
    }

        #AdminManageProducts .table .action-icon > i.uil:before {
            cursor: pointer;
            font-size: 22px;
        }

    .topnav-logo > .topnav-logo-lg.fantasy {
        margin: 0 auto;
        height: auto;
    }

    /*Michael's CSS*/

    .create-catalog-img, .edit-catalog-img {
        display: flex;
        justify-content: center;
        flex-flow: column;
        padding: 1rem;
    }

    .image_selector {
        text-align: center;
    }

        .image_selector button {
            border: 1px solid transparent;
            border-radius: 5px;
            margin: 0.75rem;
        }

    .cards {
        display: flex;
        margin: 0 auto 0 auto;
    }

    .create_body {
        padding: 20px;
    }

    #create_catalog_image, #edit_catalog_image {
        height: 200px;
        width: 230px;
        border-radius: 10%;
        border: 4px solid white;
    }

    .create_catalog_header, .edit_catalog_header {
        padding: 0px;
    }

    .list-inline {
        margin-bottom: 0px;
    }

        .list-inline > li {
            padding-top: 1rem;
        }

    .create_catalog_header_info media-body h4 {
        font-size: 22px;
    }

    .catalog_name {
        font-size: 23px;
    }

    .list-inline-item {
        margin-right: 1.5rem;
        vertical-align: middle;
    }

        .list-inline-item p {
            color: white;
            font-size: 17px;
        }

    .media-body label {
        font-size: 16px;
    }

    .modal-content {
        color: #261f20;
        text-align: start;
    }

    [id="upload-alert-modal"] .modal-body, [id="order-success-alert-modal"] .modal-body {
        color: white;
    }

    .box-options {
        max-width: 250px;
    }

    .customer_selection_table thead th {
        position: sticky;
        top: 0;
    }

    .list-inline-item:not(:last-child) {
        margin-right: 1.5rem;
    }

    .input[data-switch] + label {
        height: 28px;
    }

        .input[data-switch] + label:after {
            top: 5px;
        }

        .input[data-switch] + label:before {
            top: 3px;
        }

    .fade {
        opacity: 1;
    }

    .modal-backdrop.fade {
        opacity: 0.7;
    }

    #product_img_display {
        height: 350px;
    }

    .card_edit_btn {
        padding: 0 1.5rem;
    }

        .card_edit_btn button {
            margin-bottom: 1rem;
        }

    .button_header {
        margin: 1.5rem 0;
        vertical-align: middle;
    }

        .button_header button {
            margin-right: 1rem;
        }

    .catalog_search {
        width: 250px;
        float: right;
    }

    .btn-primary:not(:disabled):not(.disabled).active {
        background-color: #ffffff;
        border-color: #3645f1;
        color: #3645f1;
    }

    .btn-group-toggle {
        display: inline-block;
    }

    .customer_selection_table {
        max-height: 600px;
        overflow: auto;
    }

    .product_table {
        max-height: 400px;
        overflow: auto;
    }

        .product_table thead th {
            position: sticky;
            top: 0;
        }

    .card_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .card_header h3 {
            margin-top: 1rem;
        }

    .card {
        margin-bottom: 1.5rem;
    }

    .custom-select {
        font-size: 12px;
        height: 30px;
    }

    #create_preview img {
        height: 388px;
        width: 300px;
    }

    .order-functions {
        display: flex;
        justify-content: space-between;
    }

    .order-filter {
        display: flex;
    }

        .order-filter input, .order-filter a, .order-filter button {
            margin-right: 1.5rem;
        }

    /*Login*/

    .login-container {
        padding: 25px 125px;
    }

    /*AdminStoreProduct*/

    .instructions {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1.5rem 2rem;
    }

        .instructions button {
            border: solid rgb(145, 149, 156, 20%);
            display: flex;
            align-items: center;
            width: 16vw;
            margin-left: -35px;
            height: 6vh;
        }

    table > tbody > tr.catalog-list > td {
        border-top: none;
    }

    .catalog-list {
        max-height: 600px;
        justify-content: space-between;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .catalog-list td div.card {
            box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
            width: 295px;
        }

    nav.nav-tabs.mb-3.nav-pills span {
        font-size: 1.2rem;
    }

    .input-group.box-input > input.form-control {
        margin-bottom: 0.5rem;
        margin-right: 0;
    }

    .input-group.box-input > button.add-to-cart {
        width: 100%;
    }
}

@media screen and (min-width: 1440px) {
    /*Login*/
    .login-body {
        background-size: cover;
    }

    .login-container {
        padding: 50px 350px;
    }

    /*AdminStoreProduct*/
    .option-title h2 {
        font-size: 2.7rem;
    }

    .instructions b {
        margin-left: 0;
    }

    .catalog-list td div.card {
        border: solid #eef2f7;
        height: 180px;
        width: 330px;
    }

    .grid-catalog-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .grid-catalog-header h3 {
            margin-left: 10px;
        }

        .grid-catalog-header a {
            font-size: 1.4rem;
            margin-right: 10px;
        }

    .catalog-header-image {
        border: solid #eef2f7;
        border-radius: 8px;
        height: 190px;
        width: auto;
    }

    .go-to {
        display: flex;
        justify-content: space-between;
    }

    .image-footer {
        display: flex;
        align-items: flex-end;
        margin: 25px 0;
    }

    .image-footer img {
        height: 60px;
    }
}

.loader-wrapper {
    display: flex;
    justify-content: center;
}

.loader {
    
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.catalog-image {
    display: block;
    border-radius: 8px;
    backface-visibility: hidden;
    height: 100px;
    opacity: 1;
    margin-left: 10px;
    width: 100%;
    transition: .5s ease;
}

.catalog-container:hover .catalog-image {
    opacity: 0.3;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cart-boxes {
    display: flex;
}

    .cart-boxes .decrease-boxes {
        margin-right: 0.5rem;
    }

    .cart-boxes .form-control {
        height: auto;
        margin-right: 0.5rem;
        width: 100%;
    }

.table.cart-details > tbody > tr > td {
    border-top: none;
}

[id=upload-alert-modal] modal-body, [id=order-success-alert-modal] modal-body {
    color: white;
}

.content-page {
    background-image: url(../images/category-manager-background.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.content-page .container-fluid.body {
    padding: 0;
}

.home-background, .home-placeholder {
    display: flex;
    flex-grow: 1;
}

.delivery-date-step {
    background-color: #d6e8d4;
}

.media-body {
    width: 100%;
}

.modal-header .close {
    font-size: 2.4rem;
}

.fas.fa-shopping-cart {
    flex-grow: 1;
    font-size: 2.3rem;
}

.dropdown-menu {
    min-width:auto;
}

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: 1px solid #ddd;
}

.calendar .months-container {
    display: block !important;
}
