@charset "utf-8";
/*Do not touch below css when landing page dont have store left*/
#CentralArea {
	border: none;
	border-radius: 0;
}
tbody.row {
	padding-left: 30px;
	display: inherit;
	margin: 0 auto;
	width: 100%;
}
.pst-landingpage {
	margin: 0 auto;
}
table.container {
	float: inherit;
	width: 100%;
}
.pst-content, tr.row {
	display: none;
}
.nospace {
	display: none;
}
/*END*/
.pst-cat {
}
.cat-box {
	text-align: center;
	margin-bottom: 20px;
}
.cat-box:hover {
	opacity: 0.7;
	transition: 0.3s all ease-in-out;
}
.cat-box img {
	display: inline-block;
	width: 100%;
}
.pst-cat-responsive {
}
.pst-cat-responsive .carousel-control.left, .pst-cat-responsive .carousel-control.right {
	background: none;
}
.pst-cat-responsive .carousel-indicators li {
	width: 13px;
	height: 13px;
	border: 1px solid #60abc7;
	margin-right: 7px;
}
.pst-cat-responsive .carousel-indicators .active {
	background-color: rgba(96,171,199,0.7);
	border: 1px solid #FFFFFF;
	width: 15px;
	height: 15px;
}
.pst-cat-responsive .carousel-control .glyphicon-chevron-right, .pst-cat-responsive .carousel-control .icon-next {
	color: #60abc7;
}
.pst-cat-responsive .carousel-control .glyphicon-chevron-left, .pst-cat-responsive .carousel-control .icon-prev {
	color: #60abc7;
}
.pst-cat-responsive #myCarousel .carousel-inner > .item img {
	width: 100%;
}
.cat-nav {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin: 10px 0 35px;
}
.cat-nav ul {
	height: 80px;
	text-align: center;
}
.cat-nav ul li {
	display: inline-block;
	height: 80px;
	line-height: 80px;
}
.cat-nav ul li a {
	display: block;
	padding: 0 38px;
	font-size: 1.25em;
	text-transform: uppercase;
	color: #000000;
	transition: 0.3s all ease-in-out;
}
.cat-nav ul li a:hover {
	transition: 0.3s all ease-in-out;
	color: #60abc7;
}
.new-product {
}
.dynamic-head {
	font-size: 1.62em;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.dynamic-head:after {
	content: '';
	width: 30px;
	height: 4px;
	background-color: #60abc7;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
}
.pst-footer {
	margin-top: 0px;
}
 @-moz-document url-prefix() {
 tbody.row {
display:inherit !important;
width:100%;
margin:0;
}
}

@media screen and (max-width: 1200px) {
.cat-nav ul li a {
	padding: 0 25px;
	font-size: 1.12em;
}
}

@media screen and (max-width: 1000px) {
.cat-nav ul li a {
	padding: 0 20px;
	font-size: 1em;
}
}

@media screen and (max-width: 980px) {
.cat-nav ul li a {
	padding: 0 10px;
	font-size: 1em;
}
}

@media screen and (max-width: 768px) {
tbody.row {
	display: inherit !Important;
}
.cat-box {
	margin-bottom: 15px;
}
.cat-nav ul {
	height: auto;
	padding: 5px 0;
}
.cat-nav ul li {
	display: inherit;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #e1e1e1;
}
.cat-nav ul li a {
	font-size: 1.3em;
}
.cat-nav ul li.last {
	border: none;
}
}

@media screen and (max-width: 550px) {
}

@media screen and (max-width: 480px) {
}
