
/*! #######################################################################

	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: 0px 0;
	min-height: 52px;
	z-index: 0;
}

.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: 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: 74px;
}

.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: #ED1C24;
	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: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  
}

} 
body {
	
    margin:0;
    padding:0;
    padding-bottom: 0px;
	max-width: 100%;
    height: auto;
	background-color:#f9f9fa;
}

}
.left_nav {
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 0px 10px 0px 0px;
}
.left_nav li {
	list-style-position: outside;
	list-style-type: none;
	margin-left: -25px;
}
.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: 20%;
	display: inline-block;
	line-height: 20px;
	min-height: 42px;
	color: #666666;
	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 weight: bold;
	font-size: 13px;
	padding: 5px 7px;
	display: inline-block;
	width: 100%;
    
	background: #333333;
	margin: 4px 0px;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
}
div#pcMainAreaPrice ul a:hover {
	background: #666666;
}
.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: none;
}
#pcMainArea {
 
 /*qxpc mod zone*/
	
	padding-top: -15px;
	padding-bottom: 0px;
	width: 100% ;
	position: static;

	
	/*qxpc mod zone*/
	
	
}
.pcShowProductsH {
	
    height: auto;
	padding: 30px;
}
.pcShowProductImageH img {
	max-height: 150px !important;
}
.pcShowProductInfoH .pcShowProductPrice {
	display: inline-block;
	float: left;
	margin-bottom: 12px;
	color: green;
}
.pcShowProductInfoH .pcShowProductRating {
	float: left;
	margin: 0;
	margin-left: 10px;
}
.pcShowProducts {
	overflow: hidden;
}
#pcFeaturedProductsList #pcSpecials, #pcFeaturedProductsList #pcNewArrivals, #pcFeaturedProductsList #pcBestSellers, #pcFeaturedProductsList #pcUsefulLinks {
	float: ;
	margin: 2%;
	width: 46%;
	padding: 2%;
	background: #F8F8F8;
	height: 100%;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
	
}
.pcRow {
	border-top: 1px solid #ddd;
}
.pcInfoMessage {
	background: #F3F5F8;
	border-color: #F3F5F8;
}
.pc-nav div {
    color: #CCCCCC;   
}
.navbar {
	margin-bottom: 0;
	
}
.pcInfoMessage {
	background: #c6d9f7;
	border-color: #c6d9f7;
}
/* ===================
END: SITE STYLES
=================== */

/* ===================
 START: TOP NAV
=================== */
#pc-top-nav {

    background-color : #fff;
	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-bottom: -1px;
}

#pcSocialLinksLabel {
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: bold;
	color: #555;
	margin: 5px 0;
	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: "Open Sans";
	font-size: 20px;
	font-weight: 800;
	color: #555;
	display: inline-block;
	margin: 5px 0px;
}

div.pc-search {
	float: left;
}
a.reveal-search {
	font-size: 24px;
	padding: 5px 14px;
	display: inline-block;
	background: #D5D8DF;
	color: #555;
	
}
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: 4px 5px;
	padding-top: 8px;
	display: inline-block;
	position: relative;
	top: 2px;
	color: #0075ad;
	margin: 0 0px;
	min-height: 30px;
	padding-left: 35px;
	text-decoration: none;
	cursor: default;
}
.pc-quick-cart > li > a:first-child::before {
	content: "";
	display: block;
	height: 27px;
	width: 27px;
	text-align: center;
	background: url(../images/shopping-bag-icon2.png) no-repeat center center;
	background-size: contain;
	color: #0075ad;
	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;
	font-size: 13px;
	min-height: 30px;
	display: inline-block;
	background: #232323;
	color: #fff;
	padding: 8.5px 7px;
	text-decoration: none;
}
div.pc-register-login a:hover {
	background: #666666;
}
div.pc-quick-cart li {
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	background: #232323;
	color: #0075ad;
	margin: 0 4px;
	min-height: 30px;
	text-decoration: none;
}
div.pc-quick-cart li:hover {
	background: #666666;
}
.pc-quick-cart li a.dropdown-toggle {
	padding: 0 30px;
	padding-top: 30px;
	display: inline-block;
	float: left;
	color: 0075ad#;
	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(file:///C|/Users/MAINOF%7E1/AppData/Local/Temp/3d770b31/quantumhyperx.com%20-%20rick%20(5)/.../images/shopping-bag-icon2.png) no-repeat left center;
	background-size: contain;
	float: left;
	position: relative;
	top: -7px;
}
.carboxCount {
	color: #fff;
	font-family: "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: #555;
	font-family: "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: #D5D8DF;
	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: #3B61A8;
	border-bottom: 4px solid #31507C;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	position: absolute;
	top: 18px;
	right: 9px;
}
form.pc-search-input .form-group {
	margin: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { 
	.cartbox {
		background: url(../images/cartx2.png) no-repeat left center;
		background-size: contain;
	}
	.pc-quick-cart > li > a:first-child::before {
		background: url(../images/cartx2.png) no-repeat center center;
		background-size: contain;
	}
}

/* ===================
 END: TOP NAV
=================== */

/* ===================
 START: HEADER
=================== */
#pc-header .col-sm-2 {
	position: static;
}
#pc-header .row {
	position: relative;
    background-color : #232323;
}
.brand {
	padding: 5px 5px 5px 0px;
	min-height: 50px;
}
.brand img {
	max-width: 185px;
	max-height: 125px;
}
#pc-header {
	background-color : #232323;
   

	padding: 10px 0;
	border-bottom: 0px solid #fff;
	margin: px 0;
}
.brand {
	padding: 5px 5px 5px 0px;
	min-height: 50px;
}
.brand img {
	max-width: 185px;
	max-height: 125px;
}
.pc-nav * {
	font-family: "Open Sans";
	
}
.pc-nav .sf-menu {
	margin-bottom: 0;
	padding: px 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: #ffffff;
	font-weight: 800;
	font-size: 15px;
}
.pc-nav .sf-menu a:hover {
	color: rgba(85, 85, 85, 0.7);
}
/* ===================
 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: #ebebeb !important;
}
ul.sf-menu ul a {
	color: #555 !important;
}
.rightarrowclass{
    position: absolute;
    top: 5%;
    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: #232323;
}
.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: #E3E7EE;
}
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: #3B61A8;
	border-bottom: 4px solid #31507C;
	
	position: absolute;
	top: 19px;
	right: 2px;
	height: 12px;
	color: #fff;
	font-weight: bold;
	font-family: "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: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 30px;
}
/* ===================
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: 7px 30px;
	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: 5px;
	text-decoration: none;
	text-transform: uppercase;
	border-color: #235290!important;
	text-shadow: none;
	background: #fffffff!important;
	border-bottom: 2px solid #;
	
	
}
a.pcButton {
	text-decoration: none;
    color: #b8860b ;!important;
	border-color: #235290!important;
}

.pcButton .pcButtonText {
	display: block !important;
	padding: 3px 30px;
	font-size: 14px;
	font-weight: 700;
	line-height:;
	color: #b8860b;
	border-color: #235290!important;
}

.pcButton .pcButtonText:hover {
	display: block !important;
	font-size: 14px;
	font-weight: 700;
	line-height:;
	color: #b8860b;
	border-color: #235290!important;
}
.pcButton img,
.pcButton input[type="image"] {
	border-color: #235290!important;
	display: none;
	background:#e2be2e;
}
.pcButton:hover {

    background: #dadcdd!important;
	border-color: #235290!important;
}

.pcButtonAddToCart {

    background: #ffffff!important;
	border-color: #235290!important;
   
}
.pcButtonAddToCart:hover {
	
   background: #dadcdd!important;
   border-color: #235290!important;
}
.pcButtonAddToCart .pcButtonText {
 
  color: #b8860b;
  border-color: #235290!important;
}

.pcButtonMoreDetails {
	padding: 3px 6px !important;
	border-color: #235290!important;
}
.pcButtonMoreDetails:hover {
	padding: 3px 6px !important;
	border-color: #235290!important;
}

.pcButtonAddToCartSmall {
	padding: 3px 6px !important;
	border-color: #235290!important;
}
.pcButtonAddToCartSmall:hover {
	padding: 3px 6px !important;
	border-color: #235290!important;
}
.pcButtonMoreDetails .pcButtonText,
.pcButtonAddToCartSmall .pcButtonText {
	font-size: 14px !important;
	border-bottom-width: 3px;
}

.secondary {
	border-color: #!important;

}
.secondary:hover {
	border-color: #!important;

}
.secondary .pcButtonText {
	border-color: #!important;

}


.tiny {
	padding: 3px 6px !important;
	border-color: #!important;
}
.tiny .pcButtonText {
	font-size: 12px !important;
	border-color: #!important;
}

a.pcMoreLink {
	font-size: 15px;
	margin: 10px 0;
	display: inline-block;
	border-color: #!important;
}




/* ===================
END: BUTTONS
=================== */




/* ===================
START: LINKS
=================== */
a {
color: #33559C;
text-decoration: none;
}
/* ===================
END: LINKS
=================== */



/* ===================
START: TYPOGRAPHY
=================== */
h1 {
	color: #555;
	font-family: "Open Sans",Helvetica,sans-serif;
	font-size: 195%;
	letter-spacing: -0.03em;
	font-weight: 400;
	margin-top: 12px;
	margin-bottom: 5px;
}
h2 {
	color: #555;
	font-size: 175%;
	margin-top: 12px;
	margin-bottom: 5px;
	padding: 0 0 2px;
	font-weight: 400;
}
h3 {
	color: #555;
	font-size: 100%;
	margin-top: 12px;
	margin-bottom: 5px;
	padding: 0 0 2px;
	font-weight: 400;
}
.title {
	font-size:  !important; 
}
/* ===================
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: 10px;
}
#pcAcceptedPayments li
{
	display: inline-block;
}
#pcAcceptedPayments li img
{
	vertical-align: middle;
}
#pcMain .pcShowProductH .pcShowProductInfoH
{
	margin-top: 5px;
	text-align: center;
	max-width: 100%;
}
.pcShowProductH {
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.pcShowProductP {

}
/* ===================
    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-webfont.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-webfont.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: SLIDER THEME
=================== */


.theme-productcart .nivo-controlNav {
	display: block;
	position: absolute;
	max-width: 100%;
    height: auto;
	z-index: 1;
	bottom: -34px;
}
.theme-productcart .nivo-controlNav a {
	background: rgba(85, 85, 85, 0.5);
	border-radius: 100px;
	width: 13px;
	height: 13px;
	font-size: 1px;
	padding: 0;
	margin: 5px;
}
.theme-productcart .nivo-controlNav a.active {
	background: #555;
}
.theme-productcart .nivoSlider {
	margin-bottom: 0px;
	box-shadow: none;
	z-index: 1;
	max-width: 100%;
    height: auto;

}
.theme-productcart .nivo-directionNav a {
	opacity: 1;
	height: 50px;
	width: 50px;
}
.theme-productcart .nivo-directionNav {
	position: static;
}
.theme-productcart a.nivo-prevNav {
	background: url(file:///C|/Users/MAINOF%7E1/AppData/Local/Temp/77df2baa/images/left-arrow.png) no-repeat;
	background-size: contain;
	left: -5px;
	right: auto;
}
.theme-productcart a.nivo-nextNav {
	background: url(file:///C|/Users/MAINOF%7E1/AppData/Local/Temp/77df2baa/images/right-arrow.png) no-repeat;
	background-size: contain;
	right: -5px;
	left: auto;
}
.theme-productcart .nivo-caption {
	font-size: 30px;
	padding: 30px;
	text-align: center;
	background: rgba(0, 0, 0, 0.34);
	opacity: 1;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
}
/* ===================
END: SLIDER THEME
=================== */ 



/* ===================
START: MOBILE
=================== */
#contact-info {
	float: left;
	text-align: right;
	width: 65%;
	padding: 0px px;
	
}
#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: #555 !important;
	
}

@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: 50%;
	}
	.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: 135px;
	}

	
	.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;
	}
	#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 !important;
	}
	.pcShowProductInfoH .pcShowProductRating {
		width:100%;
		float: none;
		margin: 2px 0;
	}
	.pcShowProductInfoH .pcShowProductPrice {
		float: none;
		
		
	}
	form.pc-search-input {
		width: 295px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-fixed-bottom {
		position: relative;
	}
	body {
		padding-top: 0;
		padding-bottom: 0px;
		 min-height: 530px;
	}
	#footer {
		text-align: center;
		background: #FFF;
	
	}
	#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 !important;
	}
	#pc-top-nav {
		display: none;
	}
	.brand {
		text-align: left;

		float: left;
		width:35%;
		padding: 15px 5px 5px 0px;
	}
	.brand img {
		max-height: 90px;
		max-width: 100%;
	}
	.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;
	}
}

/*! #######################################################################

	Bootstrap 3.1.1 section. REMOVED BY QXPC TO PREVENT CONFLICT IN with Bootstrap 4.0
	--------
	
	
####################################################################### */


