
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
   /* .nine2{
        margin-top:44px !important;
    }
    .bs-wizard > .bs-wizard-step > .progress.nine1.nine2 {
        margin-top:44px !important;
    }*/
    .bs-wizard-stepnum {
    min-height: 48px;
    }

   
}

/* Large devices (laptops/desktops, 992px and up) */
@media  (max-width: 992px) {
    

    .toner-finder{
        display:none;
    }
    .search_box{
        width:64%;
    }
    #cart .dropdown-menu .img-thumbnail{
        max-width:66px;
    }
    #cart .dropdown-menu{
        padding:0;
    }
    #cart .dropdown-menu table.table-striped tr{
        border-bottom:1px solid #000000;
    }
    #cart .dropdown-menu table {
            width: 100%;
    }
     #cart .dropdown-menu table.minicart_total tr td{
         padding:0 12px;
     }
    .remove{
         text-align:center;
     }
     button.btn-design {
    margin-left: 26rem;
    margin-top: -38px;
    padding: 5px 38px 6px 38px;
    float: right;
    background: #00afef;
    border: 1px solid #00afef;
    color: #fff;
    font-size: 14px;
    }
  /*    .bs-wizard > .bs-wizard-step > .progress.nine1 {
        margin-top:44px !important;
    }
    .nine1{
        margin-top:44px !important;
    }
  .nine{
        float:none !important;
    }*/
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .nav-responsive span{
        margin-left: 6px;    
    }
    h2{
        padding:70px 0px 0px 0px;
    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    #cart .dropdown-menu .img-thumbnail{
        max-width:66px;
    }
    #cart .dropdown-menu{
        padding:0;
    }
    #cart .dropdown-menu table.table-striped tr{
        border-bottom:1px solid #000000;
    }
    #cart .dropdown-menu table {
            width: 100%;
    }
     #cart .dropdown-menu table.minicart_total tr td{
         padding:0 12px;
     }
    .remove{
         text-align:center;
     }
     
     .box-heading {
    font-size: 12px;
     }
     .nav-responsive span {
    font-size: 13px;
    margin-left:4px;
     }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 480px) {
    #cart .dropdown-menu .img-thumbnail{
        max-width:66px;
    }
    #cart .dropdown-menu{
        padding:0;
    }
    #cart .dropdown-menu table {
            width: 100%;
    }
     #cart .dropdown-menu table.minicart_total tr td{
         padding:0 12px;
     }
     h1{
         padding:10px;
     }
     .bs-wizard{
         font-size:11px;
     }
     
    
}





