.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	display:block;
}
img {
	border:0;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius:0;
}
input[type="radio"] {

	-webkit-appearance: radio;
	-moz-appearance: radio;
	-ms-appearance: radio;
	-o-appearance: radio;
	appearance: radio;
	border-radius:0;

}
input[type="checkbox"] {

	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-ms-appearance: checkbox;
	-o-appearance: checkbox;
	appearance: checkbox;
	border-radius:0;

}
* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
a {
	text-decoration: none;
	color:#aa1a20;
}
/**************************************************************************************/
html  {
	padding:0;
	margin:0;
}
body {
	padding:0;
	margin:0;
	-webkit-text-size-adjust:100%;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#000;
	-webkit-text-size-adjust:100%;
}
/* ---------------------------------------------------------------------------------*/
/* ----------------------- layout ----------*/
.wrapper {
	margin:0 auto;
}
.container {
	width:1170px;
	margin:0 auto;
}
/* ------------------ HEADER HERE -------------------*/
.header-section {
	padding:12px 0 0 0;
	margin:0;
	background:url(../img/header-bg.jpg) no-repeat center top;
	background-size:cover;
	width:100%;
}
.header {
	padding:0;
	margin:0;
}
.logo {
	padding:0px 0 15px 0;
	margin:0;
	float:left;
	display:inline-block;
}
#logo a {
	display:inline-block;
}
#logo a	img {
	display:block;
}
.header-info {
	float:right;
	width:487px;
	display:inline-block;
}
.header-top {
	padding:0 0 34px 0;
	margin:0;
}
.header-social {
	padding:0 0px 0 3px;
	margin:0;

	display:inline-block;
}
.header-social ul {
	padding:0;
	margin:0;
	float:right;
	display:inline-block;
}
.header-social ul li {
	padding:0;
	margin:0 0px 0 2px;
	float:left;
	display:inline-block;
}
.header-social ul li a {
	display:inline-block;
	
	transition:all ease-in-out .5s;
	-moz-transition:all ease-in-out .5s;
	-ms-transition:all ease-in-out .5s;
	-o-transition:all ease-in-out .5s;
	-webkit-transition:all ease-in-out .5s;
}
.header-social ul li a:hover {
	opacitY:0.8;
	transition:all ease-in-out .5s;
	-moz-transition:all ease-in-out .5s;
	-ms-transition:all ease-in-out .5s;
	-o-transition:all ease-in-out .5s;
	-webkit-transition:all ease-in-out .5s;
}
.header-social ul li a.fb {
	background-position:0px 0;
}
.header-social ul li a.gp {
	background-position:-20px 0;
}

.header-social ul li a.ct {
	background-position:-39px 0;
}

.header-links {
	padding:3px 0 0 0;
	margin:0;
	float:right;
}
.header-links ul {
	padding:0;
	margin:0;
	float:left;
	display:inline-block;
}
.header-links ul li {
	padding:0;
	margin:0 20px 0 0;
	float:left;
	display:inline-block;
}
.header-links ul li a {
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:13px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
.header-links ul li a i {
	display: inline-block;

	padding-right: 5px;
}
.header-links ul li a.fb {
	margin-left:5px;
}
.header-links ul li a:hover {
	color:#ff0101;
}
.header-links ul li a span {
	
}
.header-links ul li a span.active {
	color:#ff0101;
}
.header-links ul li.topwishlist a span {
	color: inherit;
}
.header-links ul li a:hover span {
	color:#000000;
}
.header-links ul li:nth-last-child(1) {
	margin:0;
}
.search-section {
	padding:0;
	margin:0;
	width:460px;
	position:relative;
	float: right;
}
.search-section input {
	padding:0 50px 0 21px;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:36px;
	color:#333;
	font-weight:normal;
	height:36px;
	border:none;
	background:#ffffff;
	outline:none;
	display:inline-block;
	width:100%;
}
.search-section input[type="text"] {
	border: 1px solid #ffffff;
	border-radius:2px 0 0 2px;
}
.search-section .search-icon {
	padding:0;
	display:inline-block;
	background:url(../img/search-icon.png) no-repeat;
	width:32px;
	height:32px;
	position:absolute;
	right:13px;
	top:1px;
	cursor:pointer;
	outline:none;
}
.search-section .search-icon:hover {
	opacity:.7;
}
.search-section span.advanced {
    display: block;
    margin: 10px 10px 0 0;
    padding: 0;
    text-align: right;
    /* font-weight: 200; */
    font-size: 12px;
	
}
.search-section span.advanced a {
	color:#333;
}
/* ------------------------- NAVIGATION HERE ---------------*/
#nav-bg {
	padding:0;
	margin:0;
	width:100%;
	position:relative;
	background-color: #ffffff;
}
#nav-bg.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
#nav {
	padding:0;
	margin:0;
	position: relative;
}
#nav > ul {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	display:table;
}
#nav > ul > li {
	padding:0;
	margin:0;
	display:table-cell;
	list-style-type:none;
	text-align:center;
	vertical-align:middle;
}
#nav > ul > li > a {
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:40px;
	color:#000000;
	font-weight:500;
	display:block;
	text-decoration:none;
}
#nav > ul > li > a.active {
	background:url(../img/nav-over.png) repeat;
}
#nav ul li a span  {
	background:none;
	width:100%;
	line-height: 40px;
	padding:1px 0 0 0;
}
#nav ul li span::before {
	background:url(../img/nav-over.png) repeat;
	color:#424242;
	font-size:0;
}
#nav ul li a:hover span, .product-nav ul li a:focus span {
	background: url(../img/nav-over.png) repeat;
	color:#424242;
}
#nav ul li:hover a span::before,#nav ul li:focus a span::before {
	font-size:13px;
	line-height: 42px;
}


#nav > ul > li:first-child a {
	padding:3px;
}

#nav ul li:hover > ul {
	display:block;
}

#nav ul li > ul {
	displaY:none;
	list-style: none;
	margin:0;
	padding: 10px 2%;
	left: 0;
	top: 100%;
	width:100%;
	background:#aa1a20;
	z-index:9999;
	position: absolute;
	-webkit-box-shadow: 3px 7px 8px -3px rgba(59,54,59,1);
	-moz-box-shadow: 3px 7px 8px -3px rgba(59,54,59,1);
	box-shadow: 3px 7px 8px -3px rgba(59,54,59,1);
}
#nav ul li > ul > li {
	display: inline-block;
	vertical-align: top;
	margin:0 2% 6px 0;
	padding:0;
	width:23%;
	float:left;

}
#nav ul li > ul > li:last-child {
	border-bottom: none;
}
#nav ul li ul li a {
	font-size:14px;
	color:#fff;
	padding: 0px 0 2px;
	display: block;
	border-bottom: 1px solid transparent;
	font-weight:400;
	text-align: left;
}
#nav ul  li > ul > li:hover a, #nav ul li > ul > li a.active {
	border-bottom:1px solid #fff ;
}
.sub {
	display:none;
}
#mobile_menu {
	display:none;
}
#nav ul li a img {
	margin:0 7px 0 0;
	vertical-align:middle;
	display:inline-block;
	text-align:left;
}
/* ------------------------ BANNER CONTENT HERE --------------*/
.banner-bg {
	margin:0;
	width:100%;
}
.banner  {
	padding:0;
	margin:0;
	position:relative;
}
.banner > a > img {
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	display:block;
}
.banner-secction {
	padding:0;
	margin:0;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.banner-block {
	padding:0;
	margin:88px 16.5% 0 0;
	width:370px;
	float:right;
}
.banner-block h1 {
	padding:0 0 16px 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:29px;
	line-height:29px;
	color:#ffffff;
	font-weight:500;
}
.banner-block p {
	padding:0 0 0 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:23px;
	color:#ffffff;
	font-weight:bold;
}
.banner-block p	span {
	color:#f5fe00;
}	
/* ------------------------ MIAN CONTENT HERE --------------*/
.main-content {
	padding:0 0 0 0;
	margin:0;
	width:100%;
	background: #e8e8e8;
}
/*** Product-section ***/
/*** Product-Navigation ***/
.product-section {
	padding:0;
	margin:0;
	float: left;
	width:100%;
	background: none;
}
.product-nav-bg {
	padding:0;
	/* margin:0 0 37px 0;
	*/ width:100%;
	background:#f7f7f7;
	position:relative;
}
.product-nav {
	padding:0;
	margin:0;
}
.product-nav ul {
	padding:0;
	margin:0;
	display:inline-block;
	float:left;
	border-left:solid 1px #435d73;
}
.product-nav ul.noborder {
	border-left:none;
}
.product-nav ul li {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	display:inline-block;
	border-right:solid 1px #435d73;
}
.product-nav ul li.noborder {
	border-right: none;
}
.product-nav ul li a {
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:40px;
	color:#ffffff;
	font-weight:500;
	display:block;
	text-decoration:none;
	height:40px;
	text-align:center;
}
.product-nav-bg ul li a:hover, .product-nav-bg ul li.active a {
	background:#9a1115;
}
.product-nav-bg.pinfo ul li.active a {
	background: none;
}
.product-nav ul li a span {
	padding:0 14px;
	background: #aa1a20;
}
.product-nav ul li span::before {
	background:#9a1115;
}
.product-nav ul li a:focus span, .product-nav ul li a:focus span, .product-nav-bg ul li.active a span {
	background: #f7f7f7;
	color:#000000;
}
/*** Products ***/
.product-bg {
	padding:25px 0 23px 0;
	margin:0;
	width:100%;
	background:#ffffff;
}
.product-block {
	padding:0;
	margin:0;
	text-align:center;
}
.product-block_inner {
	position: relative;
	padding:0;
	margin:0;

	width:100%;
}
.product-block.menutab {
	display:none;
}
.product-block.menutab.active {
	display: block;
}
.product-block ul {
	padding:0;
	margin:0 0 0 50px;
	width: calc(100% - 100px);
	-moz-width: calc(100% - 100px);
	-ms-width: calc(100% - 100px);
	-o-width: calc(100% - 100px);
	-webkit-width: calc(100% - 100px);
	display:inline-block;
}
.listing .product-block ul {
	width: 100%;
	margin: 0;
}
.product-block ul li {
	padding:0 5px 0 5px;
	margin:0;
	display:inline-block;
	float:left;
	width:20%;
}
.listing .product-block ul li {
	width:20%;
}
.product-block ul li .con {
	padding:14px 10px;
	margin:0;
	background:#ffffff;
}
.product-block ul li small {
	padding:0 0 5px 0;
	margin:0;
	display:inline-block;
	width:100%;
	
}
.free_shipping_cnt {
	position: relative;
	display: block;
}
.free_shipping_cnt .free_shipping {
	position: absolute;
	z-index:100;
	left:0;
	bottom:0;
	background: rgba(16,67,109,0.6);
	color: #fff;
	font-size:13px;
	padding:5px;
	text-align: center;
	width:100%;
	
}
.free_shipping_cnt p {
	position: absolute;
	z-index:100;
	left:0;
	bottom:0;
	background: rgba(170, 26, 32, 0.6);
	color: #fff;
	font-size:13px;
	padding:5px;
	text-align: center;
	width:100%;
	margin:0;
	
}
.product-block ul li small img {
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	display:block;
}
.product-block ul li .con:hover small img {
	opacity:0.7;
}
.product-block ul li h4 {
	margin:8px 0 5px 0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:16px;
	color:#000000;
	font-weight: 500;
}
.product-block.menutab ul li h4 {
	height: 48px;
	overflow: hidden;
	display: block;
}
.product-block ul li h5 {
	padding: 4px 0;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	line-height:14px;
	color:#333;
	font-weight:normal;
	margin: 0 0 5px;
	
}

.product-block ul li .price-block {
	display: block;
}
.product-block ul li span {
	padding:0 0 0 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	line-height:15px;
	color:#aa1a20;
	font-weight:normal;
	/*width:100%;*/
	display:inline-block;
}
.product-block ul li a.tocart {
	display: inline-block;
	padding:0 0 0 10px;
	font-size:15px;
	line-height:15px;
	color:#333;
}
.product-block ul li a.tocart:hover {
	opacity: 0.8;
}
.product-block	.lft-arrow {
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:30px;
	background:url(../img/lft-arrow.png) no-repeat center #f7f7f7;
}
.product-block	.lft-arrow:hover,.product-block	.rgt-arrow:hover {
	opacity:.7;
}
.product-block	.rgt-arrow {
	padding:0;
	margin:0;
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:30px;
	background:url(../img/rgt-arrow.png) no-repeat center #f7f7f7;
}
.product-block .more {
	text-align: center;
	margin:4px 0 0;
	display: block;
}
.notice_outer {
	background: #fff;
	width:100%;
	display: inline-block;
	
}
.notice_outer.in {
	margin: 0px 0 20px;
}
.notice_outer h6 {
	padding:18px 0 14px 4px;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:14px;
	color:#000000;
	font-weight:normal;
	text-align:center;
}
/*About-Section*/
.information-bg {
	padding:0;
	margin:0;
	width:100%;
	background:#e8e8e8;
	box-shadow:inset 0 8px 8px -8px #c9c9c9;
}
.information-section {
	padding:38px 0 41px 0;
	margin:0;
	display:table;
	width:100%;
}
.information-section h2 {
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:42px;
	color:#ffffff;
	font-weight:normal;
	background:#aa1a20;
	display:inline-block;
	width:100%;
	text-align:center;
	height:39px;
}
.information-section h2 a {
	color:#ffffff;
}
.side-menu {
	padding:0;
	margin:0;
	display:table-cell;
	width:19.8%;
	background: #ffffff;
	vertical-align:top;
}
.side-menu ul {
	padding:16px 0 11px 0;
	margin:0;
	box-shadow: inset 0 12px 8px -8px #c9c9c9;
}
.side-menu ul li {
	padding:0;
	margin:0;
	list-style-type:none;
	border-bottom:solid 1px #e8e8e8;
}
.side-menu ul li:nth-last-child(1) {
	border:none;
}
.side-menu ul li a {
	padding:8px 0 7px 20px;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:14px;
	color:#2b2a29;
	font-weight:500;
	display:block;
	text-decoration:none;
}
.side-menu ul li a:hover, .side-menu ul li a.active {
	background:#f3faff;
}	
.banner_request {
	float: left;
	width: 356px;
	max-width:356px;
}
.banner_request img {
	width:100%;
	height: auto;
}
.information-block.map {
	width: 65%; /* fallback if needed */
	width:calc(100% - 356px - 30px);
}

.information-block {
	padding:0;
	margin:0;
	float:right;
	background:#ffffff;
	display:inline-block;
	width:98.5%;
}
.information-block.wholepage {
	width: 100%;
	text-align:left;
}
.information-block > h2 {
	text-align:left;
	padding:0 0 0 26px;
}
.information-con {
	padding:41px 55px 41px 30px;
	margin:0;
	box-shadow: inset 0 12px 8px -8px #c9c9c9;
}
.information-con > a > img {
	margin:0 21px 0 0;
	float:left;
	display:inline-block;
}
.information-con > h3 {
	padding:0;
	margin:7px 0 18px 0;
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	line-height:24px;
	color:#2b2a29;
	font-weight:normal;
	display:inline-block;
}
.information-con > h3 a {
	color:#2b2a29;
}
.information-con > h3:hover a {
	color:blue;
}
.information-block .sdesc {
	padding:0 0 28px 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:24px;
	color:#2b2a29;
	font-weight:300;
}
.information-block .sdesc a {
	padding:0;
	display:inline-block;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	line-height:15px;
	color:#aa1a20;
	font-weight:normal;
	text-decoration:none;
}
.information-block .sdesc a:hover {
	color:black;
}

ul.breadcrumbs {
	list-style: none;
	margin:0;
	padding:0 10px;
	background:#aa1a20 ;
	
}
ul.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
	padding:0 2px;
	margin:0;
	font-size:14px;
	line-height:42px;
	color:#ffffff;
	font-weight:normal;
	display:inline-block;
}
ul.breadcrumbs li a {
	color:#fff;
	display: block;
	padding:0;
}

/* ------------------ FOOTER HERE --------------------------*/
.footer-section {
	padding:0;
	margin:0;
	width:100%;
	background:#aa1a20;
}
.footer {
	padding:29px 25px 20px 26px;
	margin:0;
}
.f_logo {
	padding:0;
	margin:0;
	display:inline-block;
	float:left;
}
.f_logo a {
	padding:0;
	margin:0;
	display:inline-block;
}
.f_logo a img {
	padding:0;
	margin:0;
	display:block;
}
.footer-info {
	padding:10px 0 0 0;
	float:right;
	display:inline-block;
	width:67.3%;
}
.footer ul {
	padding:0 0 0 0;
	margin:0;
	float:left;
	display:inline-block;
}
.footer ul li {
	padding:0;
	margin:0 10px 0 0;
	float:left;
	display:inline-block;
	list-style-type:none;
}
.footer ul li:nth-last-child(1) {
	margin:0;
}
.footer ul li a {
	padding:0 5px;
	margin:0;
	display:inline-block;
	
	font-size:14px;
	line-height:32px;
	color:#ffffff;
	font-weight:300;
	text-decoration:none;
}
.footer ul li a:hover {
	opacity:0.8;
}
.footer p {
	padding:9px 0 0 10px;
	margin:0;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:20px;
	color:#ffffff;
	font-weight:normal;
}
.footer p a {
	color:#ffffff;
	text-decoration:none;
}
.footer p a:hover {
	text-decoration:underline;
}
.copy-bg {
	padding:0;
	margin:0;
	background:#9a1115;
	width:100%;
	display: inline-block;
}
.copy {
	padding:0;
	margin:0;
	float: left;
}
.copy p {
	padding:11px 0 11px 22px;
	margin:0;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	line-height:11px;
	color:#ffffff;
	font-weight:normal;
}
.copy p a {
	color:#ffffff;
	text-decoration:none;
}
.copy p a:hover {
	text-decoration:underline;
}
/* ---------------------------------------------------------*/


/******* Effect 20: 3D side *******/
.cl-effect-20 > li > a {
	webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
}
.cl-effect-20 > li > a span {
	background: #facb46;
	position: relative;
	display: inline-block;
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	-ms-transition: background 0.6s;
	transition: background 0.6s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.cl-effect-20 > li > a span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #9cbb80;
	*/ color: #fff;
	content: attr(data-hover);
	-webkit-transform: rotateX(270deg);
	-moz-transform: rotateX(270deg);
	-ms-transform: rotateX(270deg);
	transform: rotateX(g);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	-moz-transition: -ms-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none;
	text-align:center;
}
.cl-effect-20 > li:hover > a span, .cl-effect-20 > li:focus > a span {
	/*background: #facb46;
	*/
}
.cl-effect-20 > li:hover > a span::before, .cl-effect-20 > li:focus > a span::before {
	-webkit-transform: rotateX(10deg);
	-moz-transform: rotateX(10deg);
	-ms-transform: rotateX(10deg);
	transform: rotateX(10deg);
}

/* ---------------------------------------------------------*/
.nav-icon {
	display:none;
}
/* Menu-Icon */
.nav-icon {
	width: 30px;
	height: 30px;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #333;
	border-radius: 9px;
	opacity: 1;
	right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.nav-icon span:nth-child(1) {
	top: 0px;
}
.nav-icon span:nth-child(2) {
	top: 10px;
}
.nav-icon span:nth-child(3) {
	top: 20px;
}
.nav-icon.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.nav-icon.open span:nth-child(2) {
	opacity: 0;
	right: -60px;
}
.nav-icon.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/* ---------------------------------------------------------*/
.wholepage {
	width:100%;
}
.wholepage .incontent {
	padding: 20px 2.5%;
	background: #fff;

}
.wholepage input[type="text"], .wholepage input[type="password"], .wholepage textarea, .wholepage select {
	border: 1px solid #ccc;
}

/*engine stuff*/
.boxText {  font-size: 12px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; color:#000000 }
.stockWarning { font-size : 14px; color: #ac0000; }
.productsNotifications { 
*background: #815754; 
}
.orderEdit { font-size : 10px; color: #000; text-decoration: underline; }

TR.header {
}
TR.headerNavigation {
}


TR.headerError {
  background: #ff0000;
}
TD.headerError {
  
  font-size: 10px;
  color: #f3f3f3;
  font-weight : bold;
  text-align : center;
}
TR.headerInfo {
  background: #00ff00;
}
TD.headerInfo {
  
  font-size: 10px;
  background: #00ff00;
  color: #f3f3f3;
  font-weight: bold;
  text-align: center;
}
.infoBoxContents {
  
  font-size: 12px;
}
.infoBoxNotice {
  background: #FF8E90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  
  font-size: 12px;
}
TD.infoBoxHeading {
  
  font-size: 0px;
  color: #2c2c2c;
}
TD.infoBox, SPAN.infoBox {
  
  font-size: 12px;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}
TABLE.productListing {
  border: 0px;
}
.productListing-heading {
  
  font-size: 12px;
  background: #ededed;
  color: #000000;
  font-weight: bold;
}
TD.productListing-data {
  
  font-size: 10px;
  font-weight: bold;
}

A.pageResults {
  color: #000;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 3px;
  padding:6px 15px;
  text-align:center;
  font-size:14px;
  border:1px solid #aa1a20;
}
A.pageResults:hover, A.pageResults.active {
  
  color:#fff;
   background: #aa1a20 ;
 

}
.pageHeading {
	font-weight: 400;
	font-size:22px;
	margin: 0 0 8px;
	padding:0;
	color:#000;
}
.pageHeading small {
	display:block;
	font-size:14px;
	padding: 5px 0 0;
	margin: 0;
}
h1.heading {
	margin: 0;
	padding:0;
	font-weight: 400;
	font-size:22px;
}

TD.main, P.main {
  


}
TD.smallText, SPAN.smallText, P.smallText {
  
  font-size: 10px;
  font-weight: bold;
}
TD.fieldKey {
  
  font-size: 12px;
  font-weight: bold;
}
TD.fieldValue {
  
  font-size: 12px;
}
TD.tableHeading {
  
  font-size: 12px;
  font-weight: bold;
}
SPAN.newItemInCart {
  
  font-size: 10px;
  color: #fff000;
  font-weight: bold;
}
SPAN.markProductOutOfStock {
  
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
}
SPAN.productSpecialPrice {
  
  color: #ff0000;
}
SPAN.errorText {
  
  color: #ff0000;
}
.moduleRow { background-color: #ffffff; border: 0px solid #787878;}
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #f0f0f0; }
.checkoutBarFrom, .checkoutBarTo {  font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 10px; color: #000000; }
/* message box */
.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 14px; background-color: #ffb3b5; color: #000000;}
.messageStackSuccess {  font-size: 14px; background-color: #99ff00; }
.inputRequirement {  font-size: 10px; color: #ff0000; }

.checkradio, .checkradio_pre {
	cursor:pointer;
}
.checkedrow {
	color:#e9602e;
}

/*engine eof*/
.custom_btn {
	background: #aa1a20;
	padding: 5px 10px;
	text-align:center;
	color:#fff;
	font-size:14px;
	border-radius:3px;
	cursor: pointer;
	border:0;
	display: inline-block;
}
.custom_btn:hover{
	opacity: 0.8;
}
.custom_btn.subcat {
	width:24%;
	margin:0 1% 10px 0;
	padding: 15px 10px;
	display:inline-block;
	vertical-align: top;
}

.price_block .custom_btn {
	
	

	margin: 10px 0 0;
	border-radius:5px;
}
.price_block .custom_btn.cart {
    background: url(../img/short_cart3.gif) no-repeat 5px center #00a101;
    /* font-weight: 500; */
    font-size: 16px;
    padding: 8px 12px 8px 30px;
	width:100%;
}

.price_block .custom_btn.cart.eshop_buy_btn_kratisi {
    background-color:#f76700;
    
}
.price_block .custom_btn.wishlist {
	background:url(../img/short_wishlist3.png) no-repeat 5px center #9a1115;
	padding: 5px 5px 5px 22px;
}

.custom_btn.sm {
	padding: 5px 10px;
	font-size:14px;
}
.custom_btn.green, .scart_button.checkout .custom_btn {
	background:#00a101;
	
}

.graybtn .custom_btn, .custom_btn.graybtn {
	background:#999999;
}

.contact_us {
	width:45%;
	padding: 0 5% 0 0;
	
}
.contact_us.info {
	padding: 0 0 0 5%;
	text-align: left;
}
.contact_us input[type="text"], .contact_us input[type="password"], .contact_us textarea {
	width:350px;
	margin: 0 0 6px;
	border:1px solid #ccc;
	padding: 5px;
}
.register input[type="text"], .register input[type="password"], .register textarea, .register select {
	 background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
  display: inline-block;
  
  font-size: 14px;
  width: 190px;
  padding: 5px;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
}

.listing .clear5 {
	clear: both;
	display: block;
}

.product_left {
	width:30%;
	float: left;
	margin: 0 2% 0 0;
}
.product_left > a> img {
	width:100%;
	height: auto;
}
.product_right {
	width:68%;
	float: right;
}
.thumbs {
	margin: 10px 0 0;
	list-style: none;
	padding:0;
	display:inline-block;
	width:100%;
}
.thumbs li {
	display: inline-block;
	vertical-align: top;
	width:24%;
	margin: 0 1% 10px 0;
}
.price_block_outer {
	float: right;
	display:block;
	margin: 0 0 20px 0px;
	/*width: 30%;*/
	width: 260px;
}
.product_middle {
	float: left;
	/*width: 65%;*/
	width: calc(100% - 280px);
}
.pinfo_share {
	margin: 0 0 10px;
	text-align: center;
}
.price_block {
	
	
	padding: 18px;
	background: #aa1a20;
	border-radius:3px;
	font-size:15px;
	color:#fff;
	text-align: center;
}
.price_block strong {
	margin:0 0 10px;
	display: block;
}
.pdesc {
	font-size: 15px;
	padding: 20px 0;
	line-height: 1.3;
}
.pdesc p {
	padding: 0 0 20px;
	margin:0;

	
	font-weight: 400;
	
}

.shopping_cart input[type="text"] {
	min-width:30px;
	width:30px;
}
.shopping_cart td img {
	display: inline-block;
	float: left;
	padding: 0px 3px 3px 0px;
	width:100px;
	height:auto;
}

.scart_buttons {
	float: left;
	width:100%;
}
.scart_buttons:after {
	clear: both;
}
.scart_buttons .scart_button {
	display: inline-block;
}
.scart_buttons .scart_button input[type="submit"] {
	/*width:235px;
	display: none!important;*/
}
.scart_buttons .scart_button.padr {
	padding:0px 10px;
}
.scart_button.checkout {
	float:right;
}
table.basket {
	border-top: 1px solid #989dab;
	border-left: 1px solid #989dab;
	clear: both;
}
table.basket tr th, table.basket tr td {
	border-right: 1px solid #989dab;
	border-bottom: 1px solid #989dab;
	margin: 0px;
	padding: 20px;
}
table.basket tr td:first-child {
	padding-top: 5px;
	padding-bottom: 5px;
}
table.basket tr th {
	background: #f2f2f2;
	padding: 0px 20px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-align: left;
	line-height: 40px;
}
table.basket tr .price {
	width: 90px;
}
table.basket tr.total td {
	background: #f2f2f2;
	text-align: right;
	font-size: 25px;
	line-height: 60px;
	padding: 0px 20px;
	color: #000;
}
table.basket tr td.price {
	font-size: 25px;
	color: #000;
	text-align: right;
	vertical-align: top;
}
table.basket tr .quantity {
	
	text-align: left;
	vertical-align: top;
}
table.basket tr .quantity p, #main table.basket tr .quantity p {
	margin: 0px 0px 10px;
	padding: 0px;
	clear: both;
	overflow: hidden;
}
table.basket tr .quantity input {
	height: 30px;
	width: 50px;
	border: 1px solid #989dab;
	text-align: center;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
table.basket tr .quantity input + span {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 15px;
}
table.basket tr .quantity input + span a {
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 15px;
	width: 15px;
	font-size: 16px;
	line-height: 15px;
	color: #666;
}
table.basket tr .quantity p a {
	font-size: 13px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
	display: block;
}
table.basket tr .quantity p a:hover {
	text-decoration: underline;
}
table.basket tr .quantity p + p, #main table.basket tr .quantity p + p {
	margin: 0px;
}
table.basket tr td .products {
	margin: 0px;
	padding: 0px;
	min-height: 160px;
}
table.basket tr td .products p.photo, #main table.basket tr td .products p.photo {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
	min-height: 160px;
	width: 160px;
	display: block;
}
table.basket tr td .products h3 {
	font-size: 18px;
	
	font-weight: normal;
	
	display: inline-block;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px;
}
table.basket tr td .products h3 span {
	display:block;
	padding:4px 0 0;
	margin:0;
	font-size:13px;
	color:#131313;
}
table.basket tr td .products p, #main table.basket tr td .products p {
	font-size: 18px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
.listing form {
	display: inline-block;
	
}
.big_map iframe {
	width:100%;
}

.searchresults {
	display:none;
	position: absolute;
	width:100%;
	padding: 10px;
	background: #f1f1f1;
	border-radius:0px 0px 5px 5px;
	z-index:999999;
	color:#000;
	font-size:11px;
	top:36px;
	left:0;
}
.searchresults .searchpart {
	margin: 0px 0px 10px;

}
.searchresults span.close {
	background: url(/img/delete-icon.png) no-repeat left top;
	width:20px;
	height:20px;
	float:right;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}
.searchresults h3 {
	display:block;
	font-size:12px;
	font-weight: bold;
	margin:0px 0px 4px 0px;

}
.searchresults .result {
	display: block;
	margin:4px 0px;
	font-size:11px;
}
.searchresults .result em {
	width:370px;
	display: inline-block;
}
.searchresults .result em img {
	display:inline-block;
	float: left;
	padding:0 6px 6px 0;
}
.searchresults .result em u {
	color:#000;
}
.searchresults .result span {
	float: right;
	padding:0px 0px 0px 4px;
}

.book_request_link {
	display: block;
	margin:0px auto;
	font-size:16px;
}
.nice_fields input[type="text"], .nice_fields input[type="password"], .nice_fields textarea, .nice_fields select {
	width:400px;
	max-width:100%;
	border:1px solid #ccc;
	padding: 5px;
	display: inline-block;
	vertical-align: top;
}
.manufacturers_letters {
	margin:10px 0 20px;
	padding: 10px 5px;
	background:#ebebeb;
	display: block;
	
}

.manufacturers_letters a {
	margin: 0px 5px ;
	color:#000;
	font-size:14px;
	display:inline-block;
}
.manufacturers_letters a.active {
	font-weight: bold;
}
.letteranchor {
	display:none;
	
}
.manufacturers_listing {
	/*  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;*/
  
}
.manufacturers {
	margin: 0 0 10px;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	width:20%;
	text-align: center;

	word-wrap: break-word;
}
.manufacturers h5 {
	margin: 0;
	padding: 0;
	font-size:14px;
}
.manufacturers h5 small {
	display: block;
	padding: 3px 0 0;
	text-align: center;
}
.card {
	float: right;
	
}
.card ul {
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
}
.card ul li {
	margin: 0;
	padding:0 0 0 2px;
	display: inline-block;
	vertical-align: top;
}
.card ul li img {
	height: 20px;
	width:auto;
}
.manufacturer_info {
	display:inline-block;
	width:100%;
	margin:0px 0px 30px;
	background:#f7f7f7;
	padding:20px;
	color:#333333;
	/*max-height: 200px;
	overflow:auto;*/
	line-height: 1.4;
	font-size:14px;
	text-align: justify;
}
.manufacturer_info p {
	margin: 0;
	padding:0;
}

.manufacturer_info > img {
	float:left;
	padding:0 20px 10px 0px;
}
.manufacturer_info h1 {
	margin:0 0 10px 0;
	padding: 0;
	font-size:26px;
	font-weight:normal;
	display: block;

}


.login_register .customer_extra_fields_row {
	display: none;
}
.login_register .customer_extra_fields_row.active {
	display: table-row;
}

#customer_extra_fields_toggle {
	cursor: pointer;
}

.register_col input[type="text"], .register_col input[type="password"], .register_col select, .register_col textarea {
	width: 200px;
	max-width:90%;
	border:1px solid #ccc;
	border-radius:4px;
	padding: 5px;
	font-size:13px;
	 -webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}

.login_box {
	width:49%;
	float: left;
}
.login_box.member {
	
	float: right;
}
#emailcheckresult {
	background:url(../img/tick_yes_no.png) no-repeat left top;
	display: inline-block;
	visibility:hidden;
	margin:0px 0px 0px 6px;
	width:16px;
	height:16px;
	vertical-align: middle;
}
#emailcheckresult.good {
	background-position: left top;
}
#emailcheckresult.bad {
	background-position: right top;
}
#emailcheckmessage {
	display: inline-block;
	visibility: hidden;
	position:absolute;
	z-index:1;
	background:#e0e0e0;
	padding:5px;
	border-radius:5px;
	color: #000;
	max-width: 300px;
	margin:0px 0px 0px 6px;
}

#emailcheckloader {
	background:url(../img/load-indicator.gif) no-repeat left top;
	display: inline-block;
	visibility:hidden;
	margin:0px 0px 0px 6px;
	width:16px;
	height:16px;
	vertical-align: middle;
}
select {
	cursor: pointer;
}
.custom_btn.green {
	background: #4ca90a;
}
.login_register .custom_btn {
	padding: 12px 20px;
}
.new_checkout .custom_btn {
	padding: 15px 25px;
	font-size: 15px;
}
.login_register .custom_btn:hover{
	opacity: 0.8;
}
.mobile-navbar {
	display: none;
}

.new_search {

}
.new_search form {
	display:inline-block;
}

.nice_fields input[type="text"], .nice_fields input[type="password"], .nice_fields textarea, .nice_fields select {
	width:200px;

	border:1px solid #ccc;
	padding: 5px;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 background:#fafafa;
}
.nice_fields input[type="text"].full_width {
	width: 96%;
}
.nice_fields select, .nice_fields label {
	cursor: pointer;
}
.nice_fields.search_multi label {
	margin: 0 0 2px;
	display: block;
	cursor: default;
}
.banner-mobile {
	display: none;
}
.flt_lt {
	float:left;
	display:inline;
}
.flt_rt {
	float:right;
	display:inline;
}
.pinfo_intro_fields > small {
	display: block;
	padding: 5px 10px;
	margin: 0;
	font-size: 14px;
	background: #fff;
}
.pinfo_intro_fields > small:nth-child(even){
	background: #f0f0f0;
}

.block {
	display: block;
}
.finalPrice {
	font-size: 48px;
	margin-top: 0px;
	font-weight: normal;
}
.salePrice {
	color: yellow;
}
.products_title.mobile {
	display: none;
}
.PriceList .block {
	margin: 0 0 6px;
}

body.quickcart_container {
	background: #fff;
	overflow:hidden;
}
.quickcart_container .prdct_content_tp {
	margin: 10px 0 0;
}
.quickcart_container .prdct_content {
	width: 100%;
	margin: 0;
	padding: 0;
}
.quickcart_container .container {
	padding:0;
}
.quickview_container .prdct_content_lf {
	margin: 0;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 padding: 0 0 0 10px;
}
.quickview_container .prdct_content_lf .main_image_cont {
	height: auto;
}
.quickview_container .main_image_cont table img {
	width:100%;
	height: auto;
	max-height: inherit;
}
.quickview_container .prdct_content_rt, .quickcart_container .prdct_content_rt {
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 margin: 0; 
}
.quickcart_container .prdct_content_rt {
	width: 100%;
}
.quickcart_popup {
	width: 580px;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 padding: 0px!important;
	 margin: 0 auto!important;
	 text-transform: none;
	 top:15%;
}
.quickcart_popup h2 {
	font-size:16px;
	font-weight:500;
}
.quickview_container .prdct_content_rt h2 {
	margin:0 0 10px;
}
.quickcart_popup .fancybox-close-small {
	width: 20px;
	height: 20px;
	font-size:14px;
}
.quickcart_popup .fancybox-close-small::after {
	width: 20px;
	height: 20px;
	line-height: 1.1;
}
.quickcart_popup input[type="text"] {
	width:40px;
}
.quickcart_popup em {
	cursor: pointer;
}

.inshop .content_top {
	margin: 0;
}
.inshop .cont-top {
	margin: 0 auto;
}
.inshop .topsearch {
	display: block;
	background: #d0d1d0;
	padding: 0;
	margin:10px 0;
	position: relative;
}
.inshop .topsearch .textfeld {
	background: #d0d1d0;
	margin:0;
	width:100%;
	border: 0;
	float:left;
	padding:8px 150px 8px 10px;
	color:#999999;
	font-size:24px;
	box-shadow:none;
	transition:none;
}
.inshop .topsearch .search_icon {

	position:absolute;
	right:10px;

}


.inshop .loader {
	background: url(../img/loadingAnimation.gif) no-repeat left top;
	width:208px;
	height:13px;
	display:block;
	visibility:hidden;
	vertical-align: middle;
	margin:10px auto 0;
	
}

.inshop .choose_size {
	display:inline-block;
	vertical-align:top;
	margin:0 10px 10px 0;
	font-size:15px;
	cursor: pointer;
}
.inshop .choose_size.nostock {
	color:#ff0000;
}


.inshop .shopping_cart input[type="text"] {
	min-width:30px;
	width:30px;
}
.inshop .shopping_cart td .prodimg img {
	display: inline-block;
	float: left;
	padding: 0px 3px 3px 0px;
	width:120px;
	height:auto;
}
.inshop .shopping_cart td img.trans {
	width: auto;
	height:auto;
}

#wholesale_cart table.basket tr th, table.basket tr td {
	padding: 10px;
	line-height:1.3;
}
#wholesale_cart table.basket tr .quantity p, #main table.basket tr .quantity p {
	margin: 0;
}
#wholesale_cart table.basket tr td .productentry {
	min-height: inherit;
}
#wholesale_cart table.basket tr td .productentry h4 {
	font-size:14px;
	margin: 0;
	padding: 0 0 2px;
}
#wholesale_cart table.basket tr td .productentry p.photo {
	min-height: inherit;
	width: auto;
	position: relative;
}
#wholesale_cart table.basket tr td .productentry p {
	font-size:13px;
}
#wholesale_cart p.photo .wholesale_full_img {
	display: none;
}
#wholesale_cart p.photo:hover .wholesale_full_img {
	display:block;
	position: absolute;
	left:100%;
	z-index:100;
}
.searchresults#searchresults_wholesale {
	top: 100%;
	max-height:600px;
	border-width:2px;
	background: #333;
	color:#fff;
}
.searchresults#searchresults_wholesale .result {
	border-bottom:1px dotted #ccc;
}
.searchresults#searchresults_wholesale .result:hover {
	background: #444444;
}
.searchresults#searchresults_wholesale .result span.img {
	max-width:60px;
	max-height: 60px;
	width:20%;
}
.searchresults#searchresults_wholesale .result em {
	width: 80%;
}
.searchresults#searchresults_wholesale .result em, .searchresults#searchresults_wholesale .result em i {
	color: #fff;
}
#searchproducts_wholesale.loading {
	background:url(/img/loaders/load-indicator.gif) no-repeat left center;

}
.wholesale_cart_search input[type="text"] {
	width:100%;
	padding: 5px;
	border: 1px solid #ccc;
}
.wholesale_cart_search {
	margin: 0 0 20px;
	position:relative;
}
.searchresults#searchresults_wholesale .choose_option {
	display: inline-block;
	vertical-align: top;
	background: #777;
	border: 1px solid #ccc;
	margin: 0 3px 3px 0;
	color: #fff;
	padding: 2px 5px;
	font-size:12px;
}
.searchresults#searchresults_wholesale .choose_option:hover{
	 opacity:0.8;
}
#wholesale_cart_loader {
	background: url(/img/loading2.gif) no-repeat left top;
	width:32px;
	height:32px;
	display:block;
	visibility: hidden;

}
#wholesale_cart_loader.loading {
	visibility: visible;
}
#wholesale_cart {
	margin: 0 0 20px;
}
.search_filters select, .search_filters input[type="text"] {
	padding:5px 10px;
	display: inline-block;
	vertical-align:top;
	margin:0 10px 10px 0;
	cursor: pointer;
	border:1px solid #ccc;
	max-width:200px;
	
}
.search_filters button {
	padding:5px 10px;
	display: inline-block;
	vertical-align:top;
	margin:0 10px 10px 0;
	cursor: pointer;
	border:0;
	background:#f0f0f0;
	
}
p.katastasi {
	margin:4px 0 10px;
	padding:5px;
	background:#eee;
	font-size: 12px;
}
.social ul {
	list-style:none;
	display: block;
	margin:8px 0 0;
	padding:0;
	float: none;
	text-align:center;
}
.social ul li {
	margin:0 2px 0 0;
	padding:0;
	display: inline-block;
	vertical-align:top;
	float: none;
	
}
.social ul li a {
	padding:0;
	line-height: 1;
	font-size: 20px;
	
}