/* width */
::-webkit-scrollbar {
  width: 0px;
}
/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: transparent; 
}
body {
	background-color: #FFF;
	font-family: Calibri, "Bradley Hand ITC", helvetica, arial, sans-serif;
  font-size: 12px;
  text-align: center;
  padding: 0;
  margin: 0;
}
a {
	text-decoration: none;
}
p {
	margin: 0;
}
.hood {
	width: 100%;
	height: 500px;
	background: url("../images/hood.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.header-area {
	position: relative;
	top: -512px;
	margin: 0 auto;
}
.main {
	position: relative;
}
#ltMessage {
        font-size: 36px;
}
.menu {
    width: 100%;
    background-color: #FFF;
    height: 31px;
    top: -512px;
    margin: 0 auto;
    font-size: 10px;
}
.menu ul {
	float: right;
	padding-right: 5px;
	margin: 15px 0 0 0;
}
.menu ul li {
	display: inline-block;
	list-style: none;
	border-left: 1px solid #343434;
	font-size: 12px;
}
.menu ul li:first-child {
	border-left: 0px solid #343434;
}
.menu ul li a {
	width: 50px;
	text-decoration: none;
	color: #181717;
	font-weight: bold;
	padding: 0 5px;
}
.menu ul li a:hover {
	text-decoration: underline;
}

.menu ul li:hover .sub-menu {
    display: block !important;
}

.sub-menu {
    width: 96px;
    position: absolute;
	margin-top: 0px !important;
	padding: 2px;
	border-radius: 0 3px 3px 3px;	
	box-shadow: 5px 5px 20px 0.5px #ffcccc;	
	background-color: #FFF;	
	z-index: 151;	
	display: none !important;
}

.sub-menu-list-left {
	padding: 5px 1px;
    margin-top: 1px !important;
	text-align: left !important;
}

.sub-menu-list-left li {
	display: block !important;	
	list-style-type: none; 
	font-size:13px;
    border: 0px solid transparent !important;
	border-radius: 3px 0 0 3px;	
	padding: 10px 0;
	text-align: left !important;
}
.sub-menu-list-left li a  {
	font-size: 14px !important;	
	font-weight: Bold;
	text-decoration: none; 	
	line-height: 16px;	
	padding: 0;	
	font-family: 'Arial Narrow';
	text-align: left !important;
}
.sub-menu-list-left li a:hover {
	/*color:#8b0000;*/
}

#header, #nHomeHeader {
	background-color: #02368c;
	border-top: 5px solid #02368c;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 2px 20px #111;
	z-index: 100;
}

.logoarea {
	width: 1200px;
	height: 70px;
	background-color: #02368c;
	margin: 0 auto;
	display: block;
}
.logo {
    width: 70px;
    height: 70px;
    background: url(../images/logo.jpg);
    background-size: 100px;
    background-position: 50% -22px;
    margin-left: 20px;
    border-radius: 50%;
}
.logo div {
	font: bold 32px "Bradley Hand ITC";
	color: #C00000;
	text-shadow: 0px 0px 10px black;
	padding-top: 45px;
        display: none;
}
.logosearch {
	display: inline-block;
	margin-top: -65px;
}
#itemsearch {
    width: 500px;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #ccc;
    margin-top: 15px;
}
#searchbtn {
    margin-top: 15px;
    width: 39px;
    height: 21px;
    background: url(../images/search.png);
    background-size: contain;
    background-color: #C00000;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 4.5px solid #C00000;
    border-radius: 0 10px 10px 0;
    display: inline-block;
    float: right;
    cursor: pointer;
}
#searchbtn:hover {
	background-color: #FFF;
	border: 4.5px solid #FFF;
}
.logocart{
    position: relative;
	display: inline-block;
	margin-top: -50px;
	float: right;
	padding-right: 10px;
	cursor: pointer;
}
.carttitle{    
    position: relative;
	text-align: center;
	background-color: #C00000;
	width: 200px;
	height: 10px;
	font: bold 24px sans-serif;
	padding: 10px 5px 10px 5px;
	color: #fff;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 0 10px black;
	display: block;
	margin: 0 auto;
    z-index: 150;
}
.carttitle img {
	width: 32px;
	height: 32px;
	margin-top: -10px;
}
.cartlistBox {
    position: absolute;
	width: 208px;
    z-index: 140;
}
#cartlist{    
	display: none;
    padding: 10px 0;
	width: 208px;
	margin: 0 auto;
    font-size: 14px;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
	background-color: #ffffff;
}
.cartlistBox:hover #cartlist {
    display: block;
}
.paperedge{
	width: 210px;
    background: url(../images/paperedge.png);
    background-size: 78%;
    height: 12px;
    margin: -2px auto 5px;
    border-top: 0px solid #fff;
    bottom: 0px;
}
@media only screen and (max-device-width: 1366px) {
.hood {
		background-size: contain;
		background-position-y: 146px;
          }
}
@media only screen and (max-device-width: 768px) {
.hood {
		width: 1200px;
		background-size: contain;
		background-position-y: 146px;
          }
.menu {
	    width: 1200px !important;
	}
.catmenu_h {
	    width: 1200px !important;
	}
.body {
	width: 1200px !important;
	}
}
.catmenu_h {
    width: 100%;
    background-color: #C00000;
    margin: 0 auto;
    padding-bottom: 0px;
    border-top: 5px solid #02368c;
}
.categories {
	background-color: transparent;
	margin: 0 auto;
	display: block;
}
.categories div {
	margin: 0 auto;
	display: inline-block;
}
.box-content {
    padding: 0 10px;
    margin: 0;
}
#sbcat1 {
    /*width: 36px;*/
    background: url(../images/list.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
#sbcat1a {
    margin-left: 25px;
    color: #fff;
}
#sbcat1:hover {
    /*width: 36px;*/
    background: url(../images/list1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
#sbcat1 div ul li {
    width: 100%;
}
.box-content li{
	display: inline-block;
	list-style: none;
	font-size: 16px;
	padding: 10px 0;
	float: left;
	color: #ffffff;
}
.box-content li a {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	font-family: verdana,tahoma;
	padding: 0 10px;
	color: inherit;
}
.box-content li:hover {
	background-color:  #FFF;
	color: #C00000 !important;
	cursor: pointer;
	border-radius: 3px 3px 0 0;
}
.box-content li:hover .sub-cate {
	display: block !important;
}
#cateMenu li:last-child div.sub-cate {
    right: 0;
}
.sub-cate {
	position: absolute;
	margin-top: 10px !important;
	padding: 10px;
	border-radius: 0 3px 3px 3px;	
	box-shadow: 5px 5px 20px 0.5px #ffcccc;	
	background-color: #FFF;	
	z-index: 50;	
	display: none !important; 
}
.sub-cate-list-left {	
	float: left;
	padding: 10px;
}
.sub-cate-list-right {	
	float: right;
	padding: 10px;
}
.sub-cate-list-left li, .sub-cate-list-right li {
	list-style-type: none; 
	font-size:13px;
	border-radius: 3px 0 0 3px;	
	padding:5px 0;
	width: 130px;
}
.sub-cate-list-left li a, .sub-cate-list-right li a  {
	display: block;	
	font-size: 16px;	
	font-weight: Bold;	
	color:#8b0000;	
	text-decoration: none; 	
	line-height: 16px;	
	padding: 5px 0;	
	font-family: 'Arial Narrow';
	text-align: left;
}
.sub-cate-list-left li a:hover, .sub-cate-list-right li a:hover {
	color:#8b0000;
}
.sub-cate-list-left li div, .sub-cate-list-right li div {
	vertical-align: baseline;	
	padding-right: 20px;
	float: left;
}
.sub-cate-list-left li div a, .sub-cate-list-right li div a {
	display: block;	
	font-size: 14px;
	font-weight: normal;
	color:#5f5f5f; 	
	text-decoration: none; 
	line-height: 16px;	
	padding: 5px 0;	
	font-family: 'Arial Narrow';
	text-align: left;
}
.sub-cate-list-left li div a:hover, .sub-cate-list-right li div a:hover {
	text-decoration: underline;
}
.body {
	width: 100%;
	position: absolute;
	top: 135px;
	background-color: #FFF  !important;
}
.slidshowarea {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	display: block;
}
.mySlides {
	display: none; 
	margin-top:0px;
	text-align: left !important;
}
.mySlides img {width: 950px; height: 401px;}
	
/* Slideshow container */
.slideshow-container {
  max-width: 950px;
  position: relative;
  height: 401px;
	text-align: left !important;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #ff4d4d;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3.0s;
  animation-name: fade;
  animation-duration: 3.0s;
}
@-webkit-keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/************************************************************************************/                 
.slideshowarearight {
	width: 249px;
	height: 401px;
	float: right;
	margin-top: -401px;
}
.salute {
	width: 120px;
	height: 120px;
	display: block;
	margin: 10px auto;
	margin-top: 20px;
	background-image: url("../images/customer.jpg");
	background-size: cover;
	border-radius: 50%;
	border: 1px solid #FFF;
}
.salutetxt {
	display: block;
	font: normal 16px sans-serif;
	margin: 10px auto;
}
.access {
	width: 100%;	
	margin: 0 30px;
	text-align: center;
}
.access a {
	display: block;
	font-size: 16px;
	border: 1px solid black;
	width: 80px !important;
	text-decoration: none;
	padding: 5px;
	float: left;
	border-radius: 5px;
}
#join {
	border: 1px solid #C80000;
	background-color: #C80000; 
	color: #fff;
}
#sginin {
	border: 1px solid #FFF;
	background-color: #FFF; 
	color: #C80000;
}
.cp {
	width: 120px;
	height: 120px;
	margin: 10px auto;
	margin-top: 76px;
	background-image: url("../images/bp.png");
	background-size: cover;
}
.catdisplay {
	width: 1200px;
	display: block;
	margin: 10px auto;
}
.cat_a {
	width: 100%;
	height: 400px;
	display: inherit;
	margin-top: 40px;
	border-top: 2px solid #314455;	
	background-color: #fff;
	text-align: left !important;
}
.sidexplorer {
	width: 200px;
	height: 400px;
	margin: 0;
	/*display: inline-block;*/
	float: left;
}
.sidexplorer h2 {
	margin: 0 auto;
	text-align: left;
	width: 100%;
	background-color: #314455;
	color: #fff;
	padding: 10px 0 10px 10px ;
	display: block;
}
.sidexplorer ul {
	width: 100%;
	padding: 0 !important;
	text-align: left !important;
	margin: 0 auto;
}
.sidexplorer ul li {
	display: block;
	list-style: none;
	padding: 10px 10px 0 10px;
}
.sidexplorer ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #666;
}
.sidexplorer ul li a:hover {
	text-decoration: underline;
	color: #111;
}
.catimg {
	width: 300px;
	height: 400px;
	margin: 0;
	background-size: cover;
	float: left;
	background-color: #fff;
}
.catimg p {
	display: inline-block;
	margin: 0 auto;
	margin-top: 250px;
	text-align: center;
	background: transparent;
	background: radial-gradient(#111, transparent);
	padding: 20px;
}
.catimg p a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
.scimg {
	width: 700px;
	height: 400px;
	margin: 0;
	float: left;
	background-color: #fff;
}
.scimg div {
	width: 232px;
	height: 200px;
	margin: 0;
	margin-left: 0px;
	float: left;
	background-color: #fff;
	border: 0.5px solid #ccc;
	position: relative;
}
.scimg div a {
	width: inherit;
	height: inherit;
	margin: 0;
	text-decoration: none;
}
.scimg div a div {
	width: 232px;
	height: 200px;
	background-size: cover;
	margin: 0 !important;
	border: none  !important;
}
.scimg div a div:hover {
	box-shadow: 0 0 5px #111;
	z-index: 20;
}
#footer {
	background: #474b4f;
	padding: 8px;
	position: relative;
	text-align: center;
}
.newsletter {
	width: 98.95%;
	padding: 30px 0;
	background-color: #6b6e70;
	margin: 0 auto;
	
}
.nl-link {
	width: 1200px;
	padding: 30px 0 0px;
	background-color: transparent;
	margin: 0 auto;
	color: #ddd;
}
.nl-link div {
	font: normal 16px Arial, sans-serif;
	text-align: left;
	display: inline-block;
	margin: 0 20px 20px 50px;
}
.nl-link div ol {
	font: normal 12px Arial, sans-serif;
	list-style-type: none;
	padding: 0 !important;
}
.nl-link div ol li {
	padding-bottom: 10px;
}
.nl-link div ol li a {
	font: normal 12px Arial, sans-serif;
	list-style-type: none;
	padding: 0 !important;
	color: white;
	text-decoration: none;
}
.nl-link div ol li a:hover {
	text-decoration: underline;
}
.nl-link hr {
	border-color: #666;
	margin-bottom: 20px;
}
.socialm a img {
	width: 32px !important;
	height: 32px !important;
	margin-left: 20px !important;
}
.socialm {
	display: block !important;
	text-align: center !important;
}

/***************** Search Page *****************/
.searchresarea {
	min-height: 600px;
	overflow: hidden;
}
.breadcrumb {
	margin: 0 auto;
	text-align: left;
	padding: 10px 0 10px 10px;
	font-size: 16px;
	color: #666;
	display: block;
}
.breadcrumb a {
	text-decoration: none;
	color: inherit;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #C00000; 
}
.refinesele {
	position: relative !important;
	width: 240px;
	padding: 0 5px 5px 5px;
	min-height: 100px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: left;
	overflow: hidden;
}
.expand {
	height: 420px;
}
#rc {
	text-align: left;
	padding-left: 0px;
	margin-left: 12px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}
#rc::before {
	height: 10px;
	width: 10px;
	content: " ";
	background-image: url("../images/tri-d.png");
	position: absolute;
	background-repeat: no-repeat;
	margin-top: 3px;
}
.refinesele ul {
	list-style: none;
	padding: 0 12px 10px 12px;
	border-bottom: 1px solid #bbb;
	max-height: 250px;
	background: #ddd;
	overflow-y: auto;
}
.refinesele ul:last-child {
	border-bottom: 0px solid #bbb;
}
.refinesele ul li {
	padding-top: 10px;
    font-size: 16px !important;
}
.refinesele ul li a {
	text-decoration: none;
	color: inherit;
    font-size: 14px !important;
}
.refinesele ul li a:hover {
	text-decoration: underline;
	color: #C00000; 
}
.refinesele ul span {
	font-size: 14px;
	font-weight: bold;
}
/*#refine_sele {
    height: 1500px;
}
.toggleSele {
    float: right;
    -webkit-appearance: none;
    border: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    padding: 0;
    margin-top: -5px;
    font: normal 24px arial;
    cursor: pointer;
}*/
#refine_sele ul li {
    padding-top: 5px !important;
    position:relative;
}
.col_refinesele, .siz_refinesele {
    text-align: center;
}
 .col_refinesele li, .siz_refinesele li {
    display: inline-block;
}
.col_refinesele span, .siz_refinesele span {
    text-align: left !important;
}
.col_refinesele li input[type="checkbox"], .col_refinesele li input[type="button"] {
    width: 32px !important;
    height: 32px !important;
    margin-right: 8px !important;
}
.siz_refinesele li, .siz_refinesele li {
    display: inline-block;
}
.siz_refinesele li input[type="checkbox"] {
    width: 60px !important;
    height: 60px !important;
    margin-right: 2px !important;
}
.siz_refinesele li input[type="button"] {
    width: 40px !important;
    height: 40px !important;
    margin-right: 4px !important;
    background: #fff;
    border-color: #111 !important;
    color: #111;
    font-weight: 600;
    padding: 5px;
}
/*#refine_sele ul li input[type="checkbox"] {
    width: 13px;
    height: 13px;
    margin-right: 15px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #aaa;
}
.active_sele {
    background-color: #ff0026 !important;
}
#refine_sele ul li label {
    position: absolute;
    margin-top: 2px;
    font-size: 14px;
}
#customPrice {
    font-size: 12px;
}
#customPrice label {
    font-weight: 600;
}
#customPrice input[type="number"] {
    margin: 10px 5px 5px 0;
    padding: 0 5px;
    width: 60px;
}
#slider-range {
    width: 97%;
    margin: 5px 0;
}
#btnCustom {
    border: 1px solid #aaa;
    background: transparent;
}
#btnCustom:hover {
    background: #ccc;
    cursor: pointer;
    border-style: outset;
}
#btnCustom:active {border-style: inset;}
#btnCustom:focus {
    background: #ccc;
    border-style: outset;
}
#rc-showtoggle {
	position: absolute !important;
	bottom: 0px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	background-color: #ddd;
	z-index: 5;
}
#rc-showtoggle:hover {
	text-decoration: underline;
	color: #C00000;
}*/
.leftward {
	float: left;
}
.listarea {
	width: 934px;
	/*height: 1200px;*/
	min-height: 835px;
	padding: 0 5px 10px 5px;
	margin-left: 251px;
}
.rs-header {
	width: 934px;
	border-bottom: 1px solid #bbb;
	text-align: right;
	font-size: 16px;
	padding-bottom: 2px;
}
.rs-header a {
	margin-top: 6px;
	padding: 0 9px 0 9px;
	margin-right: 10px;
	background-repeat: no-repeat;
}
#vlistgrid, #vlist {
	background-image: url("../images/vlist.png");
}
#vgrid {
	background-image: url("../images/glist-r.png");
}
#results {
	width: 960px;
	height: 1670px;
	text-align: left;
	overflow-y: scroll;
        background-color: #ddd;
}
.gridview {
	width: 930px;
	height: 400px;
	margin: 0 auto;
	padding: 0;
	margin-top: 2px;
	margin-right: 10px;
	/*border-bottom: 1px solid #ddd;*/
}
.listview {
	display: block;
	width: 930px;
	margin: 0 auto;
	padding: 0;
	margin-top: 2px;
	margin-right: 10px;
	border-bottom: 1px solid transparent;
}
/************ Gridview ************/
.itemholder-g {
	font-family: helvetica, sans-serif;
	position: relative;
	width: 200px;
	height: 380px;
	padding: 0 10px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	border: 1px solid transparent;
	background-color: #fff;
  background-image: url(../images/loading.gif);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.itemholder-g:hover {
	border: 1px solid #aaa;
	box-shadow: 5px 5px 10px #aaa; /*#4DC00000*/
	cursor: pointer;
}
.itemholder-g p a {
	font-size: 16px;
	margin: 0px;
	text-decoration: none;
	color: inherit;
}
.itemholder-g p a:hover {
	text-decoration: none;
	/*color: orangered;*/
}
.itemimg {
	position: relative;
	width: 200px;
	height: 200px;
	border-top: 10px solid transparent;
	border-bottom: 20px solid transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}
.itemimg a {
		position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.itemdet {
	position: absolute;
	bottom: 0;
  padding: 0 2px 10px;
}
.itemdet span {
	font-size: 11px !important;
	color: #aaa;
}
.itemdet span b {
	font-size: 18px;
	font-weight: 600;
	color: #C02323;
}
.itemdet span a {
	text-decoration: none;
	color: #4169e1 !important;
	font-size: 11px;
	font-weight: bold;
}
.itemdet span img {
	width: 16px;
	height: 16px;
}
.itemdet span a:hover {
	text-decoration: underline;
}
.itemdet div span {
	display: inline-block;
	font-size: 14px !important;
	font-weight: normal !important;
	color: #bbb;
}
.starchecked {
	color: gold !important;
}
.itemdet div span:last-child {	
	font-size: 16px !important;	
	color: #bbb;
}
.itemdet div p a {
	color: #bbb;
	font-size: 14px;
}
.itemdet div p a:hover {
	text-decoration: none !important;
	color: #444;
}
/************ Listview ************/
.itemholder-l {
	position: relative;
	width: 900px;
	height: 230px;
	padding: 0 10px;
	margin-left: 5px;
	display: block;
	border-bottom: 1px solid #ddd;
	font-family: helvetica, sans-serif;
	margin-top: 10px;
	background-color: #fff;
  background-image: url(../images/loading.gif);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.itemholder-l:hover {
	border: 1px solid #aaa;
	box-shadow: 5px 5px 10px #aaa; /*#4DC00000*/
	cursor: pointer;
}
.iHolder {
    margin: 24px auto 0 !important;
    /*box-shadow: 0 0 10px 1px #aaa;*/
    box-shadow: 0 0 4px 1px #ddd;
}
.itemholder-l p {
	position: relative;
	width: 200px;
	font-size: 18px;
	margin: 0px;
	display: inline-block;
	bottom: 170px;
	padding-left: 10px;
}
.itemholder-l p a{
	text-decoration: none;
	color: inherit;
}
.itemholder-l p a:hover {
	/*text-decoration: underline;
	color: orangered;*/
}
.itemimg-l {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	border-top: 10px solid transparent;
	border-bottom: 5px solid transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}
.itemimg-l a {
	position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.itemdet-l {
	position: absolute;
	top: 0;
	left: 430px;
	width: 300px;
	padding: 17px 10px 0 0;
	display: inline-block;
}
.itemdet-l span {
	font-size: 11px !important;
	color: #aaa;
	padding-bottom: 1px solid #ddd;
}
.itemdet-l span b {
	font-size: 18px;
	font-weight: 600;
	color: #C02323;
}
.itemdet-l span a {
	text-decoration: none;
	color: #4169e1;
	font-size: 11px;
	font-weight: bold;
}
.itemdet-l span img {
	width: 16px;
	height: 16px;
}
.itemdet-l span a:hover {
	text-decoration: underline;
}
.itemdet-l div span {
	display: inline-block;
	font-size: 16px !important;
	font-weight: normal !important;
	color: #bbb;
}
.itemdet-l div span:last-child {	
	font-size: 16px !important;	
	color: #bbb;
}
.itemdet-l div {
	width: 200px;
}
.itemdet-l div p {
	top: 0px;
	margin-top: 25px;
	padding: 0px;
}
.itemdet-l div p a {
	color: #bbb;
	font-size: 14px;
}
.itemdet-l div p a:hover {
	text-decoration: none !important;
	color: #444;
}

/***************** Item Page *****************/
#sellerContact {
    display: none;
    width: 300px !important;
    float: right;
    font-size: 16px;
    margin-top: -50px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    box-shadow: 2px 5px 20px #333;
    border-radius: 5px;
    background-image: url(../images/locate.gif);
    background-size: 96px;
    background-repeat: no-repeat;
    background-position: center right;
}
#sellerContact p {
    margin: 0px;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.itemDisplayArea {
	position: relative;
	height: 100%;
	margin: 0 auto;
}
.thumbnails {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 500px;
	padding: 5px;
}
.thumbnails img {
	width: 48px;
	height: 48px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	cursor: pointer;
    object-fit: contain;
}
.itemImage {
	/*position: relative;
	top: 0;
	left: 0;
	margin: 0 0 0 58px;
	width: 500px;
	height: 500px;
	background: url("../images/item/item13-1.jpg");
	background-position-x: 50%;
	background-size: contain;
	background-repeat: no-repeat;*/
}
.itemImage img {
	width: 100%;
	height: 100%;
}
.itemImage:hover .zoomwindow {
	display: block;
}
#myresult:hover {
	display: none;
}
.zoomwindow {
	position: absolute;
	width: 500px;
	height: 500px;
	left: 400px;/*520px*/
	top: 0px;
	background: transparent;/*#bfffffff*/
	background-size: 1000px 1000px;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
	display: none;
	z-index: 50;
}
.zoomininfo {
	position: absolute;
	top: 500px;
	left: 204px;
	font-size: 16px;
	color: #aaa;
}
.itemSellDetail {
	/*position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 558px;
	width:590px;
	height: 590px;
	text-align: left;*/
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 20px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.itemdet-i {
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 600px;
	padding: 17px 10px 0 20px;
	display: inline-block;
}
.itemdet-i p {
	position: relative;
	/*width: 200px;*/
	font-size: 20px;
	margin: 0px;
	display: inline-block;
	top: 0px;
	padding: 10px 0;
	color: #666;
}
#itemName span {
    font-size: 14px;
}
.itemdet-i hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 2px 0;
    padding: 0;
}
.itemdet-i span {
	font-size: 28px;
	color: #aaa;
	padding-bottom: 1px;
}
.itemdet-i span b {
	font-size: 28px;
	font-weight: 600;
	color: #C02323;
}
.itemdet-i span a {
	text-decoration: none;
	color: #4169e1;
	font-size: 14px;
	font-weight: bold;
}
.itemdet-i span img {
	width: 16px;
	height: 16px;
}
.itemdet-i span a:hover {
	text-decoration: underline;
}
.itemdet-i div span {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	color: #bbb;
}
.itemdet-i div span:last-child {	
	font-size: 16px !important;	
	color: #bbb;
}
.itemdet-i div {
	width: 100%;
}
.itemdet-i div p {
	top: 0px;
	margin-top: 50px;
	padding: 0px;
}
.itemdet-i input {
	width: 30px;
	text-align: right;
	padding-right: 5px;
}
.purchaseCTRL {
    border-collapse: collapse;
    width: 100%;
    position: fixed;
    bottom: 6.5%;
}
.purchaseCTRL tr td {
    width: 33.33%;
}
.itemclrarea, .itemsizarea, .qtyCTN {
    display: inline-block;
    font-size: 12px !important;
    margin-bottom: 2%;
    max-width: 100% !important;
    width: 100%;
}
#itemColor span, #itemSize span, .qtyCTN span {
    font-size: 14px !important;
    display: block;
}
#clrCode, #sizCode {
    font-size: 14px !important;
    width: 90%;
    padding: 1px;
}
.itemclrarea select, .itemsizarea select{
	padding: 5px;
	text-align:center;
}
.itemqtyarea {
	display: inline-block;
	font-size: 16px !important;
	padding: 3px 10px 5px 10px;
	margin-left: 5px;
	/*margin-bottom: 20px;*/
	width: 100px !important;
	border: 1px solid #ddd;
}
.itemqtyarea table {
    border-collapse: collapse;
}
.itemqtyarea table tr td {
    width: 33.33%;
}
#itemQty {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px !important;
    text-align: center;
    border: none;
    width: 100%;
}
*:focus {
	outline: none;
}
.qtyctrl {
	vertical-align: middle;
	color: #000 !important;
	cursor: pointer;
	font-weight: 600 !important;
	font-size: 16px !important;
}
#qtyDec {
	/*float: left;*/
}
#qtyInc {
	/*float: right;*/
}
.tCost {
	font-size: 20px !important;
	color: #0c410c !important;
	font-weight: 600;
}
#negotiatebtn {
    width: 150px;
    height: 30px;
    margin: 0 0 0 10px;
    border: 1px outset #e00e0e;
    background-color: #e00e0e;
    color: #fff;
    font: normal 18px monospace;
    cursor: pointer;
    text-transform: lowercase;
    letter-spacing: 0.1em;
}
#negotiatebtn:hover {
    text-transform: uppercase;
}
.checkoutarea {
    padding: 10px 0;
    margin: 0 auto;
    display: inline-block;
    width: 600px !important;
    display: none;
}
.checkoutarea button {
	display: inline;
	width: 160px;
	height: 44px; 
	border: 1px outset #ccc;
	border-radius: 5px;
	font-size: 18px;
	cursor: pointer;
}
#buynow {
	color: #C00000;
	background-color: #FFEBEB;
}
#cartadd {
	color: #fff;
	background-color: #C00000;
}
.itemDesc {
	width: 600px;
	padding: 10px 10px 0 0;
	display: inline-block;
}
.itemDesctitle {
	margin: 0 auto !important;
	font-weight: 600 !important;
}
#descDet {
	width: 100%;
	margin: 10px auto !important;
	font-size: 24px !important;
}
.showtoggle {
	position: absolute !important;
	bottom: 0px;
	width: fit-content;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	background-color: #fff;
}
.slider {
    height: 25vh;
}
.iteminfoarea {
    margin: 0 auto 20px !important;
}
.iteminfoarea, .slider {
	position: relative;
    height: 445px;
    margin: 0 auto;
    text-align: left;
    padding-top: 20px;
    background: #fff;
    width: 100%;
}
div.slider:last-child {
    margin-top: 5vh;
}
.tabHeaderarea {
	margin: 0 auto;
	padding: 0 20px;
}
.tab {
	position: absolute;
	left: 0;
	top: 0;
	/*height: 400px;*/
	margin: 0 auto;
	padding: 0 20px;
	display: none;
	margin-top: 6.3vh;
}
.activeTab {
	display: block;
        width: 100%;
}
.tabHeader {
	position: relative;
	display: block;
	width: 200px;
	margin: 0;
	padding-bottom: 2px;
	border: 1px solid #ddd;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	background: #eee;
	cursor: pointer;
	text-align: center;
    font-size: 18px;
}
.activeTabHeader {	
	background: #fff !important;
}
.tabHeader h2 {
	margin: 10px auto;
}
#proDescSum {
	padding: 10px 10px;
	font-size: 14px;
	font-weight: normal;
}
.tabbody {
    position: relative;
    width: 98%;
    min-height: 20vh;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 10px 10px 10px;
}
.tab2header {
	left: 201px;
	margin-top: -45px;
}
.tab3header {
	left: 402px;
	margin-top: -45px;
}
#qdetTable {
    width: 100%;
}
#profeedback {
    overflow: auto;
}
#proinfo table {
	border-collapse: collapse;
	width: 1158px;
	height: 280px;
}
#proinfo table tr th {
	background-color: #ccc;
	font-size: 24px;
	height: 22px;
	padding:5px 10px;
	font-weight: normal;
}
#proinfo table tr td {
	font-size: 24px;
	height: 22px;
	padding:5px 10px;
	font-weight: normal;
    width: 50%;
}
#proinfo table tr td span:first-child {
	font-weight: 600;
	color: #bbb;
}
.yesReview {
    width: 1120px;
    padding: 10px;
    font: normal 24px verdana;
}
.yesReview table {
    font-size: 24px !important;
    border-collapse: collapse;
    width: 400px;
    padding: 0;
    margin: 0;
}
.yesReview table tr {
    padding: 0;
    margin: 0;
}
.yesReview table tr td {
    color: dodgerblue;
}
#postRate span, #reviewStar span {
    margin-left: -5px;
    display: inline-block;
    font-size: 24px;
    color: #bbb;
}
#postRate span:last-child, #reviewStar span:last-child {
    font-size: 14px !important;
    color: dodgerblue;
    margin-left: 5px;
}
#postRate span:last-child {
    color: black !important;
    font-weight: bold;
}
.bar {
    width: 300px;
    height: 25px;
    border: 1px inset #aaa;
    background: #ccc;
    position: static;
    display: block;
    box-sizing:border-box;
}
.barFill {
    width: 50%;
    height: 22px;
    display: block;
    float: left;
    position: static;
    background: repeating-linear-gradient(-55deg, #ffd545, #ffd545 10px, #ffcc00 10px, #ffcc00 20px);
    border-left: 1px solid #ffe680;
    border-top: 1px solid #ffe680;
    border-right: 1px solid #997a00;
    border-bottom: 1px solid #997a00;
    border-radius: 2px;
}
.post {
    padding-bottom: 20px;
}
.post p {
    color: #aaa;
}
.post p:last-child  {
    color: #111;
}
.noReview {
	text-align: center;
}
.noReview p {
	text-align: center;
	margin: 139px auto 0 auto;
	font-size: 32px;
	color: #bbb;
}
.noReview span {
	margin: 0 auto;
	font-size: 18px;
	color: #C00000;
}
.noReview input {
	margin: 10px auto;
	font-size: 16px;
	font-weight: bold;
	color: #C00000;
	background-color: #FFEBEB;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 5px;
	cursor: pointer;
}
.noReview input:hover {
	color: #fff;
	background-color: #C02323;
}
.slider {
	height: 28vh;
}
.slider span {
	font-size: 32px;
	text-align: left;
	padding-left: 20px;
}
.slideZone, .slideZoneO {
	width: 87%;
	height: 22vh;
	padding: 10px 0 10px 0px;
	margin-left: 60px;
	overflow-x: hidden;
  overflow-y: hidden;
}
.slidebtn {
	position: absolute;
	top: 0;
	width:40px;
	height: 40px;
	display: inline-block;
	padding: 118px 0;
	margin-top: 47px;
	cursor: pointer;
}
.slidepre, .slideOpre {
	text-align: right;
	left: 20px;
}
.slidenex, .slideOnex {
	text-align: left;
	right: 30px;
}
.slidebtn p {
	border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 6px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.slide, .slideO {
	min-width: 1000vh; 
}
.slide ul, .slideO ul, #itemPic ul {	
	padding: 0;
	display: inline-block;
}
.slide ul li, .slideO ul li, #itemPic ul li {	
	list-style: none;
	padding: 0;
	/*display: inline-block;*/
	float:left;
}
.slide ul li div, .slideO ul li div {
	width: 194px;
	height: 236px;
	padding: 10px 10px;
}
.slide ul li div a, .slideO ul li div a {
	text-decoration: none;
	color: inherit;
    display: block;
    width: 100%;
    height: 100%;
}
.slide ul li div a img, .slideO ul li div a img {
	width: 190px;
	height: 190px;
	border: 0;
    object-fit: cover;
}
.slide ul li div a p, .slideO ul li div a p {
	font-size: 24px;
	color: inherit;
}
.slide ul li div a p:last-child, .slideO ul li div a p:last-child {
	color: #C00000 !important;
	font-size: 24px !important;
	font-weight: 600;
}
.addAction {
	position: absolute;
	width: 100%;
	height:100vh;
	top: 0;
	left: 0;	
	background-color: hsla(50, 33%, 25%, .75);
	z-index: 500;
}
.addMsg {
	position: relative;
    width: 94%;
    background-color: #fff;
    margin: 100px auto;
    padding: 10px 10px;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 10px #666;
    text-align: left;
}
#addToCartMsg {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0;
	margin-left: 40px;
}
.addMsg div {
	/**position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0px;*/
	margin: 0 20px;
	float: left;
	width: 81px;
	height: 77px;
	background: url('../images/full_cart.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.addMsg input {
	cursor: pointer;
}
.addMsg hr {
	margin: 40px 0px;
}
.closeMsg {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	right: 0px;
	cursor: pointer;
}
.hide {
	display: none;
}
.addMsgP {
	font-size: 24px !important;
	font-weight: normal !important;
}
/***************** Cart Page *****************/
.searchresarea {
	width: 1200px;
	min-height: 585px;
    max-height: 585px;
	margin: 0 auto;
	background: #ddd;
	display: block;
}
#searchresno {
    color: #C00000;
}
.noRes {
    color: #444;
    font-size: 32px;
    font-weight: bold;
    padding: 100px 0;
    text-align: center;
    background-image: url(../images/oops.png);
    background-size: 40%;
    background-position: 50%;
    background-repeat: no-repeat;
}
.noRes img {
    width: 30%;
    height: 30%;
    padding-bottom: 10px;
}
.rs-header h2 {
	margin: 0 5px;
	font-size: 18px;
}
.rs-header div {
	height: 19px;
	margin-right: 20px;
}
.rs-header div p {
	width: 130px;
	float: right;
	text-align: center !important;
	font-weight: 600;
}
.rs-header div p:first-child {
	float: left;
}
#results_cart {
	position: absolute;
	width: 960px;
	min-height: 522px;
	text-align: left;
}
.cartarea {
	width: 934px;
	min-height: 560px;
	padding: 0 5px 10px 5px;
	margin-left: 0px;
}
.itemholder-cl {
	position: relative;
	width: 900px;
	height: 117px;
	padding: 6px 10px;
	margin-left: 5px;
	display: block;
	border-bottom: 1px solid #ddd;
}
.itemholder-cl p {
	position: relative;
	width: 280px;
	font-size: 18px;
	margin: 0 0 0 20px;
	display: inline-block;
	top: -70px;
	padding-left: 10px;
}
.itemholder-cl p a{
	text-decoration: none;
	color: inherit;
}
.itemholder-cl p a:hover {
	text-decoration: underline;
	color: orangered;
}
.itemimg-cl {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	background-size: contain;
	background-repeat: no-repeat;
  background-position: 50%;
  background-color: #111111d1;
}
.itemcost, .shippingCost {
    font-weight: bold;
}
.itemdet-cl a {
		padding: 0px 14px;
    margin-left: 0;
    background: url(../images/bin.png);
    background-repeat: no-repeat;
    background-size: 10%;
    font-size: 12px;
}
.applyV {
    background: url('../images/go.png') !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
.cartVoucher {
    margin-right: 10px !important;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #bbb;
}
.itemdet-cl {
	position: absolute;
	top: 0;
	left: 124px;
	width: 417px;
	margin-left: 495px;
	padding: 49px 10px 0 0;
	display: inline-block;
}
.itemdet-cl span {
	font-size: 16px;
	width: 130px;
	color: #aaa;
	padding-bottom: 1px;
	float: left;
	text-align: center !important;
}
.itemdet-cl span b {
	font-weight: normal !important;
	color: #C02323;
}
.itemdet-cl span a {
	text-decoration: none;
	color: #4169e1;
	font-size: 14px;
	font-weight: bold;
}
.itemdet-cl span img {
	width: 16px;
	height: 16px;
}
.itemdet-cl span a:hover {
	text-decoration: underline;
}
.itemdet-cl div span {
	display: inline-block;
	font-size: 20px;
	font-weight: normal !important;
	color: #bbb;
}
.itemdet-cl div span:last-child {	
	font-size: 16px !important;	
	color: #bbb;
}
.itemdet-cl div {
	width: 200px;
}
.itemdet-cl div p {
	top: 0px;
	margin-top: 50px;
	padding: 0px;
}
.itemdet-cl div p a {
	color: #bbb;
	font-size: 14px;
}
.itemdet-cl div p a:hover {
	text-decoration: none !important;
	color: #444;
}
.cartItemQty input {
	width: 130px;
	text-align: center !important;
	border: none;
}
.cartItemQty input:focus {
	border: 1px solid #ddd !important;
}
.cartItemQty p {
    width: 130px !important;
    text-align: center;
    padding: 0;
    margin: 0;
}
.cartSummary {
	position: relative;
	border-width: 0px;
	margin-left: 943px;
	margin-top: -70px;
	width: 240px;
	height: 600px;
	padding: 0 5px 5px 5px;
	min-height: 100px;
	text-align: left;
	overflow: hidden;
	float: left;
	z-index: 10;
	background: #fff;
}
.cartSummary h2 {
	margin: 0 5px;
	font-size: 18px;
}
#cartSumHolder {
	position: relative;
	top: 0;
	/*margin: 0 5px;*/
	font-size: 17px;
	width: 210px;
	height: 254px;
}
.cartSummary div div:first-child {
	margin-top: 5px;
}
.cartSummary div div {
	width: 100%;
	display: block;
	margin-top: 10px;
}
.cartSummary div div span {
	float: right;
	font-weight: 600; 
}
#aTotal {
	color: #C02323;
}
.cartSummary-sticky {
	position: fixed;
	top: 0;
	z-index: 100;
}
.paper {
    padding: 9px 10px 27px 20px;
    position: relative;
    border: 1px solid #B5B5B5;
    background: white;
    background: -webkit-linear-gradient(top, #DFE8EC 0%, white 8%) 0 57px;
    background: -moz-linear-gradient(top, #DFE8EC 0%, white 8%) 0 57px;
    background: linear-gradient(top, #DFE8EC 0%, white 8%) 0 57px;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px;
}
.paper::before {content:""; z-index:-1; margin:0 1px; width:240px; height:10px; position:absolute; bottom:-3px; left:0; background:white; border:1px solid #B5B5B5;}
.paper::after {content:''; position:absolute; width:0px; top:0; left:15px; bottom:0; border-left:1px solid #F8D3D3;}
.checkoutCtn {
	width: 180px;
	display: block;
	margin: 20px 30px;
}
.checkoutCtn button {
	width: 180px;
	padding: 5px;
	font-size: 16px;
	background: #FFEBEB;
	border: 1px solid #FFEBEB;
	border-radius: 5px;
	color: #C02323;
	cursor: pointer;
}
.checkoutCtn button:hover {
	background: #C02323;
	border: 1px solid #C02323;
	color: #fff;
}
/*****************Order Page *****************/
.order-header {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #bbb;
	text-align: right;
	font-size: 16px;
	padding: 5px 0 2px;
}
.order-header h2 {
	margin: 0 5px;
	font-size: 16px;
}
.order-header div {
	height: 19px;
	margin-right: 20px;
}
.order-header div p {
	width: 150px;
	float: left;
	font-size: 18px;
	text-align: center !important;
	padding: 15px 0;
	border-bottom: 2px solid transparent;
}
.order-header div p:hover {
	color: #C02323;
	font-weight: 600;
	border-bottom: 2px solid #C02323;
	text-decoration: underline;
	cursor: pointer;
}
.orderTabActive {
	color: #C02323;
	font-weight: 600;
	border-bottom: 2px solid #C02323 !important;
}
.orderTabs {
	height: 50px !important;
}
#orders, #comp_orders, #open_orders, #canc_orders {
	position: absolute;
	width: 1190px;
	/*width: 960px;*/
	min-height: 522px;
	text-align: left;
}
#ordergrp {
    font-size: 14px;
    border: none;
    background-color: transparent;
    padding: 5px;
}
.oitemgrp {
	margin: 0px;
	width: 1190px;
}
.itemholder-o {
	font-size: 16px;
	width: 1160px;
	height: 400px;
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 10px;
	display: block;
	border: 1px solid #ddd;
	border-radius: 7px;
}
.itemholder-o p {
	position: relative;
	width: 280px;
	font-size: inherit;
	margin: 0 0 0 20px;
	display: inline-block;
	top: -7px;
	padding-left: 3px;
}
.itemholder-o p a{
	text-decoration: none;
	color: inherit;
}
.itemholder-o p a:hover {
	text-decoration: underline;
	color: orangered;
}
.o-content {
	padding-top: 10px;
    background-image: url(../images/loading.gif);
    background-size: 34%;
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.o-content p a {
	color: #C02323;
}
.o-content p span {
	color: orangered;
  display: block;
}
.itemVendor {
  color: #111 !important;
}
.o-info {
	height: auto;
	padding: 5px 0px;
	background: #eee;
	margin: 0;
	border-radius: 5px 5px 0 0;
}
.o-info p {
	display: inline-block;
	float: left;
	width: 250px;
	top: 0;
	font: normal 14px "Arial Narrow";
}
.o-info p span {
	font-family: Calibri, "Bradley Hand ITC", helvetica, arial, sans-serif;
	display: block;
	width: 100%;
}
.oordersBtn {
	width: 200px;
	float: right;
	padding: 0 10px 0;
}
.oordersBtn span {
	display: block;
	margin-top: 10px;
	padding: 10px 0;
	font-size: 16px;
	color: #111;
	border: 1px outset #FFEBEB;
	border-radius: 5px;
	text-align: center;
	background: #FFEBEB;
}
.oordersBtn span:hover {
	border: 1px outset #FF9696;
	background: #FF9696;
}
.oordersBtn span a {
	color: inherit;
	padding: 10px 20px;
}
.itemimg-o {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-left: 20px;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #111111c7;
}
.itemimg-o span {
	position: absolute;
	right: 0;
	bottom: 0;
	border: 1px solid #eee;
	padding: 3px;
	border-radius: 12.5%;
	background: radial-gradient(#ccc, #ddd, #eee);
}
.reAdd {
	display: inline-block;
	margin-top: 5px;
	padding: 5px 0;
	font-size: 16px;
	border: 1px outset #ddd;
	border-radius: 5px;
	text-align: center;
	background: #ddd;
}
.reAdd:hover {
	border: 1px outset #aaa;
	background: #aaa;
}
.reAdd a {
	color: #111 !important;
	padding: 5px 5px;
	text-decoration: none !important;
}
#dateSort {
    float: right;
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 5px;
    background: #eee;
}
/*****************Login *****************/
#loginPanel{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: hsla(50, 33%, 25%, .75);
	z-index: 151;
}
#warningCtn {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 101%;
    height: 116vh;
	z-index: 151;
}
.glass {
    filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    -moz-filter: blur(4px);
    -webkit-filter: blur(4px);
}
.loginBox {
	display: none;
	width: 450px;
	height: 450px;
	margin: 25vh auto;
	background: #fff;
	padding: 25px;
	border-radius: 5px;
	box-shadow: 0 0 20px #000;   
}
#warning {
    position: absolute;
    top: 10%;
    /* left: 50%; */
    display: none;
    width: 86%;
    height: 42vh;
    /* margin-left: -225px; */
    /* margin-top: 10%; */
    background: #fff;
    padding: 0 7%;
    border-radius: 5px;
    box-shadow: 0 0 20px #000;
    font-size: 18px;
    background-color: #666;
    color: #ddd;
}
.warningImg {
    width: 116%;
    height: 34%;
    background-image: url(../images/disclaimer1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: -7% 0 0 -8%;
    border-bottom: 2px solid #444;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
}
.closeLogin {
	width: 32px;
	height: 32px;
	float: right;
	cursor: pointer;
	margin: -20px -20px 0 0;
}
#loginarea { 
	margin: 0 auto; 
	box-sizing: 
	border-box; 
	width:360px; 
	height:282px; 
	font: normal 1.1em 'Roboto', sans-serif; 
	line-height: 1.42857143; 
	color:#333;
}
#btnLogin, #btnresend, #btnAddprod { 
	-webkit-appearance: button; 
	cursor: pointer; 
	padding: 7px 16px 10px; 
	font-size: 18px; line-height: 1.33; 
	border-radius: 6px !important; 
	color: #fff; 
	background-color: #5cb85c !important;
	border-color:#4cae4c !important; 
}
#btnReg { -webkit-appearance: button; cursor: pointer; padding: 7px 16px 10px !important; font-size: 18px; line-height: 1.33; border-radius: 6px !important; color: #fff; background-color: #5bc0de !important;border-color:#46b8da !important; }
#loginarea label, #signuparea label { display:block; cursor:default; font: inherit; max-width:100%; margin-bottom:5px; font-weight:bold;}
#loginarea input, #signuparea input, #signuparea select { width:100%; margin-bottom:0; display:block; height:34px; padding: 6px 0 6px 2px; font-size:14px; background-color:#fff; border: 1px solid #ccc; border-radius:4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); cursor: pointer;}
hr { margin-top: 10px; margin-bottom: 10px; border: 0; border-top: 1px solid #ddd; }
#loginarea a, #signuparea a, #get_actn { margin:0 auto !important; text-decoration: none !important; font-size: 10px !important; color: #428bca; background: transparent; cursor: pointer; text-align: center !important;}
#getpass { width:100%; margin-top: 12px; }
#getpass a:first-child {
	float: left;
}
#get_actn { float: right; }
.signupBox {
	display: none;
	width: 95%;
  padding: 0;
	height: 480px;
	margin: 20vh auto;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 20px #000;
}
.signupBox h2 {
    font-size: 24px !important;
    margin: 0;
    padding: 28px 0;
    border-bottom: 1px solid #ddd;
}
.progressBar {
	width: 90%;
	display: inline-block;
	margin: 10px auto;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
.signupStage {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #aaa;
	padding: 0;
	margin-left: -16px;
	z-index: 106;
}
.signupLink {display: inline-block;
	position: relative;
	top: -12px;
	width: 30%;
	height: 8px;
	background: #aaa;
	padding: 0;
	margin-top: -20px;
	margin-left: -32px;
}
.closeSignup {
	width: 32px;
	height: 32px;
	float: right;
	cursor: pointer;
	margin: 0;
}
#signuparea {
	margin: 0 auto; 
	box-sizing: 
	border-box; 
	width: 100%;
  height: fit-content;
  position: relative;
	font: normal 1.1em 'Roboto', sans-serif; 
	line-height: 1.42857143; 
	color:#333;
	text-align: center;
}
.regTab {
	position: absolute;
	background: #fff;
	width: 100%;
  height: fit-content;
  min-height: 280px;
	z-index: 105;
}
.regTab input, .regTab select {
	width: 364px !important;
}
.regTab select {
    width: 385px !important;
}
.regTab img {
	margin-top: 10px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.regTab img:hover {
	margin-top: 19px;
	border: 1px groove #ccc;
	cursor: pointer;
}
#signuparea input, #signuparea select {
	margin: 5px auto;
}
.inputtext {
	position: absolute;
	bottom: 0;
	-webkit-appearance: button; 
	cursor: pointer;  
	line-height: 1.33; 
	border-radius: 5px !important; 
	color: #fff; 
	background-color: #C00000 !important;
	margin-bottom: 5px;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #C00000;
}
#registerbtn {
    display: block;
    width: 200px;
}
#btnBackTb1, #btnNextTb1, #btnBackTb2, #btnNextTb2, #btnBackTb3, #btnNextTb3,#btnBackTb4, #btnNextTb4 {
	width: 150px !important;	
}
#btnBackTb1, #btnBackTb2, #btnBackTb3, #btnBackTb4 {
	margin: 0 24px !important;
  left: 0px;
}
#btnNextTb1, #btnNextTb2, #btnNextTb3, #btnNextTb4 {
	margin: 0 24px !important;
  right: 0px;
}
#cartlist ul {
    list-style: none;
    padding: 0;
}
#cartlist ul li {
    padding: 5px;
    text-align: left;
}
#cartlist ul li:last-child {
    text-align: center;
}
#cartlist ul li img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
}
#cartlist ul li div {
    position: relative;
    display: inline-block;
    top: -8px;
    padding: 0 10px 0 5px;
}
#cartlist ul li div:last-child {
    font-size: 16px;
    font-weight: 300;
    padding: 0 2px 0 2px !important;
    text-align: right !important;
    width: 120px !important;
}
/*****************Orders/Summary/Print *****************/
#orderSummary {
    width: 90%;
    text-align: center;
    padding: 1px;
    margin: 0 auto;
    font: normal 16px 'Arial Narrow';
}
.summaryLogo {
    background: url(../images/emaillogo.jpg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: 11px;
    position: relative;
    -webkit-print-color-adjust: exact;
}
.orderQRCode, .orderBarCode {
    width: 200px;
    height: 200px;
    float: right;
    margin-right: 5%;
    margin-top: -10%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-print-color-adjust: exact;
}
.orderBarCode {
    width: 350px !important;
    height: 130px !important;
    margin-top: -5% !important;
}
#summaryTitle {
    width: 100%;
    padding: 10px 0;
    color: #8B0000;
    font-size: 24px !important;
    font-weight: bold !important;
}
#summaryOrdeDet {
    margin: 5px 0;
    padding: 0;
    text-align: left !important;
}
#orderSummary table {
    width: 100%;
    margin: 20px auto 10px;
    border-collapse: collapse;
    border: 3px solid #000;
    padding: 0 5px !important;
}
#orderSummary table tr th {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 5px;
    height: 30px;
    background: #ccc;
    border: 3px solid #000;
}
#orderSummary table tr td { 
    height: 30px;
    padding: 0px 5px;
}
#orderSummary table tr td table {
    border-width: 0px !important;
    text-align: left !important;
}
#orderSummary table tr:last-child td table {
    border-top-width: 3px !important;
}
#orderSummary table tr td table tr td:last-child, #orderSummary table tr td table tr th:last-child {
    text-align: right;
}
#orderSummary table tr td table tr th {
    font-size: 16px !important;
    border-width: 0px !important;
    background: #fff;
    width:50%;
    padding: 0 !important;
}
#orderSummary table tr td table tr td {
    font-size: 16px !important;
    border-width: 0px !important;
    background: #fff;
    width:49%;
    position: relative;
    padding: 10px 0;
}
#shippingAdy {
    /*position: absolute;
    top: 10px;*/
}
#orderCharge {
    width: 60%;
    position: relative;
    margin-left: 39%;
}
#orderCharge table {
    width: 99%;
    margin-top: -3px;
    border-color: transparent !important;
    min-height: 165px;
}
#orderCharge table tr td {
    height: auto !important;
    padding: 0 !important;
    text-align: right;
}
.stamp-holder {
    width: 100%;
    position: relative;
    bottom: 232px;
}
.d-stamp {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background: url('../images/delivered.png');
    background-size: contain;
}
/*****************customer/account/ *****************/
#profileMenu {
    width: 200px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-left: 10px;
}
#profileMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 78%;
}
#profileMenu ul li {
    width: 86%;
    padding: 5px 3px 5px 42px;
    display: block;
    text-align: left !important;
    border: 1px solid transparent;
    border-radius: 0 5px 5px 0;
    font-size: 18px;
    margin: 5px 0;
    cursor: pointer;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-position: 5px 50% !important
}
#profileMenu ul li:hover {
    border-top: 1px solid #e40000;
    border-right: 1px solid #e40000;
    border-bottom: 1px solid #9b0000;
    border-left: 1px solid #9b0000;
    background: #8b0000;
    font-weight: bold;
    color: #fff;
}
#profileMenu ul li.active  {
    border-top: 1px solid #e40000;
    border-right: 1px solid #e40000;
    border-bottom: 1px solid #9b0000;
    border-left: 1px solid #9b0000;
    background: #8b0000;
    font-weight: bold;
    color: #fff;
}
#profileMenu ul li span {
    text-decoration: none;
    color: inherit;
}
#profileMenu ul li img {
    width: 24px;
    height: 24px;
    padding-right: 10px;
    margin-top: 2px;
}
#menuConent {
    width: 935px;
    padding: 1px;
    border: 1px solid #cc0000;
    border-radius: 5px;
    margin-left: 235px;
    margin-top: -352px;
    margin-bottom: 20px;
    text-align: left;
    font: normal 16px 'Courier New';
    min-height: fit-content; /*min-height: 660px;*/
}
.arrow-right {
  display: none;
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;  
  border-left: 10px solid #8b0000; 
  float: right;
  margin-right: -20px;
  margin-top: 0px;
}
#profileMenu ul li.active:hover .arrow-right {
    display: block !important;
}
#profileMenu ul li.active div.arrow-right {
    display: block !important;
}
.profilInfo {
    margin: 10px auto;
}
#c_ver {
    padding: 44px;
    background: url('../images/n_verified.png');
    margin: 10px;
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.profilInfo div {
    width: 250px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 5px 0;
}
.profilInfo p {
    padding: 5px 2px;
}
.profilInfo p span {
    width: 100px;
    display: inline-block;
    margin: 0 5px;
    height: 20px;
    vertical-align: middle;
}
.profilInfo a {
    padding: 5px;
    background: #666;
    color: #eee;   
    margin-left: 117px;
    width: fit-content;
}
#c_uname, #c_name, #c_phone, #c_email {
    width: 400px;
    border: 1px solid #bbb;
    padding: 5px;
    border-radius: 3px;
}
#c_PassH {
    display: none;
    padding: 10px;  
    margin-left: 117px;
}
#c_PassH span {
    width: 150px !important;
}
#xPassClose {
    margin-left: 60% !important;
}
#c_Addy {
    padding: 130px 0px 0px 160px;
    background: url(../images/envelope.jpg);
    background-size: 100% 100%;
    box-shadow: 5px 10px 10px #aaa;
    margin-bottom: 20px;
    width: 518px;
    height: 211px;
}
#c_Addy span {
    display: block;
    height: 20px;
    padding: 3px 0px !important;
    width: 80%;
    margin-left: 42px;
    font-size: 16px !important;
}
#c_Addy input[type="text"] {
    border-style: none;
    border-bottom: 1px dashed #ddd;
    padding: 3px 5px 1px;
    width: 420px;
    display: none;
    margin-top: -17px;
}
#c_street, #c_i_street  {
    margin-top: 0 !important;
}
#c_Addy a {
    margin-top: -10px;
}
#xAddy {
    display: inline-block;
    margin-top: 0px !important;
}
#c_PassH input[type="button"] {
    margin-left: 180px;
    margin-top: 10px;
}
#i_xAddy, #xAddycancel {
    display: none;
}
.boardwindow {
    width: 297px;
    height: 297px;
    border: 1px solid #ddd;
    margin: 10px 78px 10px;
    float: left;
    padding: 5px;
    text-align: center;
}
.bw_header {
    font-weight: bold;
    font-size: 24px;
}
.dashbs a {
    text-decoration: none;
    color: #bbb;
    font-size: 14px
}
.dashbs a:hover {
    color: #8b0000;
}
.dashbs iframe {
    width: 100%;
    height: 670px;
    overflow: hidden;
    border: none;
}
.carInfo, .orderInfo {
    text-align: center;
}
.verifyInfo div {
    border: 1px solid #bbb;
    padding: 10px;
    background: #eee;
    color: #666;
    width: 430px;
    border-radius: 5px;
}
.verifyInfo h1 {
    margin: 0;
}
.verifyInfo h2 {
    color: black;
}
#submitAddyDoc {
    float: right;
    margin-top: 10px;
    border: 1px solid #c00000;
    padding: 10px;
    border-radius: 5px;
    background: #fb0000;
    color: #fff;
    font-weight: bold;
}
#phoneCode, #verifyPhone {
    display: none;
}
.reviewlink {
    font-size: 14px !important;
    color: #6495ED !important;
}
.reviewitem {
    width: 1200px !important;
    margin-left: 0px !important;
    min-height: 0px !important;
    height: auto !important;
    text-align: left !important;
}
.reviewitem h2 {
    margin: 0 5px;
	font-size: 32px;
}.reviewitem hr {
    margin: 0px;
}
.reviewitem p {
    font-size: 28px;
    text-align: center;
}
.reviewitem span {

}
.item_reviewed {
    width: 1190px;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
.item_reviewed div {
    margin-top: 20px;
}
#reviewitemimg {
    width: 250px;
    height: 250px;
    background: #ddd;
    margin-left: 30px;
}
#reviewitemname {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    float: left;
    margin-top: -250px;
    margin-left: 370px;
}
#reviewscale {
    width: 50px;
    height: 30px;
    margin-left: 10px;
    text-align: right;
}
#reviewstars {
    font-size: 28px;
    color: #ccc;
}
#reviewitemcomment {
    margin-top: 20px;
    font-size: 18px;
}
#submitemreview {
    color: #fff;
    background-color: #c00000;
    width: 160px;
    height: 44px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 5px;
}
.paymentdets {
    width: 450px;
    margin: 50px auto 0;
    text-align: left;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font: normal 16px arial;
}
.paymentdets h2 {
    font-size: 32px;
    margin: 20px 0 26px;
}
.paymentdets span {
    float: right;
}
.paymentdets h3 {
    font-size: 24px;
    margin-bottom: 0px;
}
.paymentdets table {
    width: 99.9%;
    margin: 0 auto;
}
.paymentdets hr {
    margin-bottom: 18px;
}
.paymentdets table tr:nth-child(6) {
    font-weight: 600;
}
.paymentdets table tr th {
    padding: 10px 0;
}
.paymentdets table tr th:last-child {
    text-align: right;
    width: 200px;
}
.paymentdets table tr td {
    padding: 15px 0;
}
.paymentdets table tr td:last-child {
    text-align: right;
}
#merchantinfo {
    text-align:left;
}
.printLogo {
    font: bold 32px "Bradley Hand ITC";
    color: #C00000;
    text-shadow: 0px 0px 10px black;
    padding-top: 45px;
    margin-bottom: 0;
    width: 120px;
    height: 55px;
    background: url(../images/logo.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
}
.merchantReg {
    margin: 20px auto 0px !important;
    width: 164px;
    padding: 10px 5px;
    /* margin: 10px; */
    border: 1px solid transparent;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    background: #111;
    cursor: pointer;
}
.merchantReg a {
    text-decoration: none;
    color: #eee;
    font-family: arial;
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
@media only screen and (max-width: 1500px) {
    .inputtext {
    	top: 230px !important;
    }
}
#merchant_header {
    padding: 5px 0 15px;
    height: auto;
    border-bottom: 1px solid #ccc;
}
#quickData {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    text-align: left;
}
#quickData p {
    display: inline-block;
    padding: 5px 20px 5px 60px;
    font-size: 14px;
}
#quickData p:nth-child(2) {
    border: 1px solid #ccc;
    background-image: url(../images/opens.png);
    background-size: 28px;
    background-position: 5px 50%;
    background-repeat: no-repeat;
}
#merchantName {
    font-size: 24px;
    font-weight: 700;
    font-family: "Helvetica", sans-serif;
    padding: 0;
    padding-top: 15px;
    text-align: center;
    height: auto;
}
#quickData p:nth-child(1) {
    background-image: url(../images/sales.png);
    background-size: 26px;
    background-position: 5px 50%;
    background-repeat: no-repeat;
}
#quickData p:nth-child(3) {
    background-image: url(../images/review.png);
    background-size: 28px;
    background-position: 5px 50%;
    background-repeat: no-repeat;
}
#joinusPg {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 150;
    background-color: #111111ba;
}
#joinusSele {
    min-width: 600px;
    width: 75%;
    background-color: #fff;
    margin: 100px auto 0;
    padding-bottom: 75px;
}
.joinusheader {
    background-color: darkslategrey;
    padding: 5px 20px !important;
    font: bold 20px monospace !important;
    text-transform: uppercase;
    text-align: left;
    color: floralwhite;
}
#joinusSele p {
    margin-top: 50px;
    margin-bottom: 0;
    font: normal 24px/20px "arial narrow";
    padding: 10px 200px;
}
#joinusSele p span {
    font-size: 16px;
}
.joinusType {
    background-color: #efefefe3;
    border: 1px solid #ddd;
    border-radius: 15px;
    min-width: 200px;
    width: 25%;
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
    /* padding-bottom: 20px; */
}
.joinusType a {width: 100%;height: 100%;/* position: absolute; */bottom: 0;/* padding: 20px 0; */}
.joinusType p {
    padding: 30px 0 !important;
    font-size: 18px !important;
    margin-top: 0 !important;
}
.joinusType a p:nth-child(1) {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.joinusType p label {
    font: 600 18px arial;
}
label {}

.joinusType p span {background-color: goldenrod;padding: 0 5px;font-size: 16px;}
#joinusSeller p:nth-child(1) {
    background-image: url(../images/joinus_merchant.png);
}
#joinusBuyer p:nth-child(1) {
    background-image: url('../images/joinus_buyer.png');
}#xjoin {
    float: right;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px outset transparent;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
}
#tb-wallet {
    width: 80%;
    margin: 0 auto;
    font-family: monospace;
}
#tb-wallet tr td {
    text-align: center;
    padding: 5px 10px;
}
#tb-wallet tr:nth-child(1) td {
    font-size: 24px;
}
#walletBal {
    font-size: 42px;
    font-weight: bold;
    margin: 10px 0 40px;
}
#tb-wallet tr td a {
    border: 1px outset #ddd;
    padding: 10px 20px;
    color: inherit;
}
#tb-wallet tr td a:hover {
    color: #c80000;
    background-color: #ccc;
}
#tb-wallet tr:nth-child(3) td {padding-bottom: 60px;}
#tb-wallet tr:last-child td {
    width: 49%;
    padding-top: 40px;
    font-weight: 600;
}
#tb-wallet tr:last-child td:nth-child(1) {
    text-align: left;
}
#tb-wallet tr:last-child td:last-child {
    text-align: right;
}
.walCredit {
    background-image: url('../../images/credit.png');
    background-size: 25%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.walDebit {
    background-image: url(../../images/debit.png);
    background-size: 25%;
    background-position: 50%;
    background-repeat: no-repeat;
}
#closeHist {
    width: 5%;
    margin-left: 95%;
    display: block;
    text-decoration: none;
    text-align: right;
    color: inherit;
    font: inherit;
    font-size: 18px;
    font-family: monospace;
}
#wallHistoryView {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
    font-family: "arial narrow";
}
#wallHistoryView tr td, #wallHistoryView tr th {
    padding: 5px;
    border-bottom: 1px inset #bbb;
    text-align: center;
}
#wallHistoryView tr:nth-child(1) td, #wallHistoryView tr:nth-child(2) td,#wallHistoryView tr:nth-child(3) td {
    border-bottom: 1px inset transparent;
}
#wallHistoryView tr th {
    padding: 10px 0 15px;
    text-transform: uppercase;
    font-size: 18px;
}
.walletInfo div {
    position: absolute;
    font: bold 24px 'arial narrow';
    padding-top: 25px;
    margin: 0 auto;
    width: 93%;
    text-align: center;
}
/*#wallHistoryView tr:nth-child(1) td {
    font-size: 26px;
    font-weight: bold;
    padding: 10px 0 40px;
}*/
#bankaccBoard {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 160;
    background-color: #111111de;
}
#getBankacc {
    border: 1px outset;
    margin: 20vh auto;
    width: 30%;
    min-width: 500px;
    max-width: 500px;
    background-color: #ddd;
    border-collapse: collapse;
    font: normal 16px monospace;
}
#getBankacc tr td {
    padding: 10px 10px;
}
#getBankacc tr:last-child {
    padding-bottom: 10px;
}
#getBankacc input {
    font: inherit;
    border: 1px inset #ccc;
    padding: 3px;
    width: 80%;
}
#actFund {
    border: 1px outset #ccc !important;
    width: 200px;
}
#getBankacc tr td a {
    width: 5%;
    margin-left: 95%;
    display: block;
    text-decoration: none;
    text-align: right;
    color: inherit;
    font: inherit;
    font-size: 23px;
    font-family: monospace;
}
#getBankacc tr td {
    padding: 5px;
}
#getBankacc tr:last-child td {
    padding: 10px 0;
}
#getBankacc input[type=button] {
    width: unset !important;
    border: 1px outset #ccc !important;
    padding: 10px 30px;
}
#getBankacc tr td a {
    width: 5%;
    margin-left: 95%;
    display: block;
    text-decoration: none;
    text-align: right;
    color: inherit;
    font: inherit;
    font-size: 23px;
    font-family: monospace;
}
#errDisp {
    color: red;
    text-align: left;
    font-size: 14px;
}
#waiting {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffffe0;
    background-image: url(../images/plswait.gif);
    background-size: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1;
}

/*********************************************************** Mobile Style ***********************************************************/
@media (max-width: 1025px) {
       body {
    background-color: #FFF;
       }
    #main {
		width: 100%
	}
    .hood {
        display: none;   
    }
    .header-area {
        display: none;
    }
    .refinesele {
        display: none;
    }
    #footer {
    	display:none;
    }
    .listarea {
    	width: 100%;
    	margin-left: 0;
    	height: fit-content;
    	min-height: 100%;
    	padding: 0 0 10px;
    }
    .rs-header {
    	width: 100%;
    }
    #results {
    width: 100%;
    height: fit-content;
    text-align: center;
    overflow-y: unset !important;
    background-color: unset;
    }
#pgul {
    list-style: none;
    padding: 20px;
    margin-bottom: -750px;
    background-color: #000000eb;
    width: 96%;
    max-height: 750px;
    overflow: scroll;
    position: fixed;
    bottom: 0;
    text-align: center;
}
#pgul li {
    font-size: 42px;
    font-family: "arial narrow";
    color: #111;
    padding: 10px 0;
    margin: 0 auto;
    background-color: #fff;
    width: 90%;
    border: 1px solid #aaa;
}
#pgul li a {
    color: inherit;
}
.searchresarea {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    text-align: left;
    overflow: scroll;
    /*padding-bottom: 32vh;*/
    max-height: 664px; 
}
.body {
    width: 100%  !important;
    height: 100%;
    top: 0;
    font-size: 24px;
    background: #fff;
    margin-bottom: 73px;
}
.landing {
    margin: 0 !important;
}
#cartBody {
    height: 90% !important;
}
.itemholder-g {
    width: 43%;
    height: 90%;
    text-align: left;
    min-height: 360px !important;
    margin-left: 1.8% !important;
    margin-top: unset;
    padding: 0 12px;
    /* border-left: 5px solid #ddd !important; */
    /* border-right: 5px solid #ddd !important; */
    /* border-top: 10px solid #ddd !important; */
    /* border-bottom: 10px solid #ddd !important; */
}
.itemgrp {
 		/*height: 36%;
    padding-top: 12px !important;*/
}
.itemimg {
    width: 100%;
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 auto;
}
 	.itemholder-g p a {
    font-size: 15px;
	}
	.itemdet {
    width: 90%;
	}
	.itemdet span b {
    font-size: 18px;
    color: #C02323;
	}
	.itemdet span {
    font-size: 12px !important;
    margin-bottom: 5px;
    display: block;
	}
	.itemdet span a {
    font-size: 12px;
    font-weight: bold;
	}
	.breadcrumb {
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    display: none !important;
	}
	.rs-header a {
    /*padding: 13px 0 0 32px;*/
    background-size: contain;
    cursor: pointer;
 	}
 	.rs-header {
    width: 100%;
    font-size: 18px;
    padding-bottom: 0%;
    padding-top: 1%;
	}
	.gridview {
    width: 100%;
    margin: 0;
    height: 100px;
	}
	.breadcrumb a {
		display: none;
	}
  .itemimg {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
	}
	.thumbnails {
		display: none;
	}
	.itemImage {
    width: 90%;
    height: 60vh;
    overflow: hidden;
    margin: 0 auto;
 }
#itemPic ul {
    margin: 0;
    min-width: 360vh;
}
#itemPic ul li div {
    margin: 0 auto;
    width: 100%;
    height: 60vh;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
	.zoomininfo {
		display:none;
	}
	#myresult {
		display: none !important;
	}
	.itemSellDetail {
    margin: 0 auto;
    width: 95%;
    text-align: left;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
 }
	.itemdet-i {
    width: 100%;
    padding: 0;
    display: inline-block;
    position: relative;
	}
	.itemdet-i p {
    font-size: 18px;
    padding: 0;
	}
.itemdet-i span {
    font-size: 14px;
}
	.itemdet-i span a {
    font-size: 16px;
	}
	.itemdet-i span img {
    width: 20px;
    height: 20px;
	}
	.itemdet-i span b {
    font-size: 28px;
	}
	#negotiatebtn {
    width: 32%;
    height: 5%;
    margin: 0 0 1px 0;
    font: normal 16px monospace;
    text-transform: uppercase;
    float: left;
    position: fixed;
    bottom: 0px;
    left: 0;
 	}
	#buynow {
	position: fixed;
    bottom: 0;
    left: 32%;
    float: left;
    width: 32%;
    height: 6%;
    margin: 0 0 1px 0;
    border: 1px outset #fff;
    font: normal 16px monospace;
    text-transform: uppercase;
	}
	#cartadd {
	position: fixed;
    bottom: 0;
    right: 0;
    width: 36%;
    height: 6%;
    margin: 0 0 1px 0;
    border: 1px outset #fff;
    font: normal 16px monospace;
    text-transform: uppercase;
    float: left;
	}
	.itemqtyarea {
	    font-size: 14px !important;
	    width: 90% !important;
	    padding: 0;
	}
	.itemdet-i div span {
	    font-size: 32px !important;
	}
	.itemdet-i div span:last-child {
    font-size: 32px !important;
	}

	#callforprice {
	width: 35%;
	height: 36%;
	margin: 0 0 0 0;
	border: 1px outset #fff;
	font: normal 38px monospace;
	text-transform: uppercase;
	}
 	.loginBox {
    display: none;
    width: 80%;
    height: 55%;
    margin: 10px auto;
    /* background: #fff; */
    padding: 30px;
    /* border-radius: 5px; */
    /* box-shadow: 0 0 20px #000; */
    min-height: 420px;
	}
.closeLogin {
    width: 32px;
    height: 32px;
    /* margin: -10px -10px 0 0; */
}
.loginBox h2 {
    font-size: 48px !important;
}
	#loginPanel {
    position: fixed;
	}
	#loginarea {
    width: 100%;
    height: 36vh;
    font: normal 24px 'Roboto', sans-serif;
    max-height: 300px;
	}
	#loginarea input, #signuparea input, #signuparea select {
    width: 93%;
    height: 32px;
    padding: 3px 10px;
    font-size: 16px;
	}
#btnLogin, #btnReg {
    width: 100% !important;
    height: 46px !important;
    margin-top: 10px !important;
}
	#loginarea a, #signuparea a, #get_actn {
    font-size: 12px !important;
	}
#sellerContact {
    position: fixed;
    top: 10%;
    font-size: 14px;
    margin-top: 0;
    background-color: #fffffff0;
    z-index: 2;
}
#sellerContact p {
    font-size: 18px;
}
	.cartarea {
	    width: 100%;
	    min-height: 60vh;
	    position: relative;
	    background-color: transparent;
    	padding: 0 0 10px 0;
	}
	#qiuckMenu {
	    height: 10vh;
	}
	.cartSummary {
	    height: 60%;
	    margin: 0;
	    position: unset;
	    width: 100%;
	    padding: 0.5% 0 2%;
	    font-size: 32px;
	    border-bottom: 1px solid #ddd;
	}
	#cartSumHolder {
	    width: 97%;
    	height: 75%;
    	margin: 0 auto;
	}
	.cartSummary div div {
	    font-size: 16px;
    margin-top: 5px;
	}
	#aTotalDiv {
    	font-size: 18px;
	}
	.checkoutCtn {
	    width: 100%;
	    margin: 0;
    	text-align: center;
	}
	.checkoutCtn button {
	    width: 96%;
	    font-size: 16px;
	}
	.listview {
	    width: 100%;
	    height: max-content !important;
	    max-height: 2300px;
	}
	.itemholder-cl {
	    position: relative;
    width: 90%;
    height: 190px;
    min-height: 186px;
    padding-bottom: 0;
    background-color: #fff;
    margin: 2% auto 0;
    box-shadow: 1px 5px 10px 1px #666;
    padding: 5px;
    background-image: url(../images/loading.gif);
    background-size: 30%;
    background-position: 0 50%;
    background-repeat: no-repeat;
	}
	.itemimg-cl {
	  width: 142px;
    height: 100%;
    /* min-height: 370px; */
	}
	.itemimg-cl a {
    display: block;
    width: 100%;
    height: 100%;
}
	.itemholder-cl p {
	    position: absolute;
    width: 60%;
    font-size: 16px !important;
    top: 5px;
    left: 124px;
	}
	.itemdet-cl {
	    position: absolute;
    width: 50%;
    margin-top: 96px;
    padding: 0 0 0 10px;
    margin-left: 20px;
	}
	.itemdet-cl span {
	  font-size: 16px;
    width: 22%;
    float: none;
    text-align: center !important;
    padding: 0;
	}
	.itemdet-cl .tItemCost {
    display: block;
    width: 100% !important;
    text-align: left !important;
	}
	.cartItemQty {
	    width: 15% !important;
	    border: 1px solid #aaa;
	}
	.cartItemQty  input {
	    font-size: 14px;
	    width: 50px;
	}
	.itemdet-cl label {
	    padding: 0 0 0 4px;
    font-size: 16px;
    color: #aaa;
	}
	.tItemCost {
	    font-size: 20px !important;
    font-weight: bold;
    padding: 0 !important;
	}
	.itemCost b {
	    color: #aaa !important;
	}
	#addToCartMsg {
	    font-size: 16px;
    display: block;
    margin-left: 0;
	}
	.addMsg div {
	    float: left;
    width: 64px;
    height: 64px;
    background-size: contain;
    margin: 0 10px 0 0;
	}
	.addMsg input {
	    cursor: pointer;
    font-size: 16px;
    padding: 5px;
    border-radius: 10px;
	}
	.addMsg hr {
	    margin: 10px 0px 14px;
    border-top: 1px solid #ccc;
	}
	#cartAddPanel {
	    font-size: 16px !important;
	}
	.closeMsg {
	    width: 24px;
    height: 24px;
	}
	.addAction {
	    position: fixed;
	}
#proinfo table {
    width: 100%;
}
#searchZone {
    width: 100%;
}
#profileMenu {
    width: 40%;
    width: 0%;
    /* margin-top: 9.5%; */
    background-color: #fff;
    z-index: 1;
    overflow: hidden;
    position: fixed;
    padding: 5px 0 5px;
    margin-left: -1px;
    box-shadow: 3px 3px 10px 1px #ccc;
    border: 1px outset transparent;
}
#profileMenu ul {
    /*min-width: 400px;*/
}
#profileMenu ul li {
    font-size: 18px;
}
#profileMenu ul li img {
    padding-right: 5%;
    width: 24px;
    height: 24px;
}
#menuConent {
    width: 98%;
    margin: 3px auto;
    margin-top: 3px !important;
    font: normal 16px monospace;
    min-height: fit-content;
    max-height: 80vh;
    overflow: scroll;
}
#c_ver {
    padding: 24px;
}
.profilInfo p span {
    width: auto;
    vertical-align: unset;
    height: fit-content;
    padding: 5px 1px;
    display: inline-grid;
}
#c_uname, #c_name, #c_phone, #c_email {
    width: fit-content;
    height: fit-content;
    padding: 5px;
}
.dashbs a {
    font-size: 14px;
}
.profilInfo a {
    margin-left: 32%;
}
#c_PassH {
    width: 67%;
    margin: 0 5px;
}
#c_PassH p input[type="password"] {
    font-size: 18px;
    width: 98%;
}
#c_PassH span {
    width: auto;
}
#c_PassH input[type="button"] {
    margin: 10px 0;
    font-size: 18px;
}
#c_Addy {
    padding: 18% 0 0 10%;
    background-repeat: no-repeat;
    margin-top: 5%;
    width: 90%;
    font-size: 14px;
    height: 21vh !important;
}
#c_Addy input[type="text"] {
    display: block;
    height: 36px;
    padding: 3px 0px !important;
    width: 80%;
    margin-left: 42px;
    font-size: 16px !important;
}
#c_Addy a {
    margin-top: 0px;
    margin-left: 40px;
}
#xAddycancel {
    margin-left: 58% !important;
}
#c_uname, #c_name, #c_phone, #c_email {
    overflow: hidden;
}
#btnamenu {
    padding: 9% 0 0 9vh;
    margin: 0;
    background-image: url(../../images/menu.jpg);
    background-size: contain;
    background-position-y: 50%;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 1%;
}
.boardwindow {
    width: 40%;
    height: 40vh !important;
    margin: 10px 3% 10px;
}
.bw_header {
    font-size: 32px;
}
.verifyInfo div {
    width: 96%;
}
.dashbs iframe {
    height: 100%;
    min-height: 78vh;
}
#headerTabs {
    height: fit-content !important;
    overflow: scroll;
    padding: 0;
}
.orderCtn {
    left: 0;
    height: 100%;
    overflow: scroll;
    position: absolute;
    width: 100%;
}
.order-header div p {
    width: 25%;
    font-size: 28px;
    padding: 15px 0 3px;
}
.order-header div {
    position: relative;
    height: fit-content !important;
}
#dateSort {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    padding: 3px;
}
#orders, #comp_orders, #open_orders, #canc_orders {
    position: unset;
    width: 96%;
    margin: 0 auto;
}
.oitemgrp {
    width: 100%;
}
.itemholder-o {
    font-size: 28px;
    width: 100%;
    height: auto;
    padding: 0;
    margin-left: 0;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #ddd;
    border: 1px solid #aaa;
}
.o-info p {
    width: 100%;
    font: normal 16px "Arial Narrow";
    border-bottom: 1px inset #ccc;
    margin: 0;
}
.itemholder-o table {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.itemholder-o table tr th {
    width: 25%;
    padding-top: 2%;
}
.o-content p {
    width: auto;
    top: 0vh;
    margin-left: 0px !important;
    padding-left: 16px !important;
    float: left !important;
}
.itemimg-o {
    width: 174px; /*25%*/
    height: 232px; /*16vh*/
    margin-left: 5px !important;
    float: left !important;
    background-position: 50%;
}
.o-content {
    padding-top: 2%;
}
.oordersBtn {
    width: auto;
    float: none;
    padding: 0 10px 1%;
}
.oordersBtn span {
    display: unset;
    font-size: 14px;
    float: right;
    margin-right: 10px;
}
.reAdd a {
    font-size: 14px;
}
.o-content p a {
    display: block;
}
.reviewlink {
    font-size: 18px !important;
}
#submitAddyDoc[type="button" i]:disabled {
    background-color: buttonface;
    color: graytext;
    border: 1px solid buttonface;
}
.paymentdets {
    margin: 0;
    width: 99.5%;
    font: normal 16px arial;
    padding: 0;
}
.paymentdets h2 {
    font-size: 20px;
    margin: 10px 5px;
    width: fit-content;
}
.paymentdets h3 {
    font-size: 16px;
    padding-left: 2.5%;
}
.paymentdets table {
    width: 95%;
}
.merchantReg {
    font-size: 18px;
    display: none !important;
}
.merchantReg a {
    font-size: inherit;
}
.itemdet span img {
    width: 24px;
    height: 24px;
    position: absolute;
    margin-bottom: 0;
    right: 6px;
    top: 5px;
}
.cartVoucher {
    position: absolute;
    top: 30%;
    right: 0%;
    font-size: 24px;
}
.applyV {
    position: absolute;
    top: 28%;
    right: -8%;
    font-size: 24px;
    width: 0%;
    height: 20%;
}
.itemTrack a {
    font-size: 16px;
    padding-left: 38px;
    color: #00ceff !important;
    background-image: url(../images/track.png);
    background-size: 30%;
    background-position: 0 50%;
    background-repeat: no-repeat;
    cursor: pointer !important;
    text-decoration: none !important;
}
.itemholder-l {
    border: 1px solid #ccc;
    margin-top: -5px;
    width: 84%;
    height: 212px;
    text-align: left;
    max-width: 696px;
    max-height: 450px;
    margin: 0;
}
.itemimg-l {
    display: block;
    width: 36%;
    height: 92%;
}
.itemholder-l p {
    position: absolute;
    width: 54%;
    font-size: 16px;
    margin-left: 36%;
    top: 8%;
    padding-left: 0;
}
.itemdet-l {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 50%;
    margin-left: 38%;
    display: block;
    text-align: left;
    padding-bottom: 24px;
}
.itemdet-l span {
    position: unset;
    left: 1vh;
    font-size: 12px !important;
    padding-bottom: 1%;
}
.itemdet-l span b {
    font-size: 18px;
}
.itemdet-l span img {
    width: 24px;
    height: 24px;
    margin-top: -6px;
}
.itemdet-l span a {
    font-size: 12px;
    max-height: 28px;
    height: 28px;
}
.itemdet-l div {
    width: 100%;
    position: relative;
    height: 80%;
}
.itemdet-l div span {
    font-size: 12px !important;
}
.itemdet-l div p {
    position: unset;
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
    font-size: 12px;
}
.itemdet-l div p a {
    color: #ff7c7c;
    font-size: 14px;
}
.iamt {
    display: block;
    width: 100%;
    margin-bottom: -24px;
}
.itemdet-l span.iamt {
    margin-bottom: 0;
}
.itemdet-l div p:last-child {
    position: absolute;
    top: unset !important;
    right: unset !important;
    left: 0 !important;
    bottom: 0 !important;
    margin-bottom: 15px;
}
.tabHeader h2 {
    font-size: 16px;
    margin: 5px auto;
}
.itemdet div p {
    font-size: 14px;
    margin-bottom: 5px;
}
#quickData p {
    font-size: 16px;
    padding-left: 38px;
}
#quickData p {
    background-size: 32px;
}
#tb-wallet {
    width: 100%;
    margin: 5% auto;
}
#wallHistoryView tr td, #wallHistoryView tr th {
    padding: 2px;
    font-size: 12px !important;
}
#tb-wallet tr:nth-child(1) td {
    font-size: 18px;
}
#walletBal {
    font-size: 32px;
    font-weight: bold;
    margin: 30px 0;
}
#tb-wallet tr:nth-child(3) td {
    padding-bottom: 10px;
}
#tb-wallet tr td a {
    padding: 10px 10px;
    font-size: 80%;
}
#wallHistoryView {
    /* min-width: 1500px; */
    margin-top: 64px;
}
.walletInfo {
    overflow-x: scroll;
}
#wallHistoryView tr:nth-child(1) td {
    position: fixed;
    font-size: 48px;
    padding: 0px 0 40px;
    margin-top: -40px;
    width: 100%;
}
#wallHistoryView tr th {
    padding: 10px 0;
    font-size: 18px;
}
#closeHist {
    width: 5%;
    margin-left: unset;
    right: 10px;
    top: 0;
    position: absolute;
    color: #666 !important;
    font-size: 18px;
}
#getBankacc {
    width: 100%;
    min-width: unset;
    max-width: unset;
    font: normal 16px monospace;
}
#getBankacc tr td a {
    font-size: 18px
}
#getBankacc tr td i {
    font-size: 12px;
}
.activeTabHeader {
    border: 1px solid #666;
    border-bottom: none;
    padding-bottom: 7px;
}
.tabHeader {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0;
    padding-bottom: 5px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background: #eee;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
}
.tab2header {
    left: unset;
    margin-top: unset;
}
.tab {
    position: absolute;
    left: 0;
    top: 60px;
    height: unset;
    margin: unset;
    padding: unset;
    display: none;
    margin-top: 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
.activeTab {
    display: block;
    width: 100%;
}
.tabbody {
    position: relative;
    width: unset;
    /* min-height: 400px; */
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 10px 10px 10px;
}
#qdetTable {
    width: 100%;
    /* min-width: 980px; */
}
#proinfo table tr th {
    font-size: 32px;
}
#proinfo table tr td {
    font-size: 14px;
}
#profeedback {
    min-width: 100%;
    /*min-width: 980px;*/
}
.noReview p {
    margin: 0 auto 0 auto;
    font-size: 24px;
}
.noReview span {
    font-size: 14px;
}
.noReview input {
    font-size: 14px;
    cursor: pointer;
}
.tabHeaderarea {
    position: relative;
    z-index: 1;
}
.tabbody {
    border: unset;
}
#proinfo table tr th {
    background-color: transparent;
    font-size: 16px;
    height: 22px;
    padding: 5px 10px;
    font-weight: normal;
    border-top: 1px solid #666;
}
#descDet {
    font-size: 16px !important;
}
.showtoggle {
    font-size: 14px;
}
.slider {
    margin-top: 0px;
    padding-top: unset;
    /* padding-bottom: 10px; */
    height: 280px;
}
.slider span {
    font-size: 18px;
    font-weight: 600;
}
.slideZone, .slideZoneO {
    margin: 0 auto;
    height: 260px;
}
.slide, .slideO {
    height: 100%;
    min-width: 364.5%;
}
.slide ul, .slideO ul, #itemPic ul {
    height: 100%;
    margin: 0;
    width: 100%;
}
div.slider:last-child {
    margin-top: 0;
}
.slide ul li, .slideO ul li, #itemPic ul li {
    width: 10%;
    height: 100%;
}
.slide ul li div, .slideO ul li div {
    width: 83%;
    height: 100%;
    padding: 9%;
}
.slide ul li div a img, .slideO ul li div a img {
    width: 100%;
    height: 70%;
    border: 0;
    object-fit: contain;
    object-position: 50%;
    margin: 0 auto;
}
.slide ul li div a p, .slideO ul li div a p {
    font-size: 13px;
    color: inherit;
    text-align: center;
}
.slide ul li div a p:last-child, .slideO ul li div a p:last-child {
    color: #C00000 !important;
    font-size: 14px !important;
    font-weight: 600;
}
.slidebtn {
    margin-top: 0;
    padding: 96px 0;
}
.slidepre, .slideOpre {
    left: 0px;
    text-align: center;
}
.slidenex, .slideOnex {
    right: 0px;
    text-align: center;
}
.purchaseCTRL tr td {
    width: 33%;
}
#results_cart {
		position: absolute;
    min-width: unset;
    min-width: unset;
    min-height: unset;
    text-align: left;
    margin-left: unset;
    margin-bottom: 100px;
    width: 100%;
}
.noRes {
    /*height: 1250px; */
    font-size: 24px;
    padding: 50% 0 0;
}
.noRes span {
    display: block;
    width: 100%;
    margin-top: 100px;
}
.noRes img {
    width: 70%;
    height: 80%;
}
 #vlist, #vgrid {
   display: none;
}
.currpg {
    font-weight: 600;
    text-shadow: -1px -1px #666;
    background-color: #ddd !important;
}
#pgul li:nth-child(1) {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
#pgul li:last-child {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
#pgul li:hover {
    font-weight: 600;
    background-color: transparent !important;
}
.showtoggle {
    bottom: unset;
 }
.itemDisplayArea {
    height: fit-content;
}
}

@media (max-width: 1025px) and (max-height: 768px) {
#qiuckMenu {
        height: 16vh;
}#loginPanel {
    min-height: 900px;
}
#loginarea input, #signuparea input, #signuparea select {
    height: 5vh;
    min-height: 24px;
    margin: 0 auto;
}
#loginarea p {
    padding-top: 5px;
    font-size: 0.7em;
}
input.googleBtn {
    display: inline-block !important;
    margin-top: 10px !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 23px !important;
    background-image: url(../../images/google2.jpg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
input.fbBtn {
    display: inline-block !important;
    margin-top: 10px !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 23px !important;
    background-image: url(../../images/facebook2.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.listview {
    width: 100%;
    height: max-content !important;
    max-height: 2300px;
    margin-top: -1px;
}
#c_uname, #c_name, #c_phone, #c_email {
    width: 50%;
    height: 4vh;
}
#c_uname {
    width: 43% !important;
}
#c_Addy {
    height: 39vh;
}
#menuConent {
    min-height: 100vh;
    overflow: scroll;
}
.boardwindow {
    height: 55vh;
}
}

@media (max-width: 599px) {
#qiuckMenu {
    height: 50px;
    margin: 0 auto;
}
.dashbs iframe {
    min-height: 73vh !important;
}
#cartBody {
    height: 87% !important;
}
.cartarea {
    background-color: transparent !important;
}
.itemholder-cl {
    background-size: 43%;
}
.breadcrumb {
    display: none !important;
}
.cartarea {
    padding: 0 0 10px !important;
    min-height: 57vh;
}
.order-header {
    width: 98% !important;
}
.itemholder-o table {
    font-size: 14px !important;
}
.o-info p {
    font: normal 12px "Arial Narrow" !important;
}
.itemimg-o {
    width: 104px !important;
    height: 160px !important;
    margin-left: 5px !important;
    float: left !important;
    background-position: 50%;
}
.o-content {
    padding-top: 2px !important;
}
.itemimg-o a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
.itemimg-o span {
    right: 0 !important;
    font-size: 12px !important;
}
.o-content p {
    margin-left: 0px !important;
    padding-left: 8px !important;
    float: left !important;
}
.o-content p span {
    display: inline-block !important;
}
.reAdd {
    padding: 2px 0 !important;
}
.reAdd a {
    padding: 2px 5px !important;
}
.oordersBtn span a {
    padding: 5px !important;
}
.oordersBtn span {
    padding: 5px 0 !important;
    font-size: 12px !important;
}
.reviewlink {
    font-size: 18px !important;
    display: block !important;
    margin-top: 5px !important;
}

.reviewitem {
    width: 100% !important;
}
.reviewitem h2 {
    font-size: 24px;
}
.reviewitem p {
    font-size: 20px;
}
.item_reviewed {
    width: 100%;
    font-size: 16px !important;
    margin-top: 0;
}
#reviewitemimg {
    width: 105px;
    height: 164px;
    margin: 0 auto;
}
#reviewitemname {
    font-size: 18px;
    margin: 0 auto 5px;
    margin-left: 5px;
    text-align: center;
    display: block;
    width: 100%;
}
.item_reviewed div {
    margin-top: 0;
}
#reviewscale {
    width: fit-content;
    height: fit-content;
    margin-left: 10px;
    text-align: center;
    padding: 2px;
}
#reviewitemcomment {
    margin: 0;
    font-size: 16px;
    width: 98% !important;
}
.paymentdets table tr td {
    padding: 8px 0;
}
.paymentdets {
    font: normal 14px arial;
}
.merchantReg {
    font-size: 16px;
    padding: 6px 0px;
}
#btnBackTb1, #btnNextTb1, #btnBackTb2, #btnNextTb2, #btnBackTb3, #btnNextTb3, #btnBackTb4, #btnNextTb4 {
    width: fit-content !important;
    padding: 0 30px !important;
}
.regTab input, .regTab select {
    width: 90% !important;
    margin-bottom: 10px !important;
}
.regTab select {
    width: 96% !important;
}
.signupBox {
    margin: 0 auto !important;
}
.itemdet-cl span {
	  font-size: 12px;
}
#xAddy {
    display: inline-block;
    margin-top: 0 !important;
    margin-left: 32% !important;
}
#c_PassH {
    width: 92% !important;
}
#c_PassH p input[type="password"] {
    width: 98% !important;
    font-size: 16px !important;
}
#c_PassH input[type="button"] {
    font-size: 16px !important;
}
#xPassClose {
    margin-left: 56% !important;
}
#waiting {
    background-size: 60%;
}
.itemDesc {
    height: 52px;
}
}

@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
.searchresarea {
	  height: 90vh !important;
    max-height: unset !important;
    min-height: unset !important;
}
.itemholder-l {
  	height: 310px;
}
.itemholder-g {
    background-size: 50%;
}
}
@media (max-width: 340px){
.cartarea {
    margin-bottom: 170px;
}
}
