/************** CUSTOM NEW ADDED MEDIA QUERIES ********************/
@media (max-width: 350px) {
  .navbar-brand{
  	margin-top: 17px!important;
  }
   .navbar-brand img{
  	  width: 225px!important;
    margin-top:15px;
  }
  .member_name a{
  	font-size:12px!important;
  }
  
  
}
@media (max-width: 800px) {
	h1, .xxl {font-size: 2.2em;}
	h2, .xl {font-size: 1.8em;}
	h3, .lge {font-size: 1.3em;}
	h4, .reg {font-size: 1.1em;}
	h5 {font-size: 1em;}
	h6 {font-size: 1em;}
	h1, h2, h3 {margin-bottom: 4%;margin-top: 4%;}
}
@media (max-width: 480px) {
  body {font-size: 14px;}	
  h1, .h1{
  font-size:2em!important;
  }
    .cart-table {
        width: 100% !important
    }
    .cart-table thead th {
       /* width: 100%;
        float: left;*/
        text-align: left;
        border-bottom: 1px solid #fff;
        background: #ccc
    }
    .cart-table tbody td {
        /*width: 100%;
        float: left;
        text-align: left*/
    }
    .cart-table tr.last th,
    .cart-table tr.last td {
        border-bottom: 1px solid #D9DDE3 !important;
        border-right: 0;
        width: 98%;
        padding: 2% 4%
    }
    .cart-table .btn-continue {
        margin: 0 50px 10px 0;
    }
    .cart-table .btn-update,
    .cart-table .btn-empty {
        float: left !important
    }
    .cart-table .btn-update {
        margin: 0 50px 10px 0 !important
    }
    .cart-table .text-right,
    .cart-table .a-center {
        text-align: left !important
    }
    #catshopclear {
        display: inline-block;
        padding: 0 13px;
    float:right;
    }
  .opc .step{
  	padding-left:15px!important;
    padding-right:15px!important;
  }
  
   a.navbar-brand {
   		width:240px!important;
    	margin-top: 0;
  }
  .login_logout_wrapper{
  top:5px!important;
  }
  
}
@media (min-width: 768px){
  #payment-buttons-container #catwebformbutton{
 	 margin-top: 160px;
  }
}
@media (max-width: 767px){
    #upsell-product-table table.productTable td {
        display: inline!important;
    }
 
}
@media (min-width: 768px) and (max-width: 991px) {
    .products-grid .item-inner {
        height: 265px;
    }
    .products-grid .productSmall .product-image {
        height: 175px;
    }
    .products-grid .catalogueList .item-inner {
        height: 255px;
    }
    .catalogueList .product-image {
        height: 180px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .products-grid .item-inner {
        height: 255px;
    }
    .products-grid .productSmall .product-image {
        height: 170px;
    }
    .products-grid .catalogueList .item-inner {
        height: 260px;
    }
    .catalogueList .product-image {
        height: 180px;
    }
}
@media (max-width: 990px) {
   .navbar-header{
  margin-top: 50px;
  }
  .navbar-toggle{
  margin-top:28px;
  }
}
@media (max-width: 1024px) {
  .home-featured-product .promotion-dl-button .btn{
  	font-size:16px!important;
  }
}
@media (min-width: 1200px) {
    .products-grid .productSmall .product-image {
        height: 215px;
    }
    .products-grid .item-inner {
        height: 365px;
    }
    .products-grid .catalogueList .item-inner {
        height: 260px;
    }
    .catalogueList .product-image {
        height: 195px;
    }
}
@media (max-width: 1215px) {
  ul#primary-myMenu1List li a{
  /*	font-size:10px;*/
  }
  a.navbar-brand {
  	/*width:285px;*/
  }
}
@media (min-width: 800px) {
	div.tools {height: 260px;}
}

