body {
    background: #F8F8F8 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.body-bg {
    background: #F8F8F8 !important;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
}

.body-login {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}

.white {
    background: #ffffff;
}

:root {
    --st-color-1: #556ee6;
    --st-color-2: #74788d;
    --st-color-3: #34c38f;
    --st-color-4: #50a5f1;
    --st-color-5: #f1b44c;
    --st-color-6: #f46a6a;
    --st-color-7: #e83e8c;
}

.logo {
    padding: 15px 20px 10px 20px;
}

.menu-main {
    background: #21346B;
    height: 100%;
}

    .menu-main ul {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

        .menu-main ul li {
            padding: 10px 5px;
        }

            .menu-main ul li.dashboard {
                background: url("./images/dashboard.png") no-repeat 5px 17px;
            }

                .menu-main ul li.dashboard a {
                    padding-left: 30px;
                }

                .menu-main ul li.dashboard.active {
                    padding-left: 30px;
                    background: url("./images/dashboard-active2.png") no-repeat 5px 17px #2B3D71;
                    border-left: 4px solid #6B1212;
                }

                    .menu-main ul li.dashboard.active a {
                        padding-left: 5px;
                        color: #ffffff !important;
                    }

            .menu-main ul li.credits {
                background: url("./images/credits.png") no-repeat 5px 17px;
            }

                .menu-main ul li.credits a {
                    padding-left: 30px;
                }

                .menu-main ul li.credits.active {
                    padding-left: 30px;
                    background: url("./images/credits-active.png") no-repeat 5px 17px #2B3D71;
                    border-left: 4px solid #6B1212;
                }

                    .menu-main ul li.credits.active a {
                        padding-left: 5px;
                        color: #ffffff !important;
                    }

            .menu-main ul li.shippers {
                background: url("./images/shippers.png") no-repeat 5px 15px;
            }

                .menu-main ul li.shippers a {
                    padding-left: 30px;
                }

                .menu-main ul li.shippers.active {
                    padding-left: 30px;
                    background: url("./images/shippers-active2.png") no-repeat 5px 15px #2B3D71 !important;
                    border-left: 4px solid #6B1212;
                }

                    .menu-main ul li.shippers.active a {
                        padding-left: 5px;
                        color: #ffffff !important;
                    }

            .menu-main ul li.work-orders {
                background: url("./images/work-orders.png") no-repeat 5px 20px;
            }

                .menu-main ul li.work-orders a {
                    padding-left: 30px;
                }

                .menu-main ul li.work-orders.active {
                    padding-left: 30px;
                    background: url("./images/work-orders-active2.png") no-repeat 5px 20px #2B3D71;
                    border-left: 4px solid #6B1212;
                }

                    .menu-main ul li.work-orders.active a {
                        padding-left: 5px;
                        color: #ffffff !important;
                    }

            .menu-main ul li.customers {
                background: url("./images/customers.png") no-repeat 5px 12px;
            }

                .menu-main ul li.customers a {
                    padding-left: 30px;
                }

                .menu-main ul li.customers.active {
                    padding-left: 30px;
                    background: url("./images/customers-active2.png") no-repeat 5px 12px #2B3D71;
                    border-left: 4px solid #6B1212;
                }

                    .menu-main ul li.customers.active a {
                        padding-left: 5px;
                        color: #ffffff !important;
                    }

            .menu-main ul li.settings {
                background: url("./images/settings.png") no-repeat 5px 12px;
            }

                .menu-main ul li.settings a {
                    padding-left: 30px;
                }

                .menu-main ul li.settings.active {
                    padding-left: 30px;
                    background: url("./images/settings-active2.png") no-repeat 5px 12px #2B3D71;
                    border-left: 4px solid #6B1212;
                }

                    .menu-main ul li.settings.active a {
                        padding-left: 5px;
                        color: #ffffff !important;
                    }

            .menu-main ul li.logout {
                background: url("./images/logout.png") no-repeat 5px 19px;
            }

                .menu-main ul li.logout a {
                    padding-left: 30px;
                }

                .menu-main ul li.logout.active {
                    padding-left: 30px;
                    background: url("./images/logout-active.png") no-repeat 5px 19px #2B3D71;
                    border-left: 4px solid #6B1212;
                }

                    .menu-main ul li.logout.active a {
                        padding-left: 5px;
                        color: #ffffff !important;
                    }

            .menu-main ul li a {
                color: #A4A6B3;
                text-decoration: none;
                font-size: 13px;
            }

                .menu-main ul li a:hover {
                    color: #ffffff;
                }

            .menu-main ul li span {
                margin-right: 15px;
            }

.right-main {
    padding: 0 20px;
}

.topheading {
    font-size: 20px;
    color: #21346B;
    margin: 5px 10px;
}

.breadcrumb {
    background: none;
    padding: 0px;
}

    .breadcrumb span {
        color: #959595;
    }

        .breadcrumb span::after {
            content: "/";
            padding: 0 7px;
            color: #959595;
        }

        .breadcrumb span:last-child::after {
            content: "";
        }

        .breadcrumb span a {
            color: #21346B;
            text-decoration: none;
        }

.profile-wrap {
    width: 100%;
    /*margin: 10px;*/
}

    .profile-wrap .profile-top-one {
        background: #ffffff;
        padding:20px;
    }

        .profile-wrap .profile-top-one .pro-image {
            background: #F9F9F9;
            padding: 30px;
            border-radius:10px;
        }

        .profile-wrap .profile-top-one .pro-content h1 {
            font-size: 20px;
            color: #21346B;
        }

            .profile-wrap .profile-top-one .pro-content h1 span {
                font-size: 12px;
                color: #50CD89;
                margin-left: 5px;
            }

            .profile-wrap .profile-top-one .pro-content h1 p {
                font-size: 14px;
                color: #686868;
            }

        .profile-wrap .profile-top-one .pro-content .box-c, .profile-wrap .profile-top-one .pro-content .total-o, .profile-wrap .profile-top-one .pro-content .total-s, .profile-wrap .profile-top-one .pro-content .total-c {
            border: 1px dashed #E1E3EA;
            border-radius: 10px;
            padding: 15px 15px;
            display: inline-block;
            text-align: center;
            margin: 0px 10px 10px 0;
            width: 150px;
        }

            .profile-wrap .profile-top-one .pro-content .box-c h1, .profile-wrap .profile-top-one .pro-content .total-o h1, .profile-wrap .profile-top-one .pro-content .total-s h1, .profile-wrap .profile-top-one .pro-content .total-c h1 {
                color: #21346B;
                font-size: 16px;
            }

            .profile-wrap .profile-top-one .pro-content .box-c h3, .profile-wrap .profile-top-one .pro-content .total-o h3, .profile-wrap .profile-top-one .pro-content .total-s h3, .profile-wrap .profile-top-one .pro-content .total-c h3 {
                color: #737374;
                font-size: 13px;
            }

        .profile-wrap .profile-top-one .pro-content .total-c {
            background: #F6F5FB;
        }

        .profile-wrap .profile-top-one .pro-content .total-s {
            background: #F4F7F6;
        }

            .profile-wrap .profile-top-one .pro-content .total-s h3 {
                color: #4C8C71;
            }

        .profile-wrap .profile-top-one .pro-content .total-o {
            background: #F4F5F8;
        }

            .profile-wrap .profile-top-one .pro-content .total-o h3 {
                color: #8484C8;
            }

        .profile-wrap .profile-top-one .pro-customer a {
            background: #6B1212;
            color: #ffffff;
            font-size: 12px;
            padding: 10px 20px;
            border-radius: 6px;
        }

    .profile-wrap .profile-top-two {
        /*padding: 0 15px 15px 15px;*/
        padding:0px;
    }

        .profile-wrap .profile-top-two .nav {
            background: #ffffff;
            padding: 20px;
            width: 100%;
        }

            .profile-wrap .profile-top-two .nav li.active a {
                color: #0688FF;
                font-weight: bold;
                text-decoration: none;
                padding: 20px 10px;
                border-bottom: 2px solid #0688FF;
            }

            .profile-wrap .profile-top-two .nav li a {
                color: #21346B;
                font-weight: normal;
                text-decoration: none;
                padding: 0 10px;
            }

        .profile-wrap .profile-top-two .tab-content {
            background: #ffffff;
            padding: 20px;
            margin-top: 20px;
        }

            .profile-wrap .profile-top-two .tab-content .active {
                opacity: 1;
            }

            .profile-wrap .profile-top-two .tab-content .form-common label {
                font-size: 12px;
                font-weight: bold;
                text-transform: uppercase;
                color: #545973;
            }

            .profile-wrap .profile-top-two .tab-content .form-common .form-control {
                border: 1px solid #DCDFEF;
                color: #4B506D;
                padding: 22px 20px;
            }

.table-data {
    background: #ffffff;
    border-radius: 4px;
    padding: 10px;
    margin-top: 20px;
    width: 100%;
    border: 1px solid #F8F8F8;
}

.table-main table th {
    font-weight: bold;
    font-size: 14px;
    color: #495184;
    border-bottom: 0 !important;
    border-top: 0px;
    padding: 0.75rem;
    border-top: 0 !important;
}

.table-main table td {
    font-size: 12px;
    color: #252733;
    font-weight: normal;
    border-bottom: 1px solid #ffffff;
    padding: 0.75rem;
    border-top: 0 !important;
}

.table-main table .profile p {
    font-size: 14px;
    color: #252733;
    font-weight: normal;
    margin-bottom: 0;
}

.table-main table .profile span {
    font-size: 12px;
    color: #C5C7CD;
    font-weight: normal;
}

.table-main table .profile img {
    border-radius: 60px;
    height: 45px;
    width: 45px;
    margin-right: 15px;
}

.table-main table a.open {
    color: #03781D;
    border-radius: 50px;
    text-decoration: none;
}

.table-main table a.pending {
    color: #BA1717;
    border-radius: 50px;
    text-decoration: none;
}

.table-main table a.closed {
    color: #202020;
    border-radius: 50px;
    text-decoration: none;
}

.pagination-wrap .pagination {
    border-color: #D0D5DD;
    border-radius: 8px;
}

    .pagination-wrap .pagination .page-link {
        color: #1D2939;
    }

.table-filter .left-section h2 {
    font-family: "Mulish", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #252733;
}

.table-filter .left-section a {
    background: #6B1212;
    border-radius: 100px;
    padding: 8px 15px;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    display: flex;
    align-items: center;
}

    .table-filter .left-section a span {
        background: #fff;
        color: #6B1212;
        height: 15px;
        width: 15px;
        border-radius: 30px;
        font-size: 16px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 5px;
        padding-top: 0;
    }

.table-filter .filter a {
    color: #4B506D;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.search-main-area {
    width: 100%;
}

    .search-main-area .status-bar .common-section, .search-main-area .status-bar .pending-payment, .search-main-area .status-bar .pending-invoice, .search-main-area .status-bar .in-progress, .search-main-area .status-bar .pending-purchasing, .search-main-area .status-bar .pending-approval {
        border-radius: 8px;
        text-decoration: none;
        padding: 6px 10px;
        width: 195px;
        height: 70px;
        margin-right: 10px;
        font-size: 16px;
        font-weight: bold;
    }

        .search-main-area .status-bar .common-section:last-child, .search-main-area .status-bar .pending-payment:last-child, .search-main-area .status-bar .pending-invoice:last-child, .search-main-area .status-bar .in-progress:last-child, .search-main-area .status-bar .pending-purchasing:last-child, .search-main-area .status-bar .pending-approval:last-child {
            margin-right: 0px;
        }

    .search-main-area .status-bar .pending-approval {
        background: #EBF9F4;
        border: 1px dashed #E1E3EA;
    }

        .search-main-area .status-bar .pending-approval span {
            font-size: 13px;
            font-weight: bold;
            color: #658D6E;
        }

        .search-main-area .status-bar .pending-approval img {
            margin-right: 10px;
        }

        .search-main-area .status-bar .pending-approval b {
            font-weight: bold;
            font-size: 24px;
            color: #21346B;
        }

    .search-main-area .status-bar .pending-purchasing {
        background: #FCF6F6;
        border: 1px dashed #E1E3EA;
    }

        .search-main-area .status-bar .pending-purchasing span {
            font-size: 13px;
            font-weight: bold;
            color: #C28B85;
        }

        .search-main-area .status-bar .pending-purchasing img {
            margin-right: 10px;
        }

        .search-main-area .status-bar .pending-purchasing b {
            font-weight: bold;
            font-size: 24px;
            color: #21346B;
        }

    .search-main-area .status-bar .in-progress {
        background: #F8F7FC;
        border: 1px dashed #E1E3EA;
    }

        .search-main-area .status-bar .in-progress span {
            font-size: 13px;
            font-weight: bold;
            color: #8484C8;
        }

        .search-main-area .status-bar .in-progress img {
            margin-right: 10px;
        }

        .search-main-area .status-bar .in-progress b {
            font-weight: bold;
            font-size: 24px;
            color: #21346B;
        }

    .search-main-area .status-bar .pending-invoice {
        background: #F6FBFE;
        border: 1px dashed #E1E3EA;
    }

        .search-main-area .status-bar .pending-invoice span {
            font-size: 13px;
            font-weight: bold;
            color: #50A5F1;
        }

        .search-main-area .status-bar .pending-invoice img {
            margin-right: 10px;
        }

        .search-main-area .status-bar .pending-invoice b {
            font-weight: bold;
            font-size: 24px;
            color: #21346B;
        }

    .search-main-area .status-bar .pending-payment {
        background: #FEFBF6;
        border: 1px dashed #E1E3EA;
    }

        .search-main-area .status-bar .pending-payment span {
            font-size: 13px;
            font-weight: bold;
            color: #BF9B3D;
        }

        .search-main-area .status-bar .pending-payment img {
            margin-right: 10px;
        }

        .search-main-area .status-bar .pending-payment b {
            font-weight: bold;
            font-size: 24px;
            color: #21346B;
        }

.top-noti {
    width: 100%;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 2px 3px -2px #ccc;
}

    .top-noti .username {
        font-size: 13px;
        color: #252733;
        font-weight: normal;
    }

    .top-noti .search-top {
        width: 316px;
        height: 42px;
        border-radius: 0px;
        background: #F4F4F4;
        box-shadow: 0 1px 7px #f8f8f8;
        border: 1px solid #f2f2f2;
        padding: 0 20px;
    }

        .top-noti .search-top .form-control {
            border: 0px;
            color: #666666;
            background: #F4F4F4;
        }

.notification-indicator {
    position: relative;
}

    .notification-indicator:before {
        position: absolute;
        content: "";
        right: -6px;
        top: -7px;
        height: 1rem;
        width: 1rem;
        border-radius: 50%;
        border: 2px solid #fff;
        background: #2c7be5;
    }

.popup-style .modal-content {
    padding: 0px;
}

    .popup-style .modal-content .close-modal {
        position: absolute;
        right: 10px;
        top:6px;
    }
        .popup-style .modal-content .close-modal img { width:25px; }

    .popup-style .modal-content h1 {
        font-size: 24px;
        font-weight: bold;
        color: #21346B;
    }

    .popup-style .modal-content p {
        font-size: 14px;
        color: #545973;
    }

    .popup-style .modal-content .form-common label {
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        color: #545973;
    }


.popup-style .modal-content .form-common .form-control {
    /*border: 1px solid #DCDFEF;
        color: #4B506D;
        padding: 22px 20px;*/
}

.popup-style .file-upload {
    /*background: #F8F8FF;
    border: 1px #BEC5E9 dashed;
    padding: 20px;
    margin: 5px;*/
    text-align: center;
    width: 100%;
}

.rz-fileupload {
    text-align: center;
}
.rz-fileupload input{
    background: #F8F8FF;
    border: 1px #BEC5E9 dashed;
    padding: 40px;
    margin: 0px 0px 15px 0px;
    width: 100%;
    text-align: center;
} 



.popup-style .file-upload .upload-link a, .popup-style .file-upload .upload-link span {
    font-size: 16px;
}

    .popup-style .file-upload .upload-link a {
        color: #483EA8;
    }

    .popup-style .file-upload p {
        font-size: 12px;
        margin:0;
    }

.popup-style .popup-buttons {
    margin: 0px;
}

    .popup-style .popup-buttons p {
        font-size: 12px;
        color: #9FA2B4;
    }

        .popup-style .popup-buttons p .required {
            color: #D61F4B;
            font-weight: bold;
            font-size: 14px;
        }

.popup-style .btn-submit {
    background: #21346B !important;
    /*border-radius: 10px;
    height: 48px;
    line-height: 40px;
    font-weight: bold;
    min-width: 150px;*/
    color: #ffffff;
    border: 1px solid #21346B !important;
}

.popup-style .btn-add-new {
    background: #7496ED;
    border-radius: 10px;
    height: 48px;
    line-height: 40px;
    font-weight: bold;
    min-width: 150px;
    color: #ffffff;
    border: 1px solid #7496ED;
}

.popup-style .btn-cancel {
    background: #818181;
    /*border-radius: 10px;
    height: 48px;
    line-height: 40px;
    font-weight: bold;
    min-width: 150px;*/
    color: #ffffff;
    border: 1px solid #818181;
}

.table-threedot .dropdown-menu {
    left: -112px !important;
    width: 240px;
}

.table-threedot ul {
    margin: 0px;
    padding: 0px;
}

    .table-threedot ul li {
        list-style: none;
        padding: 8px 20px;
    }

        .table-threedot ul li a {
            font-size: 14px;
            font-weight: bold;
            color: #344054;
            text-decoration: none;
        }

.table-threedot .dot-image img {
    margin-right: 10px;
}

.login-main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .login-main .login-wrap {
        background: #ffffff;
        padding: 20px 30px 30px;
        border-radius: 4px;
        width: 550px;
        min-height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .login-main .login-wrap .logo {
            display: flex;
            justify-content: center;
            text-align: center;
        }

            .login-main .login-wrap .logo img {
                max-width: 150px;
            }

            .login-main .login-wrap .logo h1 {
                text-align: center;
                font-weight: 500;
                color: #b11919;
                font-size: 22px;
                margin: 15px 0 0 0;              
                line-height: 30px;
            }

::placeholder {
    font-size: 12px;
}

.login-main .login-form label {
    font-size: 14px;
    font-weight: 500;
    color: #0c2149;
}

.login-main .login-form .form-control {
    border: 1px solid #D0D5DD;
    color: #101828;
    padding:10px 20px;
}

.login-main .login-form .btn-submit {
    background: #6B1212;
    border-radius: 4px;
    padding: 8px 20px;
    color: #ffffff;
    font-size: 16px;
}

.login-main .login-form .right-inner-addon {
    margin-bottom: 20px;
}

    .login-main .login-form .right-inner-addon i {
        position: absolute;
        right: 0px;
        pointer-events: none;
        color: #98A2B3;
        border: 1px solid #98A2B3;
        padding: 5px;
        border-radius: 60px;
        font-weight: normal;
        margin: 40px 25px 0 0;
        width: 28px;
        text-align: center;
    }

    .login-main .login-form .right-inner-addon input {
        padding-right: 35px !important;
        color: #101828;
        font-size:14px;
    }

.login-main .login-form .right-inner-addon-b {
    position: relative;
}
/**/
.cart-btn-component {
    border-radius: 4px;
    color: #252628;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.266px;
    padding: 10px 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease-in-out;
    background: #556EE6;
    border: 0;
    text-align: center;
    position: relative;
    min-width: 40px;
    justify-content: center;
}
.cart-btn-component .cart-num {
    position: absolute;
    background: #000;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: -10px;
    right: -10px;
    font-size: 10px;
    color: #fff;
    /*color: #fff;
    font-size: 10px;
    position: absolute;
    top: 4px;
    left: 3px;
    right: 0;
    margin: auto;*/

}
.cart-btn-component img {
    max-width: 24px;
}
.search-component {
    border-radius: 18px;
    background: #EEF4FE;
    padding: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.default-box-component {
    border-radius: 4px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    height: 100%;
}

.header-component {
    margin-bottom: 1.5rem !important;
}

    .header-component h2 {
        margin-bottom: 0;
    }

    .header-component .box-header {
        background: transparent;
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .header-component a {
        text-decoration: none;
    }

    .header-component .box-header .tab-component {
        display: flex;
        gap: 12px;
    }

    .header-component .box-header .right-box {
        display: flex;
        align-items: center;
        gap: 12px;
    }

.default-tab-component .tab-content {
    display: none;
    width: 100%;
    overflow-x: auto;
}

    .default-tab-component .tab-content.visible {
        display: block;
    }

.tab-component .tab-btn {
    border-radius: 4px;
    border: 1px solid #252628;
    text-decoration: none;
    color: #252628;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.266px;
    padding: 8px;
    min-width: 50px;
    justify-content: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease-in-out;
}

    .tab-component .tab-btn img {
        transition: all 0.3s ease-in-out;
    }

    .tab-component .tab-btn:hover,
    .tab-component .tab-btn.active {
        border-radius: 4px;
        background: #252628;
        color: #F7FAFF;
    }

        .tab-component .tab-btn:hover img,
        .tab-component .tab-btn.active img {
            filter: invert(1);
        }

.padding-lr-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.padding-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-component {
    position: relative;
}

.product-component-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.product-component h4 {
    margin-bottom: 6px;
    color: #252628;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform:capitalize;
}

.product-component .product-img {
    border-radius: 4px;
    background: #F7FAFF;
    text-align: center;
    margin-bottom: 16px;
    padding: 40px 20px;
    overflow: hidden;
    /* min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.product-component input[type="radio"]:checked + .product-box {
    background: #000;
    color: #fff;
    border-color: #000;
}

.product-component p {
    margin-bottom: 15px;
    font-size: 14px;
}

.product-component .price {
    color: #3954D3;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    margin-top: 30px;
}

.product-component .product-img img {
    width: 100%;
    border-radius: 5px;
    max-width: 325px;
    height: 150px;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}

.product-component:hover .edit-component {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.product-component .stock-price-component {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    /*padding-left: 10px;
    padding-right: 10px;*/
}

.product-component .status-box {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}
.product-component .price-discount {
    color: #F94F4F;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.803px;
}

.product-component .in-stock .status-box {
    color: #24A700;
}

.product-component .out-of-stock .status-box {
    color: #D42920;
}

.product-component .price-box {
    color: #3954D3;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-align: right;
}
.product-component .price-box.style-2 {
    display:flex;
    flex-direction:column;
}


.product-component .price-old {
    color: #C5C5C5;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.803px;
    text-decoration-line: line-through;
}

.product-component .input-box label {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 4px;
}

.product-component .default-form-component {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

    .product-component .default-form-component input,
    .product-component .default-form-component select,
    .default-form-component textarea.product-component h4 {
        width: 100%;
        padding: 6px 15px;
        border-radius: 4px;
        border: 1px solid #8C8C8C;
        color: #252628;
        font-size: 12px;
    }

    .product-component .default-form-component .input-box.flex-box {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .product-component .default-form-component .input-box .add-btn-component {
        color: #F7FAFF;
    }

    .product-component .default-form-component .add-btn-component {
        font-size: 12px;
        line-height: 2;
        width: 100%;
        height: 100%;
    }
    .product-component .default-form-component .add-btn-component img {
        margin-right:4px;
    }
    .product-component .default-form-component button.add-btn-component.telerik-blazor.k-button.k-button-solid.k-rounded-md.k-button-md.k-button-solid-primary {
        background: #556EE6 !important;
        width: 150px;
        margin-left:auto;
    }
    .default-form-component.add-cart-component.style-2 .input-btn {
/*        text-align: right;*/
    }

.default-box-component .product-category-wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px #F3F3F4 solid;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.default-box-component .product-category-wrapper span {
    color: #2874F0;
}
.default-box-component .product-category-wrapper select {
    border-radius: 4px !important;
    border: 1px solid #F8F8F8 !important;
    padding: 10px 22px 10px 12px;
    color: rgb(37 38 40 / 80%);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #F7F7F7 url(../images/arrow-down-blue-icon.svg) 95% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 14px;
    background-blend-mode: difference;
    max-width: 130px;
    margin-left: auto;
    outline: 0 !important;
    box-shadow: none !important;
}
.default-box-component .product-category-wrapper select.product-sorting {
    margin-left: 20px;
    background-color: transparent;
    border-color: #9fb0ff !important;
    padding: 5px 16px 5px 10px;
    max-width: 140px;
}
.edit-component {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0;
}

.add-items-component .left-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-bottom: 1px rgba(0, 0, 0, 0.08) solid;
    padding-bottom: 30px;
}

.uploading-component {
    border-radius: 8px;
    border: 2px dashed #A3C4FB;
    background: #F7FAFF;
    padding: 70px 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
}

    .uploading-component p {
        margin-top: 17px;
    }

    .uploading-component input {
        display: none;
    }

.default-form-component .uploading-component .default-btn {
    margin-top: 30px;
}


.quantity-box-component {
    color: #131313;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .quantity-box-component .quantity {
        border: 1px solid #2874F0;
        border-radius: 5px;
        width: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
        padding-top: 3px;
    }

    .quantity-box-component .number {
        position: relative;
    }

        .quantity-box-component .number::before {
            left: -15px;
        }

        .quantity-box-component .number::before,
        .quantity-box-component .number::after {
            content: '';
            width: 1px;
            height: 80%;
            position: absolute;
            top: 0;
            background: rgb(115 119 108 / 40%);
        }

        .quantity-box-component .number::after {
            right: -20px;
        }

    .quantity-box-component .plus,
    .quantity-box-component .minus {
        padding: 0 10px;
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 300;
        cursor: pointer;
        color: gray
    }

    .quantity-box-component .plusDisabled,
    .quantity-box-component .minusDisabled {
        padding: 0 10px;
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 300;
        cursor: pointer;
        color:gray
    }

.add-clear-cart-btn-component {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.cart-box-wrapper {
    position:relative;
}
.your-cart-component {
    background: #EEF4FE;
    max-width: 360px;
    top: 60px;
    right: 0;
    left: auto;
    position: absolute;
    z-index: 99;
    border-radius: 10px;
    box-shadow: 0px 4px 27px 0px rgb(0 0 0 / 19%);
    padding: 17px;
    min-width: 360px;
    width: 100%;
    display:none;
}
.your-cart-component ul {
    padding-left: 0;
    margin-bottom: 0;
}
.your-cart-component.active {
    display: block;
}
.your-cart-component .default-btn {
    border-radius: 4px;
    background: #556EE6;
    color: #F7FAFF !important;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.266px;
    text-decoration: none;
    padding: 12px 45px;
    margin-top: 10px;
    display: inline-block;
    border: 0 !important;
    outline: 0;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
    .your-cart-component .cart-top-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .your-cart-component .right-block.clear-cart {
        color: #2874F0;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
    }

    .your-cart-component .clear-cart span {
        text-decoration: underline;
    }

    .your-cart-component .clear-btn {
        cursor: pointer;
    }
    .your-cart-component .clear-btn img {
        max-width: 12px;
        filter: contrast(0.7);
    }

    .your-cart-component .cart-list-outer {
        max-height: 600px;
        overflow-y: auto;
        padding-right: 10px;
    }

    .your-cart-component ::-webkit-scrollbar {
        width: 2px;
    }

    .your-cart-component ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .your-cart-component ::-webkit-scrollbar-thumb {
        background: #556EE6;
    }

    .your-cart-component .cart-item-list {
        display: flex;
        justify-content: space-between;
        margin-top: 12px;
        border-bottom: 1px rgb(52 52 52 / 20%) solid;
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .your-cart-component .left-block {
        display: flex;
        align-items: flex-start;
        gap: 13px;
    }
    .your-cart-component .left-block h3 {
        text-transform: uppercase;
        margin-bottom: 0;
        color: #252628;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }
    .your-cart-component .left-block img {
        border-radius: 8px;
        object-fit: contain;
    }

    .your-cart-component .cart-item-list li {
        list-style-type: none;
        color: #343434;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        margin-top: 5px;
    }
    .your-cart-component .cart-item-list li:first-child {
        margin-top:0;
    }
    .your-cart-component .cart-item-list .price {
        color: #556EE6;
    }

    .your-cart-component .right-block {
        font-size: 12px;
        color: #000;
        font-weight: 300;
    }

    .your-cart-component .sub-total {
        color: #3954D3;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .your-cart-component .cart-item-list:last-child {
        border-bottom: 0;
    }
    .your-cart-component .left-block span {
        font-size: 12px;
    }

.default-box-component .k-table-row.k-master-row .status {
    padding: 2px 8px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    min-width: 70px;
    margin-bottom: 0;
}

.default-box-component tr td .sync-status-pending {
    background: rgb(255 83 73 / 10%);
    color: #fa8444;
    white-space: nowrap;
}

.default-box-component tr td .sync-status {
    background: #E8FAF2;
    color: #00B661;
}

.default-box-component tr td .blocked-status {
    background: #FEE5E5;
    color: #FF1E1E;
}

.default-box-component tr td .not-sync-status {
    background: #EEF4FE;
    color: #3797FF;
}

.header-component .right-box .alert.alert-info.alert-dismissible.show {
    position: absolute;
}

.default-form-component.add-builder-component {  
    overflow: auto;
}

.add-builder-component .list-grid-modal {
    display: none;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
    padding: 12px;
    position: absolute;
    /*right: 30px;*/
    z-index: 9;
    margin-top: 5px;
    min-width: 130px;
    max-width: 140px;
    width: 100%;
}
.add-builder-component .list-grid-modal.active {
    display: block;
}
.add-builder-component .list-grid-modal li {
    list-style-type: none;
    text-align: left;
    color: #252628;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.add-builder-component .list-grid-modal ul {
    padding-left: 0;
    margin-bottom: 0;
}
.add-builder-component .list-grid-modal li:hover {
    color: #0525bd;
}
.add-builder-component .list-grid-modal li a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.add-builder-component .list-grid-modal li:not(:first-child) {
    margin-top: 7px;
}
.add-builder-component .list-grid-modal li img {
    margin-right: 4px !important;
    max-width: 16px;
}
.add-builder-component .list-grid-modal i {
    margin-right: 2px;
    max-width: 18px;
    min-width: 18px;
    font-size: 16px;
    vertical-align: middle;
}
.add-builder-component .action-btn {
    cursor: pointer;
    min-width: 10px;
    /*text-align: center;*/
}
/**/
.breadcrumb-component.title-component {
    font-size: 14px;
    margin-bottom: 20px;
}
.breadcrumb-component img {
    transform: rotate(-90deg);
    width: 12px;
    margin-top: 0 !important;
    margin-right: 5px;
}
.breadcrumb-component a {
    color: #0071c1 !important;
}
.documents-marketing-resources.default-table-component tr td img,
.documents-marketing-resources.default-table-component tr td svg,
.documents-marketing-resources.default-table-component tr td i {
    font-size:16px;
}
.documents-marketing-resources.default-table-component tr th,
.documents-marketing-resources.default-table-component tr td {
    background-color: #fff;
    box-shadow: none;
    color: #615E83;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding: 10px;
    padding-left: 24px;
    border: 0 !important;
    border-top: 1px rgb(231 231 231 / 50%) solid !important;
}
.documents-marketing-resources.default-table-component tr th {
    font-weight: 600;
    background: #F7FAFF;
}
.documents-marketing-resources.default-table-component tr td a {
    color: #0071c1;
}
.documents-marketing-resources.default-table-component .item-count {
    padding-left: 22px;
    font-size: 10px;
    color: gray;
    margin-bottom: 0;
}
.documents-marketing-resources tr th,
.documents-marketing-resources tr td {
    width: 20%;
}
.documents-marketing-resources tr th:first-child,
.documents-marketing-resources tr td:first-child {
    width: 40%;
}
.documents-marketing-resources tr th:last-child,
.documents-marketing-resources tr td:last-child {
    width: 10%;
    text-align: center;
}
.documents-marketing-resources.default-table-component tr td:last-child img {
    max-width: 18px;
    vertical-align: baseline;
    margin-right: 10px;
}

.document-box-component-outer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    border-top: 1px #b5b5b5 solid;
    margin-top: 20px;
    padding-top: 20px;
}
.document-box-component {
    border-radius: 4px;
    background: #F4F9FF;
    padding: 10px;
    position: relative;
}
.document-box-component .list-grid-modal.active {
    right: 0;
    max-width: 141px;
}
.document-box-component .action-btn-outer .action-btn {
    min-width: 12px;
    display: inline-block;
}
.document-box-component .file-name {
    color: #252628;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.document-box-component .doc-detail {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.document-box-component .doc-detail-inner .item-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.document-box-component .doc-detail-inner .icon-list {
    display: flex;
}
.document-box-component .bottom-text {
    color: #252628;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    display: flex;
    justify-content: space-between;
}
.document-box-component .bottom-text img {
  margin-right: 3px;
}
.document-box-component .img-box {
    margin: 8px 0 18px;
}
.document-box-component .img-box img {
    width: 100%;
}
.document-box-component i,
.document-box-component svg {
    font-size: 16px;
    color: #e15f78;
    margin-right: 2px;
}
.document-box-component .list-grid-modal li img {
    filter: grayscale(1);
}
.document-box-component-outer .doc-detail-inner {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.builder-settings-component.card.card-view-detail .table-main input#days_To_Move_In {
    border-radius: 5px 0 0 5px !important;
}
.builder-settings-component.card.card-view-detail .table-main .k-numerictextbox {
    max-width: 70px;
}
.builder-settings-component.card.card-view-detail form {
    display: flex;
    align-items: end;
    gap: 30px;
}
.builder-settings-component.card.card-view-detail form label {
    margin-bottom:6px;
}
article.content {
/*    min-height: 84vh;*/
}
.default-box-component.default-form-component.add-builder-component td.k-table-td.k-detail-cell {
    padding: 0;
}
.k-grid th,
.k-grid td {
    font-size: 13px;
}
/*.k-button-solid-base:hover,
.k-button-solid-base.k-hover {
    background-color: #1151f3 !important;
}*/


.main-content-wrapper {
    min-height:84vh;
}
.not-found-text {
    font-size: 14px;
    color: #ff6358;
}


.not-found-component {
    grid-column: 1 / -1;
    text-align: center;
    padding: 50px 0;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page-not-found {
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page-not-found .title {
    background: linear-gradient(268deg, #556EE6 1.42%, #21376C 102.43%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 100px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.page-not-found h2 {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.page-not-found p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 500px;
}
.page-not-found .btn {
    min-width: 240px;
    padding: 10px;
    margin-top: 20px;
}

/*.loader-wrapper {
    background-color: rgb(255 255 255 / 50%) !important;
}*/
.k-dialog-titlebar {
    background: #27292B;
    color: #FFFFFF;
    border-radius: 10px 10px 0 0;
}
button.telerik-blazor.k-button.k-button-solid.k-rounded-md.k-button-md.k-button-solid-primary {
    background: #2a3773 !important;
    border-color: transparent !important;
}
.k-dialog-wrapper .k-dialog {
    border-radius: 10px;
}
.builder-settings-component input {
    border:0 !important;
}
div#divPrintableO input {
    border: 0 !important;
}

.default-form-component.add-cart-component .product-box-outer {
    display:flex;
    gap: 5px;
}
.default-form-component.add-cart-component .product-box {
    border-radius: 2px;
    border: 1px solid #252628;
    color: #252628;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px 11px;
    cursor:pointer;
}
.default-form-component .input-box.style-2 {
    grid-column: 1 / -1;
    width: 100%;
}
.default-form-component .quantity-label {
    grid-column: 1 / -1;
    width: 100%;
}
.default-form-component.add-cart-component.style-2 {
    gap: 5px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.2s ease-in-out;
    /* padding-left: 10px;
    padding-right: 10px;*/
}
.default-form-component.add-cart-component.style-2 .quantity-cart {
    display:flex;
    gap:15px;
}
.product-component:hover .default-form-component.add-cart-component.style-2 {
    /*background: rgba(246, 246, 246, 0.95);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;*/
}
.product-component .card-show-hide {
    display: none;
    /*    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;*/
    /*    position: absolute;
    top: 0;*/
    /*opacity: 0;
    height: 0;
    overflow: hidden;*/
}
.product-component:hover .card-show-hide {
    display: block;
/*    overflow: auto;
    opacity: 1;
    max-height: 200px;
    transition: max-height 0.3s ease-in-out;*/
    /*position: absolute;
    top: 0;*/
/*        opacity: 1;
    overflow: auto;
    height: auto;*/
}
.product-component .product-detail-wrapper {
}

.product-component:hover .product-detail-wrapper {
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.04);
    padding: 15px;
}

.cart-popup-style-2 {
    min-height:200px;
    max-height:450px;
    overflow:auto;
    padding-top: 10px;
}
.cart-popup-style-2 .img-box {
    border-radius: 2px;
    background: #F7FAFF;
    padding: 20px;
}
.cart-popup-style-2 ul {
    list-style-type: none;
    padding-left:0;
}
.cart-popup-style-2 ul li {
    color: #252628;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.cart-popup-style-2 ul li.price {
    font-size: 13px;
}
.cart-popup-style-2 ul li.sku {
    color: #252628;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
.cart-popup-style-2 .total-block {
    text-align: right;
    color: #252628;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.cart-popup-style-2 .product-price {
    color: #556EE6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.cart-popup-style-2 .cart-item-list {
    display: flex;
    gap: 30px;
    padding-bottom:15px;
    margin-bottom:15px;
    justify-content:space-between;
    border-bottom: 1px rgb(231 231 231 / 50%) solid;
}
.cart-popup-style-2 .left-block {
    display: flex;
    gap: 30px;
}
.cart-popup-style-2 .img-box img {
    max-width: 60px;
}
.k-button-flat::after {
    box-shadow:none !important;
}
.k-button-overlay, .k-button::before {
    background:inherit !important;
}
.default-box-component.order-history-table-component .button-wrapper {
    display:flex;
    justify-content:center;
    gap:10px;
}
.default-box-component.order-history-table-component .button-wrapper a {
    border-radius: 5px;
    background: #E1F0FF;
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.default-box-component.order-history-table-component .button-wrapper a:first-child {
    background: #FEE5E5;
}
.default-box-component.order-history-table-component table th:last-child .k-link {
    justify-content: center;
}
.add-edit-user-table-component .button-wrapper a {
    border-radius: 5px;
    background: #E1F0FF;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*  */
.project-view-col-component {
    display: flex;
    margin-bottom: 45px;
}
.project-view-col-component .col-box {
    padding: 1px;
    position: relative;
    flex-basis: 50%;
    overflow: hidden;
}
.project-view-col-component .col-box a {
    display: block;
    height: 100%;
    width: 100%;
}
.project-view-col-component .col-box a:hover img {
    transform: scale(1.05);
}
.project-view-col-component .content-block {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.project-view-col-component .col-box::after {
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.project-view-col-component .col-box-outer {
    display: flex;
    flex-wrap: wrap;
}
.project-view-col-component .col-box-outer .col-box {
    flex-basis: 50%;
}
.project-view-col-component .col-box-outer .col-box img {
    max-height: 200px;
}
.project-view-col-component .col-box img {
    max-height: 405px;
}
.project-view-col-component img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.project-view-col-component h4 {
    color: #F7FAFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}
.project-view-col-component.column-style-1 .col-box {
    flex-basis: 100%;
}
.project-view-col-component.column-style-2 .col-box {
    flex-basis: 50%;
}
.project-view-col-component.column-style-2 .col-box-outer .col-box {
    flex-basis: 100%;
}
.project-view-col-component.column-style-2 .col-box img,
.project-view-col-component.column-style-3 .col-box img {
    max-height: inherit;
}
.project-view-col-component.column-style-4 .col-box-outer .col-box:last-child {
    flex-basis: 100%;
}

/**/
.product-detail-page-component .product-main-img,
.product-detail-page-component .thumbnail-img {
    border-radius: 4px;
    background: #F7FAFF;
    text-align: center;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
.product-detail-page-component .product-main-img img {
    max-width: 350px;
    height: 200px;
    object-fit: contain;
}
.product-detail-page-component .thumbnail-img img {
    max-width:80px;
    width:100%;
    height: 80px;
    object-fit: contain;
}
.product-detail-page-component .product-thumbnail-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:8px;
}
.product-detail-page-component .product-detail-wrapper {
    display: flex;
    gap: 65px;
}
.product-detail-page-component .product-img-block {
    flex-basis: 52%;
    gap: 8px;
    display:grid;
}
.product-detail-page-component .product-content-block {
    flex-basis: 48%;
}
.product-detail-page-component .product-img-block img {
    width: 100%;
    margin: 20px 5px;
}
.product-detail-page-component .status-box {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.16px;
}
.product-detail-page-component .in-stock {
    color: #556EE6;
}
.product-detail-page-component h3 {
    color: #292929;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.16px;
    margin: 10px 0;
    text-transform: capitalize;
}
.product-detail-page-component h4 {
    color: #292929;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.product-detail-page-component .price-old {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: line-through;
}
.product-detail-page-component .new-old {
    color: #141414;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.product-detail-page-component .total-discount {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    border-radius: 4px;
    background: #FF4242;
    padding: 5px 5px;
}
.product-detail-page-component .price-box {
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px #A3A3A3 dashed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.product-detail-page-component .description-box {
    margin-bottom:30px;
}
.product-detail-page-component p {
    color: #666;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.product-detail-page-component .product-box {
    border-radius: 2px;
    border: 1px solid #252628;
    color: #252628;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 14px;
    cursor: pointer;
}
.product-detail-page-component input[type="radio"]:checked + .product-box {
    background: #000;
    color: #fff;
    border-color: #000;
}
.product-detail-page-component .input-box {
    margin-bottom: 20px;
}
.product-detail-page-component .input-box h5 {
    color: #8F8F8F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}
.product-detail-page-component .input-box .active-color {
    color: #0C0C0C;
}
.product-detail-page-component .add-btn-component {
    border-radius: 8px;
    background: #3954D3;
    padding: 12px 60px;
    color: #fff;
    font-weight:600;
}
.product-detail-page-component .cart-btn-outer {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.product-detail-page-component .quantity-box-component .quantity {
    height: 100%;
    width: 120px;
}




    @media screen and (max-width: 768px) {
        .right-main {
            padding: 10px;
        }

        .status-bar .common-section, .search-main-area .status-bar .pending-approval, .search-main-area .status-bar .pending-purchasing, .search-main-area .status-bar .in-progress, .search-main-area .status-bar .pending-invoice, .search-main-area .status-bar .pending-payment {
            border-radius: 8px;
            text-decoration: none;
            padding: 6px 15px;
            width: 120px;
            height: 70px;
            margin-right: 10px;
            font-size: 16px;
            font-weight: bold;
        }

        .logo {
            padding: 10px;
        }

            .logo img {
                width: 100%;
            }
    }

    .dash-common-top .number, .total-orders .number, .total-shippers .number, .total-credit .number {
    border: 1px solid #fff;
    padding: 6px 30px;
    font-size: 14px;
    font-weight: bold;
}

.dash-wrap-main {
    width: 100%;
}

    .dash-wrap-main .dash-common-box {
        border: 1px solid #DFE0EB;
        border-radius: 8px;
        background: #ffffff;
        min-height: 530px;
    }

        .dash-wrap-main .dash-common-box .link-common, .dash-wrap-main .dash-common-box .all-attachments a, .dash-wrap-main .dash-common-box .recent-work-orders a, .dash-wrap-main .dash-common-box .recent-shippers a, .dash-wrap-main .dash-common-box .recent-credit a {
            border-radius: 100px;
            font-size: 11px;
            font-weight: bold;
            text-decoration: none;
            padding: 8px 15px;
            color: #ffffff;
        }

        .dash-wrap-main .dash-common-box .recent-credit {
            margin-bottom: 10px;
            padding: 20px 10px 10px 10px;
        }

            .dash-wrap-main .dash-common-box .recent-credit h3 {
                font-weight: bold;
                font-size: 19px;
                color: #4E3AA7;
                margin-bottom: 0px;
            }

            .dash-wrap-main .dash-common-box .recent-credit a {
                background: #4E3AA7;
            }

        .dash-wrap-main .dash-common-box .recent-shippers {
            padding: 20px 10px 10px 10px;
            margin-bottom: 10px;
        }

            .dash-wrap-main .dash-common-box .recent-shippers h3 {
                font-weight: bold;
                font-size: 19px;
                color: #196351;
                margin-bottom: 0px;
            }

            .dash-wrap-main .dash-common-box .recent-shippers a {
                background: #196351;
                border-radius: 100px;
            }

        .dash-wrap-main .dash-common-box .recent-work-orders {
            padding: 20px 10px 10px 10px;
            margin-bottom: 10px;
        }

            .dash-wrap-main .dash-common-box .recent-work-orders h3 {
                font-weight: bold;
                font-size: 19px;
                color: #31397D;
                margin-bottom: 0px;
            }

            .dash-wrap-main .dash-common-box .recent-work-orders a {
                background: #31397D;
            }

        .dash-wrap-main .dash-common-box .all-attachments {
            padding: 20px 10px 10px 10px;
            margin-bottom: 10px;
        }

            .dash-wrap-main .dash-common-box .all-attachments h3 {
                font-weight: bold;
                font-size: 19px;
                color: #6B1212;
                margin-bottom: 0px;
            }

            .dash-wrap-main .dash-common-box .all-attachments a {
                background: #6B1212;
            }

    .dash-wrap-main .dash-table-common tr th {
        background: #F6F5FB;
        border: 0px;
        font-size: 14px;
    }

    .dash-wrap-main .dash-table-common tr td {
        border: 0px;
        font-size: 12px;
    }

        .dash-wrap-main .dash-table-common tr td a {
            color: #21346B;
            font-weight: bold;
        }

            .dash-wrap-main .dash-table-common tr td a.download {
                color: #0688FF;
                font-weight: normal;
            }

            .dash-wrap-main .dash-table-common tr td a.open {
                color: #03781D;
                border-radius: 50px;
                text-decoration: none;
                /*  width: 95px !important;*/
                font-weight: normal;
                max-width: 180px !important;
                font-weight: bold;
            }

            .dash-wrap-main .dash-table-common tr td a.pending {
                color: #BA1717;
                border-radius: 50px;
                text-decoration: none;
                /*   width: 95px!important;*/
                font-weight: normal;
                max-width: 180px !important;
                font-weight: bold;
            }

            .dash-wrap-main .dash-table-common tr td a.closed {
                color: #202020;
                border-radius: 50px;
                text-decoration: none;
                /*        width: 95px!important;*/
                font-weight: normal;
                max-width: 180px !important;
                font-weight: bold;
            }

    .dash-wrap-main .dash-table-common .pagination-dash .pagination {
        border-radius: 0;
        border: 0px !important;
        background: none !important;
    }

        .dash-wrap-main .dash-table-common .pagination-dash .pagination .page-link {
            color: #1D2939;
            border: 0px !important;
            background: none !important;
        }

.remark-dialog {
    padding: 30px;
}

    .remark-dialog h1 {
        color: #000000 !important;
    }

    .remark-dialog .remark-messgae-box {
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 7px 13px #ccc;
        margin-bottom: 30px;
    }

        .remark-dialog .remark-messgae-box .repeat-row {
            margin-bottom: 10px;
        }

            .remark-dialog .remark-messgae-box .repeat-row .icon-left {
                height: 50px;
                width: 80px;
                border-radius: 30px;
                box-shadow: 0 4px 20px #cccccc;
                display: flex;
                justify-content: center;
                align-items: center;
                background: #ffffff;
                margin-right: 20px;
            }

            .remark-dialog .remark-messgae-box .repeat-row .right-content-main .right-content {
                border-radius: 10px;
                padding: 15px;
                margin-bottom: 10px;
            }

                .remark-dialog .remark-messgae-box .repeat-row .right-content-main .right-content p {
                    font-size: 14px;
                    color: #ffffff;
                    margin-bottom: 0;
                }

            .remark-dialog .remark-messgae-box .repeat-row .right-content-main .black {
                background: #202020;
            }

            .remark-dialog .remark-messgae-box .repeat-row .right-content-main .green {
                background: #5BA87A;
            }

            .remark-dialog .remark-messgae-box .repeat-row .right-content-main .red {
                background: #6B1212;
            }

            .remark-dialog .remark-messgae-box .repeat-row .right-content-main h6 {
                color: #3F3F3F;
                font-weight: bold;
            }

                .remark-dialog .remark-messgae-box .repeat-row .right-content-main h6 span {
                    font-size: 12px;
                    color: #9E9E9E;
                    margin-left: 10px;
                }

            .remark-dialog .remark-messgae-box .repeat-row .right-content-main .attachmentlink {
                color: #3F518A;
                font-size: 12px;
            }

    .remark-dialog .response-write {
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 7px 13px #ccc;
        border: 1px solid #D8DAE5;
        margin-bottom: 30px;
    }

        .remark-dialog .response-write textarea {
            font-size: 14px;
            color: #9E9E9E;
            border: 0px;
            width: 100%;
        }

        .remark-dialog .response-write button {
            border: 1px solid #9E9E9E;
            background: #ffffff;
            border-radius: 5px;
            color: #5F5F5F;
            font-size: 15px;
            padding: 8px 20px;
        }

.view-details-main {
    background: #ffffff;
    padding: 0px;
    margin-top: 0px;
    width: 100%;
    border:none;
}

    .view-details-main h1 {
        font-size: 24px;
        color: #21346B;
        border-bottom: 1px solid #E2E3E7;
        padding-bottom: 15px;
    }

    .view-details-main h2 {
        font-size: 16px;
        font-weight: bold;
        color: #545973;
        margin: 20px 0;
    }

.credit-form-main label {
    display: inline-block;
    margin-bottom: 0.2rem;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: #545973;
}

.credit-form-main .form-control {
    border: 1px solid #DCDFEF;
    color: #4B506D;
    padding: 22px 20px;
}

.credit-form-main .document-list {
    border: 1px solid #11AF22;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
}

    .credit-form-main .document-list span {
        font-size: 12px;
    }

.fill-blue-button {
    background: #3818D9;
    border: 1px solid #3818D9;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    padding: 8px 20px;
}

.back-button {
    background: #545973;
    border-radius: 8px;
    padding: 8px 20px;
    color: #ffffff;
    box-shadow: 0 4px 15px #9FA2B4;
    border: 0;
    font-size: 14px;
}

.next-button {
    background: #21346B;
    border-radius: 8px;
    padding: 8px 20px;
    color: #ffffff;
    box-shadow: 0 4px 15px #9FA2B4;
    border: 0;
    font-size: 14px;
}

.customer-grid-option .nav-tabs {
    border: 0px;
}

    .customer-grid-option .nav-tabs li a.listview {
        font-weight: 600;
        font-size: 14px;
        color: #9FA2B4;
        background: url("./images/list-view-default.svg") no-repeat 3px 1px;
        padding-left: 30px;
    }

    .customer-grid-option .nav-tabs li.active .listview {
        background: url("./images/list-view-active.svg") no-repeat 3px 1px;
        color: #21346B;
        font-weight: bold;
    }

    .customer-grid-option .nav-tabs li a.mapview {
        font-weight: 600;
        font-size: 14px;
        color: #21346B;
        background: url("./images/map-view-default.svg") no-repeat 3px 1px;
        padding-left: 30px;
    }

    .customer-grid-option .nav-tabs li.active .mapview {
        background: url("./images/map-view-active.svg") no-repeat 3px 1px;
        font-weight: bold;
    }

    .customer-grid-option .nav-tabs li a {
        font-weight: 600;
        font-size: 14px;
        color: #9FA2B4;
        text-decoration: none;
        margin-left: 20px;
    }

        .customer-grid-option .nav-tabs li a.active {
            font-weight: 600;
            font-size: 14px;
            color: #21346B;
        }

.tab-content {
    width: 100%;
}

    .tab-content .customer-heading {
        width: 100%;
    }

        .tab-content .customer-heading h2 {
            font-family: "Mulish", Arial, Helvetica, sans-serif;
            font-size: 19px;
            font-weight: bold;
            color: #252733;
        }

    .tab-content .btn-submit {
        background: #21346B;
        border-radius: 10px;
        height: 48px;
        line-height: 40px;
        font-weight: bold;
        min-width: 150px;
        color: #ffffff;
        border: 1px solid #21346B;
    }

.map-wrap .map {
    width: 100%;
}

    .map-wrap .map img {
        width: 100%;
        height: 100%;
    }

.map-wrap .map-legend {
    margin-top: 10px;
    display: flex;
    justify-content: end;
}

    .map-wrap .map-legend .orange {
        font-size: 14px;
        color: #636363;
        display: flex;
        align-items: center;
        margin-left: 10px;
    }

        .map-wrap .map-legend .orange span.shape {
            height: 12px;
            width: 12px;
            background: #E7B73D;
            margin-right: 10px;
            float: left;
        }

    .map-wrap .map-legend .green {
        font-size: 14px;
        color: #636363;
        display: flex;
        align-items: center;
        margin-left: 10px;
    }

        .map-wrap .map-legend .green span.shape {
            height: 12px;
            width: 12px;
            background: #5BA87A;
            margin-right: 10px;
            float: left;
        }

.map-wrap .blue {
    font-size: 14px;
    color: #636363;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

    .map-wrap .blue span.shape {
        height: 12px;
        width: 12px;
        background: #397FDD;
        margin-right: 10px;
        float: left;
    }

.map-wrap .red {
    font-size: 14px;
    color: #636363;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

    .map-wrap .red span.shape {
        height: 12px;
        width: 12px;
        background: #BA1717;
        margin-right: 10px;
        float: left;
    }

.additem {
    color: #3751FF;
    font-weight: bold;
    font-size: 14px;
}

#addShipperTerm h2 {
    font-size: 14px;
    color: #21346B;
    margin: 40px 0 20px 0;
}

#addShipperTerm .shippergray {
    color: #D3D6E1;
}


/* Sidebar */
.sidebar {
    display: block;
    max-width: 220px;
    background: #132144;
    height: 100%;
    position: fixed;
    width: 100%;
}

    .sidebar .logo {
        background: #fff;
        text-align: center;
        padding: 9px 20px 9px 20px;
    }

.logo img {
    width: 100%;
    height: auto;
    max-width: 130px;
}

ul.sidebar-nav {
    margin: 0;
    padding: 20px;
    list-style: none;
}

    ul.sidebar-nav li {
        padding: 10px 0;
        border-bottom: 1px solid #22304c;
    }
    ul.sidebar-nav li.active {
        font-weight: 600;
    }
ul.sidebar-nav li a {
    color: #E9ECEF;
}
ul.sidebar-nav li a:hover {
    color: #E9ECEF;
}

.sidebar-nav a {
    color: #E9ECEF;
    font-size: 15px;
}

    .sidebar-nav a:hover {
        text-decoration: none;
    }

.feather {
    width: 18px;
    height: 18px;
}

ul.sidebar-nav svg, .icon svg {
    margin-right: 0.75rem;
    color: #e9ecef;
}

.main-content {
    margin-left: 220px;
    display: flex;
    flex-direction: column;
    display: flex;
    /*width: 100%;*/
    min-height: 100vh;
    min-width: 0;
    transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
}


/* Data Table Style */
.rz-data-grid-data table thead th:first-child, .rz-data-grid-data table tbody tr td:first-child {
    padding-left: 20px;
}

/* Dashboard top widget */
.card {
    margin-bottom: 24px;
    box-shadow: 0 0 0.875rem #2930420d;
    border-radius: 4px;
    border: 0;
}

.cards-header p strong {
    display: block;
    font-size: 20px;
}

.card-body {
    background: url("../images/card-body-bg.png") no-repeat 0 0;
    background-size: cover;
}

.cards-header .card-icon {
    background: #ffffff57;
    border-radius: 50%;
    padding: 0.55rem;
    width: 38px;
    height: 38px;
    text-align: center;
}

.cards-header p {
    margin-bottom: 0px;
    font-size: 16px;
}

    .cards-header p span {
        white-space:inherit;
    }

b, strong {
    font-weight: 600;
}

/* Detail page card widget - Status */
.cards-status .card-body {
    padding: 10px 15px;
}

.cards-status .card-body p {
    font-size: 14px;
}

.cards-header.cards-status .card-icon {
    border-radius: 50%;
    padding: 0.2rem;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 10px;
}
.action-small-btn {
    border-radius: 5px;
    background: #E1F0FF;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.action-small-btn img {
    width:16px;
}

/* Dark style */
.bg-purple {
    background: #7952B3;
}

.bg-blue {
    background: #25396b;
}

.bg-green {
    background: #3c9069;
}

.bg-red {
    background: #9b2e38;
}

/* light style */
.bg-purple-light {
    color: #0f085b;
    background: rgba(80, 72, 160, 0.2);
}

.bg-blue-light {
    color: #1d5281;
    background: rgba(59, 154, 241, 0.2);
}

.bg-green-light {
    color: #004221;
    background: rgba(84, 170, 129, 0.2);
}

.bg-red-light {
    color: #7d1d1d;
    background: rgba(212,100,100,.2);
}

.bg-yellow-light {
    color: #F9EBCC;
    background: #F9EBCC;
}

/* Dashboard content */
.dashboard-content .card-header {
    height: 40px;
}

    .dashboard-content .card-header h3 {
        margin: 0;
        font-size: 15px;
        color: #fff;
        font-weight: 500;
    }

    .dashboard-content .card-header a {
        color: #fff;
        font-size: 14px;
    }

        .dashboard-content .card-header a svg {
            position: relative;
            top: -2px;
        }

/* Table reset css */
.rz-grid-table thead th {
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
}

.rz-grid-table td {
    background: transparent;
}

.rz-data-grid-data table thead th:first-child, .rz-data-grid-data table tbody tr td:first-child {
    width: 100px;
}

/*Burger icon */
.burger-menu {
    cursor: pointer;
}

    .burger-menu svg {
        width: 30px;
        height: 30px
    }

/* Pagination */
.page-item.active .page-link {
    background-color: #21346B;
    border-color: #21346B;
}

.page-link, a {
    color: #007bff;
}


/* Menu collpsed */
.wrapper {
    overflow-x: hidden;
}

.main-content {
    transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
}

.sidebar {
    overflow: hidden;
    transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
}

.collapsed .sidebar {
    margin-left: -220px;
}

.collapsed .main-content {
    padding: 0;
    margin: 0;
}

/* Card detail page */
.card.card-view-detail {
    padding: 0px;
    box-shadow: none;
    border-radius: 0;
}

.cards-status .col {
    max-width: 240px;
    padding: 0 10px;
}

.cards-status .card-body p {
    font-size: 13px;
}

/* Card detail page table */
.card-view-detail .rz-grid-table thead {
    background: #EFF2F7;
}

.badge {
    font-weight: 400;
}
/* Buttons */
.btn-style-1 {
    font-weight: 500;
    background: #7952B3;
    color: #fff;
    border-color: #7952B3;
    font-size: 14px;
}
.btn-style-1 img {
    filter: contrast(5);
}
.btn-style-1:hover {
    font-weight: 500;
    background: #4e248c;
    color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-style-2 {
    font-weight: 500;
    background: #556EE6;
    color: #fff;
    border-color: #556EE6;
    font-size: 14px;
}

    .btn-style-2:hover {
        font-weight: 500;
        background: #081a73;
        color: #fff;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
/* Heading */
.h1, h1 {
    font-size: 22px;
    color: #21346B;
    margin: 0;
}

/* Search bar */
.input-group-search {
    max-width: 450px;
    border: 1px solid #eceff2;
}

.input-group-search button {
    height: calc(2.24375rem + 2px);
    box-shadow: 0 0 0.875rem #2930420d !important;
}
.input-group-search input {
    background: #ffffff;
    box-shadow: 0 0 0.875rem #2930420d !important;
    border-radius: 0.25rem 0rem 0rem 0.25rem !important;
}

    .input-group-search button {
        background: #193f89;
        color: #fff;
    }

    .input-group-search ::placeholder {
        font-size: 14px;
    }

/* Card detail page */
.card-view-detail .card-title {
    border-bottom: 1px solid #e7e9ec;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

    .card-view-detail .card-title h2 {
        font-size: 18px;
        font-weight: 500;
    }

.card-form label {
    display: block;
}

.card-form .form-group span, .form-group .rz-dropdown {
    display: block;
}
/* Footer */
.footer {
    border-top: 1px solid #dee6ed;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
    .footer p {
        color: #1a4179;
        font-size: 14px;
    }

.document-list {
    border: 1px solid #11AF22;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
}

.btn-back {
    margin-bottom: 20px;
    max-width: 120px;
    width: 100%;
}

/*# sourceMappingURL=style.css.map */
.rz-h40 {
    max-height: 350px;
}
.rz-steps ul {
    text-align: center;
    width: 100%;
    float: left;
    background: #dddddd63;
    padding:10px 10px;
    border-radius: 0px;
}
.rz-steps .rz-steps-item {
    font-size: 14px;
}
.rz-steps .rz-steps-number {
    padding: 0rem;
    line-height: normal;
    height: 20px;
    width: 20px;
}
.rz-steps .rz-steps-title {
    font-weight: 500;
}


.rz-steps .rz-widget-content .row {
    max-height: 35vh !important;
}
.rz-steps .rz-widget-content {
    padding: 0px 25px 0px 25px;
}
.rz-steps .rz-widget-content::-webkit-scrollbar {
    width: 0.30em;
}
.rz-steps .rz-widget-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
    .rz-steps .rz-widget-content::-webkit-scrollbar-thumb {
        background-color: #7b7c83;
        outline: 1px solid #7b7c83;
    }

.file-upload .font-14 {
    font-size: 14px;
}
.popup-buttons .btn {
    font-size: 12px !important;
}
::file-selector-button {
    border: 0 !important;
}
/*.loader {
    max-width: 20px;
    max-height: 20px;
}*/
.card-heading.style-2 h2 {
    color: #121A26;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.2px;
    margin-top: 26px;
}
.place-order-component {
    /*margin-top: 20px;*/
}

    .place-order-component .cart-header {
        border-radius: 4px 4px 0px 0px;
        background: #132144;
        color: #FFF;
        padding: 12px 40px;
        margin-bottom: 0;
    }
    .place-order-component .cart-header .cart-item-list {
        padding: 0;
    }
    .place-order-component .cart-top-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.2px;
    }

    .place-order-component .cart-list-outer {
        padding: 0 20px;
    }

    .place-order-component .cart-item-list {
        display: flex;
        justify-content: space-between;
        margin-top: 12px;
        font-size: 16px;
        font-weight: 500;
        padding: 20px;
    }
    .place-order-component .cart-list-outer .cart-item-list:nth-child(even) {
        background: #F1F7FF;
    }
    .place-order-component .cart-list-outer .cart-subtotal,
    .place-order-component .cart-list-outer .cart-total {
        background: #fff !important;
    }
    .place-order-component .cart-list-outer .cart-subtotal {
        border-bottom: 1px #132144 solid;
    }
        .place-order-component .cart-item-list .product-info {
            padding:0;
        }
        .place-order-component .cart-item-list .product-info li {
            color: #252628;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
        }

            .place-order-component .cart-item-list .product-info li span {
                font-weight: 400;
            }

    .place-order-component .left-block {
        display: flex;
        gap: 13px;
    }
    .place-order-component .right-block {
        display: grid;
        gap: 15px;
        width: 200px;
        grid-template-columns: repeat(2, 1fr);
    }

        .place-order-component .right-block .price {
            color: #384860;
            text-align: left;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: 0.2px;
        }

        .place-order-component .right-block .delete-btn {
            border-radius: 2px;
            background: #F1F3FF;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

            .place-order-component .right-block .delete-btn img {
                filter: hue-rotate(230deg);
                transition: all 0.3s ease-in-out;
            }

            .place-order-component .right-block .delete-btn:hover img {
                filter: none;
            }

    .place-order-component .left-block img {
        background: #F7FAFF;
        border: 1px #9DD9FF solid;
        width: 80px !important;
        height: 80px !important;
        border-radius: 50px;
        padding: 5px;
        object-fit: contain;
    }

    .place-order-component .cart-item-list li {
        color: #121A26;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.2px;
        list-style-type: none;
        margin-top: 5px;
    }

    .place-order-component .cart-item-list .title {
        color: #556EE6;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .place-order-component .cart-subtotal,
    .place-order-component .cart-total {
        padding: 10px 0;
        margin-top: 10px;
    }

    .place-order-component .sub-total {
        color: #121A26;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: 0.2px;
    }

    .place-order-component .cart-item-list:last-child {
        border-bottom: 0;
    }

    .place-order-component .cart-total {
        font-size: 20px;
        margin-top: 0;
    }

        .place-order-component .cart-total .total {
            font-size: 20px;
            font-weight: 600;
        }

    .place-order-component .button-outer {
        justify-content: flex-end;
    }
.button-outer {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    gap: 20px;
}
.place-order-component .cart-item-list ul {
    padding-left: 0;
}
.cart-total .right-block,
.place-order-component .cart-subtotal .right-block {
    display: flex;
    justify-content: flex-end;
}
.card-total-sub-total-component {
    padding: 0 3%;
}

/**/
.button-default-outer {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 40px;
}
.button-default {
    border-radius: 4px;
    border: 1px solid #556EE6;
    background: #556EE6;
    color: #F1F4FF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 10px 30px;
    outline: 0;
    text-decoration: none;
}
.button-default:hover {
    text-decoration: none;
}
.button-default.white-button {
    border: 1px solid #556EE6;
    background: #FFF;
    color: #556EE6;
}
.button-default img {
    max-width: 20px;
}
/**/


/**/

.login-component-style-2 {
    padding: 10px;
}

    .login-component-style-2 .img-box {
        position: relative;
    }

        .login-component-style-2 .img-box img {
            width: 100%;
            object-fit: cover;
            border-radius: 20px;
            max-height: 98vh;
        }

    .login-component-style-2 .tagline-block {
        position: absolute;
        bottom: 0;
        max-width: 470px;
        padding: 48px 48px 20px;
    }

        .login-component-style-2 .tagline-block h1 {
            color: #FFF;
            font-size: 72px;
            font-style: normal;
            font-weight: 400;
            line-height: 72px;
            letter-spacing: -2.88px;
            font-family: "Noto Serif", serif;
            padding-bottom: 10px;
        }

        .login-component-style-2 .tagline-block p {
            color: rgba(255, 255, 255, 0.88);
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            margin-bottom: 0;
        }

    .login-component-style-2 .login-component-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

.login-form-component {
    padding: 40px 20px;
    max-width: 500px;
    width: 100%;
    margin: auto;
    text-align: center;
}

    .login-form-component h2 {
        color: #121212;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .login-form-component .title {
        text-align: center;
    }

        .login-form-component .title span {
            border-radius: 20px;
            background: rgba(249, 213, 204, 0.74);
            color: rgba(107, 18, 18, 0.82);
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            line-height: 33px;
            padding: 5px 20px;
        }

    .login-form-component .logo-img {
        text-align: center;
        margin-bottom: 40px;
    }

        .login-form-component .logo-img img {
            max-width: 180px;
        }

    .login-form-component p {
        color: #3D3D3D;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-top: 15px;
    }

    .login-form-component .error {
        color: #FF3300;
    }

    .login-form-component .input-box {
        margin-top: 25px;
        position: relative;
    }

        .login-form-component .input-box label {
            color: #121212;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            display: block;
            margin-bottom: 5px;
        }

        .login-form-component .input-box input {
            border-radius: 12px;
            background: #F5F7FA;
            padding: 10px 16px;
            width: 100%;
            border: 0;
        }

    .login-form-component .show-password {
        position: absolute;
        top: 40px;
        right: 14px;
    }

    .login-form-component .remember-wrapper {
        display: flex;
        justify-content: space-between;
        color: #3D3D3D;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin-top: 12px;
    }

        .login-form-component .remember-wrapper .forgot-password a {
            color: inherit;
            text-decoration: none;
        }

        .login-form-component .remember-wrapper input[type="checkbox"] {
            width: 11px;
            vertical-align: middle;
        }

    .login-form-component .submit-btn {
        border-radius: 12px;
        background: #072D6D;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        width: 100%;
        display: block;
        padding: 10px 10px;
        margin-top: 40px;
        cursor: pointer;
        max-width: 300px;
        border: 0;
        margin-left: auto;
        margin-right: auto;
        text-decoration: none;
    }

        .login-form-component .submit-btn:hover {
            opacity: 0.9;
        }

        .login-form-component .submit-btn img {
            vertical-align: middle;
            margin-left: 5px;
        }

.cart-blue-btn {
    width: 100%;
    display: block;
    background: #132144;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
}
.cart-blue-btn:hover {
    color: #fff;
}
.cart-white-btn {
    width: 100%;
    display: block;
    background: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-top: 8px;
    font-size: 14px;
    color: #007bff;
}
.alert.alert-warning.alert-dismissible.fade.show {
    position: absolute;
    top: 0;
    z-index: 9;
    font-size: 12px;
}
.alert.alert-danger.alert-dismissible.fade.show {
    font-size: 12px;
}

/**/
@keyframes spinner-loader {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#divLoader .loader {
    /*display: inline-block;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #132144;
    padding: 14px;*/
    /*    border: 4px solid #f3f3f3;
    border-top: 4px solid #132144;*/
    -webkit-animation: .75s linear infinite spinner-loader;
    animation: .75s linear infinite spinner-loader;
    width: 2rem;
    height: 2rem;
    border: .25em solid #132144;
    border-right-color: transparent;
}
#divLoader span {
    margin-left: 10px;
    font-size:14px;
}
/*#divLoader .loader-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.product-category-component {
    min-height: 78vh;
}
.header-component .box-header .left-box h1 {
    text-transform:capitalize;
}
.listing-back-outer {
    /*    text-align: right;*/
    margin-top: 30px;
}
.back-to-listing {
    color: #21346b;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}
.back-to-listing:hover {
    text-decoration:none;
}

/*mobile devices*/
@media (max-width:1600px) {
    .product-component-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .product-component .default-form-component button.add-btn-component.telerik-blazor.k-button.k-button-solid.k-rounded-md.k-button-md.k-button-solid-primary {
        width: 130px;
    }
}

@media (max-width:1440px) {
    .rz-steps .rz-steps-item {
        font-size: 13px;
    }
    .h1, h1 {
        font-size: 22px;
    }
    .place-order-component .right-block {
        width: 150px;
    }
}

@media (max-width:1360px) {
    .cards-header .card-body {
        padding: 15px;
    }
    .dashboard-content .card-header h3 {
        font-size: 14px;
    }
    .product-component-wrapper {
        gap: 20px;
    }
    .product-component h4 {
        font-size: 14px;
    }
    .product-component .default-form-component button.add-btn-component.telerik-blazor.k-button.k-button-solid.k-rounded-md.k-button-md.k-button-solid-primary {
        width: 120px;
    }
    .product-detail-page-component .product-detail-wrapper {
        gap: 30px;
    }
    .product-detail-page-component h3 {
        font-size: 20px;
    }
    .product-detail-page-component .status-box {
        font-size: 13px;
    }
    .product-detail-page-component h4 {
        font-size: 18px;
    }
    .product-detail-page-component .price-old {
        font-size: 15px;
    }
    .product-detail-page-component .new-old {
        font-size: 20px;
    }
    .product-detail-page-component .total-discount {
        font-size: 13px;
    }




}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .main-content {
        width: 100%;
    }
    .badge {
        white-space: normal;

    }
    .rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {
        white-space: normal;
    }
    .profile-wrap .profile-top-one .pro-content .box-c, .profile-wrap .profile-top-one .pro-content .total-o, .profile-wrap .profile-top-one .pro-content .total-s, .profile-wrap .profile-top-one .pro-content .total-c {
        width: 100%;
    }
    .rz-custom-tab .rz-tabview-top > .rz-tabview-nav {
        overflow: scroll;
    }
    .card-header {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .cards-status, table-main-outer {
        overflow-x: auto;
    }
    .table-main {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        min-width: 2100px;
    }
    .h1, h1 {
        font-size: 22px;
    }
    .btn-default-outer {
        gap: 10px;
        margin-top: 20px;
    }
    .button-default {
        font-size: 13px;
        gap: 3px;
        padding: 8px 10px;
    }
    .button-default img {
        max-height: 14px;
    }
    .place-order-component .cart-list-outer {
        padding: 0;
    }
    .place-order-component .cart-header {
        padding-left: 20px;
        padding-right: 20px;
    }

}

.rz-custom-tab {
    width: 100%;
    padding: 0px 15px;
}
.rz-custom-tab .rz-tabview-panels {
    width: 100%;
    float: left;
    margin: 30px 0px 0px 0px;
}
.rz-custom-tab .rz-tabview-top > .rz-tabview-nav {
    border-top: 1px solid #ddd;
    background: white;
    margin: 0;
    width: 100%;
    padding: 0;
    align-items: center;
    white-space: nowrap;
}
.rz-custom-tab .rz-tabview-top > .rz-tabview-nav .rz-tabview-selected {
    border-bottom: 3px solid #0d6efd;
}
.rz-custom-tab .rz-tabview-top > .rz-tabview-nav li {
    background: #fff;
    border: none;
}
.rz-custom-tab .rz-tabview-top > .rz-tabview-nav li a{
    padding:15px 20px;
}
.rz-custom-tab .rz-tabview-nav .rz-tabview-selected a{
    padding:15px 20px;
}

.rz-custom-tab .rz-tabview-top > .rz-tabview-nav .rz-tabview-selected .rz-tabview-title {
    color: #0d6efd;
}
.rz-custom-tab .rz-tabview.rz-tabview-top {
    flex-direction: column;
    overflow: hidden;
}

.rz-customer-profile-div h1 {
    font-size: 20px;
    color: #21346B;
    margin: 0px 0px 5px !important;
}
.rz-customer-profile-div p {
    font-size: 14px;
    margin: 0px 0px 5px;
}
.profile-wrap .profile-top-one .pro-content h1 span {
    color: rgb(75 194 129);
    padding: 3px 8px;
    border-radius: 5px;
}

.badge-success {
    color: #fff;
    background-color: #e8fff3;
}

.btn-primary:hover {
    color: #fff;
    background-color: #21346b;
    border-color: #21346b;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.badge {
    padding: 4px 5px;
    font-size: 75%;
    text-align: left;
    white-space: normal;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important;
    color: #ffffff;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important;
    color: #ffffff;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.555rem 0.75rem;
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #90979f;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.page-link {
    position: relative;
    display: block;
    padding: 5px 10px;
    line-height: normal;
    border: 1px solid #dee2e6;
    font-size: 12px;
}

hr {
    opacity: .1;
    border:none;
}
.rz-steps .rz-widget-content .rz-spinner input[type='number'], .rz-steps .rz-widget-content .rz-spinner input[type='text'] {
    padding: 0;
    border: none !important;
}
.rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {
    font-size: 13px;
}
.rz-steps-next, .rz-steps-prev {
    color: #fff !important;
    background-color: #7952B3;
    border-color: #7952B3;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.rz-steps-next:hover, .rz-steps-prev:hover {
    color: #fff;
    background-color: #21346b;
    border-color: #21346b;

}
.rz-steps-next:not(.rz-state-disabled):hover, .rz-steps-prev:not(.rz-state-disabled):hover {
    cursor: pointer;
     color: #fff !important;
}
.rz-steps-buttons {
    padding: 10px;
    text-align: center;
    width: 100%;
    background: #dddddd63;
    border-radius: 0px;
    margin: 30px 0px 0px 0px;
}

label {
    display: inline-block;
    margin-bottom: 0.2rem;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: #545973;
}
input, select, textarea, .rz-multiselect, .rz-dropdown {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.555rem 0.75rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #90979f !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group {
    margin-bottom: 0.55rem;
}

.card-heading {
    padding: 0px 0px 10px !important;
}
.card-heading h1 {
    font-size: 20px;
    color: #21346B;
    margin: 0;
}
.form-common .rz-spinner {
    padding: 10px;
}

.card-form .rz-spinner {
    padding: 0px;
}
.credit-form-main .rz-spinner {
    padding: 0px;
}

.rz-tabview ul {
    margin: 0px 20px;
}
.rz-tabview ul li {
    background: inherit;
    border: none;
}
.rz-tabview ul .rz-tabview-selected {
    border-top: 3px solid #1151f3;
}
.rz-tabview-nav li:hover:not(.rz-tabview-selected):not(.rz-state-disabled) {
    background-color: none;
    background: none;
}
.rz-multiselect-label-container, .rz-dropdown-label {
    display: block !important;
    margin: 0 !important;
}
 
/* Tutorial page css */

.card-listing-tutorial .card-body {
    border-bottom: 2px solid #e6e6e6;
}
.card-listing-tutorial .cards-status .card-body p{
    font-size: 14px;
    color: #000;
}
.card-listing-tutorial .card-body {
    background: none;
}
.card-listing-tutorial .card:hover .v-card-img {
    display:block;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
 }

 .card-listing-tutorial .v-card-img{
  display:none;
}

.breadcrumb-component {
    font-size: 14px;
    margin-bottom: 20px;
}

    .breadcrumb-component img {
        transform: rotate(-90deg);
        width: 12px;
        margin-top: 0 !important;
        margin-right: 5px;
    }

.title-component {
    color: #252628;
    /*font-size: 20px;*/
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}


 @media (max-width:991px) {
    .tab-component .tab-btn {
        flex-direction: column;
    }
    .header-component .box-header {
        flex-direction: column;
        gap: 20px;
    }
    h2 {
        font-size: 22px;
    }
    .login-form-component {
        padding: 30px 20px;
    }
    .login-component-style-2 .tagline-block {
        padding: 25px;
    }
    .login-component-style-2 .tagline-block h1 {
        font-size: 44px;
        line-height: 1.2;
    }
    .login-component-style-2 .img-box img {
        height: 100%;
        object-fit: cover;
    }
    .product-component-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:767px) {
    .default-box-component .product-category-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .product-detail-page-component .product-detail-wrapper {
        gap: 30px;
        flex-direction: column;
    }
    .product-detail-page-component .status-box {
        font-size: 12px;
    }
    .product-detail-page-component h3 {
        font-size: 22px;
    }
    .product-detail-page-component .price-old {
        font-size: 14px;
    }
    .product-detail-page-component .new-old {
        font-size: 18px;
    }
    .product-detail-page-component .total-discount {
        font-size: 12px;
    }
    .product-detail-page-component h4 {
        font-size: 16px;
    }
    .product-detail-page-component p {
        font-size: 14px;
    }
    .product-detail-page-component .input-box h5 {
        font-size: 14px;
    }
    .product-detail-page-component .description-box {
        margin-bottom: 30px;
    }
    .product-detail-page-component .input-box {
        margin-bottom: 20px;
    }
    .product-detail-page-component .add-btn-component {
        padding: 12px 15px;
        width: 100%;
    }
    .product-detail-page-component .product-detail-wrapper {
        gap: 25px;
    }
    .default-box-component .product-category-wrapper select {
        margin-left: 0 !important;
    }

    .card.card-view-detail {
        overflow-x: auto;
    }
    .project-view-col-component {
        flex-direction: column;
    }

    .header-component .box-header .right-box {
        /*flex-direction: column;
        width: 100%;*/
    }
    .header-component .box-header .tab-component {
        flex-direction: column;
        width: 100%;
    }
    .header-component .box-header {
        flex-direction:row;
    }
    .k-dialog-wrapper .k-dialog {
        width: 90% !important;
    }
    .cart-popup-style-2 .left-block, .cart-popup-style-2 .cart-item-list {
        gap: 12px;
    }
    .cart-popup-style-2 .img-box {
        padding: 10px;
    }
    .product-component-wrapper {
        grid-template-columns: repeat(1, 1fr);
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .default-form-component.add-cart-component.style-2 {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .your-cart-component {
        min-width: 330px;
    }
    .login-component-style-2 .login-component-wrapper {
        grid-template-columns: 1fr;
    }
    .login-form-component .logo-img {
        margin-bottom: 20px;
    }
    .login-form-component h2 {
        font-size: 26px;
    }
    .login-form-component .input-box {
        margin-top: 18px;
    }
    .place-order-component .cart-item-list {
        gap: 20px;
    }
   .place-order-component .left-block {
        flex-direction: column;
        gap: 0;
    }
    .place-order-component .right-block {
        overflow-x: auto;
    }
    .button-default-outer {
        gap: 10px;
        margin-top: 20px;
        justify-content: flex-start !important;
    }
    .default-form-component.add-builder-component .default-box-component {
        width: 1000px;
    }
    .documents-marketing-resources.default-table-component tr th,
    .documents-marketing-resources.default-table-component tr td {
        padding:5px;
        font-size: 12px;
    }
    .documents-marketing-resources.default-table-component tr td img,
    .documents-marketing-resources.default-table-component tr td svg {
        display: block;
    }
    .documents-marketing-resources.default-table-component .item-count {
        padding-left: 0;
    }
    .document-box-component-outer {
        grid-template-columns: 1fr;
    }
    .breadcrumb-component.title-component {
        margin-bottom: 10px;
    }
    .page-not-found .title {
        font-size: 80px;
    }
    .page-not-found h2 {
        font-size: 18px;
    }
    .footer p {
        font-size: 12px;
    }
    .product-component .card-show-hide {
        overflow: auto;
        opacity: 1;
        max-height: 200px;
        height: auto;
        transition: max-height 0.3s ease-in-out;
        display: block;
    }
    .product-component:hover .default-form-component.add-cart-component.style-2 {
        position: relative;
    }
    .product-component:hover .product-detail-wrapper {
        transition: all 0.3s ease-in-out;
        position: relative;
        bottom: 0;
        width: 100%;
        background: inherit;
        box-shadow: none;
        padding: inherit;
    }
    .product-component:hover .product-img img {
        transform: scale(1);
    }

}

ul.sidebar-nav li svg {
    margin-right: 5px;
}

ul.sidebar-nav a {
    font-size: 14px;
}