﻿
.pcInfoMessage, .pcAttention, .pcSuccessMessage, .pcErrorMessage, .pcPromoMessage  {
	background:#eee;
	border:1px solid #ccc;
}
.pcShowProductBgHover,
.pcShowBrandBgHoverr,
.pcShowCategoryBgHover
{
	background-color: #fff;
}

.pcShowProductBgHover:hover,
.pcShowBrandBgHover:hover,
.pcShowCategoryBgHover:hover
{
	background-color: #fff;
}
/* input[type=text], input[type=email], input[type=password],  select {
	max-width:450px;
} */
.pcShowAddToCart .form-control {
	width:50px!important;
	text-align:center;
}
#pcCSF {
	padding:0!important;
	border: 1px solid #005BAA!important;
	padding: 0 0 3px!important;
	border-radius: 5px!important;
	margin-bottom: 10px!important;
}
#pcCSF {
	padding:0!important;
	border: 1px solid #005BAA!important;
	padding: 0 0 3px!important;
	border-radius: 5px!important;
	margin-bottom: 10px!important;
}

#pcCSF .pcCSFItem {
	margin-left:10px!important;
	padding: 4px 0!important;
	font-size:11px!important;
}
#pcCSF .pcCSFStable {
	font-size: 11px!important;
	color: #FF6633!important;
	text-align: left!important;
	overflow: hidden!important;
	display: block!important;
	
}
#pcCSF .pcCSFStable .pcTable {
margin-left:10px!important;
padding-top:5px!important;
}
#pcCSF h5 {
	font-family: 'Al-Jazeera-Arabic', "Open Sans", "Helvetica Neue", sans-serif!important;
	text-align: center!important;
	border-bottom: 1px solid #005BAA!important;
	margin: 0!important;
	background: #F1F1F1!important;
	font-weight: 600!important;
	font-size: 120%!important;
	border-radius: 5px 5px 0 0!important;
	color: #005BAA !important;
}

#products-ordered span.mobileonly {
	display:none;
}

#products-ordered .products-row.heading {
	background: #fff /*#C0CCD7*/;
	font-weight: 600;
}
#products-ordered .products-row:nth-of-type(2n+1) {
	background: #fff;
}
#products-ordered.products-table {
	border:0;
}


/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #0c1923;
	padding: 4px 0;
	min-height: 42px;
	z-index: 1049;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: 'Al-Jazeera-Arabic', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}




/* ===================
START: SITE STYLES
=================== */

/* @charset "utf-8"; */

* {
	font-family: 'Al-Jazeera-Arabic', "Open Sans", "Helvetica Neue", sans-serif;
}

body {
    margin:0;
    padding:0;
    padding-bottom: 0px;
}
div#pcMainUsefulLinks ul {
	padding: 0 0;
	padding-left: 25px;
	margin: 0;
    width: 200px;
}
div#pcMainAreaPrice ul {
	padding: 0 0;
	padding-left: 25px;
	margin: 0;
}
div#pcMainAreaLinks ul {
	padding: 0 0;
	padding-left: 25px;
	margin: 0;
}
.left_nav {
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 0px 10px 0px 0px;
}
.left-nav, .rightbox {
	border:1px solid #005BAA;
	padding:0 0 3px;
	border-radius:5px;
	margin-bottom:10px;
}
.left-nav .sf-menu {
	margin-bottom:0;
}
.left-nav .sf-menu ul {
	left:14em!important;
}
.left-nav .sf-menu ul ul {
	left:17em!important;
}
.leftside li {
	border-bottom: 1px solid #005BAA!important;
}
.leftside .maincatmenu ul:nth-of-type(1) > li:last-child {
	border-bottom: 0px solid #005BAA !important;
}
.leftside .subcatmenu ul:last-of-type > li:last-child {
	border-bottom: 0px solid #005BAA!important;
}

.left-nav li li {
	border-bottom: 1px solid #ddd!important;
}

.left_nav li {
	list-style-position: outside;
	list-style-type: none;
	margin-left: -25px;
	
}
.left-nav h3, .rightbox h3 {
	text-align: center;
	border-bottom: 1px solid #005BAA;
	margin: 0;
	background: #F1F1F1;
	font-weight: 600;
	font-size: 120%;
	border-radius: 5px 5px 0 0;
	color:#005BAA;
}
.left_nav h3 {
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(221, 221, 221, 1);
}
.left_nav .pcRecentProduct {
	padding: 5px 5px;
	margin: 4px 0px;
	background: #F0F2F5;
	border-radius: 3px;
}
.left_nav .pcRecentProduct:hover {
	background: #dbdfe5;
}
.left_nav .pcRecentProduct::before {
content: " ";
display: table;
}
.left_nav .pcRecentProduct::after {
content: " ";
display: table;
}
.pcRecentProduct a {
	width: 70%;
	margin-left: 30%;
	display: inline-block;
	line-height: 20px;
	min-height: 42px;
	color: #3B5A9C;
	text-decoration: none;
}
.pcRecentProduct img {
	height: 40px;
	vertical-align: top;
	width: 40px;
	margin: 0;
	margin-top: 1px;
	margin-left: -22%;
	position: absolute;
	border-radius: 4px;
}
div#pcMainAreaPrice ul a {
	font-size: 13px;
	padding: 5px 7px;
	display: inline-block;
	width: 100%;
	background: #F0F2F5;
	margin: 4px 0px;
	border-radius: 3px;
	color: #3B5A9C;
	text-decoration: none;
}
div#pcMainAreaPrice ul a:hover {
	background: #dbdfe5;
}


.pcCartLayout .divider {
   border: 0px; 
}
.dropdown-menu > .pcCartLayout {
    padding: 14px;
}
#pcCartDropDown {
    min-width: 350px;   
}
#pcFeaturedProductsList #pcSpecials, #pcFeaturedProductsList #pcNewArrivals, #pcFeaturedProductsList #pcBestSellers, #pcFeaturedProductsList #pcUsefulLinks
{
	float: left;
	margin: 1%;
	width: 23%;
}
#pcFeaturedProductsList #pcUsefulLinks li {
    list-style-position: outside;
    list-style-type: none;
    margin-left: -25px;
}
#pcOPCtotal {
    display: block;
    margin-right:0!important;
    background:#005BAA!important;
}
#pcMainArea {
	padding-top: 20px;
	padding-bottom: 70px;
}
.pcShowProductsH {
	border-top: 1px solid #ddd;
	padding: 30px 0 30px;
	text-align:center;
}
.pcShowProductImageH img {
	max-height: 150px;
}
.pcShowProductInfoH .pcShowProductPrice {
	display: inline-block;
	/*float: left;*/
}
.pcShowProductInfoH .pcShowProductRating {
	/*float: left;*/
	margin: 0;
	margin-left: 0px;
}
.pcShowProducts {
	overflow: hidden;
}
#pcFeaturedProductsList #pcSpecials, #pcFeaturedProductsList #pcNewArrivals, #pcFeaturedProductsList #pcBestSellers, #pcFeaturedProductsList #pcUsefulLinks {
	float: left;
	margin: 1%;
	width: 31%;
	padding: 1%;
	background: #F3F5F8;
	height: 100%;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
.pcRow {
	border-top: 1px solid #ddd;
}
.pcInfoMessage {
	background: #F3F5F8;
	border-color: #F3F5F8;
}
.pc-nav div {
    color: #FFFFFF;   
}
.navbar {
	margin-bottom: 0;
}
#pcMain .pcShowProductStock {
	color: #005BAA;
}
.pcPageNav {
	font-size: 13px;
}
/* ===================
END: SITE STYLES
=================== */

/* ===================
 START: TOP NAV
=================== */
#pc-top-nav {
	background: #edf1f7;
	position: static;
	width: 100%;
	z-index: 1049;
	top:0;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.33);
}
.pc-top-nav-left {
	float: left;
	margin: 6px 0;
}
.pc-top-nav-right {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: -1px;
}

#pcSocialLinksLabel {
	font-family: 'Al-Jazeera-Arabic', "Open Sans";
	font-size: 15px;
	font-weight: bold;
	color: #777;
	margin-top: 8px;
	margin-right: 0;
	margin-left: 15px;
	margin-bottom: 0px;
	display: inline-block;
}
#pcSocialLinks {
	display: inline-block;
	list-style-type: none;
	margin: 0px 0;
	padding-left: 5px;
}
div.pc-social-links {
	float: left;
}

.pc-store-number {
	float: left;
}
.pc-store-number span {
	font-family: 'Al-Jazeera-Arabic', "Open Sans";
	font-size: 20px;
	font-weight: 800;
	color: #0e2858;
	display: inline-block;
	margin: 5px 20px;
}

div.pc-search {
	float: left;
}
a.reveal-search {
	font-size: 20px;
	padding: 5px 14px;
	display: inline-block;
	background: #f0f0f0;
	color: #005BAA;
	
}
a.reveal-search i {
	line-height: 40px;
}
a.reveal-search:hover {
	background: #C2C5CE;
}

div.pc-quick-cart {
	float: left;
	list-style: none;
	margin-bottom: -2px;
}
.pc-quick-cart > li > a:first-child {
	font-size: 13px;
	padding: 0px 14px;
	padding-top: 12px;
	display: inline-block;
	position: relative;
	top: 2px;
	color: #005BAA;
	margin: 0 0px;
	min-height: 50px;
	padding-left: 43px;
	text-decoration: none;
	cursor: default;
}
.pc-quick-cart > li > a:first-child::before {
	content: "\f07a";
	font-family: 'FontAwesome';
	font-size: 20px;
	display: block;
	height: 27px;
	width: 27px;
	text-align: center;
	/* background: url(../images/shopping-bag-icon.png) no-repeat center center; */
	background-size: contain;
	color: #005BAA;
	/* padding: 13px; */
	position: relative;
	float: left;
	margin-left: -34px;
	margin-top: -3px;
}

div.pc-register-login {
	float: left;
}
div.pc-register-login a {
	/* font-weight: bold; */
	margin-top: 7px;
	font-size: 14px;
	/* min-height: 45px; */
	display: inline-block;
	/* background: #f0f0f0;
	color: #005BAA; */
	/* padding: 14px 10px; */
	/* text-decoration: none; */
}
/* div.pc-register-login a:hover {
	background: #C2C5CE;
} */
div.pc-quick-cart li {
	font-size: 13px;
	display: inline-block;
	background: #f0f0f0;
	color: #005BAA;
	margin: 0 4px;
	min-height: 50px;
	text-decoration: none;
}
div.pc-quick-cart li:hover {
	background: #C2C5CE;
}
.pc-quick-cart li a.dropdown-toggle {
	padding: 0 10px;
	padding-top: 17px;
	display: inline-block;
	float: left;
	color: #005BAA;
	font-weight: bold;
	font-size: 12px;
}
.pc-quick-cart li a.dropdown-toggle .caret {
	display: none;
}
.cartbox {
	width: 40px;
  height: 29px;
	display: inline-block;
  margin: 0px;
  padding: 0px; 
	background: url(../images/shopping-bag-icon.png) no-repeat left center;
	background-size: contain;
	float: left;
	position: relative;
	top: -7px;
}
.carboxCount {
	color: #005BAA;
	font-family: 'Al-Jazeera-Arabic', "Open Sans","sans-serif";
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	text-align: center;
	left: 4px;
	top: 11px;
	display: inline-block;
	width: 21px;
}
.carboxCount-100 {
	color: #005BAA;
	font-family: 'Al-Jazeera-Arabic', "Open Sans","sans-serif";
	font-weight: bold;
	font-size: 8px;
	position: absolute;
	text-align: center;
	left: 4px;
	top: 11px;
	display: inline-block;
	width: 21px;
}
form.pc-search-input {
	position: absolute;
	padding: 20px 10px;
	background: #f0f0f0;
	width: 309px;
	z-index: 15;
}
form.pc-search-input button[type=submit] {
	display: inline-block;
	padding: 6px 12px;
	margin: 2px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.42);
	border-color: #1A2874;
	text-shadow: none;
	background: #1F3F7A;
	border-bottom: 4px solid #07244E;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	position: absolute;
	top: auto;
	right: 9px;
	bottom:18px;
}
form.pc-search-input .form-group {
	margin: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { 
	.cartbox {
		background: url(../images/shopping-bag-icon-%402x.png) no-repeat left center;
		background-size: contain;
	}
	.pc-quick-cart > li > a:first-child::before {
		background: url(../images/shopping-bag-icon-%402x.png) no-repeat center center;
		background-size: contain;
	}
}

/* ===================
 END: TOP NAV
=================== */

/* ===================
 START: HEADER
=================== */
#pc-header .col-sm-2,
#pc-header .col-sm-12.wide {
	position: static;
}
#pc-header .col-sm-12.wide {
	padding-top: 50px;
}
#pc-header .row {
	position: relative;
}
.brand {
	padding: 5px 5px 5px 0px;
	min-height: 100px;
}
.brand img {
	max-width: 450px;
	max-height: 100px;
	
}
	.brand img.suzuki-logo {
		max-height: 100px;
		max-width: 301px;
		float:right;
	}

#pc-header {
	background-color: #f1f1f1;
	padding: 10px 0;
}
.brand {
	padding: 5px 5px 5px 0px;
	min-height: 100px;
}
.brand img {
	max-width: 450px;
	max-height: 100px;
}
.pc-nav * {
	font-family: 'Al-Jazeera-Arabic', "Open Sans";
}
.pc-nav .sf-menu {
	margin-bottom: 0;
	/*padding: 46px 0;*/
	padding:0px 0;
}
.pc-nav .sf-menu li,
.pc-nav .sf-menu li:hover {
	background: none;
}
.pc-nav .sf-menu a,
.pc-nav .sf-menu a:hover {
	border: none;
	background: none;
}
.pc-nav .sf-menu a {
	padding: 10px 20px;
	color:#fff;
	font-weight: 800;
	font-size: 15px;
}
.pc-nav .sf-menu a:hover {
	color: rgba(255, 255, 255, 0.6);
}
/* ===================
 END: HEADER
=================== */

/* ===================
START: NAVIGATION
=================== */
.sf-menu ul ul {
	top: 0 !important;
	left: 103% !important;
}
ul.sf-menu ul {
	background: #fff;
	border-radius: 3px;
	width: 100% !important;
}
ul.sf-menu ul li:hover {
	background: #dadfe6 !important;
}
ul.sf-menu ul a {
	color: #24334B !important;
}
.rightarrowclass{
    position: absolute;
    top: 50%;
    right: 5px;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	background: none !important;
}
/* ===================
END: NAVIGATION
=================== */

/* ===================
START: MOBILE NAVIGATION
=================== */
.mean-container .mean-bar,
.mean-container .mean-nav {
	background: #edf1f7;
	padding-bottom: 0;
}
.mean-container a.meanmenu-reveal span {
	background: #666;
}
.mean-container a.meanmenu-reveal {
	color: #666;
}
.mean-container .mean-nav ul li a {
	color: #1F3169;
	text-transform: none;
	font-size: 14px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0, 0, 0, 0.08);
}
.mean-container .mean-nav ul {
	width: 100% !important;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 25px;
	padding: 12px !important;
}
form[mobile-id=menu-search] {
	padding: 20px 5px;
	background: #C5CEDB;
}
form[mobile-id=menu-search] button {
	display: inline-block;
	padding: 3% 12px;
	margin: 2px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	text-transform: normal;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.42);
	border-color: #1A2874;
	text-shadow: none;
	background: #1F3F7A;
	border-bottom: 4px solid #07244E;
	position: absolute;
	top: 19px;
	right: 2px;
	height: 12px;
	color: #fff;
	font-weight: bold;
	font-family: 'Al-Jazeera-Arabic', "Open Sans";
}
form[mobile-id=menu-search] input[type=text] {
	width: 90%;
	padding: 3% 5%;	
}
.mobile-cart .pc-quick-cart {
	position: absolute;
	top: 0;
	z-index: 10000000;
	left: -4px;
}
.mobile-cart .pc-quick-cart li,
.mobile-cart .pc-quick-cart > li > a:first-child {
	min-height: 48px;
}

/* ===================
END: MOBILE NAVIGATION
=================== */

/* ===================
START: GLOBAL STYLES
=================== */
html
{
	webkit-font-smoothing: antialiased;
}
body
{
	font-family: 'Al-Jazeera-Arabic', Verdana, Geneva, sans-serif;
	font-size: 13px;
}
/* ===================
END: GLOBAL STYLES
=================== */



/* ===================
START: FORMS
=================== */
textarea, input, select
{
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #555555;
	line-height: 1.5;
	padding: 5px 10px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	vertical-align: middle;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input:focus, select:focus
{
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* ===================
END: FORMS
=================== */



/* ===================
START: BUTTONS
=================== */
.pcButton {    
	display: inline-block;
	padding: 6px 12px;
	margin: 2px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
		-ms-user-select: none;
				user-select: none;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.42);
	border-color: #1A2874;
	text-shadow: none;
	border-bottom: 0px solid #07244E;
	color: white;
background: -moz-linear-gradient(270deg, #1f75bf 0%, #005197 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 270deg, color-stop(0%, #1f75bf), color-stop(100%, #005197));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(270deg, #1f75bf 0%, #005197 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(270deg, #1f75bf 0%, #005197 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(270deg, #1f75bf 0%, #005197 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f75bf', endColorstr='#005197', GradientType='1'); /* for IE */
background: linear-gradient(180deg, #1f75bf 0%, #005197 100%);/* W3C */	
}
a.pcButton {
	text-decoration: none;
    color: #FFFFFF !important;
}
.pcButton .pcButtonText{
	display: block !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.42857143;
	color: #FFFFFF;
}
.pcButton.pcButtonAddToCart.BP {
	font-weight:700;	
	font-size: 10px;
	color: #000000;
}
.pcButton img, .pcButton input[type=image] {
	display: none;
}
.pcButton:hover {

}

.pcButtonAddToCart {

}
.pcButtonAddToCart.BP {
	width:80px;
background: -moz-linear-gradient(270deg, #ec1a23 0%, #b4070e 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 270deg, color-stop(0%, #ec1a23), color-stop(100%, #b4070e));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(270deg, #ec1a23 0%, #b4070e 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(270deg, #ec1a23 0%, #b4070e 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(270deg, #ec1a23 0%, #b4070e 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1a23', endColorstr='#b4070e', GradientType='1'); /* for IE */
background: linear-gradient(180deg, #FFFF66 0%, #FFFF66 100%);/* W3C */	
padding:4px 5px;
}


.pcButtonAddToCart:hover {

}
.pcButtonAddToCart .pcButtonText {

}
.pcButtonMoreDetails {
	padding: 3px 6px !important;
}
.pcButtonNotAvailable {
	padding: 3px 6px !important;
	background:none;
	box-shadow:0 0;
}
.pcButton.pcButtonNotAvailable  .pcButtonText {
	font-size:12px;
	color:#666;
	font-weight:600;
}
.pcButtonMoreDetails:hover {
	padding: 3px 6px !important;
}

.pcButtonAddToCartSmall {
	padding: 3px 6px !important;
}
.pcButtonAddToCartSmall:hover {
	padding: 3px 6px !important;
}
.pcButtonMoreDetails .pcButtonText,
.pcButtonAddToCartSmall .pcButtonText {
	font-size: 12px !important;
	border-bottom-width: 3px;
}

.secondary {

}
.secondary:hover {

}
.secondary .pcButtonText {

}


.tiny {
	padding: 3px 6px !important;
}
.tiny .pcButtonText {
	font-size: 10px !important;
}

a.pcMoreLink {
	font-size: 15px;
	margin: 10px 0;
	display: inline-block;
}

/* ===================
END: BUTTONS
=================== */




/* ===================
START: LINKS
=================== */
a {
color: #33559C;
text-decoration: none;
}
/* ===================
END: LINKS
=================== */



/* ===================
START: TYPOGRAPHY
=================== */
h1 {
	color: #0e2858;
	font-family: 'Al-Jazeera-Arabic', "Open Sans",Helvetica,sans-serif;
	font-size: 225%;
	letter-spacing: -0.03em;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 5px;
}
h2 {
	color: #0e2858;
	font-size: 175%;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0 0 2px;
	font-weight: 400;
}
h3 {
	color: #0e2858;
	font-size: 120%;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0 0 2px;
	font-weight: 400;
}
.title {
	font-size: 18px !important; 
}
.pcItemDescription.title {
	font-size: 13px !important; 
	font-weight:normal;
}
/* ===================
END: TYPOGRAPHY
=================== */



/* ===================
    START: STOREFRONT OVERRIDES
   =================== */
#pcSocialLinks
{
	display: inline-block;
	list-style-type: none;
}
#pcSocialLinks li
{
	display: inline-block;
}
#pcSocialLinks li img
{
	vertical-align: middle;
}
#pcAcceptedPayments
{
	display: inline-block;
	list-style-type: none;
	padding: 0px;
}
#pcAcceptedPayments li
{
	display: inline-block;
}
#pcAcceptedPayments li img
{
	vertical-align: middle;
}
#pcMain .pcShowProductH .pcShowProductInfoH
{
	margin-top: 5px;
	text-align: center;
	width: 100%;
}
.pcShowProductH {
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.pcShowProductP {

}

.pcShowProductsHCS .pcShowProductInfoH .pcShowProductPrice {
	float:none;
	font-weight:bold;
}
.pcShowCategoryLargeImage {
	text-align:center;
}
#pcRecentProducts .pcRecentProduct span {
	display:block;
}
.pcRecentProduct a {
	width:100%;
	margin-left:0;
}
.pcRecentProduct {
	padding:5px;
}
.pcRecentProduct img {
	position:static;
	margin-left:0;
}
#contact-left {
	width:67%;
	float:left;
	padding-right:2%;
	
}
#contact-right {
	width:30%;
	float:right;
	padding:10px;
	margin-right:-15px;
	background:#f5f5f5;
	border: 1px solid #006699;
	border-radius:5px;
}
#contact-right h3 {
	margin:0;
	font-weight:700;
}
#contact-right p {
	margin-top:0;
	font-weight:600;
}
#contact-right p.email {
	margin-bottom:3px;
}
.pcCartLayout .currency {
	font-family: 'Al-Jazeera-Arabic', "Open Sans",Helvetica,sans-serif;
}
.pcCartLayout .heading {
	text-shadow: 0 0;
	font-size:16px;
}
.pcShowAddToCart .form-control {
	width:50px!important;
	text-align:center;
}
.pcViewProductRight img {
	padding-bottom:10px;
}
.pcShowProductPrice {
	font-weight:bold;
}
.pcShowProductPrice span {
	clear:both;
	display:block;
}
/* ===================
    END: STOREFRONT OVERRIDES
   =================== */



/* ===================
    START: DD SMOOTH OVERRIDES
   =================== */

/* ===================
    END: DD SMOOTH OVERRIDES
   =================== */

/* ===================
    START: FONTS
   =================== */
@font-face
{
	font-family: 'open_sanssemibold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/open-sans/OpenSans-Semibold-webfont.eot');
	src: url('../fonts/open-sans/OpenSans-Semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
 url('../fonts/open-sans/OpenSans-Semibold-webfont.ttf') format('truetype'),
 url('../fonts/open-sans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
}
@font-face
{
	font-family: 'open_sansbold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/open-sans/OpenSans-Bold-webfont.eot');
	src: url('../fonts/open-sans/OpenSans-Bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
 url('../fonts/open-sans/OpenSans-Bold-webfont.ttf') format('truetype'),
 url('../fonts/open-sans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
}
/* ===================
    END: FONTS
   =================== */



/* ===================
    START: OPC PANELS
   =================== */
#acc1 .panel-default
{
	border: 0px !important;
}
#acc1 .panel-default > .panel-heading
{
	background-color: #d5d1cd !important;
	border-color: #d5d1cd !important;
	color: #736d69 !important;
}
#acc1 .active > .panel-heading
{
	background-color: #005BAA !important;
	border-color: #005BAA !important;
	color: #FFF !important;
}
#acc1 .panel-group .panel-body
{
	border-bottom: 5px solid #005BAA !important;
	border-left: 5px solid #005BAA !important;
	border-right: 5px solid #005BAA !important;
	border-top: 5px !important;
}
#acc1 .panel-group .panel
{
	border-bottom: 1px solid #FFF !important;
	margin-top: 0px !important;
}
#acc1 .pcCheckoutTitle
{
	font-size: 18px;
}
#acc1 .active .pcCheckoutTitle
{
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	transition: background 500ms ease 0s;
}
#acc1 .editbox
{
	color: #736967 !important;
}
/* ===================
    END: OPC PANELS
   =================== */





/* ===================
START: SLIDER THEME
=================== */
div#pc-slideshow .container {
	width: 100%;
	max-width: 1280px;
}
#pc-slideshow {
	background: #edf1f7;
	margin-bottom: 20px;
}
.theme-productcart
{
	position: relative;
}
.theme-productcart .nivo-controlNav {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 1;
	bottom: -44px;
}
.theme-productcart .nivo-controlNav a {
	background: rgba(32, 64, 131, 0.3);
	border-radius: 100px;
	width: 13px;
	height: 13px;
	font-size: 1px;
	padding: 0;
	margin: 5px;
}
.theme-productcart .nivo-controlNav a.active {
	background: #204083;
}
.theme-productcart .nivoSlider {
	margin-bottom: 0px;
	box-shadow: none;
}
.theme-productcart .nivo-directionNav a {
	opacity: 1;
	height: 50px;
	width: 50px;
}
.theme-productcart .nivo-directionNav {
	position: static;
}
.theme-productcart a.nivo-prevNav {
	background: url(../images/left-arrow.png) no-repeat;
	background-size: contain;
	left: -5px;
	right: auto;
}
.theme-productcart a.nivo-nextNav {
	background: url(../images/right-arrow.png) no-repeat;
	background-size: contain;
	right: -5px;
	left: auto;
}
.theme-productcart .nivo-caption {
	font-size: 25px;
	padding: 20px;
	text-align: center;
	background: rgba(14, 40, 88, 0.68);
	opacity: 1;
	font-family: 'Al-Jazeera-Arabic', "Open Sans", sans-serif;
	font-weight: 300;
}
/* ===================
END: SLIDER THEME
=================== */ 
.mt-5 {
	margin-top: 50px !important;
}
.mb-5 {
	margin-bottom: 50px !important;
}
/* RTL */

html[dir="rtl"] #pcMain {
	text-align: right !important;
}

html[dir="rtl"] #home-intro .box {
	float: right;
}

html[dir="rtl"] .pc-top-nav-right {
	float: left !important;
}

html[dir="rtl"] .pc-top-nav-left {
	float: right !important;
}

html[dir="rtl"] .brand img.suzuki-logo {
	float: left !important;
}


@media (min-width: 992px)  {
	html[dir="rtl"] .col-md-1, 
	html[dir="rtl"] .col-md-2, 
	html[dir="rtl"] .col-md-3, 
	html[dir="rtl"] .col-md-4, 
	html[dir="rtl"] .col-md-5, 
	html[dir="rtl"] .col-md-6, 
	html[dir="rtl"] .col-md-7, 
	html[dir="rtl"] .col-md-8, 
	html[dir="rtl"] .col-md-9, 
	html[dir="rtl"] .col-md-10, 
	html[dir="rtl"] .col-md-11, 
	html[dir="rtl"] .col-md-12 {
		float: right;
	}
}
@media (min-width: 768px) {
	html[dir="rtl"] .col-sm-1, 
	html[dir="rtl"] .col-sm-2, 
	html[dir="rtl"] .col-sm-3, 
	html[dir="rtl"] .col-sm-4, 
	html[dir="rtl"] .col-sm-5, 
	html[dir="rtl"] .col-sm-6, 
	html[dir="rtl"] .col-sm-7, 
	html[dir="rtl"] .col-sm-8, 
	html[dir="rtl"] .col-sm-9, 
	html[dir="rtl"] .col-sm-10, 
	html[dir="rtl"] .col-sm-11, 
	html[dir="rtl"] .col-sm-12 {
		float: right !important;
	}
}



/* ===================
BEGIN: EDK
=================== */ 
td.abrevColRt {
	text-align:right;
	padding-right:5px;
}
.tablebg, .tdBottomTopBanner2 {
	background:#C0CCD7;
}
.tablebg {
	border:1px solid #8199AF;
	}
.tablebg td {
	border:1px solid #8199AF;
}	
#table3 td {
	padding:2px 5px;
}
.tdMiddleTopBanner {
	font-size:16px;
	font-weight:bold;
}
.tdBottomTopBanner2 {
	background:#005BAA;
	padding:2px;
}
.tdBottomTopBanner3 {
	padding:3px 0 5px;
}
.subtext1 {
	font-size:14px;
	color:#444;
}
.attributeDisplaySelected {
	background:#ffff00;
}
#upperfooter {
	margin-top:20px;
	padding:10px 10px 10px;
	border-top: 1px solid #ccc;
}

.dropdown-menu > li > a {
	line-height:1.2!important;
	white-space:normal!important;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 17em!important; /* allow long menu items to determine submenu width */
	*width: 17em!important; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu li {
	white-space: normal!important; /* no need for Supersubs plugin */
	*white-space: normal!important; /* ...unless you support IE7 (let it wrap) */
}
ul.sf-menu ul li:hover,
ul.sf-menu ul li.sfHover {
	background:#f5f5f5!important;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 10px;
}
td .pcButton.pcButtonMoreDetails,
td .pcButton.pcButtonMoreDetails .pcButtonText {
	border:0!important;
	font-size:11px!important;
}
td .pcButton.pcButtonMoreDetails {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.32);
}
td .pcButton.pcButtonMoreDetails .pcButtonText {
	min-width:44px;
}
div#pcMainAreaLinks #cmsnav ul {
	list-style-type:none;
	margin-left:0px;
	padding-left:0;
}
#pcMainAreaLinks input {
	width:110px;
	float:left;
	margin-left:0px;
}
#cmsnav a {
	border:0!important;	
	padding: .25em 1em;
	text-decoration: none;
	display:block;
}
#cmsnav li {
	border:0!important;
}
#cmsnav li:last-child {
	border-bottom:0!important;
}
.pcSectionContents table {
	font-size:14px;
}
.pcSectionContents table td {
	padding:2px;
}
.pcPageContent #table1 td {
	padding:3px;
}
#pcNavContainer45 {
	clear:both;
	text-align:center;
}
#pcNav45 a {
	/* color: #F3F3F3; */
	line-height: 20px;
	vertical-align: middle;
	padding: 0 15px;
	border-right: 1px solid #555;
	display: inline-block;
	border-right-color: #145DAD;
	font-size: 1.05em;
	font-family: 'Al-Jazeera-Arabic', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #145DAD;
	text-align: center;
	text-decoration:underline;
}
#pcNav45 a:hover {
	text-decoration:none;
}
#home-intro {
	clear:both;
	padding-top:20px;
}
#home-intro .image-01 {
	float:left;
	margin:0 5%;
	max-width:100%;
	max-height:98px;
}
#home-intro .image-02 {
	float:right;
	margin:0 5%;
	max-width:100%;
	max-height:98px;
}

#home-intro .box {
	width: 25%;
	/* height:210px; */
	float:left;
	text-align:center;
}
#home-intro .box div {
	height:160px;
}
#home-intro .box img {
	width:auto;
	max-width: 59%;
	max-height: 144px;
	display:block;
	text-align:center;
	margin:0 auto;
}
#home-intro h2.center {
	text-align:center;
}
#home-intro .spacer40 {
	height:40px;
}
/* ===================
END: EDK
=================== */ 







/* ===================
    START: DD SMOOTH OVERRIDES
   =================== */
.ddsmoothmenu-v ul li
{
	display: block;
	float: none;
	position: relative;
}
.ddsmoothmenu-v ul li a
{
	display: block;
	overflow: auto;
}
.ddshadow
{
	display: none;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active
{
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}
.ddsmoothmenu-v ul li a:hover,
.ddsmoothmenu-v ul li a.selected
{
	background-color: #f8f8f8;
	background-color: rgba(238,238,238,0.40);
	border-bottom: 1px solid #dee6f1;
	border-top: 1px solid #dee6f1;
}
.ddsmoothmenu-v ul li ul li a:hover,
.ddsmoothmenu-v ul li ul li a.selected
{
	background-color: #f8f8f8;
	background-color: rgba(238,238,238,0.65);
	border-bottom: 1px solid #dee6f1;
	border-top: 1px solid #dee6f1;
}
.ddsmoothmenu-v ul li ul
{
	background-color: #b8cce7;
	background-color: rgba(184, 204, 231, 0.95);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	font-weight: normal;
	position: absolute;
	top: 0;
	visibility: hidden;
}
.ddsmoothmenu-v .rightarrowclass
{
	background-repeat: no-repeat;
	float: right;
	height: 7px;
	margin-right: 1px;
	margin-top: 4px;
	width: 5px;
}
/* ===================
    END: DD SMOOTH OVERRIDES
   =================== */
























/* ===================
START: MOBILE
=================== */
#contact-info {
	float: left;
	text-align: right;
	width: 40%;
	padding: 30px 10px;
	
}
#contact-info .pc-store-number,
#contact-info .pc-social-links {
	float: none;
	display: inline-block;
	width: 100%;
}
#contact-info #pcSocialLinksLabel {
	display: none;
}
#contact-info .pc-store-number span {
	margin: 0;
}
#contact-info .pc-store-number span,
#contact-info .pc-store-number span a {
	color: #FFFFFF !important;
}
.nav.copyright.mobile {
	display:none;
}  
.nav.copyright.desktop {
	display:block;
} 



@media screen and (min-width: 991px) {
	.pc-nav .sf-menu a {
		padding: 10px 13px;
		font-size: 14px;
	}
	.brand {
		padding: 5px 5px 5px 0px;
		/*position: absolute;
		top: 30%;*/
	}
	/* .brand img {
		visibility:hidden;
	} */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.pc-nav .sf-menu a {
		padding: 8px 9px;
		font-size: 12px;
	}
	.brand {
		padding: 5px 5px 5px 0px;
		/*position: absolute;
		top: 50%;*/
	}
	.brand img {
		/* visibility:hidden; */
		max-height: 100px;
		max-width: 450px;
		width:60%;
		float:left;
	}
	.brand img.suzuki-logo {
		width:40%;
		/* visibility:hidden; */
		max-height: 100px;
		max-width: 301px;
		float:right;
	}
	
	.pc-store-number span {
		font-size: 14px;
	}
	
	a.reveal-search {
		padding: 2px 14px;
	}
	
	.pc-quick-cart > li > a:first-child {
		font-size: 12px;
		padding-top: 10px;
		min-height: 40px;
	}
	.pc-quick-cart > li > a:first-child::before {
		padding: 0;
		height: 24px;
	}
	div.pc-quick-cart li {
		min-height: 44px;
	}
	
	div.pc-register-login a {
		font-size: 12px;
		min-height: 44px;
		padding: 13px 10px;
	}
	.pc-nav .sf-menu {
			/*padding: 35px 0;*/
			padding:5px 0 0;
	}
	#pcFeaturedProductsList #pcSpecials, #pcFeaturedProductsList #pcNewArrivals, #pcFeaturedProductsList #pcBestSellers, #pcFeaturedProductsList #pcUsefulLinks {
		width: 48%;
		padding: 0 6%;
		margin-bottom: -99999px;
		padding-bottom: 99999px;
	}
	.pcShowProductsH {
		padding: 10px 3px;
	}
	.pcShowProductImageH img {
		max-height: 95px;
	}
	.pcShowProductInfoH .pcShowProductRating {
		width:100%;
		float: none;
		margin: 2px 0;
	}
	.pcShowProductInfoH .pcShowProductPrice {
		float: none;
	}
	form.pc-search-input {
		width: 295px;
	}
	
#pcNav45 a {
	padding: 0 8px;
	font-size: .9em;
}
#home-intro .image-01 {
	margin:0 3%;
	width:auto;
}
#home-intro .image-02 {
	margin:0 3%;
	width:auto;
}
	
}

@media screen and (max-width: 767px) {
	.navbar-fixed-bottom {
		position: relative;
	}
	body {
		padding-top: 0;
		padding-bottom: 0;
	}
	#footer {
		text-align: center;
	}
	#pc-header {
		margin: 0;
	}
	#pcFeaturedProductsList #pcSpecials, #pcFeaturedProductsList #pcNewArrivals, #pcFeaturedProductsList #pcBestSellers, #pcFeaturedProductsList #pcUsefulLinks {
		width: 100%;
		padding: 0 6%;
		margin-bottom: -99999px;
		padding-bottom: 99999px;
	}
	.pcShowProductsUL {
		margin-bottom: 20px;
	}
	.pcShowProductsH {
		padding: 5px 0px;
		margin: 4px;
		padding-top: 20px;
		margin-top: 20px;
	}
	.pcShowProductImageH {
		height: 113px;
	}
	.pcShowProductImageH img {
		max-height: 113px;
	}
	#pc-top-nav {
		display: none;
	}
	.brand {
		text-align: left;
		float: left;
		width:100%;
		padding: 0px 0px 5px 0px;
	}
	.brand img {
		width:35%;
		max-height: 52px;
		max-width: 100%;
	}
	.brand img.suzuki-logo {
	width:34%;
}
	.brand img {
	margin-top:0 !important;
}
	.theme-productcart .nivo-caption {
		font-size: 11px;
		padding: 5px;
	}
	.theme-productcart .nivo-directionNav a {
		width: 20px;
		top: 38%;
	}
	.pcShowProductInfoH .pcShowProductRating {
		margin: 0;
	}
	.pcReviewRateicon {
		width: 10px;
	}
	.modal-dialog-center {
		margin-top: 20%;
	}
	.pcRowClear {
		/*clear: none;*/
	}
	#pcFeaturedProducts .pcRowClear {
	clear:both;
}
.quickorder-left {
	float:left;
	width:30%;
}
.quickorder-right {
	float:right;
	width:70%;
}
.home .pcPageDesc img {
	width:100%;
	max-width:100%;
}
#contact-info {
	padding:5px;
}	
}

/* ===================
START: BTO FLOAT
=================== */ 
#pcBTOfloatPrices .grandTotal b,
#pcBTOfloatPrices .grandTotal input {
	color: #fff !important;
	font-size: 16px !important;
}
#pcBTOfloatPrices .priceItem b,
#pcBTOfloatPrices .priceItem input {
	color: #fff !important;
	font-size: 12px !important;
}
#pcBTOfloatPrices .priceItem a {
    color: #AEB7C9;
}
#pcBTOfloatPrices .priceItem a:hover {
    color: #B9C6D1;
}
#pcBTOfloatPrices {
	background-color: #005BAA !important;
}
.footerFixedPricing .addtocart button {
	background: #2C5092;
	border-bottom: 4px solid #223C61;
}



@media screen and (max-width:767px) {
    #pcBTOfloatPrices.open .pcTable .priceItem {
	    background: #2D4674;
    }
.nav.copyright.mobile {
	display:block;
}  
.nav.copyright.desktop {
	display:none;
}   
 .nav.links {
	clear:both;
}    
 .nav.links > li {
	width:31.5%;
	padding-left:1.5%;
	float:left;
	text-align:left;
}   
#contact-info {
	text-align: center;
	width: 100%;
}
.pcShowProductsLTable .pcShowProductPriceL,
.pcShowProductsL .pcShowProductPriceL {
	width:17%;
}
.pcShowProductsLTable .pcShowProductSkuL,
.pcShowProductsL .pcShowProductSkuL {
	width:18%;
}
.pcSaleIcon {
	clear:both;
	display:block;
}
.pcSaleIcon img {
	width:25%;
	max-width:100px;
}
.pcPageContent img {
	padding:3px;
	width:100%;
	max-width:100%;
	height:auto!important;
	max-height:100%!important;
}
.pcPageContent iframe {
	width:100%!important;

}
}

#pcBTOfloatPrices div.pcBTOfloatPricesControls a {
    color: #fff;
}
/* ===================
END: BTO FLOAT
=================== */


/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:active,.btn.active{background-image:none}.btn-default{background-repeat: repeat-x;
	text-shadow: 0 1px 0 #fff;
	border-color: #ccc;
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-repeat: repeat-x;
	border-color: #2b669a;
	background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-repeat: repeat-x;
	border-color: #3e8f3e;
	background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-info{background-repeat: repeat-x;
	border-color: #28a4c9;
	background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.btn-warning{background-repeat: repeat-x;
	border-color: #e38d13;
	background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-repeat: repeat-x;
	border-color: #b92c28;
	background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-repeat: repeat-x;
	background-color: #e8e8e8;
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-repeat: repeat-x;
	background-color: #357ebd;
	background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
}.navbar-default{background-repeat:repeat-x;border-radius: 4px;
	background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
}.navbar-default .navbar-nav>.active>a{background-repeat: repeat-x;
	box-shadow: 0 3px 9px rgba(0,0,0,0.075) inset;
	background-image: linear-gradient(to bottom, #ebebeb 0, #f3f3f3 100%);
}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-repeat:repeat-x;background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
}.navbar-inverse .navbar-nav>.active>a{background-repeat: repeat-x;
	box-shadow: 0 3px 9px rgba(0,0,0,0.25) inset;
	background-image: linear-gradient(to bottom, #222 0, #282828 100%);
}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-repeat: repeat-x;
	border-color: #b2dba1;
	background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
}.alert-info{background-repeat: repeat-x;
	border-color: #9acfea;
	background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
}.alert-warning{background-repeat: repeat-x;
	border-color: #f5e79e;
	background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
}.alert-danger{background-repeat: repeat-x;
	border-color: #dca7a7;
	background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
}.progress{background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
}.progress-bar{background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
}.progress-bar-success{background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
}.progress-bar-info{background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
}.progress-bar-warning{background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
}.progress-bar-danger{background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-repeat: repeat-x;
	border-color: #3278b3;
	background-image: linear-gradient(to bottom, #428bca 0, #3278b3 100%);
}.well{background-repeat: repeat-x;
	border-color: #dcdcdc;
	background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
}

input.qtyfield {
	margin:2px 0;
	text-align:center;
}
input.noborder {
	border:0;
	background:transparent;
}


@media screen and (max-width:640px) {
	#pcFeaturedProducts .pcRowClear {
	clear:none;
}
.pcShowProducts .pcColCount4 {
	width:50%;
	min-height:330px;
}



@media screen and (max-width:567px) {





#home-intro .image-01 {
	margin:0 1%;
	width:auto;
}
#home-intro .image-02 {
	margin:0 1%;
	width:auto;
}
#home-intro {
	padding-bottom:40px;
	overflow:hidden;
}
#home-intro .box {
	width:49.5%;
}
.adsbygoogle {
	width:100%!important;
	overflow:auto;
	overflow-x:scroll;
}
.adsbygoogle * {
	width:100%!important;
}
}

@media screen and (max-width:480px) {
	.nav.links > li {
		width:48%;
	} 
	#contact-info {
		text-align: center;
		width: 100%;
	}

	.pcShowProductsLHeader {
		display:none;
	}
	.pcShowProductsL {
		display:block;
		overflow:hidden;
		padding:20px 0;
	}
	.pcShowProductsL > div {
		display: block;
	}
	.pcShowProductsL .pcShowProductImageL {
		float:left;
		width:25%;
	}
	.pcShowProductsL .pcShowProductNameL {
		float:left;
		width:72%;
	}
	.pcShowProductsL .pcShowProductSkuL {
		clear:left;
		float:left;
		width:40%;
	}

	.pcShowProductsL .pcShowProductPriceL {
		float:left;
		width:55%;
	}
	.pcShowProductsL .pcShowProductSku {
		margin:0;
	}
	#pcViewProductL .pcViewProductLeft {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	#pcViewProductL .pcViewProductRight {
		float: none;
		width: 100%;
		margin-left: 0%;
	}
	#home-intro .image-01,
	#home-intro .image-02 {
		margin: 0 auto;
		width: auto;
		display: block;
		float:none;
	}
	#products-ordered span.mobileonly {
		display: inline-block;
		width: 26%;
		font-weight: 600;
		float: left;
		padding: 4px 0;
	}
	#products-ordered.products-table td.four {
		width:100%;
	}
	#products-ordered.products-table td.five {
		overflow:hidden;
	}
	#products-ordered.products-table td.four div,
	#products-ordered.products-table td.five div {
		width:74%;
		float:left;
	}
	#products-ordered .products-row.heading {
		background: #C0CCD7 /*#C0CCD7*/;
		font-weight: 600;
	}
	#products-ordered .products-row:nth-of-type(2n+1) {
		background: #C0CCD7;
	}
	#products-ordered.products-table {
		border:1px solid #ccc;
	}

}

@media screen and (max-width:420px) {
	.pcSectionContents table {
		font-size:13px;
	} 	
	.pcViewCartMain .pcViewCartQty input {
		width:40px;
		text-align:center;
	}
	.pcPageContent #table1 {
		width:95%!important;
	}
}

@media screen and (max-width:350px) {
	.nav.links > li {
		width:95%;
		padding-left:5%;
	} 	
	.pcShowProducts .pcColCount4 {
		width:100%;
		min-height:250px;
	}
	#home-intro .box {
		width:100%;
		float:none;
	}
}
