@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=BiscuitPro:');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700');
@import url('ebaydefault.css');
body, html, nav, td {
	font-size: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif !Important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0;
}
body, td, .g-std {
	font-family: inherit !important;
}

@media (min-width: 1200px) {
.container {
	padding-left: 0;
	padding-right: 0;
}
}
.pst-clear {
	clear: both;
}
tbody.row {
	display: block;
}
.pst-gap {
	display: none;
}
.nospace {
}
h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin: 0;
	padding: 0;
}
ul, ul li {
	list-style: none;
}
.img-responsive {
	margin-left: auto;
	margin-right: auto;
}
a {
	color: #000000;
}
a:hover {
	color: #891a1c;
	text-decoration: none;
}
a, li, button, img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.visible-desktop {
	display: block;
}
.pst-background {
}
/* HEADER STARTS */
#pst-header {
}
.top-row {
	border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
	margin-top: 5px;
	width: 100%;
	float: left;
}
.top-nav {
}
.top-nav ul {
	text-align: left;
}
.top-nav ul li {
	display: inline-block;
	height: 48px;
	line-height: 48px;
}
.top-nav ul li a {
	font-size: 16px;
	height: 16px;
	padding: 0 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #252525;
	border-right: 1px solid #252525;
}
.top-nav ul li a.first {
	padding-left: 0px;
}
.top-nav ul li a.last {
	border-right: none;
}
.top-nav ul li a:hover {
	color: #60abc7
}
/* HEADER SEARCH STARTS */
.pst-header-search {
	margin-top: 4px;
	font-family: 'Roboto', sans-serif !important;
}
.pst-header-search .searchbox {
	float: right;
	width: 100%;
	height: 39px;
	text-align: right;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
}
.pst-header-search .searchbox .v4sbox {
	background-color: transparent;
	line-height: 39px;
	height: 39px;
	float: left;
	width: 90%;
	border: none;
	text-align: left;
	text-indent: 10px;
	color: #707a80;
	font-size: 12px;
}
.pst-header-search .searchbox .btn-search {
	width: 10%;
	height: 39px;
	border: none;
	background-color: transparent;
	float: right;
	color: #60abc7;
	font-size: 18px;
	display: block;
	border-left: 0;
	text-align: center;
}
.pst-header-search .searchbox .btn-search:hover {
	color: #000000;
}
button:focus {
	outline: 0;
}
.glyphicon {
	line-height: inherit;
}
.pst-m-search {
	display: none;
}
.pst-m-search {
	float: left;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: left;
	text-indent: 60px;
}
.pst-m-search .btn-default {
	width: 53px;
	height: 52px;
	background-color: #000000;
	border: none;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 22px;
	line-height: 52px;
}
.pst-m-search .btn-default.active, .pst-m-search .btn-default:active, .pst-m-search .open>.dropdown-toggle.btn-default {
	color: #000000;
	background-color: rgba(221,221,221,0.6);
}
.pst-m-search .btn {
	border-radius: 0;
}
.pst-m-search .dropdown-menu {
	background-color: rgba(221,221,221,0.7);
	border: none;
	border-radius: 0;
	min-width: auto;
	width: 100%;
	margin-top: 0;
	padding: 8px;
}
.pst-m-input {
	float: left;
	background-color: #fff;
	border-radius: 0;
	border: none;
	height: 38px;
	text-indent: 15px;
	width: 80%;
}
.pst-m-search-btn {
	width: 20%;
	background-color: #60abc7;
	color: #ffffff;
	border-radius: 0;
	float: left;
	height: 38px;
}
.pst-m-search-btn .pst-m-btn {
	float: left;
	border: none;
	background-color: transparent;
	width: 100%;
	height: 38px;
}
/* HEADER SEARCH ENDS */
/* RESPONSIVE SEARCH START */
#pst-search {
	display: none;
	height: 35px;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
}
#pst-search input {
	background-color: transparent;
	line-height: 35px;
	height: 35px;
	float: left;
	width: 85%;
	border: none;
	text-align: left;
	text-indent: 15px;
	font-weight: normal;
	font-size: 14px;
	color: #ACACAC;
	padding: 0;
}

::-webkit-input-placeholder {
 color: #ACACAC;
 opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #ACACAC;
 opacity: 1 !important;
}

:-ms-input-placeholder {
 color: #ACACAC;
}
#pst-search button {
	padding: 0;
	width: 15%;
	height: 35px;
	border: none;
	float: right;
	display: inline-block;
	border-left: 0;
	font-weight: normal;
	text-align: center;
	background: none;
	background-color: #60abc7;
	border-radius: 0 2px 2px 0;
	transition: 0.3s all ease-in-out;
	font-size: 18px;
	color: #ffffff;
}
#pst-search button:hover {
	color: #000000;
	transition: 0.3s all ease-in-out;
}
/* RESPONSIVE SEARCH ENDS */
.head-img {
	text-align: center;
	margin-top: 40px;
}
.head-img img {
	display: inline-block;
}
.pst-logo {
	text-align: center;
	margin: 37px 0 20px;
}
.pst-logo a {
	display: block;
}
.pst-logo img {
	display: inline-block;
}
.customer {
	display: none;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.customer a {
	color: #000000 !important;
}
.customer a:hover {
	color: #60abc7 !important;
}
/* HEADER ENDS */

/* LEFT SIDE STARTS */
#pst-left {
	font-family: 'Roboto', sans-serif !important;
}
.pst-head {
	height: 50px;
	line-height: 55px;
	text-align: left;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	text-indent: 1.12em;
	text-transform: uppercase;
	border-bottom: 2px solid #e2e2e2;
}
#pst-categories {
	margin: 15px 0 26px;
	border-bottom: none;
	border: none;
	padding-bottom: 10px;
}
#pst-categories ul.lev1 {
	list-style: none;
	padding: 0 17px;
}
#pst-categories ul.lev1 li {
	height: 38px;
	line-height: 38px;
	text-align: left;
	text-indent: 10px;
	overflow: hidden;
	display: block;
}
#pst-categories ul.lev1 li:nth-child(1) {
	border-top: none !important;
}
#pst-categories ul.lev1 li a {
	color: #000000;
	text-decoration: none;
	font-size: 1.06em;
	text-transform: uppercase;
}
#pst-categories ul.lev1 li a:hover {
	color: #60abc7;
}
#pst-categories ul.lev1 li span {
	color: #000;
}
#pst-categories ul.lev1 > li:before {
	font-family: FontAwesome;
	content: '\f0d7';
	color: #555555;
	text-decoration: none;
	position: relative;
	left: -5px;
}
#pst-categories ul.lev1 > li > span.cnt:before {
	display: none;
}
#pst-categories ul.lev2 {
	list-style: none;
	margin: 10px 0;
	border-bottom: 1px solid #e2e2e2;
}
#pst-categories ul.lev2 li {
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 20px;
	overflow: hidden;
	display: block;
	font-size: 12px;
	border: none;
}
#pst-categories ul.lev2 li a {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}
#pst-categories ul.lev2 li a:hover {
	color: #60abc7;
}
#pst-categories ul.lev2 li span {
	color: #000;
}
#LeftPanel span.cnt {
	display: none;
}
.left-promo-box {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #e2e2e2;
	background-color: #FFFFFF;
	text-align: center;
}
.left-promo-box img {
	display: inline-block;
}
.store-pages {
	display: none;
	border: 1px solid #dddddd;
	padding: 0 10px 10px;
}
.page-head {
	height: 50px;
	line-height: 55px;
	text-align: left;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	text-indent: 17px;
	border: 1px solid #e2e2e2;
	border-left: none;
	border-right: none;
	margin: 0 -10px;
	text-transform: uppercase;
}
.store-pages ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.store-pages ul li {
	height: 38px;
	line-height: 38px;
	text-align: left;
	text-indent: 10px;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #dddddd;
}
.store-pages ul li a {
	color: #353535;
	text-decoration: none;
	font-size: 13px;
}
.store-pages ul li a:hover {
	color: #60abc7;
}
/* LEFT SIDE END */

/*---------STORE FOOTER CSS STARTS------*/
.pst-footer {
	margin-top: 30px;
}
.f-promo {
	border-top: 6px solid #e1e1e1;
	padding: 30px 0 40px;
	text-align: center;
}
.f-promo img {
	display: inline-block;
}
.f-news {
	background-color: #f0f0f0;
	padding: 25px 15px 15px;
	min-height: 135px;
	overflow: hidden;
}
.news-head {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}
.pst-address {
	font-family: 'Lora', serif !important;
	text-align: center;
	color: #727272;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
}
.f-news-btn {
	text-align: center;
}
.f-news-btn a {
	color: #60abc7 !important;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 2px;
	font-size: 19px;
	transition: 0.3s all ease-in-out;
	font-weight: bold;
}
.f-news-btn a:hover {
	color: #000000 !important;
	transition: 0.3s all ease-in-out;
}
.payment-box {
	border: 1px solid #e1e1e1;
	min-height: 135px;
	max-height: 135px;
	padding: 40px 0;
	overflow: hidden;
	text-align: center;
}
.payment-box img {
	display: inline-block;
}
.pst-copyright {
	font-size: 12px;
	text-align: center;
	color: #111111;
	margin: 50px 0 40px;
}
.pst-copyright span {
	font-weight: bold;
}
/*---------STORE FOOTER CSS ENDS------*/


textarea:focus, input:focus {
	outline: none;
}
