@media (max-width:767px){
.none767{display:none;}
.plscolor::-webkit-input-placeholder{color:#000;}
.plscolor:-moz-placeholder{color:#000;}
.plscolor::-moz-placeholder{color:#000;}
.plscolor:-ms-input-placeholder{color:#000;}
#tablemain{margin:0px auto;width:100%;}
#tablemain table, #tablemain thead, #tablemain tbody, #tablemain th, #tablemain td, #tablemain tr{display:block;}
#tablemain thead tr{position:absolute;top:-9999px;left:-9999px;}
#tablemain tr{border:1px solid #dfdfdf;}
#tablemain td{border:none;border-bottom:1px solid #eee;position:relative;text-align:left;padding-left:50% !important;padding:5px;}
#tablemain td:before{position:absolute;top:6px;left:6px;width:45%;text-align:left;padding-right:10px;white-space:nowrap;font-size:13px;font-weight:normal;color:#464646;}
.order-history tbody td:nth-of-type(1):before{content:"Order No.";}
.order-history tbody td:nth-of-type(2):before{content:"Order Date";}
.order-history tbody td:nth-of-type(3):before{content:"Sub Total";}
.order-history tbody td:nth-of-type(4):before{content:"Total Amt.";}
.order-history tbody td:nth-of-type(5):before{content:"Payment Status";}
.order-history tbody td:nth-of-type(6):before{content:"Order Status";}
.order-history tbody td:nth-of-type(7):before{content:"Action";}
.wish-list tbody td:nth-of-type(1):before{content:"Select";}
.wish-list tbody td:nth-of-type(2):before{content:"Category Name";}
.wish-list tbody td:nth-of-type(3):before{content:"Description";}
.wish-list tbody td:nth-of-type(4):before{content:"Edit";}
.wish-list tbody td:nth-of-type(5):before{content:"View Products";}
.address-book tbody td:nth-of-type(1):before{content:"Select";}
.address-book tbody td:nth-of-type(2):before{content:"Title";}
.address-book tbody td:nth-of-type(3):before{content:"First Name";}
.address-book tbody td:nth-of-type(4):before{content:"City";}
.address-book tbody td:nth-of-type(5):before{content:"State";}
.address-book tbody td:nth-of-type(6):before{content:"Action";}
.order-detail tbody td:nth-of-type(1):before{content:"";}
.order-detail tbody td:nth-of-type(2):before{content:"";}
.order-detail tbody td:nth-of-type(3):before{content:"Unit Price";}
.order-detail tbody td:nth-of-type(4):before{content:"Quantity";}
.order-detail tbody td:nth-of-type(5):before{content:"Total Price";}
#tablemain .order-detail td:first-child{padding-left:0px!important;text-align:center;}
#tablemain .order-detail td:nth-child(2){padding-left:0px!important;text-align:center;}
.shoppcart tbody td:nth-of-type(1):before{content:"";}
.shoppcart tbody td:nth-of-type(2):before{content:"Unit Price";}
.shoppcart tbody td:nth-of-type(3):before{content:"Quantity";}
.shoppcart tbody td:nth-of-type(4):before{content:"Total Price";}
#tablemain .shoppcart tbody tr td:first-child{padding-left:0px!important;text-align:center;}
}
@media (max-width:359px){.hide359{display:none;}}
@media (max-width:320px){html,body,.container{width:320px;}}