/******************************
RESPONSIVE STYLES 
******************************/

@media screen and (max-width: 1880px) {
    .dashboard-content > .flexbox {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .dashboard-content > .flexbox > .dashboard-sidebar {
        order: -1;
    }
    .dashboard-sidebar {
        padding-left: 0;
        width: 100%;
        max-width: 1300px;
        margin-bottom: 55px;
    }
    .dashboard-main.md + .dashboard-sidebar{
        max-width: 1095px;
    }
    .dashboard-sidebar-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sidebar-inner {
        padding: 35px 40px 30px;
    }
    .sidebar-inner .btn {
        max-width: 286px;
        margin: 5px auto 0;
    }
    .dashboard-sidebar .orders-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .dashboard-sidebar .order-box {
        width: calc(50% - 35px);
        position: relative;
    }
    .dashboard-sidebar .order-box:nth-child(odd) {
        margin-right: 70px;
    }
    .dashboard-sidebar .order-box:nth-child(odd):after {
        content: '';
        width: 1px;
        height: calc(100% + 20px);
        background: rgba(112,112,112,0.1);
        position: absolute;
        right: -35px;
        top: 0;
    }
    .dashboard-sidebar .order-box:nth-child(3):after {
        height: 100%;
    }
    .dashboard-sidebar .order-box:nth-child(n + 5) {
        display: none;
    }
    .product-wrapper {
        padding-left: 0;
    }
    .product-item-details {
        padding-left: 70px;
    }
}
@media screen and (max-width: 1480px){
    h1 {
        font-size: 55px
    }
    .side-content {
        padding-right: 40px;
    }
    .side-banner {
        width: 42%;
    }
    .side-content {
        width: 58%;
    }
    .side-content .inner-box {
        max-width: 600px;
    }
    .side-header .logo {
        max-width: 220px;
    }
    a.menu-btn,
    a.close-menu-btn {
        display: block;
    }
    .dashboard-menu {
        left: -350px;
    }
    .menu-open .dashboard-menu {
        left: 0;
    }
    .header-wrapper {
        padding-left: 0;
    }
    .dashboard-content {
        padding: 30px 0 50px;
    }
    .container {
        padding: 0 50px;
    }
    .header-wrapper .container {
        padding-right: 30px;
    }
    .filter-row .filter-cell {
        padding-right: 25px;
    }
    .product-wrapper {
        padding-top: 45px;
    }
}
@media screen and (max-width: 1250px) {
    .table-info .w-270 {
        width: 220px;
    }
}
@media screen and (max-width: 1150px) {
    h1 {
        font-size: 53px;
    }
    .full-height-wrapper, 
    .full-height-wrapper .flexbox {
        height: auto;
    }
    .full-height-wrapper .flexbox {
        flex-direction: column;
    }
    .side-banner, 
    .side-content{
        width: 100%;
    }
    .side-banner {
        background-image: url('../images/banners/banner-signin-ipad.jpg');
        height: 365px;
    }
    .side-content {
        padding: 0 40px 100px;
    }
    .side-content .inner-box {
        max-width: 600px;
    }
    .side-header .logo {
        margin-top: -60px;
        position: relative;
        z-index: 1;
    }
    .form-wrapper {
        font-size: 17px;
        padding-top: 10px;
    }
    .form-wrapper input[type=text], 
    .form-wrapper input[type=email], 
    .form-wrapper input[type=search], 
    .form-wrapper input[type=password] {
        font-size: 17px;
        height: 62px;
    }
    .product-grid .product-box {
        width: calc(33.333% - 8px);
        margin-right: 12px;
    }
    .product-grid .product-box:nth-child(n + 4) {
        margin-top: 40px;
    }
    .product-grid .product-box:not(:nth-child(4n)) {
        margin-right: 12px;
    }
    .product-grid .product-box:nth-child(3n) {
        margin-right: 0;
    }
    .filter-panel .filter-row:last-child .filter-cell:first-child {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .filter-row .filter-cell.w-260 {
        width: auto;
        flex-grow: 1;
    }
    .filter-row {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .filter-row .filter-btn {
        margin-left: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .filter-row .filter-btn .btn {
        margin-bottom: 11px;
    }
    .product-grid-row.product-view {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .product-box h3 {
        font-size: 23px;
    }
    .product-box {
        font-size: 15px;
    }
    .filter-row .filter-cell.w-300 {
        width: 250px;
    }
    .table-info .w-270,
    .table-info .w-230 {
        width: 150px;
    }
    .cart-header .cart-cell:nth-child(2), 
    .cart-item .cart-cell:nth-child(3) {
        width: 190px;
    }
    .cart-item .cart-cell:first-child,
    .cart-cell {
        padding-right: 25px;
    }  

}
@media screen and (max-width: 1000px) { /* Target Screen Width */
    .cart-header,
    .cart-item .cart-cell:nth-child(3),
    .cart-item .cart-cell:nth-child(4),
    .cart-item-param {
        display: none !important;
    }
    .cart-item-details-btm {
        display: flex;
        align-items: center;
        margin-top: 16px;
    }
    .cart-item h3 {
        margin-bottom: 15px;
    }
    .cart-item-details-btm .quantity-counter {
        margin-right: 40px;
    }
    .cart-item-details li {
        display: inline-block;
        margin-bottom: 15px;
    }
    .cart-item-details li:first-child {
        margin-right: 15px;
    }
    .cart-item-details li:last-child {
        display: block;
    }
     .cart-group, .cart-header {
        padding-right: 0;
    }  
    .cart-item-location .cart-cell {
        padding-top: 10px;
    }
    .product-wrapper .flexbox {
        flex-direction: column;
    }
    .product-item-details {
        padding: 40px 0 0;
    }
    .product-wrapper .flexbox > div {
        width: 100%;
    }
    .product-wrapper .img-box {
        max-width: 440px;
        height: 415px;
    }
}   

@media screen and (max-width: 900px) {
    .filter-row .filter-cell.w-300 {
        width: 100%;
        margin: 30px 0;
        padding-right: 0;
    }
    .filter-row .filter-cell.m-pad-0 {
        padding-right: 0;
    }
    .table-info {
        font-size: 18px;
    }
    .table-info td {
        padding: 18px 15px;
    }
    .table-info th {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cart-submit {
        justify-content: center;
        margin: 35px 0;
    }
    .cart-submit .btn {
        position: static;
        transform: none;
    }
    .cart-item {
        margin-bottom: 30px;
    }
    .cart-group:not(:last-child) {
        margin-bottom: 30px;
    }
    .cart-group:last-child {
        border-bottom: none;
    }
    .cart-group:last-child .cart-submit {
        margin-bottom: 0;
    }
    .cart-item .img-box {
        width: 155px;
        height: 170px;
    }
    
}   

@media screen and (max-width: 770px) { /* Tablet View */
    body{
        cursor: pointer; /* iOS Clicking Fix */
    }
    a.close-menu-btn {
        top: 235px;
    }
    .dashboard-menu .nav-menu > li {
        margin-bottom: 0;
    }
    .dashboard-menu .nav-menu > li > a, .dashboard-footer a {
        padding-left: 40px;
    }
    .dashboard-menu .logo {
        max-width: 180px;
    }
    .profile .profile-name {
        font-weight: bold;
        margin-right: 0;
    }
    .dashboard-sidebar {
        margin-bottom: 30px;
    }
    .product-grid .product-box {
        width: calc(50% - 8px);
    }
    .product-grid .product-box:nth-child(n + 3) {
        margin-top: 30px;
    }
    .product-grid .product-box:nth-child(odd),
    .product-grid .product-box:nth-child(3n) {
        margin-right: 16px;
    }
    .product-grid .product-box:nth-child(even) {
        margin-right: 0;
    }
    .sidebar-inner {
        padding: 35px 30px 30px;
    }
    .table-info th:last-child,
    .table-info td:last-child {
        display: none;
    }
}

@media screen and (max-width: 670px) { /* Phone View */

    h1 {
       font-size: 30px; 
    }
    .side-content {
        padding-bottom: 70px;
    }
    .side-header .logo {
        max-width: 180px;
    }
    .form-wrapper .btn-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .form-wrapper .btn-row .btn {
        margin: 25px 0 0;
        align-self: center;
    }
    .form-wrapper .btn-row {
        margin-top: 50px;
    }
    .form-wrapper .form-row:not(:last-child) {
        margin-bottom: 30px;
    }
    input[type=text], input[type=email], input[type=search], input[type=password] {
        height: 50px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px;
    }
    .header-wrapper .container {
        padding: 0 30px;
    }
    .filter-panel {
        margin-bottom: 30px;
    }
    .filter-row {
        flex-direction: column;
    }
    .filter-row .filter-cell {
        width: 100% !important;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .filter-panel .filter-row:last-child .filter-cell:first-child {
        margin-bottom: 10px;
    }
    .filter-row .filter-btn {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin: 20px 0 0;
    }
    .filter-row .filter-btn .btn {
        margin-bottom: 0;
    }
    .filter-row .filter-btn .btn {
        margin-right: 15px;
    }
    .filter-views {
        flex-wrap: wrap;
    }
    .filter-views .select2-container {
        margin-bottom: 10px;
    }
    .product-grid-row.product-view .pagination-box {
        display: none;
    }
    .filter-view-sep {
        display: block;
        width: 100%;
    }
    .filter-views-group {
        margin-left: 0;
    }
    .filter-views-group:last-child {
        margin-left: 10px;
    }
    .filter-row .filter-cell.w-300 {
        margin: 0;
    }
    .dashboard-sidebar .orders-wrapper {
        flex-direction: column;
    }
    .dashboard-sidebar .order-box {
        width: 100%;
    }
    .dashboard-sidebar .order-box:nth-child(odd):after {
        content: none;
    }
    .dashboard-sidebar .order-box:nth-child(n + 3) {
        display: none;
    }
    .product-grid-row,
    .dashboard-sidebar-top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    .product-grid-row h2,
    .dashboard-sidebar-top h2 {
        margin-bottom: 15px;
    }
    .dashboard-sidebar-top .btn {
        margin-bottom: 0;
    }
    .product-grid .product-box:nth-child(n + 3) {
        margin-top: 15px;
    }
    .product-grid .product-box {
        min-height: 300px;
    }
    .product-box .img-box {
        height: 130px;
    }
    .product-box h3{
        font-size: 20px;
    }
    .product-grid + .product-grid-row {
        margin-top: 30px;
    }
    .product-grid-row .pagination-box {
        margin: 0 auto;
    }
    .table-info th:nth-last-child(2),
    .table-info td:nth-last-child(2) {
        display: none;
    }
    .table-pagination {
        justify-content: flex-start;
    }
    .table-info .w-270, .table-info .w-230 {
        width: 130px;
    }
    .cart-item .cart-cell:first-child {
        display: none;
    }
    .cart-item-location .cart-cell {
        padding-bottom: 15px;
    }
    .cart-item-details li {
        display: block;
        margin-bottom: 10px;
    }
    .cart-submit {
        padding-top: 35px;
        border-top: 2px solid rgba(112,112,112,0.2);
    }
    
}   
@media screen and (max-width: 480px) {
    h1 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .btn {
        padding: 18px 15px 16px;
    }
    .btn-md {
        padding: 13px 15px 12px;
    }
    .side-banner {
        height: 220px;
    }
    .side-header .logo {
        max-width: 150px;
        margin-top: -80px;
        margin-bottom: 20px;
    }
    .side-content .inner-box {
        max-width: 300px;
    }
    .form-wrapper {
        padding-top: 0;
        font-size: 16px;
    }
    .form-wrapper label {
        margin-bottom: 8px;
    }
    .form-wrapper label,
    .form-wrapper .btn-row a {
        padding-left: 20px;
    }
    .form-wrapper .form-row:not(:last-child) {
        margin-bottom: 10px;
    }
    .form-wrapper .btn-row {
        margin-top: 5px;
    }
    #header {
        height: 80px;
    }
    .header-wrapper {
        padding: 13px 0 12px;
        height: 80px;
    }
    .header-wrapper .container {
        padding: 0 15px;
    }
    .container {
        padding: 0 15px 0 30px;
    }
    .profile-menu .sub-menu {
        right: -15px;
    }
    .profile-avatar {
        width: 55px;
        height: 55px;
    }
    .profile-menu-inner {
        padding-right: 25px;
    }
    .profile-box .profile-cart.active:after, 
    .profile-box .profile-notif.active:after, 
    .profile-menu.active-items:after {
        width: 12px;
        height: 12px;
    }
    .profile-menu.active-items:after {
        display: block;
        left: 45px;
        right: auto;
    }
    .profile-menu .sub-menu .profile-links {
        justify-content: flex-end;
    }
    .profile-menu .sub-menu .profile-links a {
        font-size: 28px;
    }
    .profile-links .profile-cart {
        margin-right: 0;
    }
    .side-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    a.close-menu-btn {
        top: 185px;
    }
    a.menu-btn, a.close-menu-btn {
        font-size: 30px !important;
        left: 9px;
    }
    .dashboard-menu .logo {
        max-width: 140px;
    }
    .dashboard-menu {
        width: 320px;
    }
    .dashboard-menu {
        left: -320px;
    }
    .dashboard-menu .inner-box {
        padding: 40px 0 30px 0;
        min-width: 320px;
    }
    .dashboard-menu a {
        font-size: 18px;
    }
    .dashboard-menu i {
        font-size: 36px;
    }
    .dashboard-menu .nav-menu > li > a, 
    .dashboard-footer a {
        border-radius: 0;
        padding: 17px 0 17px 30px;
    }
    .product-grid .product-box {
        min-height: 0;
    }
    .product-box .product-details {
        padding-bottom: 15px;
    }
    .product-grid .product-box,
    .product-grid .product-box:nth-child(odd), 
    .product-grid .product-box:nth-child(3n) {
        width: 100%;
        margin: 15px 0 0;
    }
     .product-box h3 {
        min-height: 0;
        margin-bottom: 10px;
     }
    .table-info tbody {
        border-left: 0;
        border-right: 0;
    }
    .table-info tr th:first-child, .table-info tr td:first-child {
        padding-left: 25px;
    }
    .table-pagination {
        padding-left: 25px;
        padding-right: 15px;
    }
    .cart-panel {
        top: 80px;
    }
    body.show-cart .cart-panel {
        width: 350px;
    }
    .cart-panel .cart-inner {
        min-width: 350px;
    }
    .cart-panel .cart-inner {
        padding-top: 70px;
    }
    .cart-panel .close-btn  {
        display: block;
        top: 20px;
        right: auto;
        left: 30px;
    }
    .product-wrapper {
        padding-top: 30px;
    }
    .product-wrapper .img-box {
        max-width: 320px;
        height: 300px;
    }
    .product-item-details {
        padding: 25px 0 0;
    }
    .product-item-details ul span {
        display: block;
        margin-right: 0;
    }
    .product-item-details ul span:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .product-item-details ul {
        margin-bottom: 20px;
    }
    .product-item-details .btn {
        min-width: 120px;
    }
    .product-item-availability {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 360px) {
    .container {
        padding: 0 15px;
    }
    a.menu-btn {
        background: #F2F2F2;
        border-radius: 5px;
        padding: 5px;
        left: 0;
        box-shadow: 2px 0px 5px rgb(0, 0, 0, 0.11);
    }
    .profile-menu .sub-menu li a {
        font-size: 16px;
    }
    .profile .profile-name {
        font-size: 18px;
    }
    input[type=text], input[type=email], 
    input[type=search], input[type=password],
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 18px;
    }
    .search-box input[type=text] {
        padding-left: 60px;
    }
    .search-box > .fa-search {
        font-size: 26px;
        left: 15px;
    }
    .dashboard-menu {
       width: 100%;
       left: -100%; 
    }
    .dashboard-menu .logo {
        margin: 0 auto 75px;
    }
    .table-info tr th:first-child, 
    .table-info tr td:first-child,
    .table-pagination {
        padding-left: 15px;
    }
    .table-info .w-270, .table-info .w-230 {
        width: 100px;
    }
    body.show-cart .cart-panel {
        width: 100%;
    }
    .cart-cell {
        padding-right: 15px;
    }
    .cart-panel .cart-inner {
        padding-left: 20px;
        min-width: 320px;
    }
    .cart-panel .close-btn {
        left: 20px;
    }
    .product-wrapper .img-box {
        max-width: 100%;
    }
    .product-item-bottom {
        flex-direction: column;
    }
    .product-item-bottom .quantity-counter {
        margin: 0 0 20px;
    }
    .product-wrapper h1 {
        font-size: 34px;
    }
}