@media(max-width: 992px) {
    .modal-product {
        max-width: 100%;
        width: auto;
        margin: 30px 10px;
    }
    .submit-favorites.bottom{
        width: calc(100% - 265px);
    }
    .productImageTable{
        min-height: 100px;
    }
    .responsiveTable tr{
        float:left;
        margin-top: 20px;
    }
    .responsiveTable td{
        float: left;
    }
    .responsiveTable td .input-group{
        width: 100%!important;
    }
    .responsiveTable td .input-group input{
        width: 100%;
    }
}

@media (min-width: 992px){
    .logo {
        left: 0;
    }
    .sideleft {
        left: 0;
    }
    .header {
        left: 230px;
    }
    .sideLeft{
        left:0;
    }

    /*MODAL*/
    .modal-product {
        max-width: 960px;
    }

    /*MENU*/
    .collapsed-menu .logo {
        left: -230px;
    }
    .collapsed-menu .header {
        left: 0;
    }
    .collapsed-menu .sideLeft {
        width: 60px;
        left:0;
    }
    .collapsed-menu .mainPanel {
        margin-left: 60px;
    }
    .collapsed-menu .menuItemIcon {
        transform: translateX(-4px);
    }
    .collapsed-menu .sideLeft .sidebarLabel {
        visibility: hidden;
    }
    .collapsed-menu .infoList {
        display: none;
    }
    .collapsed-menu .contentPanel {
        margin-left: 290px;
    }
    .collapsed-menu .sideLeft .sidebarLabel {
        visibility: hidden;
    }
    .expand-menu .sideLeft .sidebarLabel {
        visibility: visible;
    }
    .expand-menu .sideLeft {
        width: 230px;
        left: 0px;
    }
    .expand-menu .infoList {
        display: block;
    }
    .mainPanel {
        margin-left: 230px;
    }
    .lhide{
        display: none;
    }
    .opacity0I-l {
        opacity: 0 !important;
    }
}
@media (min-width: 0px){
    .product{
        width: 100%;
    }
}

@media (min-width: 576px){
    .mt0-sm {
        margin-top: 0px;
    }
}
@media (max-width: 990px){
    .mainPanel{
        width: 100%;
    }
    .profileLink{
        min-width: inherit;
    }
}
@media (min-width: 1200px){
    .mt0-xl {
        margin-top: 0px;
    }
    .product{
        width: 50%;
    }
    .modal-lg {
        max-width: 1080px;
    }
}

@media (min-width: 1500px){
    .product{
        width: 25%;
    }
}


@media (min-width: 1800px){
    .product{
        width: 20%;
    }
}

@media (min-width: 2200px){
    .product{
        width: 20%;
    }
}
@media (max-width: 700px) {
    .wd-170{
        width: 100%;
        position: absolute;
        left: 0;
        border-bottom: 1px solid rgb(226, 226, 226);
        border-top: 1px solid rgb(226, 226, 226);
    }
    .headerRight .form-control{
        height: 42px;
    }
    .profileLink{
        max-width: 50px;
        padding: 10px;
        float: right;
    }
    .mainPanel{
        margin-top: 100px;
    }
    .sideLeft{
        top: 100px;
    }
    .collapsed-menu .mainPanel{
        width: 100%;
    }
}
@media (max-width: 414px) {
    .table-xs tr,
    .table-xs td,
    .table-xs tbody,
    .table-xs thead,
    .table-xs tfoot,
    .table-xs th {
        display: table;
        width: 100%;
        border-collapse: separate;
    }
    .table-xs > tbody tr:first-child {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-xs td[title]:before {
        content: attr(title) ": ";
    }
    .table-xs td:before {
        white-space: nowrap;
        width: 50%;
        display: table-cell;
        text-align: left;
        font-weight: bold;
    }
    .table-xs .item-row td:first-child,
    .table-xs .item-row td:nth-child(2) {
        border: 0 none;
    }
    .table-xs .item-row td:first-child {
        border: 0 none;
    }
    .table-xs .item-row td:last-child {
        background: #eee;
        border-bottom: 2px solid #a2a2a2;
        font-weight: bold;
    }
    .table-xs .item-row img {
        margin-bottom: 1em;
    }
    .table-xs .total-row td {
        display: table-cell;
        width: 1%;
        border-top: 0 none;
        border-bottom: 3px double #a2a2a2;
    }
    .table-xs .total-row td:first-child {
        width: 99%;
    }
}

@media (max-width: 996px) {
    .responsiveTable thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }

    .responsiveTable tr {
        border: 1px solid #eee;
        border-bottom: 0;
    }

    .responsiveTable tr + tr {
        margin-top: 0;
    }

    .responsiveTable tr,
    .responsiveTable td {
        display: block;
    }

    .responsiveTable tr {
        border-bottom: none;
        margin-bottom: 10px;
    }

    .responsiveTable tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .responsiveTable td {
        border: none;
        border-bottom: 1px solid #eee;
        padding-left: 50%;
        width: 100% !important;
        font-size: 12px;
    }

    .responsiveTable td:before {
        content: attr(data-label);
        display: inline-block;
        font-weight: bold;
        line-height: 1.5;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .labelTable.responsiveTable td:before {
        margin-left: -100%;
    }

    .responsiveTable td .button {
        float: none;
    }

    .responsiveTable td .input-group-btn {
        visibility: hidden;
        display: none;
    }

    .responsiveTable td .input-group {
        display: inline-block;
    }

    .responsiveTable td.s-hide {
        display: none;
    }
}
@media (max-width: 1100px) {
    .shoppingCart{
        min-width: inherit;
        padding: 0px 10px;
    }
    .favoriteHead{
        padding: 0px 10px;
        width: 50px;
    }
    .shoppingText, .favoriteText{
        display: none!important;
    }
    .shoppingCartIcon, .favoriteIcon{
        font-size: 16px;
        margin-right: 0;
    }
    .favoriteIcon{
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 700px) {
    .m-fullWidth{
        width: 100%;
    }
    .w100 {
        width: 100px!important;
    }
    .s-hide{
        display: none!important;
    }
    .m-mt20{
        margin-top: 20px;
    }
    .subMenuLeft{
        left: -265px;
        position: fixed;
        top: 150px;
        height: 100%;
        overflow-y: visible;
    }
    .subMenuLeft.active{
        left: 0px;
        overflow-y: auto;
    }
    .subMenuLeft ul li ul{
        display: none;
    }
    .rightMenu{
        height: 100%;
        overflow-x: scroll;
    }
    .pageHeader{
        display: none;
    }
    .subProductRight{
        width: 100%;
        margin-top: 50px;
    }
    .mobileIcon{
        width: 100vw;
        background-color: #fefefe;
        color: black;
        top: -50px;
        left: 100%;
        display: block;
        position: absolute;
        text-align: center;
        padding: 12px;
        border-bottom: 1px solid rgb(226, 226, 226);
        border-right: 1px solid rgb(226, 226, 226);
    }
    .mobileIcon:hover{
        background-color: rgb(226, 226, 226);
    }
    .mobileIcon.active{
        left: 0!important;
        transition: none;
    }
    .profileLink{
        border-left: 0;
        min-width: inherit;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
    }
    .product{
        width: 50%;
    }
    .shoppingCart{
        min-width: inherit;
    }
    .shoppingText{
        display: none;
    }
    .submit-favorites.bottom{
        width: 100%;
    }
}
@media (max-width: 400px) {
    .responsiveTable td {
        padding-left: 0.75em;
    }
    .responsiveTable td:before, .labelTable.responsiveTable td:before {
        display: block;
        margin-bottom: 0.75em;
        margin-left: 0;
    }
    .product{
        width: 100%;
    }
}
@media (max-width: 374px) {
    .orderForm .btn-success{
        float:left;
        width: 100%;
    }
}