/* input(245,37): run-time error CSS1046: Expect comma, found '242'
input(245,44): run-time error CSS1046: Expect comma, found ')' */
/*General Declaration*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: Lato, sans-serif;
    font-weight: normal;
    color: #4d4d4d;
    padding: 0;
    margin: 0;
    background: #f6f2ee;
}

input, textarea, select, button {
    font-family: Lato, sans-serif;
}

    input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select {
        border-radius: 5px;
        box-shadow: 0 2px 8px #efefef inset;
        border-color: #ddded7;
    }

img {
    max-width: 100%;
}

h1, h2, h3 {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.master-wrapper-content, .header-menu {
    width: 100%;
}

.page-title {
    min-height: 20px;
    padding: 0;
    border: 0;
    margin: 0;
}

    .page-title h1 {
        font-weight: bold;
        font-size: 1.6em;
        margin: 0;
        color: #1b424f;
    }

.main-layout .sidebar, .main-layout .main {
    padding: 30px;
}

.title {
    padding: 0;
    border: 0;
}

.page, .center-1 .page-title, .center-1 .title, .center-1 .buttons,
.inputs.reversed, .message-error, .field-validation-error, .username-not-available-status, .poll-vote-error, .password-error,
.account-page .buttons, .order-details-page .order-overview {
    text-align: left !important;
}

.button-1, .btn-1, .checkout-page .button-1, .search-box .search-box-button {
    display: inline-block;
    color: white;
    background: black;
    border-radius: 25px;
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 20px;
    border: 2px solid #fff;
    min-width: 100px;
    text-align: center;
    transition: all .2s ease-in-out;
}

    .button-1:hover, .btn-1:hover, .checkout-page .button-1:hover, .search-box .search-box-button:hover {
        background-color: #f6f2ee;
        color: #1b424f;
        border-color: #1b424f;
    }

.btn-2 {
    display: inline-block;
    color: #1b424f;
    background: #f6f2ee;
    border-radius: 25px;
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 20px;
    border: 2px solid #1b424f;
    text-align: center;
    transition: all .2s ease-in-out;
}

    .btn-2:hover {
        background-color: #1b424f;
        color: #fff;
        border-color: #f6f2ee;
    }

.colorGreen, .order-status.complete, .reward-points-overview {
    color: #2f9980;
}

.colorBlue, .order-status.processing {
    color: #3d77bf;
}

.colorBrown, .order-status.pending {
    color: #bb9152;
}

.colorPink, .order-status.cancelled {
    color: #cf6390;
}

.cart th, .data-table th, .forum-table th {
    color: #fff;
    font-weight: bold;
    border-width: 2px;
    border-color: #f6f2ee;
    background-color: #1b424f;
}

.cart td, .data-table td, .forum-table td {
    border-width: 2px;
    border-color: #f6f2ee;
    background-color: #fff;
    width:100%;
    padding: 15px 10px;
}

/*Notification*/
.bar-notification-container {
  position: static;
}

/*Footer*/
.footer {
    background-color: #1a1a1a;
    padding: 20px 0;
}

    .footer div {
        color: #f6f2ee;
    }

    .footer-upper{
        display:flex;
        justify-content:space-between;
    }

    .footer-block{
        margin:0 auto;
    }

        .footer-block .list {
            display: block;
            background-color: initial;
            padding: 0;
        }

        .footer-block .list a{
            padding:10px 0;
        }

/*Header*/
.site-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: white;
    position: relative;
}

    .site-header > * {
        align-self: center;
    }

    .site-header .logo, .sidebar .logo {
        max-width: 120px;
    }

.site-header .header-title {
    flex-grow: 1;
    padding: 10px 10px 10px 5%;
}

        .site-header .header-title h1 {
            text-transform: uppercase;
            font-size: 1.6em;
            margin: 0;
        }

        .site-header .header-title h1 {
            color: black;
        }

#topcartlink {
    position: relative;
    margin-left: auto;
    margin-right: 5px;
}

    #topcartlink .ico-cart {
        text-decoration: none;
        vertical-align: middle;
        font-weight: bold;
    }

        #topcartlink .ico-cart .cart-qty {
            background: #ddded7;
            border-radius: 10px;
            color: #1b424f;
            padding: 0 10px;
            height: 20px;
            display: inline-block;
            line-height: 20px;
            text-align: center;
            font-size: 12px;
        }

.slider-wrapper.theme-custom {
    margin: 0 !important;
    max-width: 100% !important;
}

.center-1 .home-page {
    margin-bottom: -100px;
}

.main-layout .sidebar {
    /*background: #1b424f;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 20%) inset;*/
    background: #fff;
    box-shadow: 0px 3px 0px rgb(246 242 238) inset;
}

    .main-layout .sidebar ul {
        padding: 0;
        margin: 0;
        text-align: left;
    }

        .main-layout .sidebar ul li {
            padding: 10px 0;
        }

            .main-layout .sidebar ul li a {
                color: #1b424f;
                text-decoration: none;
            }

                .main-layout .sidebar ul li a svg {
                    vertical-align: text-bottom;
                    margin-right: 10px;
                    margin-left: 10px;
                }

                .main-layout .sidebar ul li a.active {
                    color: #5b9ff3;
                    text-decoration: none;
                }

                .main-layout .sidebar ul li a:hover {
                    /*color: #f6f2ee;*/
                    color: #1b424f;
                    text-decoration: underline;
                }

.info-item, .customer-blocks, .order-item {
    margin: 5px 0;
    padding: 15px 20px;
    box-shadow: 0 0px 10px #00000014;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
}

    .info-item i {
        display: block;
        font-size: 12px;
    }

    .info-item h3, .order-item .title {
        font-size: 1.2em;
        margin: 5px 0;
        text-align: left;
    }

    .info-item .col-5 {
        font-size: 18px;
    }

.section-col {
    margin-top: 30px;
}

    .section-col h2, .main h1,
    .fieldset .title, .section .title {
        color: #1b424f;
        font-size: 1.3em;
        margin: 10px 0;
        text-align: left;
        padding: 0;
    }

    .section-col .info-item h3, .order-item .title {
        color: #8b999f;
    }

/*Login and Register*/
.customer-blocks {
    display: flex;
    flex-direction: row;
    padding: 0 !important;
    margin: 30px auto !important;
    max-width: 1000px;
    overflow: hidden;
}

.customer-block-image-bg {
    background-image: url(../img/customer-block-bg.jpg);
    background-size: cover;
    background-position: left top;
    min-width: 45%;
}

    .customer-block-image-bg img {
        display: none;
    }

.customer-blocks .fieldset,
.registration-page .customer-blocks form {
    padding: 30px;
    margin: 0;
}

.forgot-password a {
  font-size: 14px;
}

.registration-result-page, .password-recovery-page,
.registration-result-page, .password-setup-page {
    padding-top: 70px;
}

    .registration-result-page,
    .registration-result-page .page-title h1,
    .registration-result-page .buttons,
    .password-recovery-page,
    .password-recovery-page .page-title h1,
    .password-recovery-page .buttons, .password-recovery-page .inputs,
    .password-recovery-page .inputs label,
    .password-setup-page,
    .password-setup-page .page-title h1,
    .password-setup-page .buttons, .password-setup-page .inputs,
    .password-setup-page .inputs label {
        text-align: center !important;
    }

    .password-recovery-page .tooltip,
    .password-setup-page .tooltip {
        margin-bottom: 0;
    }

.form-fields, .registration-page .fieldset {
    background: none;
    padding: 0;
    border: 0;
}

.inputs label {
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
}

.inputs.reversed label, .terms-of-service label {
    display: inline !important;
    font-weight: bold;
    padding-left: 10px;
}

.login-page .message-error ul{
    padding-left:0px;
}

/*Customers*/
.address-list-page .info, .order-list-page .info {
    background: none;
    border: 0;
    padding: 0;
}

.order-list-page .buttons {
    top: 15px;
}

    .order-list-page .buttons button {
        display: inline-block;
        color: #fff;
        background: #1b424f;
        border-radius: 25px;
        text-transform: capitalize;
        font-weight: bold;
        text-decoration: none;
        padding: 5px 10px;
        font-size: 13px;
        border: 2px solid #fff;
        text-align: center;
    }

        .order-list-page .buttons button:hover {
            background-color: #f6f2ee;
            color: #1b424f;
        }

.order-status, .reward-points-overview {
    font-weight: bold;
}

.application_fileuploader-response {
    display: flex;
    margin-top: 15px;
}

    .application_fileuploader-response #application_file_downloadurl {
        align-self: center;
        margin-right: 15px;
    }

ul.info-list, ul.order-overview-content {
    padding: 0;
}

.order-details-page .page-title h1 {
    padding: 0;
    border: 0;
}

.order-details-page .order-overview {
    margin-top: 30px;
}

.edit-application select.form-control {
    display: inline-block;
    appearance: auto;
    -webkit-appearance: auto;
}

/*cart and checkout*/
.cart td.quantity {
    white-space: nowrap;
}

.shopping-cart-page .common-buttons {
    background-color: #fff;
    border: 2px solid #f6f2ee;
}

.cart-footer {
    border-top: 1px solid #ddded7;
}

    .cart-footer .totals {
        background-color: #fff;
    }

.cart td.quantity input {
    width: 80px;
    text-align: center;
    padding: 8px 0;
}

#checkout-steps.opc {
    padding-left: 0;
}

.opc .step-title .number, .opc .step-title .title {
    margin-bottom: 0;
}

.opc .allow .step-title {
    background-color: #1b424f;
}

.opc .step-title, .shipping-method .method-name, .enter-address .edit-address, .payment-method .payment-logo {
    background-color: #fff;
    margin-bottom: 2px;
}

.opc .step {
    background: #fff;
    margin: 0 0 20px;
}

.opc .step-title .number {
    border-right: 1px solid #ddded7;
}

.opc .allow .step-title .number {
    color: #1b424f;
    background-color: #ddded7;
}

.order-review-data > div, .order-details-area > div, .shipment-details-area > div {
    background: none;
}

.enter-address .edit-address {
    max-width: 500px;
    margin: auto;
}

.order-completed .details {
    text-align: left;
    padding: 0;
}


/*New Order Page*/
#product-order-form .search-box {
    padding-bottom: 15px;
}

    #product-order-form .search-box .search-box-button {
        margin-left: 10px;
    }

#product-order-form .InovuaReactDataGrid--theme-default-light .InovuaReactDataGrid__header {
    background-color: #1b424f;
    color: #fff;
}

#product-order-form button.inovua-react-toolkit-button {
    font-weight: 700;
    margin-right: 10px;
}

    #product-order-form button.inovua-react-toolkit-button.active {
        background-color: #1b424f;
        color: #fff;
    }

#product-order-form .InovuaReactDataGrid__cell__content button {
    display: inline-block;
    color: #1b424f;
    background: #f6f2ee;
    border-radius: 25px;
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 15px;
    font-size: 13px;
    border: 1px solid #1b424f;
    text-align: center;
    transition: all .2s ease-in-out;
}

    #product-order-form .InovuaReactDataGrid__cell__content button:hover {
        background-color: #1b424f;
        color: #fff;
        border-color: #f6f2ee;
    }

#product-order-form > div > div > span {
    display: block;
    margin: 10px 0;
    font-size: 1.2em;
    font-weight: 700;
}

/**Responsive**/
@media all and (min-width: 768px) {
    .main-layout .sidebar, .master-wrapper-content {
        min-height: calc(100vh - 170px);
    }
}

@media all and (min-width: 992px) {

    .main-section-col .info-item {
        padding: 30px 20px;
    }

    .address-list-page .buttons, .order-list-page .buttons {
        width: 70px;
    }
}

@media all and (max-width: 767px) {
    
    .header-title span {
        vertical-align: text-top;
        margin: 0 10px;
        cursor: pointer;
    }

    .sidebar-open #sidebar-overlay {
        background-color: rgba(0,0,0,.2);
        bottom: 0;
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1037;
    }

    .main-layout .sidebar {
        bottom: 0;
        float: none;
        left: 0;
        position: fixed;
        top: 0;
        height: 100vH;
        width: 250px;
        height: 100vh;
        overflow-y: hidden;
        z-index: 1038;
        transition: margin-left .3s ease-in-out,width .3s ease-in-out;
        margin-left: -250px;
        padding: 30px 10px;
    }

        .main-layout .sidebar.active {
            transition: margin-left .3s ease-in-out,width .3s ease-in-out;
            margin-left: 0;
        }

        .main-layout .sidebar ul {
            padding: 15px 10px;
        }

    .site-header .header-title {
        padding: 25px 0 0;
        order: 13;
        width: 100%;
    }

        .site-header .header-title h1 {
            font-size: 1.2em;
        }

    .customer-blocks {
        flex-direction: column-reverse;
        margin: 30px !important;
    }

    .customer-block-image-bg img {
        display: block;
    }

    .footer-upper{
        flex-direction:column;
    }

    .shopping-cart-page .common-buttons {
        text-align:center;
    }
}

