﻿:root {
    --primary-gradient: linear-gradient(to bottom, rgb(156, 39, 176) 0%,rgb(118, 25, 134) 100%);
    --primary-color: #9c27b0;
    --primary-color-dark: #761986;
    --gray-color: #9e9e9e;
    --success-color: #8BC34A;
    --success-color-dark: #4CAF50;
}

/*square card corners*/
/*.card {
    border-radius: 0;
}
.card .card-header:first-child, .card .card-header:first-child {
    border-radius: 0;
}*/

/*.navbar-stickyspacer, .navbar {
    height: 120px !important;
}*/

/*Sidebars & Main*/
@media (min-width: 992px){

    #PageNav {
        order: 0;
    }

    #IconNav {
        order: 2;
    }

    #SearchNav {
        order: 1;
    }

}
    @media (max-width: 768px) {

        #SideBarLeft {
            order: 1;
        }

        #SideBarRight {
            order: 2;
        }

        #MainWrapper {
            order: 0;
        }
    }

@media (max-width: 992px) {
    .navbar-stickyspacer, .navbar {
        height: 120px !important;
    }
}

    /*.sb-slidebar {
    margin-top: 109px;
    z-index: 1020;
}*/


    .liSearch {
        display: none;
    }

    /*@media (min-width: 768px) {
    nav.navbar .liLogin, nav.navbar .liCart {
        display: none !important;
    }
}


@media (min-width: 992px) {
    #IconNav {
        display: none;
    }
}*/