/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.container {
    max-width: 1100px;
    background: #fff;
    padding-top: 0;
}
.itemdesign {
    background: #bff6bd none repeat scroll 0 0;
    margin-top: 19px;
    color: #000;
}
.product-img {
  width: 257px;
  display: none;
}
.tit1.pr-im.pr-imm {
  width: 98%;
}
  .title {
    color: #5f6876;
    font-size: 9px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
  }
  .product-img {
    width: 257px;
  }
 .qty {
    text-align: center;
    width: 49%;
}
  .minus {
    width: 21%;
  }
  .add {
    width: 21%;
  }
  .text-uppercasee {
  font-size: 12px;
  text-transform: uppercase;
}
  .tit1 {
    color: #0095e4;
    font-size: 11px;
    text-align: center;
    text-transform: capitalize;
  }
  .am {
 font-size: 11px;

  }
  .close.bg.beg {
  margin-top: -19px;
}
  .col-xs-24 {
  margin-top: 27px;
  width: 6px;
}
.col-xs-23 {
    margin-top: 30px;
    width: 64px;
    margin-left: 13px;
}
.col-xs-222 {
 /*  margin-top: 25px;
  width: 58px; */
}
.col-xs-222 {
    margin-top: 25px;
    width: 58px;
    margin-left: 25px
}
.col-xs-22 {
  margin-top: 10px;
  width: 121px;
}
.dmmm {
  float: left;
  width: 132px;
}
.col-xs-21 {
  display: none;
  margin-top: -18px;
  width: 94px;
}
.list.list1 {
  position: relative;
  margin-left: 20%;
}
.bt2 {
  display: none;
}
.se1 {
  display: none;
}
.se2 {
  display: block;
  margin-top: 10px;
}
.bt1 {
  display: block;
  margin-bottom: 11px;
}
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.col-xs-23 {
  margin-top: 30px;
  width: 95px;
  margin-left: 19px;
}
.col-xs-222 {
  margin-left: 24%;
  margin-top: 25px;
  width: 60px;
}
.col-xs-24 {
  margin-top: 27px;
  width: 9px;
}
.col-xs-222 {
  margin-left: 24%;
  margin-top: 25px;
  width: 60px;
}
.col-xs-22 {
  margin-top: 10px;
  width: 155px;
}
}
