@media only screen and (min-width:320px) and (max-width:991px) {
h1 {
 font-size:26px!important;
}
 h2 {
 font-size:21px!important;
}
 h3 {
 font-size:19px!important;
}
 h4 {
 font-size:15px!important;
}
  
}
@media only screen and (min-width:320px) and (max-width:767px) {
 .mgleft {
    margin-left: 15px;
}
 header {
    position: static;
 }
 .right-container {
    margin-top: 0px;
}
 .payment-row img{
     width:100%;
 }
 header .cont-nav ul a { 
    font-size: 12px; 
}
 header .cont-nav {
    float: left; 
}
 .qtysec {
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0;
}
 .mtop60 {
    margin-top: 10px;
}
 .item-price .price-now { 
    margin: 0 5px 0 0px;
    /* float: none;
    display: block; */
}
 .item-btn1 a.cart, .item-btn1 a.view { 
    font-size: 10px; 
}
 .search-bar {
    margin: 10px 0px 10px 5px;  
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
   header .cont-nav ul a { 
    font-size: 12px; 
}
 header .cont-nav {
    float: left; 
}
/* .left-nav-1 {
     display:none;
 } */
.mgleft {
    margin-left: 15px;
}
.item-qty span {
    float: left;
    cursor: pointer;
    margin: 8px 2px;
    width: 35px;
    height: 35px;
    padding-top: 9px;
    text-align: center;
    border: 1px solid #333;
}
.item-qty .qty {
    float: left;
    text-align: center;
    width: 35px;
    height: 35px;
    border-color: #fff;
    background: #fff!important;
    color: #000;
    -webkit-box-shadow: inherit !important;
    -moz-box-shadow: inherit !important;
    box-shadow: inherit !important;
    border-radius: 0;
    padding: 0!important;
    margin: 8px 0px;
}
.features { 
    width: 70%;
}
.featuresRow_rightArea {
    width: 28%; 
}
.features table tr td {
    font-size: 11px; 
    line-height: 17px;
}
}	
@media only screen and (min-width:992px) and (max-width:1199px) {
header .logo-bar {

}
header .logo {
     margin-top: 14px;
 
}
 header .user-nav ul a {
     padding: 6px 12px 6px 13px;
}
header .cont-nav ul a {
    padding: 0px 6px;

    font-size: 13px;}
	
header .cont-nav ul a .cont-icon {
 
    margin-bottom: 0px;
}
.item-qty span {
    float: left;
    cursor: pointer;
    margin: 8px 2px;
    width: 35px;
    height: 35px;
    padding-top: 9px;
    text-align: center;
    border: 1px solid #333;
}
.item-qty .qty {
    float: left;
    text-align: center;
    width: 35px;
    height: 35px;
    border-color: #fff;
    background: #fff!important;
    color: #000;
    -webkit-box-shadow: inherit !important;
    -moz-box-shadow: inherit !important;
    box-shadow: inherit !important;
    border-radius: 0;
    padding: 0!important;
    margin: 8px 0px;
}
.cartaply input {
    background: #3578E5;
    border: medium none;
    color: #fff;
    margin-left: 7px;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    width: 36%;
    text-align: center;
    font-size: 14px;
}
}
