html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.65em;
	font-weight: 300;
}

.mm-menu.mm-offcanvas {
	z-index: 2000 !important;
}

body > div {
	z-index: 2500;
}

img {
	max-width: 100%;
}

img[align="left"] {
	float: left !important;
	margin-right: 40px;
	margin-bottom: 20px;
}

img[align="right"] {
	float: right !important;
	margin-left: 40px;
	margin-bottom: 20px;
}

.fleft {
	float: left !important;
}

.fright {
	float: right !important;
}

.row {
	width: 100%;
	display: block;
	float: left;
}

.w30 {
	width: 33%;
	display: block;
	float: left;
}

.w50 {
	width: 50%;
	display: block;
	float: left;
}

.w75 {
	width: 75%;
	display: block;
	float: left;
}

.ib {
	display: inline-block;
}

.block {
	float: left;
	width: 100%;
}

.sec {
	display: block;
	float: left;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	text-align: center;
}

.justify {
	text-align: justify;
}

.container {
	display: inline-block;
	width: 1185px;
	text-align: left;
}

* {
	outline: none;
	box-sizing: border-box;
}

a {
	text-decoration: underline;
	color: #000;
	transition: all 0.2s ease-out;
}

a:hover {
	text-decoration: none;
}

.f14 {
	font-size: 14px;
}

.centered {
	text-align: center !important;
}

.relative {
	position: relative;
}

hr {
	background: #d3d3d3;
	display: inline-block;
	width: 100%;
	height: 1px;
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
}


#toTop {
	position: fixed;
	z-index: 25;
	bottom: 20px;
	right: 20px;
	display: none;
	width: 60px;
	height: 60px;
	background: none;
	color: #f74f42;
	font-size: 31px;
	text-align: center;
	line-height: 52px;
	border-radius: 10em;
	will-change: background, color;
	transition: background 0.2s ease-out, color 0.2s ease-out;
	cursor: pointer;
}

#toTop::after {
	content: '\f077';
	font-family: 'FontAwesome';
}

#toTop:hover {
	background: #f74f42;
	color: #fff;
}

#mmenu {
	display: none;
}


/* STYLES */

.header_sec {
	border-top: 6px solid #f74f42;
	padding:  45px 0 35px;
}

.logo {
	float: left;
}

.input_text {
	width: 100%;
	height: 42px;
	background: #fff;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 8px;
	font-size: 14px;
	color: #333;
	transition: all 0.2s ease-out;
}

.input_text:hover,
.input_text:focus {
	border-bottom-color: #6d6d6d;
}

.button {
	display: inline-block;
	background: #f2f0f0;
	color: #a2a2a2;
	text-transform: uppercase;
	font-size: 14px;
	height: 32px;
	line-height: 34px;
	text-align: center;
	padding: 0 22px;
	text-decoration: none;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	transition: all 0.2s ease-out;
}

	.button:hover {
		background: #f74f42;
		color: #fff;
		border-color: #c94136;
	}

.button.red {
	background: #f74f42;
	color: #fff;
	border: none;
}

	.button.red:hover {
		border: none;
		background: #5b5b5b;
	}

.login_header {
	float: right;
	max-width: 280px;
	width: 100%;
	margin-top: -7px;
}


.login_header .input_text[type="password"] {
	width: calc(100% - 83px);
	float: left;
}

.login_header .button {
	float: right;
	margin-top: 12px;
}



.topmenu_box {
	color: #fff;
	margin-bottom: 45px;
}

.topmenu_box .container {
	position: relative;
}

.topmenu_box.tmhided .container {
	background: #6d6d6d;
	width: 96%;
	max-width: 96%;
	min-width: 96%;
	padding-top: 6px;
	padding-bottom: 6px;
}

.topmenu_box.tmhided .topmenu {
	visibility: hidden;
	margin-bottom: 0;
	height: 0px;
}

.tmhided .tm_right_box {
	position: static;
	float: right;
	margin-right: 5px;
}

.tmhided .tm_search_box {
	width: auto !important;
}

#openMobileLogin,
#mmenu_button,
.search_btn,
.tm_cart_link {
	display: none;
	float: left;
	width: 40px;
	height: 40px;
	border: 2px solid #ddd;
	background-color: #6d6d6d;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 19px;
	border-radius: 3px;
}

#mmenu_button {
	float: right;
	font-size: 18px;
}

.topmenu_box.tmhided #mmenu_button {
	display: inline-block;
}


.topmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #6d6d6d;
	float: left;
	width: 100%;
}

.topmenu > li {
	float: left;
	margin-right: -1px;
}

.topmenu > li > a {
	position: relative;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 28px;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	background: url(../img/tm_wrap.gif) no-repeat right center;
}

.topmenu > li:hover > a,
.topmenu > li.current > a {
	background: #f74f42;
}

.topmenu > li > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	margin-bottom: -5px;
	background: transparent;
	transform: rotate(45deg);
	transition: all 0.2s ease-out;
}

.topmenu > li:hover > a::after,
.topmenu > li.current > a::after {
	background: #f74f42;
}



.tm_right_box {
	position: absolute;
	top: 5px;
	right: 7px;
}

.tm_search_box {
	position: relative;
	float: left;
	width: 40px;
	overflow: hidden;
	transition: all 0.3s ease 1s;
}

.tm_search_box:hover,
.tm_search_box.active {
	width: 194px;
	transition: all 0.3s ease;
}

.search_btn,
.tm_cart_link {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	float: left;
}

.search_btn:hover,
.tm_cart_link:hover {
	background-color: #f74f42;
	border-color: #f74f42;
}

.tm_cart_link {
	position: static;
	width: auto;
	min-width: 40px;
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 5px;
	line-height: 40px;
	font-weight: 600;
	text-decoration: none;
}

.search_btn .fa,
.tm_cart_link .fa {
	font-weight: 400;
}

.search_txt {
	float: left;
	height: 40px;
	width: 150px;
	margin-right: 45px;
	padding: 0 7px;
	background: #fff;
	border: none;
	color: #000;
}


.cats_slider {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cats_slider li {
	text-align: justify;
}

.cats_slider li::after {
	content: '';
	width: 100%;
	height: 0;
	display: inline-block;
}

.cat_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 32%;
	max-width: 380px;
	min-height: 100px;
	background: #fff;
	border: 1px solid #d3d3d3;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 7px;
	text-align: center;
	text-decoration: none;
}

.cat_item:hover,
.cat_item:active,
.cat_item.current {
	background: #c3c0c0;
}

.cat_item:hover *,
.cat_item:active *,
.cat_item.current * {
	color: #fff;
}

.cat_item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 34px;
	background: url(../img/cat_overlay.png) repeat bottom;
	transition: all 0.2s ease-out;
}

.cat_item:hover::before,
.cat_item:active::before,
.cat_item.current::before {
	opacity: 0;
}

.cat_item h4 {
	margin: 0;
	margin-bottom: 13px;
	font-size: 40px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 400;
}

.cat_item span {
	font-size: 14px;
	color: #7d7777;
	font-weight: 500;
}

.cats_sec + .content_sec {
	padding-top: 40px;
}

.content_sec {
	padding: 0 0 40px;
	margin-top: -20px;
}

.bread {
	list-style: none;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	float: left;
	width: 100%;
}

.bread li {
	float: left;
	font-size: 13px;
	font-weight: 500;
}

.bread li a {
	text-decoration: none;
}

.bread li a:hover {
	text-decoration: underline;
}

.bread li::after {
	content: '';
	display: inline-block;
	width: 3px;
	height: 6px;
	background: url(../img/menu_arrow.png) no-repeat top;
	margin: 0 7px;
	color: #8f8f8f;
}

.bread li:last-child::after {
	display: none;
}


.tabs_prodlist_nav {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 100%;
}

.tabs_prodlist_nav li {
	float: left;
	padding-right: 35px;
	margin-right: 35px;
	border-right: 1px solid #d3d3d3;
}

.tabs_prodlist_nav li a {
	display: inline-block;
	font-size: 23px;
	font-weight: 300;
	text-decoration: none;
	color: #a4a4a4;
}

.tabs_prodlist_nav li.current a,
.tabs_prodlist_nav li a:hover {
	color: inherit;
}

.tabs_prodlist_nav li a b {
	font-weight: 500;
}


/* PRODLIST */


.prod_item {
	display: inline-block;
	width: 270px;
	vertical-align: top;
	margin-bottom: 40px;
	margin-right: 30px;
	border-radius: 6px;
	border: 1px solid #d3d3d3;
	padding: 25px;
	transition: all 0.2s ease-out;
}

.prodlist .prod_item:nth-child(4n+4) {
	margin-right: 0;
}

.prodlist-3 .prod_item:nth-child(3n+3) {
	
} 

.prod_item:hover {
	border-color: #aaa;
}

.pi_img {
	display: block;
	display: block;
	float: left;
	width: 100%;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.pi_img img {
	display: inline-block;
	vertical-align: middle;
	border-radius: 6px;
	max-height: 100%;
}

.pi_img:hover {
	opacity: 0.8;
}

.pi_img::after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.pi_title {
	display: block;
	width: 100%;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	text-shadow: 0px 0px 0px #000;
	margin-bottom: 5px;
}

.pi_title:hover {
	color: #f74f42;
}

.pi_prices {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.pi_prices span {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-right: 10px;
}

.pi_prices s {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin-right: 10px;
}

.pi_prices b {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #f74f42;
	margin-right: 10px;
}

.pi_ask {
	display: inline-block;
	width: 100%;
	padding: 6px 0 5px;
	background: #f74f42;
	color: #fff;
	border: none;
	border-radius: 6px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transtion: all 0.2s ease-out;
}

.pi_ask:hover {
	background: #6d6d6d;
}

.brands_list {
	margin: 0;
	margin-bottom: -14px;
	padding: 50px 0 35px;
	list-style: none;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

.brands_list li {
	display: inline-block;
	width: 12%;
	height: 76px;
	margin-bottom: 15px;
	vertical-align: middle;
	text-align: center;
	background: url(../img/brand_wrap.gif) no-repeat right center;
}

.brands_list li::after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.brands_list li img {
	display: inline-block;
	max-height: 100%;
	vertical-align: middle;
}

.brands_all {
	display: inline-block;
	width: 100%;
	max-width: 255px;
	height: 27px;
	line-height: 27px;
	margin-bottom: 70px;
	border: 1px solid #d3d3d3;
	background: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

.brands_all:hover {
	background: #f74f42;
	color: #fff;
	border-color: #f74f42;
}

.footer_sec {
	border-bottom: 4px solid #f74f42;
}

.graybg {
	background-color: #f2f0f0 !important;
}

.footer_sec .graybg {
	min-height: 195px;
	background-image: url(../img/flogo_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.fcol.flogo {
	padding: 50px;
	float: left;
}

.fcol:not(.flogo) {
	position: relative;
	padding: 30px 60px 10px;
	float: left;
	font-weight: 500;
	font-size: 15px;
}

.fcol:not(.flogo)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 85px;
	display: inline-block;
	width: 1px;
	height: 90px;
	background: #d1d0d0;
}

.fcol:last-child::after {
	display: none;
}

.fcol h4 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 15px;
}

.fmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.fmenu > li {
	margin-bottom: -4px;
}

.fmenu > li > a {
	display: block;
	color: inherit;
	text-decoration: none;
	font-weight: 500;
}

.fmenu > li > a:hover {
	color: #000;
	text-decoration: underline;
}

.fsoc {
	display: inline-block;
	margin-top: 5px;
	margin-right: 2px;
}

.fsoc:hover {
	transform: scale(0.90);
}

.debug {
	padding: 15px 0;
}

.copyright {
	display: inline-block;
	margin-right: 100px;
}

.debug_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

.debug_menu > li {
	display: inline-block;
	padding: 0 10px;
}

.debug_menu > li > a {
	display: inline-block;
	text-decoration: none;
}

.debug_menu > li > a:hover {
	text-decoration: underline;
}

.leftcol {
	float: left;
	width: 230px;
}

.rightcol {
	float: right;
	width: calc(100% - 265px);
}

.leftcol h4 {
	margin-top: 0;
	margin-bottom: 28px;
	padding-bottom: 20px;
	font-size: 23px;
	font-weight: 300;
	border-bottom: 1px solid #d3d3d3;
}

.prodmenu,
.prodmenu_lvl_2 {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

.prodmenu_lvl_2 {
	margin-left: 25px;
}

.prodmenu > li > a,
.prodmenu_lvl_2 > li > a {
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	text-decoration: none;
	padding-top: 3px; 
	padding-bottom: 3px;
	padding-left: 12px;
	background: url(../img/menu_arrow.png) no-repeat 0 14px;
}

.prodmenu > li:hover > a,
.prodmenu_lvl_2 > li:hover > a {
	background-position: 3px 14px;
	color: #000;
	text-shadow: 0px 0px 0px #000;
}

.prodmenu > li > a big,
.prodmenu_lvl_2 > li > a big {
	text-transform: uppercase;
	color: #000;
	font-weight: 400;	
}

.prodmenu > li.current > a,
.prodmenu_lvl_2 > li.current > a {
	border: 1px solid #d3d3d3;
	padding: 5px 12px;
	background-position: top 50% right 16px;
	margin-bottom: 5px;
}


h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: 300;
}

h1 strong,
h1 b,
h2 strong,
h2 b {
	font-weight: 500;
}

h2 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 23px;
	font-weight: 300;
}

.prod_imgs {
	float: left;
	width: 390px;
}

.prod_img_main {
	position: relative;
	float: left;
	width: 100%;
	height: 360px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #d3d3d3;
	background: #fff;
	text-decoration: none;
}

.prod_img_main::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.prod_img_main img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	transition: all 0.6s ease;
}

.prod_img_main:hover img {
	transform: scale(0.7);
}

.prod_thumbs {
	float: left;
	width: 100%;
}

.prod_thumbs a {
	display: inline-block;
	float: left;
	width: 80px;
	height: 80px;
	line-height: 108px;
	margin-bottom: 20px;
	margin-right: 23px;
	border: 1px solid #d3d3d3;
	text-decoration: none;
}

.prod_thumbs a:nth-child(4n+4) {
	margin-right: 0;
}

.prod_thumbs a img {
	max-height: 100%;
	transition: all 0.6s ease;
}

.prod_thumbs a:hover img {
	transform: scale(0.7);
}

.prod_info {
	float: right;
	width: calc(100% - 430px);
}

.status {
	display: block;
	min-height: 24px;
	padding-left: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

.status.green {
	background: url(../img/status_green.gif) no-repeat 0px 0px;
	color: #419128;
}

.status.red {
	background: url(../img/status_red.gif) no-repeat 0px 0px;
	color: #f74f42;
}

.article {
	margin-bottom: 15px;
	font-size: 15px;
}

.article b {
	font-weight: 400;
	color: #000;
}

.prod_desc {
	font-size: 15px;
	line-height: 26px;
}

.prod_desc p:first-child {
	margin-top: 0;
}

.prod_price {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 300;
	color: #686868;
}

.prod_price span {
	color: #f74f42;
}

.prod_option_row {
	margin-bottom: 15px;
}

.prod_option_row .ib {
	vertical-align: top;
	margin-right: 10px;
}

.prod_option_row select.qty {
	min-width: 78px;
	width: 78px;
}


select {
	height: 36px;
	background: #fbfbfb url(../img/arrow_down.png) no-repeat top 50% right 16px;
	padding: 0 35px 0 15px;
	border: 1px solid #d3d3d3;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	transition: all 0.2s ease-out;
}

select:hover,
select:focus {
	border-color: #5b5b5b;
}

.prod_option_row label {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.prod_option_row select {
	min-width: 130px;
}

.button.submit,
.button.big {
	background: #5b5b5b;
	height: 39px;
	padding: 0 30px;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	border: none;
	border-radius: 0;
}

	.button.submit:hover,
	.button.big:hover {
		background: #f74f42;
	}


a.button.big,
.button.big,
a.button.submit {
	line-height: 40px;
	text-decoration: none;
}

.button.dark {
	background: #5b5b5b;
	color: #fff;
	font-size: 14px;
	border: none;
	font-weight: 500;
}

	.button.dark:hover {
		background: #f74f42;
	}



/* TABS */

.tabs_nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #d3d3d3;
}

.tabs_nav li {
	float: left;
	margin-right: -1px;
}

.tabs_nav li a {
	display: inline-block;
	padding: 15px 30px;
	margin-bottom: -1px;
	background: #f5f5f5;
	border: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	text-decoration: none;
	font-size: 16px;
	color: #6b6b6b;
}

.tabs_nav li a:hover {
	background: #f9f9f9;
}

.tabs_nav li.current a {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.tabs_container {
	float: left;
	width: 100%;
	border: 1px solid #d3d3d3;
	padding: 40px 30px;
	margin-bottom: 70px;
	border-top: none;
}

.tabs_container {
	font-size: 14px;
	line-height: 26px;
}

.tab h4 {
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2em;
	border-bottom: 1px solid #d2d2d2;
}

.tabs_container .tab ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tabs_container .tab ul li {
	font-size: 15px;
	padding-left: 16px;
	background: url(../img/li_dot.png) no-repeat 0px 12px;
}

.location_item {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.location_item fieldset {
	border: 1px solid #d3d3d3;
	padding: 3px;
}

.location_item iframe {
	float: left;
	width: 100%;
}

.li_infobox {
	display: inline-block;
	margin: 25px 40px;
}

.li_infobox p:first-child {
	margin-top: 0;
}

.contact_left,
.contact_right {
	margin-top: 20px;
}

.contact_left {
	float: left;
	width: 100%;
	max-width: 390px;
}

.contact_right {
	float: right;
	width: calc(100% - 470px);
}

.contact_right h2 {
	margin-bottom: 44px;
}

.contact_form {
	width: 100%;
	float: left;;
}

.contact_form .input_text {
	border: 1px solid #d3d3d3;
	padding: 0 15px;
}

.contact_form .input_text:hover {
	border-color: #aaa;
}

.contact_form .input_text:focus {
	border-color: #333;
}

textarea.input_text {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.contact_form textarea {
	height: 140px;
	resize: none;
}

ul.paginate {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

ul.paginate li {
	display: inline-block;
}

ul.paginate li a {
	display: inline-block;
	height: 34px;
	line-height: 32px;
	width: 30px;
	text-align: center;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	color: #f74f42;
	font-weight: 400;
	padding: 0 2px;
	text-decoration: none;
}

ul.paginate li a:hover {
	color: #f74f42;
	border-color: #f74f42;
}

ul.paginate li.current a {
	color: #fff;
	border-color: #f74f42;
	background: #f74f42;
}

ul.paginate li.pg_left a,
ul.paginate li.pg_right a {
	border: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: 3px;
}

ul.paginate li.pg_left a:hover,
ul.paginate li.pg_right a:hover {
	background: #f74f42;
	color: #fff;
}

ul.paginate li.pg_left a {
	border-radius: 15px 2px 2px 15px;
}

ul.paginate li.pg_right a {
	border-radius: 2px 15px 15px 2px;
}

.login_header .fa-remove {
	display: none;
}

.cart_tbl table{
	float:left;
	width: 70%;
}

.cart_tbl table th{
	text-align: left;
}

.cart_tbl table td{
	text-align: left;
}

.cart_tbl textarea{
	width:30%;
}

.cart_tbl input[type='submit']{
	float:right;
}

.cart_table {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #ddd;
}

.cart_table th,
.cart_table td {
	padding: 10px 15px;
}

.cart_table td img {
	max-height: 70px;
	max-width: 70px !important;
	float: left;
}

.cart_table th {
	background: #6d6d6d;
	color: #fff;
	font-weight: 400;
}

.cart_table td {
	border-bottom: 1px solid #ddd;
	height: 100px;
}

.cart_table tr:nth-child(even) td {
	background: #f6f6f6;
}

.input_text-cart {
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px 7px;
	width: 50px;
}

.input_text-cart.price {
	width: 70px;
}

.input_text-cart:hover,
.input_text-cart:focus {
	border-color: #aaa;
}

.input_text-cart[disabled] {
	border: none;
	background: none;
	font-weight: 600;
}

.cart_remove-link {
	color: #f74f42;
}

.cart_remove-link:hover {
	color: #000;
}

.cart_ask {
	display: inline-block;
	width: 100%;
}

.cart_ask h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
}

.cart_ask-textarea {
	width: 100%;
	height: 120px;
	padding: 5px 7px;
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.cart_ask-textarea:hover,
.cart_ask-textarea:focus {
	border-color: #aaa;
}

.cart_button {
	height: 46px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 500;
	font-size: 18px;
}

.cart_button .fa {
	margin-right: 10px;
}

.tr_total #total {
	border: none;
	background: none;
	width: auto;
	display: inline-block;
	color: #fff;
	font-weight: 600;
}










/* RESPONSIVE */

@media (max-width: 1185px) {

	.container {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}

	.tm_right_box {
		right: 3%;
	}

	.prodlist .prod_item {
		max-width: 235px;
		width: 23.5%;
		margin-right: 10px;
	}

	.prodlist-3 .prod_item {
		max-width: 30%;
		margin-right: 2%;
	}

	.pi_prices span {
		width: 100%;
	}

	.pi_prices s {
		float: left;
	}

	.pi_prices b {
		float: right;
		margin-right: 0;
	}

	.tabs_prodlist_nav li {
		margin-right: 14px;
		padding-right: 14px;
	}

	.footer_sec .graybg {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 30px;
	}

	.fcol.flogo {
		width: 200px;
		text-align: center;
		padding: 50px 0;
	}

	.fcol:not(.flogo) {
		max-width: 24%;
		padding: 30px 3% 10px;
	}

	.copyright {
		margin-right: 20px;
	}

	.debug_menu {
		float: right;
	}

	#toTop {
		bottom: 50px;
	}

	.rightcol .tab .w50 {
		width: 100%;
		margin-bottom: 20px;
	}

	.login_header .input_text[type="password"] {
		width: calc(100% - 93px);
	}

}
















@media (max-width: 1024px) {

	.cat_item h4 {
		font-size: 34px;
	}

}















@media (max-width: 800px) {

	.cat_item h4 {
		font-size: 30px;
	}

	.prodlist .prod_item,
	.prodlist .prod_item:nth-child(4n+4) {
		max-width: 235px;
		width: 31%;
		margin-right: 1.5%;
	}

	.contact_left,
	.contact_right {
		width: 48%;
	}

	.location_item iframe {
		height: 300px !important;
	}

	.prod_imgs {
		width: 100%;
	}

	.prod_thumbs a {
		width: 90px;
		height: 90px;
		margin-right: 2%;
	}

	.prod_info {
		width: 100%;
	}

	.prodlist-3 .prod_item {
		width: 31%;
		margin-right: 1%;
		max-width: 230px;
	}

	.leftcol.plist {
		float: left;
		margin-right: 20px;
	}

	.leftcol.plist + .rightcol {
		float: none;
		width: 100%;
	}

	.copyright {
		text-align: center;
		width: 100%;
		margin-bottom: 7px;
		margin-right: 0;
	}

	.debug_menu {
		display: none;
	}

	#toTop {
		bottom: 20px;
	}

	.prod_info {
		margin-bottom: 18px;
	}



}




















@media (max-width: 700px) {

	.logo {
		max-width: 45%;
	}

	.login_header {
		max-width: 42%;
	}

	.cat_item {
		width: 48.4%;
	}

	.tabs_prodlist_nav li a {
		font-size: 18px;
	}

	.pi_title {
		font-size: 16px;
	}

	.prodlist .prod_item {
		padding: 15px;
	}

	.brands_list {
		text-align: center;
	}

	.brands_list li {
		width: 16%;
	}

	.fcol.flogo {
		display: none;
	}

	.fcol:not(.flogo) {
		width: 30%;
		max-width: 30%;
	}

	.footer_sec .graybg {
		background: none;
	}

	.leftcol {
		display: none;
	}

	.rightcol {
		width: 100%;
	}

	.prod_img_main {
		float: left;
		width: 70%;
	}

	.prod_thumbs {
		float: right;
		width: 28%;
		overflow-y: scroll;
	}

	.prod_thumbs a {
		width: 48%;
		vertical-align: top;
		margin-bottom: 7px;
	}

	.prod_option_row {
		float: left;
		width: auto;
		margin-right: 10px;
	}

	.prod_option_row + .button.submit {
		margin-top: 31px;
		height: 36px;
	}

}

















@media (max-width: 600px) {

	.header_sec {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.prodlist .prod_item,
	.prodlist .prod_item:nth-child(4n+4),
	.prodlist-3 .prod_item,
	.prodlist-3 .prod_item:nth-child(4n+4) {
		width: 100%;
		max-width: 100%;
	}

	.pi_img {
		width: 200px;
		max-height: 180px;
		margin-right: 20px;
		float: left;
	}

	.pi_title,
	.pi_prices,
	.pi_ask {
		width: calc(100% - 220px);
		float: left;
	}

	.pi_prices b {
		float: left;
	}

	.fcol:not(.flogo) {
		max-width: 48%;
		width: 48%;
	}

	.fcol.prods {
		display: none;
	}

	.prod_img_main {
		max-height: 218px;
	}

	.prod_thumbs a {
		height: 68px;
	}



}

















@media (max-width: 500px) {

	.logo {
		margin-top: 18px;
	}

	.cat_item {
		min-height: 10px;
		margin-bottom: 13px;
	}

	.cat_item h4 {
		font-size: 22px;
	}

	.cat_item span {
		display: none;
	}

	.tabs_prodlist_nav li a,
	.tabs_prodlist_nav li a b {
		font-size: 14px;
		font-weight: 400;
	}

	.location_item iframe {
		height: 200px !important;
	}

	.tabs_nav li a {
		padding-left: 12px;
		padding-right: 12px;
	}

	h1 strong,
	h1 b,
	h2 strong,
	h2 b {
		font-weight: 300;
	}

}















@media (max-width: 400px) {

	.logo {
		max-width: 100%;
		display: block;
		float: none;
		margin: 0 auto;
	}

	.topmenu_box.tmhided #openMobileLogin {
		display: inline-block;
	}

	.login_header {
		display: none;
		position: absolute;
		z-index: 500;
		background: #fff;
		box-shadow: 0px 0px 0px 5px rgba(0,0,0, .5);
		border-radius: 6px;
		padding: 20px;
		max-width: 80%;
		left: 10%;
	}

	.login_header .fa-remove {
		display: inline-block;
		position: absolute;
		z-index: 501;
		top: 5px;
		right: 7px;
		color: #f74f42;
	}

	.tabs_prodlist_nav {
		text-align: center;
	}

	.tabs_prodlist_nav li a,
	.tabs_prodlist_nav li a b {
		font-size: 16px;
	}

	.tabs_prodlist_nav li {
		margin-bottom: 10px;
		float: none;
		display: inline-block;
		border-left: 1px solid #d3d3d3;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: -5px;
	}

	.pi_img {
		width: 100%;
		max-height: 200px;
		margin-right: 0;
	}

	.pi_title,
	.pi_prices,
	.pi_ask {
		width: 100%;
	}

	.brands_list li {
		background: none;
		height: 40px;
		width: 20%;
		padding: 0 5px;
	}

	.fcol:not(.flogo) {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.copyright {
		font-size: 14px;
	}

	.prod_img_main {
		width: 100%;
	}

	.prod_thumbs {
		width: 100%;
		height: auto !important;
		overflow: auto;
		margin-bottom: 0px;
	}

	.prod_thumbs a {
		width: 30%;
		text-align: center;
	}

	.tabs_nav li {
		width: 33%;
		margin-right: -4px;
		display: inline-block;
		float: none;
	}

	.tabs_nav li a {
		width: 100%;
		height: 60px;
		vertical-align: bottom;
		padding: 5px 7px;
		font-size: 14px;
		line-height: 1.5em;
	}

	.rightcol .tab iframe {
		width: 100%;
		height: 150px;
	}

	.tabs_container {
		padding: 20px 20px;
	}

	.prod_option_row {
		width: 100%;
		margin-right: 0;
	}

	.prod_option_row + .button.submit {
		margin-top: 0;
	}

	.paginate li {
		margin-bottom: 3px;
	}

	.fsoc {
		margin-top: 10px;
	}



}




@media (max-width: 380px) {

	.search_txt {
		width: 100px;
	}

}






p.logout {
	font-size: 12px;
	margin-top: -6px; 
}

.size {
	font-size: 14px;
	line-height: 1.2;
	display: inline-block;
}

.size a {
	display: inline-block;
	background: #6d6d6d;
	padding: 5px 8px;
	margin-right: 3px;
	color: #fff;
	text-decoration: none;
}

.size a:hover,
.size.current a {
	background: #f74f42;
}

.login_error {
	text-align: center;
	margin-top: -20px;
}

.login_error span {
	display: inline-block;
	padding: 2px 10px; 
	margin-bottom: 20px;
	border-radius: 3px;
	background: #f74f42;
	color: #fff;
}

.reg {
	font-size: 14px;
	display: inline-block;
	text-decoration: underline;
	padding: 2px 6px;
	border-radius: 3px;
}

.reg .fa {
	margin-right: 5px;
}

.reg:hover {
	text-decoration: none;
}

.register-form {
	margin: 0px auto;
	width: 50%;
}

.errors {
	color: red;
	font-size: 14px;
	line-height: 1;
}

.minicart {
	padding: 4px;
	background-color: #262626;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}