article {
	font-family: "Ubuntu", sans-serif;
}

ul.prodlist {
	float: left;
	width: 100%;
}

ul.prodlist li {
	float: left;
	width: 30%;
	height: auto;
	margin-right: 3.3%;
	margin-top: 25px;
	-webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

ul.prodlist li div.imgbox {
	float: left;
	width: 100%;
	height: 268px;
	text-align: center;
	vertical-align: middle;
}

ul.prodlist li div.imgbox img {
	width: auto;
	height: auto;	
}

ul.scs li div.imgbox img {
	float: left;
	width: 100%;
}

ul.prodlist li div.infobox {
	float: left;
	width: calc(100% - 20px);
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-family: "Ubuntu", sans-serif;
	line-height: 20px;
}

ul.prodlist li div.infobox small {
	font-size: 14px;
	text-transform: uppercase;
}

ul.prodlist li div.infobox p {
	color: #243976;
	height: 42px;
	overflow: hidden;
}

ul.prodlist li div.infobox strong {
	color: #303030;
	font-size: 16px;
	font-weight: bold;
}

ul.prodlist li:hover {
	box-shadow: 0px 5px 15px #777;
}

ul.prodlist li:hover div.infobox p {
	color: #333;
}

ul.cartlist {
	float: left;
	width: 100%;
}

ul.cartlist li {
	float: left;
	width: calc(100% - 10px);
	padding: 10px 5px;
	background-color: #fff;
	border-bottom: 1px dotted #ccc;
	position: relative;
}

ul.cartlist li div.imgbox {
	float: left;
	width: 25%;
}

ul.cartlist li div.infobox {
	float: right;
	width: 70%;
	line-height: 18px;
}

ul.cartlist li div.imgbox img {
	float: left;
	width: 100%;
}

ul.cartlist li div.infobox small {
	font-size: 14px;
	text-transform: uppercase;
	color: #777;
}

ul.cartlist li div.infobox p {
	color: #555;
	margin-bottom: 5px;
	font-size: 16px;
}

ul.cartlist li div.infobox strong {
	color: #555;
	font-size: 16px;
	font-weight: bold;
}

ul.cartlist li:hover div.infobox p {
	color: #243976;
}

.eshpb {
	margin-bottom: 0px !important;
}

.cprc {
	font-size: 14px;
	line-height: 20px;
	color: #999;
}

i.cartdel {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #aaa;
	cursor: pointer;
  font-size: 20px;
}

i.cartdel:hover {
	color: #a55;
}

ul.ccs {
	float: left;
	width: 100%;
}

ul.ccs li {
	float: left;
	width: calc(100% - 10px);
	padding: 10px 5px;
	background-color: #fff;
	border-bottom: 1px dotted #ccc;
	position: relative;
}

ul.ccs li div.imgbox {
	float: left;
	width: 25%;
}

ul.ccs li div.infobox {
	float: right;
	width: 70%;
	line-height: 18px;
}

ul.ccs li div.infoboxf {
	float: left;
	width: 100%;
	line-height: 18px;
}

ul.ccs li div.infoboxf p small {
	font-weight: bold;
}

ul.ccs li div.infoboxf p {
	width: 77%;
	display: inline-block;
}

ul.ccs li div.infoboxf strong {
	width: 23%;
	text-align: right;
	float: right;
}

div.sumar {
	float: left;
	width: calc(100% - 20px);
	padding: 10px;
	background-color: #def;
	border-top: 1px solid #aaa;
}

div.sumar div.left {
	float: left;
	width: auto;
	color: #777;
}

div.sumar div.right {
	float: right;
	width: auto;
	color: #333;
	font-weight: bold;
}

div.sbtns {
	float: left;
	width: calc(100% - 20px);
	padding: 10px;
	background-color: #fff;
	border-top: 1px solid #aaa;
}

div.sbtns div.left {
	float: left;
	width: auto;
}

div.sbtns div.right {
	float: right;
	width: auto;
}

div.sbtns a {
	display: block;
	padding: 10px;
	border: 1px solid #777;
	background-color: #ddd;
	color: #555;
	-webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-transform: uppercase;
  font-weight: bold;
}

div.sbtns a:hover {
	background-color: #243976;
	color: #fff;
}

div.prodinfo {
	float: right;
	width: calc(50% - 10px);
}

div.prodinfo hr {
	margin: 10px 0px;
}

hr.dot {
	border: none;
	border-top: 1px dotted #ccc;
}

div.prodinfo strong.price {
	font-size: 24px;
	font-weight: bold;
	color: #555;
	float: left;
	width: 100%;
}

div.prodinfo div.short {
	float: left;
	margin: 10px 0px;
	font-size: 16px;
	line-height: 24px;
}

div.prodinfo div.short a {
	color: #CB080E;
}

div.prodinfo div.short a:hover {
	color: #000;
	text-decoration: underline;
}

div.prodinfo div.short strong {
	font-weight: bold;
}

div.prodimage {
	float: left;
	width: calc(50% - 10px);
}

div.prodimage img {
	float: left;
	width: 100%;
}

div.catpath {
	float: left;
	color: #a0a0a0;
	font-size: 14px;
}

div.catpath a {
	color: #a0a0a0;
	text-transform: uppercase;
	padding: 0px 5px;
}

div.catpath a:hover {
	color: #555;
}

div.params {
	float: left;
	width: 100%;
	margin: 15px 0px;
}

.dhalf {
	float: left;
	width: calc(50% - 10px);
	margin: 5px 0px;
}

.dthird {
	float: left;
	width: calc(33% - 10px);
	margin: 5px 0px;
}

.dbthird {
	float: left;
	width: calc(66% - 10px);
	margin: 5px 0px;
}

.dfull {
	float: left;
	width: calc(100% - 10px);
	margin: 5px 0px;
}

div.params select {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 3px #ccc;
	font-size: 16px;
	padding: 5px;
	outline: none;
}

div.params .cmb {
	padding: 6px 0px;
}

div.params strong {
	font-weight: bold;
}

.cqty input {
	float: left;
	border: 1px solid #ccc;
	padding: 10px 0px;
	font-size: 18px;
	outline: none;
	box-shadow: 0px 0px 3px #ccc;
}

.cqty input[type=text] {
	width: 40%;
	text-align: center;
}

.cqty input[type=button] {
	width: 25%;
	cursor: pointer;
		font-weight: bold;
}

.cqty input[type=button]:hover {
	background-color: #333;
	color: #fff;
}

div.btn a {
	float: right;
	padding: 11px;
	border: 1px solid #777;
	background-color: #ddd;
	color: #555;
	-webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

div.btn a:hover {
	background-color: #243976;
	color: #fff;
}

div.pdesc {
	float: left;
	width: 100%;
	margin: 10px 0px;
	font-size: 16px;
	line-height: 24px;
}

div.pdesc em {
	font-style: italic;
}

strong.pdbold {
	font-weight: bold;
}

div.pdesc p {
	margin: 20px 0px;
}

div.pdesc a {
	color: #CB080E;
}

div.pdesc a:hover {
	color: #000;
	text-decoration: underline;
}

div.pdesc strong {
	font-weight: bold;
}

ul.prodgall {
	float: left;
	width: 100%;
}

ul.prodgall li {
	float: left;
	width: 30%;
	margin: 5px;
	border: 1px solid #d5d5d5;
	-webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

ul.prodgall li.large {
	width: 100%;
	margin: 0px;
	border: none;
}

ul.prodgall li:hover {
	box-shadow: 0px 0px 15px #ccc;
}

ul.ccs li strong {
	float: right;
	font-weight: bold;
}

a.dis {
	background-color: #eee !important;
	color: #ccc !important;
	border: 1px solid #ccc !important;
	cursor: not-allowed;
}

a.cartadd i {
	opacity: 0;
	position: absolute;
	left: calc(50% - 10px);
}

a.cartadd.wait {
	background-color: #CB080E;
	cursor: wait;
}

a.cartadd.wait i {
	opacity: 1;
	color: #fff;
}

a.cartadd.wait span {
	opacity: 0;
}

table.cartlist {
  float: left;
  width: 100%;
}

table.cartlist th {
  border-bottom: 2px solid #eee;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 5px;
}

table.cartlist th.prodname {
  width: 60%;
  text-align: left;
}

table.cartlist th.prodprice {
  width: 12%;
  text-align: left;
}

table.cartlist th.prodqty {
  width: 15%;
  text-align: left;
}

table.cartlist th.subtotal {
  width: 13%;
  text-align: right;
}

table.cartlist td {
  vertical-align: middle;
  padding: 15px 0px;
  border-bottom: 1px solid #eee;
}

table.cartlist td div.imgbox {
  float: left;
  width: auto;
  max-width: 75px;
  height: 75px;
  vertical-align: middle;
}

table.cartlist td div.imgbox img {
  float: left;
  height: 100%;
}

table.cartlist td div.infobox {
  float: left;
  height: 75px;
  width: calc(100% - 110px);
  margin-left: 15px;
  display: flex;
  align-items: center; 
  line-height: 20px;
}

table.cartlist td div.infobox a {
	color: #CB080E;
}

table.cartlist td div.infobox a:hover {
	color: #333;
}

table.cartlist td.price {
	font-weight: bold;
}

table.cartlist td.subprice {
	font-weight: bold;
	text-align: right;
	position: relative;
}

table.cartlist td.subprice strong {
	margin-right: 30px;
}

table.cartlist td.qty .cqty input {
	padding: 7px 0px;
	font-size: 16px;
	font-weight: normal;
}

i.bcartdel {
	position: absolute;
	bottom: 42px;
	right: 0px;
	color: #aaa;
	cursor: pointer;
  font-size: 20px;
}

i.bcartdel:hover {
	color: #a55;
}

.billing label {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px;
}

.btright {
	float: right;
}

.billing input[type="text"] {
	font-size: 16px;
	padding: 10px;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 3px #ccc;
	outline: none;
	width: calc(100% - 30px);
}

.billing input[type="text"]:focus {
	border: 1px solid #777;
	box-shadow: 0px 0px 5px #777;
}

.billing select {
	font-size: 16px;
	padding: 10px;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 3px #ccc;
	outline: none;
	width: calc(100% - 10px);
}

.emp {
	float: left;
	width: 100%;
	height: 76.5px;
}

.eshpb div.lleft {
	float: left;
	width: calc(50% - 10px);
	padding: 5px;
	font-weight: bold;
	background-color: #fff;
	border-bottom: 2px solid #ccc;
	text-transform: uppercase;
}

.eshpb div.rright {
	float: right;
	width: calc(50% - 10px);
	text-align: right;
	padding: 5px;
	font-weight: bold;
	background-color: #fff;
	border-bottom: 2px solid #ccc;
	text-transform: uppercase;
}

.billing textarea {
	float: left;
	height: 100px;
	outline: none;
	font-size: 16px;
	padding: 10px;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 3px #ccc;
	outline: none;
	width: calc(100% - 20px);
}

.billing textarea:focus {
	border: 1px solid #777;
	box-shadow: 0px 0px 5px #777;
}

div.paytype, div.checkcond {
	float: left;
	width: calc(100% - 10px);
	padding: 5px;
	background-color: #fafafa;
}

div.ptype, div.chcitem {
	float: left;
	margin: 5px 0px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

div.ptype:last-child, 
div.chcitem:last-child {
	border-bottom: none;
}

div.ptype label, div.chcitem label {
	font-weight: bold;
}

div.ptype div.desc {
	float: left;
	width: calc(100% - 30px);
	padding: 10px 10px 10px 20px;
	font-size: 15px;
	line-height: 18px;
}

div.checkcond div.ccleft {
	float: left;
	width: 20px;
}

div.checkcond div.ccright {
	float: left;
	width: calc(100% - 30px);
	margin-left: 5px;
}

strong.big {
	font-size: 18px;
}

div.cleft {
	float: left;
	width:  50%
}

div.cright {
	float: right;
	width: 49%;
}

strong.vs {
	font-weight: bold;
}

.err {
	border: 1px solid #f55 !important;
	background-color: #fcc;
	box-shadow: 0px 0px 3px #c77 !important;
}

.warn {
	border: 1px solid #f99 !important;
	background-color: #fee;
	box-shadow: 0px 0px 3px #c77 !important;
}

.checkout strong.green, .ordinfo strong.green {
	float: left;
	width: 100%;
	margin: 15px 0px;
	font-weight: bold;
	color: #007400;
}

.checkout h4 {
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

.checkout ul, .ordinfo ul {
	float: left;
	width: calc(100% - 20px);
}

.checkout ul li, .ordinfo ul li {
	list-style-type: disc;
	margin: 10px 20px;
}

.checkout ul li strong, .ordinfo ul li strong {
	font-weight: bold;
}

.checkout div.clear {
	float: left;
	width: 100%;
}

.checkout table {
	float: left;
	width: 100%;
	margin: 15px 0px;
}

.checkout table th {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #e0e0e0;
	padding: 5px 0px 10px 0px;
}

.checkout table th:last-child {
	text-align: right;
}

.checkout table td {
	text-align: left;
	padding: 10px 0px;
	font-size: 18px;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}

.checkout table td:last-child {
	text-align: right;
	font-weight: bold;
}

.checkout table td a {
	color: #CB080E;
}

.checkout table td a:hover {
	color: #357;
}

.checkout table td p {
	margin: 15px 0px 5px 0px;
	font-size: 16px;
}

.checkout table td strong {
	font-weight: bold;
}

.checkout table td small {
	font-weight: normal;
}

div.silbox1.grey {
	border: 1px solid #ddd;
	box-shadow: 1px 1px 1px #aaa;
	background-color: #fff;
}

.ordinfo {
	float: left;
	width: calc(100% - 20px);
	padding: 10px 10px 20px 10px;
}

.ordinfo ul li {
	width: 100%;
}

.ordinfo ul li strong {
	float: right;
}

.ppbox {
	display: none;
}

.pptest {
	float: left;
	width: 100%;
}

.pptest input {
	float: left;
	width: 99%;
	margin-bottom: 5px;
}

.pptest a {
	float: right;
	display: block;
	margin: 5px 0px;
}

.dcpager {
	float: left;
	width: 100%;
	margin: 30px 0px 20px 0px;
	text-align: center;
}

.dcpager a {
	display: inline-block;
	margin: 5px 5px;
	padding: 5px;
	color: #333;
	font-size: 18px;
	border: 2px solid #333;
	width: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;	
	font-weight: bold;
	-webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.dcpager a.sel, .dcpager a.sel:hover {
	background-color: #243976;
	color: #fff;
	border: 2px solid #243976;
}

.dcpager a:hover {
	background-color: #777;
	color: #fff;
}

.categlist {
	float: left;
	width: calc(100% - 60px);
	background-color: #fff;
	margin-top: 30px;
	padding: 30px;
}

.categlist ul {
	float: left;
	width: 100%;
}

.categlist ul li {
	float: left;
	width: calc(23% - 22px);
	text-align: center;
	font-size: 24px;
	padding: 10px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	border: 1px dotted #dadada;
	margin: 0px 1%;
}

.categlist ul li:hover {
	box-shadow: 0px 0px 15px #ccc;
}

.categlist ul li a {
	color: #243976;
}

.categlist ul li a:hover {
	color: #333;
}

.categlist ul li div.imgbox {
	float: left;
	width: calc(100% - 40px);
	margin: 20px;
/*	-webkit-filter: grayscale(80%);
	filter: grayscale(80%); */
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.categlist ul li:hover div.imgbox {
/*	-webkit-filter: grayscale(0%);
	filter: grayscale(0%); */
	width: 100%;
	margin: 0px;
}

.categlist ul li div.imgbox img {
	float: left;
	width: 100%;
}

.categlist ul li p {
	float: left;
	width: 100%;
	margin: 10px 0px;
}

.catlist {
	float: left;
	width: 100%;
}

.catlist li {
	float: left;
	width: calc(50% - 10px);
	margin: 5px;
	background-color: #fff;
}

.catlist li div.imgbox img {
	width: 100%;
}

.catlist li a {
	color: #243976;
	font-weight: bold;
	font-size: 18px;
}

.catlist li a img {
  -webkit-filter: grayscale(80%);
	filter: grayscale(80%);
  -webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.catlist li:hover a img {
  -webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.catlist li:hover a {
  color: #333;
}

.catlist li p {
	margin: 10px 0px;
	text-align: center;
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
	
	ul.prodlist li {
		float: left;
		width: 49%;
		height: auto;
		margin-right: 1%;
		margin-top: 25px;	
	}
	
	.categlist ul li {
		width: calc(50% - 20px);
		border: none;
		margin: 0px;
	}
	
	.categlist ul li div.imgbox {
		-webkit-filter: grayscale(0%); 
		filter: grayscale(0%);
		margin: 0px;
		width: 100%;
	}
}

@media screen and (min-width: 300px) and (max-width: 479px) { 

	ul.prodlist li {
		float: left;
		width: 100%;
		height: auto;
		margin-right: 0%;
		margin-top: 25px;	
	}
	
	div.prodinfo {
		width: 100%;
	}
	
	div.prodimage {
		width: 100%;
	}
	
	div.msgbar {
		font-size: 24px;
		line-height: 28px;
	}
	
	.categlist ul li {
		width: calc(50% - 20px);
		border: none;
		margin: 0px;
	}
	
	.categlist ul li div.imgbox {
		-webkit-filter: grayscale(0%); 
		filter: grayscale(0%);
		margin: 0px;
		width: 90%;
	}
}
