/*
file:	Basic Style Sheet
year:	2016
author:	BOJE BROJEVA
email:	info@bojebrojeva.hr
site:	www.bojebrojeva.hr
*/

/*Web font roboto_condensedregular*/

@font-face {
	font-family: "roboto_condensedbold";
	src: url("fonts/robotocondensed-bold-webfont.eot");
	src: url("fonts/robotocondensed-bold-webfont.eot?#iefix") format("embedded-opentype"),
	url("fonts/robotocondensed-bold-webfont.woff2") format("woff2"),
	url("fonts/robotocondensed-bold-webfont.woff") format("woff"),
	url("fonts/robotocondensed-bold-webfont.ttf") format("truetype"),
	url("fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "roboto_condensedlight";
	src: url("fonts/robotocondensed-light-webfont.eot");
	src: url("fonts/robotocondensed-light-webfont.eot?#iefix") format("embedded-opentype"),
	url("fonts/robotocondensed-light-webfont.woff2") format("woff2"),
	url("fonts/robotocondensed-light-webfont.woff") format("woff"),
	url("fonts/robotocondensed-light-webfont.ttf") format("truetype"),
	url("fonts/robotocondensed-light-webfont.svg#roboto_condensedlight") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "roboto_condensedregular";
	src: url("fonts/robotocondensed-regular-webfont.eot");
	src: url("fonts/robotocondensed-regular-webfont.eot?#iefix") format("embedded-opentype"),
	url("fonts/robotocondensed-regular-webfont.woff2") format("woff2"),
	url("fonts/robotocondensed-regular-webfont.woff") format("woff"),
	url("fonts/robotocondensed-regular-webfont.ttf") format("truetype"),
	url("fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@charset "utf-8";

/* General HTML Styles */

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

div, span, p, a, em, del, time, tr, th, td, label, input, select, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: "roboto_condensedregular", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 16px;
	color: #5f5f5f;
	text-decoration: none;
	font-weight: 400;
}
h1	{
	color: #464646;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h2	{
	color: #464646;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h3	{
	color: #464646;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h4	{
	color: #464646;
	font-size: 19px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h5	{
	color: #464646;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h6	{
	color: #464646;
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 15px;
}
em {
	margin: 0;
	padding: 0 0 15px;
	font-style: normal;
	display: block;
	color: #414141;
	font-size: 18px;
	font-weight: 400;
}
a {	
	font-size: 16px;
	color: #e10f0f;
	text-decoration: none;
	transition: all .2s linear;
}
a:hover {
	font-size: 16px;
	color: #414141;
	text-decoration: none;
}

fieldset {
	width: auto;
	border: 0;
}
legend { 
	color: #494949;
	font-size: 16px;
	font-weight: lighter;
	padding: 0 5px;
}
input {
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	font-size: 13px !important;
	margin: 3px 0;
	padding: 5px;
	outline: none !important;
}
input:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
input:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 3px 3px;
	outline: none !important;
}
select:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
option {
	font-size: 13px !important;
	background-color: transparent !important;
	padding: 0 5px;
	outline: none !important;
}
textarea {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 5px;
	height: 150px;
	margin: 3px 0;
	outline: none !important;
}
textarea:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
textarea:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}

del {
	text-decoration: line-through;
}

.slicknav_menu {
	display: none;
}

/*wrapper*/

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: table;
	position: relative;
}

.wrapper a, img {
	outline: none !important;
}

.wrapper a:hover, a:visited, a:active {
	outline: none !important;
}

.wrapper a, .wrapper input {
	transition: all .2s linear !important;
}

/*to top jQuery*/

#toTop {
	background:url("../img/ui.totop.png") no-repeat left top;
}

#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -40px;
}

/*header background slider*/

.header_background_slider {
	display: none;
}

.header_background_slider:before,
.header_background_slider:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 240px;
	background: linear-gradient(#fff, rgba(255,255,255,0.0));
	background: -webkit-linear-gradient(#fff, rgba(255,255,255,0.0));
}

.header_background_slider {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.header_background_slider img {
	width: auto;
	height: 100%;
	max-height: 675px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	display: block;
}

.fotorama__nav-wrap {
	display: none;
}

/*header position relative*/

header, .categories_content_navigation, .social_search_content {
	position: relative;
	z-index: 40;
}

/*header*/

header {
	width: 960px;
	margin: 0 auto 10px;
	padding: 0;
	clear: both;
	display: table;
	z-index: 80;
}

/*top header content*/

.top_header_content {
	width: 960px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	clear: both;
	display: table;
}

/*logo*/

a.logo, a.logo img {
	max-height: 75px;
	margin: 0;
	padding: 0;
}

a.logo img {
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
}

/*header contact data*/

.header_contact_data {
	width: auto;
	float: left;
	margin: 0;
	padding: 17px 0;
}

.header_contact_data div {
	width: auto;
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
}

.header_contact_data div:last-of-type {
	margin: 0;
}

.header_contact_data em, .header_contact_data p {
	font-size: 12px;
	color: #555555;
	margin: 0 0 -2px;
	padding: 0;
	display: table;
}

.header_contact_data a {
	font-size: 18px;
	color: #2d2d2d;
	margin: 0;
	padding: 0;
}

.header_contact_data a:hover {
	font-size: 18px;
	color: #e10f0f;
}

.header_contact_data div:nth-of-type(1) {
	background: url("../img/header-telephone-icon.png") no-repeat center left;
	padding-left: 27px;
}

.header_contact_data div:nth-of-type(2) {
	background: url("../img/header-email-icon.png") no-repeat center left;
	padding-left: 34px;
}

/*basket content*/

.basket_content {
	width: 205px;
	height: 34px;
	float: right;
	margin: 0;
	padding: 20px 0;
	position: relative;
}

.basket_container {
	width: 205px;
	height: 34px;
	float: none;
	display: table;
	margin: 0;
	padding: 0;
	position: relative;
}

.basket_first {
	width: auto;
	float: left;
	margin: 3px 0 0 -60px;
	padding: 0;
}

.basket_first img {
	max-height: 28px;
	margin: 0;
	padding: 0;
	display: flex;
}

#slidingTopWrap {
	width: 165px;
	margin: 0;
	padding: 7px 30px 7px 10px;
	position: fixed;
	top: 63px;
	z-index: 1000 !important;
	height: auto;
	background: #ebebeb;
	border-radius: 3px 0 0 3px;
	text-align: left;
	transition: all .2s linear;
}

.basket_name {
	display: none !important;
}

.sliding_basket {
	top: 0 !important;
	border-radius: 3px;
	background
	color: #fff !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#slidingTopWrap p {
	font-family: "roboto_condensedregular", Arial, Helvetica, Verdana, Calibri, sans-serif;
	color: #191919;
	font-size: 14px;
	font-weight: 400;
	float: left;
	padding: 0;
}

#slidingTopWrap p a, #slidingTopWrap p a:hover, #slidingTopWrap p a:focus {
	font-family: "roboto_condensedregular", Arial, Helvetica, Verdana, Calibri, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #191919;
}

#slidingTopFooter {
    display: table;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 345px;
}

#slidingTopFooterLeft {
    width: inherit;
    height: auto;
}

#slidingTopFooterLeft p:first-child {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
}

#slidingTopFooterLeft p {
	font-family: "roboto_condensedregular", Arial, Helvetica, Verdana, Calibri, sans-serif;
	margin: 0 3px 0 0;
	padding: 0;
	font-size: 14px;
	color: #191919;
	font-weight: 400;
	text-shadow: none;
	text-align: left;
}

#slidingTopFooterLeft p a, #slidingTopFooterLeft p a:hover, #slidingTopFooterLeft p a:focus, #slidingTopFooterLeft p a:active {
	font-family: "roboto_condensedregular", Arial, Helvetica, Verdana, Calibri, sans-serif;
	text-decoration: none;
	color: #191919 !important;
	font-size: 14px;
}

#slidingTopWrap p.lastP {
	border: medium none;
	font-size: 14px;
	color: #191919;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
	width: auto !important;
}

a#slidingTopTrigger {
	clear: both;
	display: table;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
    z-index: 1;
    
	font-family: "roboto_condensedregular", Arial, Helvetica, Verdana, Calibri, sans-serif !important;
    font-size: 14px !important;
    color: #191919 !important;
}

a#slidingTopTrigger:hover {
    font-size: 14px !important;
    color: #191919 !important;
}

a#slidingTopTrigger img {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 999;
}

a#slidingTopTriggerUp {
	display: table;
	height: 18px;
	margin: 0 auto;
	padding: 10px 0;
	width: auto;
	z-index: 1;
}

a#slidingTopTriggerUp img {
	display: block;
	margin: 0 auto !important;
	position: relative;
	text-align: center !important;
}

#basketWrap {
	margin: 0;
	background-color: transparent;
}

#slidingTopContent {
	background: #fff !important;
	border: none !important;
	margin: 0px 0 10px -9px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 203px;
	z-index: 500;
	border-radius: 3px;
	top: 7px;
	box-shadow: none;
	box-sizing: border-box;
}

#basketTitleWrap {
	background: #fff;
	border: medium none !important;
	border-bottom: 1px solid #e1e1e1 !important;
	border-radius: 3px;
	color: #555 !important;
	font-size: 12px !important;
	font-weight: 400;
	height: auto !important;
	padding: 4px 10px 6px 10px !important;
	text-shadow: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
}

#basketTitleWrap img {
	display: none;
}

img.BottomArrow-ShoppingCart {
    /*margin: -7px 0 0 -12px !important;*/
	margin: -4px 0 0 99px !important;
}

.ButtonK {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	display: table;
}

.KupiButton {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 11px !important;
	color: #fff !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	line-height: 13px !important;
	margin: 0 !important;
	padding: 6px 10px !important;
	float: none !important;
	display: table !important;
	width: auto !important;
	box-sizing: border-box !important;
	background: #179d0a !important;
	line-height: inherit !important;
	height: auto !important;
	border: none !important;
	border-radius: 3px !important;
}

.KupiButton:hover {
	font-size: 11px !important;
	color: #fff !important;
	opacity: 0.75 !important;
}

#basketItemsWrap {
	width: 100%;
	box-sizing: border-box;
	clear: both;
	padding: 0 10px;
	margin: 38px 0 20px 0;
	overflow-y: scroll;
	height: 290px;
}

#basketItemsWrap ul {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}

#basketItemsWrap li {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	font-size: 12px;
	margin: 5px 0 0;
	padding: 8px;
	text-align: left;
	display: table !important;
	width: 100%;
	box-sizing: border-box;
}

#basketItemsWrap li:nth-child(odd) {
	background-color: #f5f5f5;
	border: 1px solid #d7d7d7;
}

#basketItemsWrap img {
	cursor: pointer;
}

#basketItemsWrap li dl {
	width: 100%;
	padding: 0;
	margin: 0;
	display: table;
}

#basketItemsWrap li dl dt {
	display: none;
}

#basketItemsWrap li dl dd {
	float: left;
	margin: 0;
	padding: 0;
}

#basketItemsWrap li dl dd:last-of-type {
	margin: 0;
}

#basketItemsWrap li dl dd:nth-of-type(1) {
	width: 100%;
}

#basketItemsWrap li dl dd:nth-of-type(2) {
	width: auto;
}

#basketItemsWrap li dl dd:nth-of-type(3) {
	width: auto;
	float: right;
	margin: 3px 0 0;
}

#basketItemsWrap li dl dd a {
	display: flex;
}

#basketItemsWrap li dl dd img {
	margin: 0;
}

/*bottom header content*/

.bottom_header_content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	display: table;
}

/*main navigation*/

.bottom_header_content nav {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.bottom_header_content nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
}

.bottom_header_content nav ul li {
	float: left;
	margin: 0;
	padding-right: 1px;
}

.bottom_header_content nav ul li a {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 12px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 9px 10px;
	display: block;
	background: #ebebeb;
}

.bottom_header_content nav ul li a:hover, .bottom_header_content nav ul li a.active {
	font-size: 12px;
	color: #000;
	background: #fff;
}

.bottom_header_content nav ul li:first-of-type a {
	border-radius: 3px 0 0 3px;
}

.bottom_header_content nav ul li:last-of-type a {
	border-radius: 0 3px 3px 0;
}

#menu {
	position: relative;
	z-index: 99;
}

#menu li a {
	position: relative;
}

#menu li ul {
	display: none;
	position: absolute;
	top: 75px;
	left: -125px;
	z-index: 999;
	background: #555;
	border-radius: 10px;
	transition: all .2s linear;
	width: 980px;
	box-sizing: border-box;
	padding: 15px 0;
}

#menu li ul li {
	width: 195px;
	max-width: inherit;
	float: left;
	margin: 0;
	padding: 5px 15px;
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.20);
}

#menu li ul li:nth-of-type(5n) {
	border: none;
}

#menu li ul li a {
	font-family: inherit;
	font-size: 14px;
	color: rgba(255,255,255,0.75);
	font-weight: 400;
	text-transform: none;
	margin: 0;
	padding: 0;
	display: inherit;
	line-height: inherit;
	transition: all .2s linear !important;
}

#menu li ul li a:hover, #menu li ul li a.active {
	font-size: 14px;
	color: #fff;
	transition: all .2s linear !important;
}

/*login content*/

.login_content {
	width: auto;
	float: right;
	margin: 0;
	padding: 5px 0;
}

.login_content p {
	font-size: 12px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 4px 10px 0 0;
	padding: 0;
	background: none;
	float: left;
}

.login_system {
	width: auto;
	float: left;
	display: inherit;
	margin: 0;
	padding: 0;
}

.login, .register {
	display: flex;
}

.login {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

.login_button {
	font-size: 11px !important;
	color: #191919 !important;
	font-weight: 400 !important;
	padding: 4px 30px 4px 10px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	
	background: url("../img/login_arrow.png") no-repeat center right #ebebeb;
	border: none;
	box-shadow: none;
	border-radius: 3px;
}

.login_button:hover {
	font-size: 11px !important;
	color: #191919 !important;
	background: url("../img/login_arrow.png") no-repeat center right #d7d7d7;
}

.login_button span {
	font-size: 11px !important;
	color: #191919 !important;
	font-weight: 400 !important;
	margin: 0;
	text-transform: uppercase;
	transition: all .2s linear;
	
	background: none;
	padding: 0;
}

.login_button span:hover {
	background: none;
	font-size: 11px !important;
	color: #191919 !important;
}

.register_button {
	font-size: 11px !important;
	color: #191919 !important;
	font-weight: 400 !important;
	padding: 4px 30px 4px 10px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	
	background: url("../img/login_arrow.png") no-repeat center right #ebebeb;
	border: none;
	box-shadow: none;
	border-radius: 3px;
}

.register_button:hover {
	font-size: 11px !important;
	color: #191919 !important;
	background: url("../img/login_arrow.png") no-repeat center right #d7d7d7;
}

.register_button span {
	font-size: 11px !important;
	color: #191919 !important;
	font-weight: 400 !important;
	margin: 0;
	text-transform: uppercase;
	transition: all .2s linear;
	
	background: none;
	padding: 0;
}

.register_button span:hover {
	background: none;
	font-size: 11px !important;
	color: #191919 !important;
}

/*login box - LOGIN*/

.wrapper input[name="email"] {
	text-transform: lowercase !important;
}

.wrapper input[type="email"] {
	text-transform: lowercase !important;
}

.login_box {
	box-shadow: none;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	top: 154px;
	margin-left: 208px;
	border-radius: 3px;
	padding: 15px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.015) inset;
	height: 355px;
}

.box_data_login h2, .box_data_forget h2 {
    font-size: 17px;
    margin: -5px 0 15px;
    padding: 0 0 10px;
    text-transform: uppercase;
    width: 240px;
    border-bottom: 1px dotted #cdcdcd;
}

.box_data_login,
.box_data_forget {
	width: 240px;
}

.box_data_login form {
	position: relative;
	height: 370px;
}

.box_data_login fieldset, .box_data_forget fieldset {
	margin: 0 0 10px;
	position: relative;
}

.box_data_login fieldset label, .box_data_forget fieldset label {
	font-size: 13px;
	color: #555;
	margin: 0 0 3px;
}

span.red_star, span.formInfo {
	color: #e10f0f;
	font-size: 22px;
}

.box_data_login fieldset:nth-of-type(3) span.formInfo {
	margin: 43px 25px 0 0 !important;
}

.box_data_forget fieldset:nth-of-type(2) span.formInfo {
	margin: 43px 25px 0 0 !important;
}

.box_data_register fieldset:nth-of-type(6) span.formInfo {
	margin: 43px 125px 0 0 !important;
}

.box_data_login fieldset input, .box_data_forget fieldset input {
	background: linear-gradient(#fff, #f5f5f5);
	background: -webkit-linear-gradient(#fff, #f5f5f5);
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	padding: 8px;
	width: 222px;
	transition: all .2s linear;
}

.box_data_login fieldset input:focus, .box_data_login fieldset input:hover,
.box_data_forget fieldset input:focus, .box_data_forget fieldset input:hover {
	background: linear-gradient(#fff, #f5f5f5);
	background: -webkit-linear-gradient(#fff, #f5f5f5);
	box-shadow: 0 0 5px rgba(0,0,0,0.080);
	border: 1px solid #cdcdcd;
	transition: all .2s linear;
}

.box_data_login fieldset > span.red_star, .box_data_forget fieldset > span.red_star {
	font-size: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 1px;
}

.box_data_login fieldset div p,
.box_data_forget fieldset div p {
	font-size: 13px;
	color: #8d8d8d;
	text-transform: none;
	margin: 0;
	padding: 0 0 5px;
	display: table;
	background: none;
	width: 100%;
}

.box_data_login br {
	display: none;
}

.captcha input {
	padding: 6px 5px 5px 5px !important;
}

.box_data_login form a.switch_forget {
	background: none repeat scroll 0 0 #ebebeb;
	border-radius: 3px;
	bottom: 0;
	color: #6d6d6d;
	font-size: 13px;
	left: 0;
	margin: 0 0 0 -15px !important;
	padding: 9px 15px;
	position: absolute;
	width: 240px;
}

.box_data_login form a.switch_forget:hover {
	font-size: 13px;
	color: #2d2d2d;
}

/*login box - REGISTER*/

.register_box {
	width: 340px;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	top: 154px;
	margin-left: 108px;
	border-radius: 3px;
	padding: 15px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.015) inset;
}

.box_data_register h2 {
	width: 340px;
    font-size: 17px;
    margin: -5px 0 15px;
    padding: 0 0 10px;
    text-transform: uppercase;
    border-bottom: 1px dotted #cdcdcd;
}

.box_data_register {
	width: 310px;
	margin: 0;
	padding: 0;
	display: table;
}

.top_testresult {
	border-radius: 3px !important;
	color: #222 !important;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0 0 !important;
	padding: 10px !important;
	width: 40%;
	box-sizing: border-box;
	position: absolute;
	right: 0;
}

.top_testresult span {
	font-size: 10px !important;
	text-transform: uppercase;
	display: flex !important;
	margin: 0 !important;
	padding: 0 !important;
}

.login_system .register_box .top_testresult {
	padding: 9px 10px 11px !important;
	top: 24px;
}

.box_data_register h6 {
	font-size: 14px;
	color: #6d6d6d;
	margin: 0 0 10px;
	padding: 10px 0 5px;
	border-bottom: 1px dotted #cdcdcd;
}

.box_data_register p {
	background: none;
	float: none;
	font-size: 11px;
	color: #8d8d8d;
	margin: 0;
	padding: 0;
}

.box_data_register p a, .box_data_register p a:hover {
	font-size: 11px;
	color: #e10f0f;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.box_data_register fieldset {
	margin: 0 0 10px;
	position: relative;
}

.box_data_register fieldset label {
	font-size: 13px;
	color: #555;
	margin: 0 0 3px;
}

span.red_star, span.formInfo_register {
	color: #e10f0f;
	font-size: 16px;
}

span.formInfo_register {
	position: inherit !important;
	margin: -62px 0 0 205px !important;
	display: inline-block;
}

.box_data_register fieldset input {
	background: linear-gradient(#fff, #f5f5f5);
	background: -webkit-linear-gradient(#fff, #f5f5f5);
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	padding: 8px;
	width: 322px;
	transition: all .2s linear;
}

.box_data_register fieldset input:focus, .box_data_register fieldset input:hover {
	background: linear-gradient(#fff, #f5f5f5);
	background: -webkit-linear-gradient(#fff, #f5f5f5);
	box-shadow: 0 0 5px rgba(0,0,0,0.080);
	border: 1px solid #cdcdcd;
	transition: all .2s linear;
}

.box_data_register fieldset .red_star {
	font-size: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 1px;
}

.box_data_register fieldset div p {
	font-size: 13px;
	color: #8d8d8d;
	text-transform: none;
	margin: 0;
	padding: 0 0 5px;
	display: table;
	background: none;
	width: 100%;
}

.box_data_register br {
	display: none;
}

.button_form_reset {
	background: linear-gradient(#ebebeb, #e1e1e1) !important;
	background: -webkit-linear-gradient(#ebebeb, #e1e1e1) !important;
	border: 1px solid #d7d7d7 !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	font-size: 12px !important;
	color: #4d4d4d !important;
	font-weight: 400 !important;
	margin: 0 5px 0 0 !important;
	padding: 5px 8px 6px 8px !important;
	text-shadow: none !important;
	width: auto !important;
	cursor: pointer;
	text-transform: capitalize !important;
}

.button_form_reset:hover {
	opacity: 0.75;
}

.button_form {
	background: linear-gradient(#e52828, #e10f0f) !important;
	background: -webkit-linear-gradient(#e52828, #e10f0f) !important;
	border: 1px solid #ac0b0b !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	font-size: 12px !important;
	color: #fff !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 5px 8px 6px 8px !important;
	text-shadow: none !important;
	width: auto !important;
	cursor: pointer;
	text-transform: capitalize !important;
}

.button_form:hover {
	opacity: 0.75;
}

.box_data_login fieldset input[type="reset"],
.box_data_register fieldset input[type="reset"],
.box_data_forget fieldset input[type="reset"] {
	background: linear-gradient(#ebebeb, #e1e1e1) !important;
	background: -webkit-linear-gradient(#ebebeb, #e1e1e1) !important;
	border: 1px solid #d7d7d7 !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	font-size: 12px !important;
	color: #4d4d4d !important;
	font-weight: 400 !important;
	margin: 0 5px 0 0 !important;
	padding: 6px 8px !important;
	text-shadow: none !important;
	width: auto !important;
	cursor: pointer;
	text-transform: capitalize !important;
}

.box_data_login fieldset input[type="reset"]:hover,
.box_data_register fieldset input[type="reset"]:hover,
.box_data_forget fieldset input[type="reset"]:hover {
	opacity: 0.75;
}

.box_data_login fieldset input[type="submit"],
.box_data_register fieldset input[type="submit"],
.box_data_forget fieldset input[type="submit"] {
	background: linear-gradient(#e52828, #e10f0f) !important;
	background: -webkit-linear-gradient(#e52828, #e10f0f) !important;
	border: 1px solid #ac0b0b !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	font-size: 12px !important;
	color: #fff !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 5px 6px 6px 6px !important;
	text-shadow: none !important;
	width: auto !important;
	cursor: pointer;
	text-transform: capitalize !important;
}

.box_data_login fieldset input[type="submit"]:hover,
.box_data_register fieldset input[type="submit"]:hover,
.box_data_forget fieldset input[type="submit"]:hover {
	opacity: 0.75;
}

.captcha input {
	padding: 6px 5px 5px 5px !important;
}

.closebtn_login, .closebtn_register {
	background-color: #fff !important;
	border: 1px solid #cdcdcd !important;
}

.closebtn_login:before, .closebtn_register:before {
	width: 17px;
	top: -4px !important;
	text-shadow: none;
}

.captcha_forminfo {
	right: inherit;
	left: inherit;
	top: inherit;
	bottom: inherit;
}

/*user box*/

.UserBox {
	width: auto;
	float: left;
	padding: 0 !important;
	margin: 0 !important;
}

.UserBox p {
	margin: 0 20px 0 0;
	font-size: 13px;
	color: #555;
	font-weight: 400;
	text-transform: none;
	float: left;
	padding: 3px 0 3px 34px;
	background: url("../img/avatar_icon.png") no-repeat center left;
	
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 205px;
	display: block;
}

.UserBox span {
	padding: 0;
	display: inline-block;
}

.UserBox span a, .UserBox span a:hover {
	font-size: 13px;
}

/*submenu menu*/

.demo-container {
	width: auto;
	float: left;
	margin: 3px 0 0;
	padding: 0;
}

/*main nav submenu*/

ul#mega-menu-1 {
	max-width: inherit;
	padding: 0;
	margin: 0 auto;
	height: auto;
}

ul#mega-menu-1 li {
	float: left;
	padding: 0 15px 0 0;
	margin: 0;
}

ul#mega-menu-1 li:last-of-type {
	padding: 0;
}

ul#mega-menu-1 li a {
	font-size: 13px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
}

ul#mega-menu-1 li a:hover {
	font-size: 13px;
	color: #000;
}

#mega-menu-1 li.mega-hover a {
	font-size: 13px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
}

.dc-mega-icon {
	display: none;
}

/*mega menu sub*/

#mega-menu-1 li .sub {
	background: none !important;
	border: none !important;
	border-radius: 3px !important;
	margin: 8px 0 0 !important;
	padding: 0 !important;
	width: 200px !important;
	list-style: none !important;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.40) !important;
	border: none !important;
}

#mega-menu-1 li .sub li {
	border: medium none !important;
	float: none !important;
	display: block !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

#mega-menu-1 li .sub a {
	font-size: 12px !important;
	color: #555 !important;
	font-weight: 400 !important;
	text-transform: none !important;
	margin: 0 !important;
	padding: 9px 10px !important;
	float: none !important;
	display: block !important;
	border: none !important;
	border-bottom: 1px solid #d7d7d7 !important;
	background: linear-gradient(#fff, #f5f5f5) !important;
	background: -webkit-linear-gradient(#fff, #f5f5f5) !important;
	box-shadow: none !important;
}

#mega-menu-1 li .sub a:hover, #mega-menu-1 li .sub a.active {
	font-size: 12px !important;
	color: #e10f0f !important;
	font-weight: 400 !important;
	border: none !important;
	border-bottom: 1px solid #d7d7d7 !important;
}

/*categories content navigation*/

.categories_content_navigation {
	width: 980px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
	clear: both;
	display: table;
	background: url("../img/categories-background.png") no-repeat center top;
	z-index: 60;
}

.categories_content_navigation section {
	width: auto;
	float: left;
	margin: 0;
	padding: 25px 32px 26px 0;
	background: url("../img/categories-arrow.png") no-repeat center right;
}

.categories_content_navigation section h1 {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 18px;
	color: rgba(255,255,255,0.80);
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 -4px;
	padding: 0;
}

.categories_content_navigation section em,
.categories_content_navigation section p {
	font-size: 12px;
	color: rgba(255,255,255,0.60);
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/*categ navigation*/

.categories_content_navigation nav {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.categories_content_navigation nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
}

.categories_content_navigation nav ul li {
	max-width: 100px;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

.categories_content_navigation nav ul li a {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 14px;
	color: rgba(255,255,255,0.80);
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 18px;
	line-height: 18px;
	display: block;
	cursor: pointer;
}

.categories_content_navigation nav ul li a:hover, .categories_content_navigation nav ul li a.active {
	font-size: 14px;
	color: #fff;
}

/*navigation dropdown*/

/*social search content*/

.social_search_content {
	width: 960px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px;
	clear: both;
	display: table;
	background: linear-gradient(to top, transparent 0%, #fff 50%, transparent 100%);
	background: -webkit-linear-gradient(to top, transparent 0%, #fff 50%, transparent 100%);
}

.homepage .social_search_content {
	/*margin: 0 auto 227px;*/
	margin: 0 auto 190px;
}

/*social cnt*/

.social_cnt {
	width: auto;
	float: left;
	margin: 0;
	padding: 6px 0 0;
}

.social_cnt div {
	width: auto;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.social_cnt div:last-of-type {
	margin: 0;
}

.social_cnt p, .social_cnt em {
	font-size: 12px;
	color: #2d2d2d;
	font-weight: 400;
	margin: 4px 10px 0 0;
	padding: 0;
	float: left;
}

.social_cnt ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
}

.social_cnt ul li {
	float: left;
	padding-right: 10px;
}

.social_cnt ul li:last-of-type {
	padding: 0;
}

.social_cnt ul li a {
	display: flex;
}

.social_cnt ul li img {
	max-height: 24px;
	margin: 0;
	padding: 0;
	transition: all .2s linear;
}

.social_cnt ul li img:hover {
	opacity: 0.60;
}

/*search cnt*/

.search_cnt {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
}

.search_cnt p {
	font-size: 12px;
	color: #2d2d2d;
	font-weight: 400;
	margin: 10px 10px 0 0;
	padding: 0;
	float: left;
}

.search_cnt form {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.search_cnt input[type="search"] {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 7px 10px 8px 36px;
	background: url("../img/search-icon.png") no-repeat center left #fff;
	border: 1px solid #cdcdcd;
	border-right: none;
	border-radius: 3px 0 0 3px;
	transition: all .2s linear;
	width: 360px;
	max-width: 360px;
	box-sizing: border-box;
	float: left;
}

.search_cnt input[type="search"]:hover, .search_cnt input[type="search"]:focus {
	font-size: 12px;
	color: #414141;
	border: 1px solid #a5a5a5;
	border-right: none;
}

.search_cnt input[type="submit"] {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 12px !important;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 7px 7px;
	background: #e10f0f;
	border: 1px solid #e10f0f;
	border-radius: 0 3px 3px 0;
	transition: all .2s linear;
	width: auto;
	max-width: inherit;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
}

.search_cnt input[type="submit"]:hover, .search_cnt input[type="submit"]:focus {
	font-size: 12px !important;
	color: #fff;
	background: #2d2d2d;
	border: 1px solid #000;
}

/*brands manufacture cnt*/

.brands_manufacture_cnt {
	width: 960px;
	box-sizing: border-box;
	margin: 0 auto 20px;
	padding: 40px 20px;
	clear: both;
	display: table;
	background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
	position: relative;
	z-index: 60;
}

/*
.brands_manufacture_cnt ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: table;
}

.brands_manufacture_cnt ul li {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}
*/

/*update new brands 2020*/

.brands_manufacture_cnt ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: table-row;
	vertical-align: middle;
	text-align: center;
}

.brands_manufacture_cnt ul li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	/*margin: 0 30px 0 0;*/
	margin: 0 25px;
	padding: 0;
}

/*
.brands_manufacture_cnt ul li:nth-of-type(10n) {
	margin: 0;
}

.brands_manufacture_cnt ul li:last-of-type {
	margin: 0;
}
*/

.brands_manufacture_cnt ul li a {
	display: flex;
}

.brands_manufacture_cnt ul li img {
	margin: 0;
	padding: 0;
	max-height: 55px;
}

/*main container*/

.main_container {
	width: 960px;
	margin: 0 auto 80px;
	padding: 0;
	clear: both;
	display: table;
}

/*featured products homepage*/

.featured_products_homepage {
	width: 960px;
	margin: 0 auto 40px;
	padding: 0;
	clear: both;
	display: table;
}

.featured_products_homepage aside {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 40px;
	padding: 0;
	display: table;
}

.featured_products_homepage aside:last-of-type {
	margin: 0 auto;
}

.featured_products_homepage h1 {
	font-size: 20px;
	color: #e10f0f;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 13px 20px 17px 20px;
	background: url("../img/headlines-background.png") no-repeat center top;
	box-sizing: border-box;
}

.featured_products_homepage aside:last-of-type h1 {
	height: 58px;
	box-sizing: border-box;
}

.featured_products_homepage article {
	width: 225px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.featured_products_homepage article:nth-of-type(4n) {
	margin: 0;
}

.featured_products_homepage article figure {
	max-width: 225px;
	max-height: 170px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border: none;
	box-shadow: none;
	position: relative;
	
	float: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.featured_products_homepage article figure img {
	max-width: 225px;
	max-height: 170px;
	vertical-align: middle;
	text-align: center;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

.featured_products_homepage article figure img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.featured_products_homepage article figure figcaption {
	position: absolute;
	right: 0;
	top: 0;
}

.featured_products_homepage article figure figcaption img {
	max-height: 72px;
	margin: 0;
	padding: 0;
}

.featured_products_homepage article h1 {
	margin: 15px 0 5px 0;
	padding: 0;
	background: none;
	
	line-height: 26px;
	overflow: hidden;
	height: 27px;
	min-height: 27px;
}

.featured_products_homepage article h1, .featured_products_homepage article h1 a {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 18px;
	color: #2d2d2d;
	font-weight: 400;
	text-transform: none;
}

.featured_products_homepage article h1 a:hover {
	font-size: 18px;
	color: #e10f0f;
}

.featured_products_homepage article em, .featured_products_homepage article p {
	font-size: 12px;
	color: #5f5f5f;
	font-weight: 400;
	margin: 0;
	padding: 0;
	
	line-height: 17px;
	overflow: hidden;
	height: 34px;
	min-height: 34px;
}

.price_quantity_cnt {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 5px solid #d7d7d7;
	margin: 20px 0 0;
	padding: 0 0 10px;
	display: table;
	height: 92px;/*euro-fix*/
}

.price_quantity_cnt form {
	width: auto;
	float: right;
	display: inherit;
}

.featured_products_homepage article .price_quantity_cnt div {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.featured_products_homepage article .price_quantity_cnt div:last-of-type {
	clear: left;
	margin-top: 8px;
}

.featured_products_homepage article .price_quantity_cnt em {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 16px;
	color: #e10f0f;
	font-weight: 400;
	margin: -2px 0 0;
	padding: 0;
}

.featured_products_homepage article .price_quantity_cnt del {
	font-size: 12px;
	color: #7d7d7d;
	font-weight: 400;
	margin: -2px 0 0;
	padding: 0;
}

.featured_products_homepage article .price_quantity_cnt em,
.featured_products_homepage article .price_quantity_cnt p,
.featured_products_homepage article .price_quantity_cnt del {
	line-height: inherit;
	overflow: inherit;
	height: auto;
	min-height: inherit;
	display: table;
}

.featured_products_homepage article .price_quantity_cnt em:only-child {
	margin: 4px 0 0;
}

.featured_products_homepage input[type="number"] {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif !important;
	font-size: 11px !important;
	color: #555555 !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 8px 7px !important;
	float: right !important;
	background: #e1e1e1 !important;
	border: none !important;
	border-radius: 3px 0 0 3px !important;
	box-shadow: none !important;
	width: 75px !important;
	max-width: 75px !important;
	box-sizing: border-box !important;
	transition: all .2s linear;
}

.featured_products_homepage input[type="number"]:hover, .featured_products_homepage input[type="number"]:focus {
	font-size: 11px !important;
	color: #2d2d2d !important;
	background: #d7d7d7 !important;
}

.add_to_cart_button {
	margin: 0;
	padding: 8px 5px;
	float: right;
	background: #179d0a;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	transition: all .2s linear;
}

.add_to_cart_button:hover {
	background: #e10f0f;
}

.add_to_cart_button img {
	max-height: 16px;
	margin: 0;
	padding: 0;
	display: flex;
}

/*learn with us cnt*/

.learn_with_us_cnt {
	width: 960px;
	margin: 0 auto 40px;
	padding: 0;
	clear: both;
	display: table;
}

.learn_with_us_cnt iframe {
	width: 715px;
	height: 150px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	border: none !important;
	border-radius: 3px;
}

.learn_with_us_cnt h1 {
	font-size: 20px;
	color: #555555;
	font-weight: 400;
	text-transform: uppercase;
	margin: -5px 0;
	padding: 0;
}

.learn_with_us_cnt h2 {
	margin: 0 0 5px;
	padding: 0;
	
	line-height: 26px;
	overflow: hidden;
	height: 26px;
	min-height: 26px;
}

.learn_with_us_cnt h2, .learn_with_us_cnt h2 a {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 18px;
	color: #2d2d2d;
	font-weight: 400;
}

.learn_with_us_cnt h2 a:hover {
	font-size: 18px;
	color: #e10f0f;
}

.learn_with_us_cnt em, .learn_with_us_cnt p {
	font-size: 12px;
	color: #5f5f5f;
	font-weight: 400;
	margin: 0;
	padding: 0;
	
	line-height: 16px;
	overflow: hidden;
	height: 98px;
	min-height: 98px;
}

/*banner content*/

.banner_content {
	width: 960px;
	margin: 0 auto 40px;
	padding: 0;
	clear: both;
	display: table;
}

.banner_content figure {
	max-width: 960px;
	max-height: 240px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border-radius: 3px;
	position: relative;
	
	float: none;
	margin: 0;
	padding: 0;
}

.banner_content figure img {
	max-width: 960px;
	max-height: 240px;
	vertical-align: middle;
	text-align: center;
}

.banner_content figure a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.20);
}

/*news services container*/

.news_services_container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	display: table;
}

.news_services_container section {
	width: 470px;
	float: left;
	margin: 0;
	padding: 0;
}

.news_services_container section:last-of-type {
	float: right;
}

.news_services_container section h1 {
	font-size: 20px;
	color: #555555;
	font-weight: 400;
	text-transform: uppercase;
	margin: -5px 0 15px;
	padding: 0;
}

.news_services_container section article {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: table;
}

.news_services_container section article figure {
	max-width: 225px;
	max-height: 150px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border-radius: 3px;
	position: relative;
	
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.news_services_container section article figure img {
	max-width: 225px;
	max-height: 150px;
	vertical-align: middle;
	text-align: center;
}

.news_services_container section article figcaption {
	width: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
}

.news_services_container section article time {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 10px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 6px 10px 7px 10px;
	display: table;
	background: #e00f0f;
	border-radius: 3px;
}

.news_services_container section article h1 {
	margin: -5px 0 5px 0;
	padding: 0;
	
	line-height: 26px;
	overflow: hidden;
	height: 26px;
	min-height: 26px;
}

.news_services_container section article h1, .news_services_container section article h1 a {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 18px;
	color: #2d2d2d;
	font-weight: 400;
	text-transform: none;
}

.news_services_container section article h1 a:hover {
	font-size: 18px;
	color: #e10f0f;
}

.news_services_container section article em, .news_services_container section article p {
	font-size: 12px;
	color: #5f5f5f;
	font-weight: 400;
	margin: 0;
	padding: 0;
	
	line-height: 17px;
	overflow: hidden;
	height: 86px;
	min-height: 86px;
}

/*footer container*/

footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	clear: both;
	display: table;
	background: linear-gradient(#fafafa, #f0f0f0);
	background: -webkit-linear-gradient(#fafafa, #f0f0f0);
}

/*footer basic nav*/

.footer_basic_nav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	clear: both;
	display: table;
	background: #ebebeb;
}

.footer_basic_nav nav:before {
	content: "";
	position: absolute;
	top: -5px;
	width: 960px;
	height: 5px;
	background-color: #e10f0f;
}

.footer_basic_nav nav {
	width: 960px;
	margin: 0 auto;
	padding: 18px 0 20px 0;
	clear: both;
	display: table;
	position: relative;
}

.footer_basic_nav nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.footer_basic_nav nav ul li {
	float: left;
	margin: 0 18px 0 0;
	padding: 0 18px 0 0;
	border-right: 1px solid #cdcdcd;
}

.footer_basic_nav nav ul li:last-of-type {
	margin: 0;
	padding: 0;
	border: none;
}

.footer_basic_nav nav ul li a {
	font-size: 14px;
	color: #555555;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.footer_basic_nav nav ul li a:hover, .footer_basic_nav nav ul li a.active {
	font-size: 14px;
	color: #2d2d2d;
}

/*footer bottom main*/

.footer_bottom_main {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	clear: both;
	display: table;
}

.footer_bottom_main section {
	width: 300px;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.footer_bottom_main section:last-of-type {
	margin: 0;
}

.footer_bottom_main section.footer_contact {
	width: 275px;
}

.footer_bottom_main section.footer_payways {
	width: 325px;
}

.footer_bottom_main section h1 {
	font-size: 18px;
	color: #414141;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 0;
}

.footer_bottom_main section iframe {
	width: 300px;
	height: 225px;
	margin: 0;
	padding: 0;
	border: none !important;
	box-sizing: border-box;
}

.footer_bottom_main section em, .footer_bottom_main section p {
	font-size: 12px;
	color: #696969;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.footer_bottom_main ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.footer_bottom_main ul li {
	float: left;
	margin: 0 5px 10px 0;
	padding: 0;
}

.footer_bottom_main ul li:nth-of-type(5n) {
	margin: 0 0 10px;
}

.footer_bottom_main ul li:nth-of-type(6) img,
.footer_bottom_main ul li:nth-of-type(7) img,
.footer_bottom_main ul li:nth-of-type(8) img,
.footer_bottom_main ul li:nth-of-type(9) img,
.footer_bottom_main ul li:nth-of-type(10) img {
	max-height: 45px;
}

.footer_bottom_main ul li a {
	display: flex;
}

.footer_bottom_main ul li img {
	margin: 0;
	padding: 0;
	max-height: 32px;
}

/*payways inner site*/

.payways_content {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: table;
}

.payways_content h1 {
	font-family: inherit !important;
	font-size: 20px !important;
	color: #414141 !important;
	font-weight: 400 !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
	border: none !important;
}

.payways_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.payways_content ul li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

.payways_content ul li:last-of-type {
	margin: 0 0 10px;
}

.payways_content ul li a {
	display: flex;
}

.payways_content ul li img {
	margin: 0;
	padding: 0;
	max-height: 38px;
}

/*footer copyright*/

.copyright {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	clear: both;
	display: table;
	background: #fff;
}

.copyright section {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	display: table;
}

.copyright p {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 13px;
	color: #555555;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
}

.copyright p a {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 13px;
	color: #e10f0f;
	font-weight: 400;
}

.copyright p a:hover {
	font-size: 13px;
	color: #2d2d2d;
}

.copyright p:last-of-type {
	float: right;
}

.copyright p:last-of-type a {
	color: #008531;
}

/*SHOP START*/

/*main left column content*/

.main_left_column_content {
	width: 220px;
	float: left;
	margin: 40px 0 0;
	padding: 0;
}

/*main right column content*/

.main_right_column_content {
	width: 700px;
	float: right;
	margin: 40px 0 0;
	padding: 0;
}

.main_right_column_content h3 {
	font-size: 21px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 10px;
}

/*main right featured products*/

.main_right_featured_products {
	width: 700px;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.main_right_featured_products article {
	width: 220px;
	float: left;
	margin: 0 20px 40px 0;
	padding: 0;
}

.main_right_featured_products article:nth-of-type(3n) {
	margin: 0 0 45px;
}

.main_right_featured_products article figure {
	max-width: 220px;
	max-height: 165px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border: none;
	box-shadow: none;
	position: relative;
	
	float: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.main_right_featured_products article figure img {
	max-width: 220px;
	max-height: 165px;
	vertical-align: middle;
	text-align: center;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

.main_right_featured_products article figure img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.main_right_featured_products article figure figcaption {
	position: absolute;
	right: 0;
	top: 0;
}

.main_right_featured_products article figure figcaption img {
	max-height: 72px;
	margin: 0;
	padding: 0;
}

.main_right_featured_products article h1 {
	margin: 15px 0 5px 0;
	padding: 0;
	background: none;
	
	line-height: 26px;
	overflow: hidden;
	height: 27px;
	min-height: 27px;
}

.main_right_featured_products article h1, .main_right_featured_products article h1 a {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 18px;
	color: #2d2d2d;
	font-weight: 400;
	text-transform: none;
}

.main_right_featured_products article h1 a:hover {
	font-size: 18px;
	color: #e10f0f;
}

.main_right_featured_products article em, .main_right_featured_products article p {
	font-size: 12px;
	color: #5f5f5f;
	font-weight: 400;
	margin: 0;
	padding: 0;
	
	line-height: 17px;
	overflow: hidden;
	height: 34px;
	min-height: 34px;
}

.main_right_featured_products article .price_quantity_cnt div {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.main_right_featured_products article .price_quantity_cnt div:last-of-type {
	clear: left;
	margin-top: 8px;
}

.main_right_featured_products article .price_quantity_cnt em {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 16px;
	color: #e10f0f;
	font-weight: 400;
	margin: -2px 0 0;
	padding: 0;
}

.main_right_featured_products article .price_quantity_cnt del {
	font-size: 12px;
	color: #7d7d7d;
	font-weight: 400;
	margin: -2px 0 0;
	padding: 0;
}

.main_right_featured_products article .price_quantity_cnt em,
.main_right_featured_products article .price_quantity_cnt p,
.main_right_featured_products article .price_quantity_cnt del {
	line-height: inherit;
	overflow: inherit;
	height: auto;
	min-height: inherit;
	display: table;
}

.main_right_featured_products article .price_quantity_cnt em:only-child {
	margin: 4px 0 0;
}

.main_right_featured_products input[type="number"] {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif !important;
	font-size: 11px !important;
	color: #555555 !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 8px 7px !important;
	float: right !important;
	background: #e1e1e1 !important;
	border: none !important;
	border-radius: 3px 0 0 3px !important;
	box-shadow: none !important;
	width: 75px !important;
	max-width: 75px !important;
	box-sizing: border-box !important;
	transition: all .2s linear;
}

.main_right_featured_products input[type="number"]:hover, .main_right_featured_products input[type="number"]:focus {
	font-size: 11px !important;
	color: #2d2d2d !important;
	background: #d7d7d7 !important;
}

/*product buttons content*/

.add_to_basket_button {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-transform: none;
	line-height: inherit;
	margin: 0;
	padding: 5px 10px;
	float: left;
	width: auto;
	box-sizing: border-box;
	background: #919191;
	border-radius: 3px;
}

.add_to_basket_button:hover {
	font-size: 14px;
	color: #fff;
	opacity: 0.75;
}

.buy_product_button {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-transform: none;
	line-height: inherit;
	margin: 0;
	padding: 5px 10px;
	float: right;
	width: auto;
	box-sizing: border-box;
	background: #179d0a;
	border-radius: 3px;
}

.buy_product_button:hover {
	font-size: 14px;
	color: #fff;
	opacity: 0.75;
}

.buy_button {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-transform: none;
	line-height: inherit;
	margin: 0;
	padding: 6px 10px;
	float: right;
	width: auto;
	box-sizing: border-box;
	background: #179d0a;
	border-radius: 3px;
}

.buy_button:hover {
	font-size: 14px;
	color: #fff;
	opacity: 0.75;
}

/*SHOP START*/

/*category hgroup*/

.category_hgroup {
	width: auto;
	padding: 0;
	margin: 0 0 10px;
	display: table;
}

.category_hgroup h1 {
	font-size: 21px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

/*header product views info*/

.product_views_info {
	width: 700px;
	box-sizing: border-box;
	padding: 10px;
	display: table;
	margin: 0 0 30px;
	border-radius: 3px;
	
	border: 1px solid #d7d7d7;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	box-shadow: none;
	z-index: inherit;
}

.product_views_info .sorter {
	display: inherit;
	float: left;
}

/*views icons content*/

.views_icons_content {
	width: auto;
	padding: 6px 0;
	margin: 0;
	float: right;
	list-style: none;
}

.views_icons_content li {
	float: left;
	padding: 0 5px 0 0;
	margin: 0;
	display: flex;
}

.views_icons_content li:last-child {
	padding: 0;
}

.views_icons_content li a {
	color: transparent;
	background: url("../img/products_view_icons.png") no-repeat 0 0;
	border-radius: 3px;
	padding: 10px 18px 8px 0;

	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	
	-o-user-select: none;
	user-select: none;
	transition: all .2s linear;
}

.views_icons_content li a.list_view {
	background-position: 0 -23px;
}

.views_icons_content li a.details_view {
	background-position: 0 -46px;
}

.views_icons_content li a:hover, .views_icons_content li a.active {
	cursor: pointer;
	background: url("../img/products_view_icons_active.png") no-repeat 0 0;
}

.views_icons_content li a.list_view:hover, .views_icons_content li a.list_view.active {
	background-position: 0 -23px;
}

.views_icons_content li a.details_view:hover, .views_icons_content li a.details_view.active {
	background-position: 0 -46px;
}

/*main right featured products list view*/

.main_right_featured_products_list_view {
	width: 700px;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.main_right_featured_products_list_view article {
	width: 700px;
	margin: 0 0 40px;
	padding: 0;
	clear: both;
	display: table;
}

.main_right_featured_products_list_view article:last-of-type {
	margin: 0;
}

.main_right_featured_products_list_view article figure {
	max-width: 220px;
	max-height: 165px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border: none;
	box-shadow: none;
	position: relative;
	
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	box-sizing: border-box;
}

.main_right_featured_products_list_view article figure img {
	max-width: 220px;
	max-height: 165px;
	vertical-align: middle;
	text-align: center;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

.main_right_featured_products_list_view article figure img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.main_right_featured_products_list_view article h1 {
	margin: -5px 0 5px 0;
	padding: 0;
	background: none;
	
	line-height: 26px;
	overflow: hidden;
	height: 27px;
	min-height: 27px;
}

.main_right_featured_products_list_view article h1, .main_right_featured_products_list_view article h1 a {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 18px;
	color: #2d2d2d;
	font-weight: 400;
	text-transform: none;
}

.main_right_featured_products_list_view article h1 a:hover {
	font-size: 18px;
	color: #e10f0f;
}

.main_right_featured_products_list_view article em, .main_right_featured_products_list_view article p {
	font-size: 12px;
	color: #5f5f5f;
	font-weight: 400;
	margin: 0;
	padding: 0;
	
	line-height: 17px;
	overflow: hidden;
	height: 53px;
	min-height: 53px;
}

.main_right_featured_products_list_view article .price_quantity_cnt {
	width: 460px;
	float: left;
}

.main_right_featured_products_list_view article .price_quantity_cnt div {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.main_right_featured_products_list_view article .price_quantity_cnt em {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 16px;
	color: #e10f0f;
	font-weight: 400;
	margin: -2px 0 0;
	padding: 0;
}

.main_right_featured_products_list_view article .price_quantity_cnt del {
	font-size: 12px;
	color: #7d7d7d;
	font-weight: 400;
	margin: -2px 0 0;
	padding: 0;
}

.main_right_featured_products_list_view article .price_quantity_cnt em,
.main_right_featured_products_list_view article .price_quantity_cnt p,
.main_right_featured_products_list_view article .price_quantity_cnt del {
	line-height: inherit;
	overflow: inherit;
	height: auto;
	min-height: inherit;
	display: table;
}

.main_right_featured_products_list_view article .price_quantity_cnt em:only-child {
	margin: 4px 0 0;
}

.main_right_featured_products_list_view input[type="number"] {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif !important;
	font-size: 11px !important;
	color: #555555 !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 8px 7px !important;
	float: right !important;
	background: #e1e1e1 !important;
	border: none !important;
	border-radius: 3px 0 0 3px !important;
	box-shadow: none !important;
	width: 75px !important;
	max-width: 75px !important;
	box-sizing: border-box !important;
	transition: all .2s linear;
}

.main_right_featured_products_list_view input[type="number"]:hover, .main_right_featured_products_list_view input[type="number"]:focus {
	font-size: 11px !important;
	color: #2d2d2d !important;
	background: #d7d7d7 !important;
}

/*main right featured products details view*/

.main_right_featured_products_details_view {
	width: 700px;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.main_right_featured_products_details_view article {
	width: 700px;
	display: table;
	padding: 0;
	margin: 0 0 1px;
	background-color: #f5f5f5;
	border-radius: 3px;
	
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.0) inset;
	transition: all .2s linear;
}

.main_right_featured_products_details_view article:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.20) inset;
	transition: all .2s linear;
}

.main_right_featured_products_details_view article:nth-child(odd) {
	background-color: #fff;
}

.main_right_featured_products_details_view article:nth-child(odd) div {
	border-right: 1px solid #d7d7d7;
}

.main_right_featured_products_details_view article div {
	float: left;
	padding: 10px;
	margin: 0;
	border-right: 1px solid #e1e1e1;
	overflow: hidden;
}

.main_right_featured_products_details_view article div:last-child {
	border: none;
}

.main_right_featured_products_details_view article div p {
	font-size: 12px;
	color: #7d7d7d;
	font-weight: 400;
	padding: 0;
	margin: 0;
	word-break: break-all;
}

.main_right_featured_products_details_view article div p strong {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-weight: 400;
	color: #555;
}

.main_right_featured_products_details_view article div h1 {
	/*
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 335px;
	*/
}

.main_right_featured_products_details_view article div h1, .main_right_featured_products_details_view article div h1 a {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 12px;
	padding: 0 !important;
	margin: 0 !important;
	color: #555;
	font-weight: 400;
}

.main_right_featured_products_details_view article div h1 a:hover {
	font-size: 12px;
	color: #e10f0f;
}

.table_catalog_number {
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.table_product_name {
	width: 310px;
}

.table_price {
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.table_details_button {
	width: auto;
	padding: 5px 10px !important;
}

.table_details_button .add_to_basket_button {
	font-size: 12px;
	padding: 4px 10px 5px 10px;
}

/*products table head*/

.products_table_head {
	width: 700px;
	padding: 0;
	margin: 0;
	display: table;
	
	background-color: #e10f0f;
	border-radius: 3px;
	border: none;
}

.products_table_head div {
	border-right: 1px solid rgba(255,255,255,0.60);
	box-shadow: none;
	display: table;
	float: left;
	margin: 0;
	padding: 10px;
}

.products_table_head div:last-child {
	border: none;
}

.products_table_head div p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.table_head_catalog_number {
	width: 100px;
}

.table_head_product_name {
	width: 310px;
}

.table_head_price {
	width: 100px;
}

.table_head_options {
	width: auto;
}

/*products details container*/

.products_details_container {
	width: 960px;
	margin: 20px auto 0;
	padding: 0;
	clear: both;
	display: table;
}

.main_products_left_column {
	width: 700px;
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
	display: inherit;
	clear: none;
	position: relative;
}

/*main products left column details view*/

.main_products_left_column_details_view {
	width: 700px;
	margin: 0;
	padding: 0;
	float: none;
	display: table;
}

.main_products_left_column_details_view article {
	width: 700px;
	display: table;
	padding: 0;
	margin: 0 0 1px;
	background-color: #f5f5f5;
	border-radius: 5px;
}

.main_products_left_column_details_view article:nth-child(even) {
	background-color: #fff;
}

.main_products_left_column_details_view article div {
	float: left;
	padding: 14px 10px 11px;
	margin: 0;
	border-right: 1px solid #ebebeb;
	height: 20px;
	overflow: hidden;
}

.main_products_left_column_details_view article div:last-child {
	padding: 7px 10px 10px !important;
	border: none;
}

.main_products_left_column_details_view article div p {
	font-size: 13px;
	color: #7d7d7d;
	padding: 0;
	margin: 0;
	word-break: break-all;
}

.main_products_left_column_details_view article div h1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 245px;
}

.main_products_left_column_details_view article div h1, .main_products_left_column_details_view article div h1 a {
	font-size: 14px;
	padding: 0 !important;
	margin: 0 !important;
	color: #4d4d4d;
	font-weight: 400;
}

.main_products_left_column_details_view article div h1 a:hover {
	font-size: 14px;
	color: #4d4d4d;
}

/*main products right column*/

.main_products_right_column {
	width: 700px;
	margin: 0;
	padding: 0;
	float: right;
}

.main_products_right_column_details {
	width: 220px;
	float: left;
	padding: 0;
	margin: 0;
}

/*product details*/

.main_products_left_column h1 {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 24px;
	color: #414141;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0;
}

/*product details left content*/

.product_details_left_content {
	width: 420px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

/*gallery products details*/

.gallery_products_details {
	width: 420px;
	padding: 0;
	margin: 0;
	
	position: relative;
	overflow: hidden;
	
	background: transparent;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}

.gallery_products_details figure a:before {
	content: "";
	position: absolute;
	width: 420px;
	height: 315px;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.05) inset;
}

.gallery_products_details figure {
	max-width: 420px;
	max-height: 315px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	position: relative;
	
	margin: 0;
	padding: 0;
}

.gallery_products_details figure img {
	text-align: center;
	vertical-align: middle;
	max-width: 420px;
	max-height: 315px;
}

.gallery_products_details figure figcaption {
	position: absolute;
	right: 10px;
	top: 10px;
}

.gallery_products_details figure figcaption img {
	max-height: 72px;
	margin: 0;
	padding: 0;
}

.thumbs_products_details {
	display: inline-block;
	padding: 0;
	margin: 20px 0 0;
	clear: both;
}

.thumbs_products_details img {
	background: #fff;
	border: 1px solid rgba(177,195,213,.5); /* stroke */
	cursor: pointer;
	width: 128px;
	height: 98px;
	float: left;
	margin-right: 15px;
	transition: all .2s linear;
}

.thumbs_products_details img:hover {
	opacity: 0.75;
}

.thumbs_products_details a:last-child img {
	margin: 0;
}

a.product_gallery {
	font-size: 13px;
	color: #6d6d6d;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 10px 15px 41px;
	display: block;
	
	background: url("../img/gallery_icon.png") no-repeat center left;
	border: none;
	border-radius: 3px;
}

a.product_gallery:hover {
	opacity: 0.75;
}

.product_video {
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.product_video iframe {
	margin: 0;
	padding: 0;
}

/*product details right content*/

.product_details_right_content {
	width: 260px;
	min-height: 370px;
	float: left;
	margin: 0;
	padding: 0;
}

/*product details specifications*/

.product_details_specifications {
	width: 260px;
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	display: table;
}

.product_details_specifications li {
	width: 260px;
	display: table;
	padding: 10px 0;
	margin: 0;
	border-top: 1px dotted #d7d7d7;
}

.product_details_specifications li:last-of-type {
	border-bottom: 1px dotted #d7d7d7;
}

.product_details_specifications li p {
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #8d8d8d;
	float: left;
}

.product_details_specifications li p:last-child {
	float: right;
	font-size: 13px;
	color: #4d4d4d;
	text-transform: uppercase;
}

.product_details_specifications li a {
	font-size: 13px;
	color: #e10f0f;
	padding: 0;
	margin: 0;
	float: right;
}

.product_details_specifications li a:hover {
	font-size: 13px;
	color: #4d4d4d;
}

.available_product .red_price {
	font-size: 13px;
	color: #e10f0f !important;
}

.available_product .orange_price {
	font-size: 13px;
	color: #fa8c00 !important;
}

.available_product .green_price {
	font-size: 13px;
	color: #218a12 !important;
}

/*button table select*/

.button_table_select {
	width: 260px;
	clear: both;
	display: table;
	padding: 0;
	margin: 0 0 20px;
}

.button_table_select p {
	font-size: 12px;
	color: #6d6d6d;
	font-weight: 400;
	margin: 9px 0 0;
	padding: 0;
	float: left;
}

.button_table_select a {
	font-size: 12px;
	color: #4d4d4d;
	font-weight: 400;
	margin: 0;
	padding: 8px;
	float: right;
	cursor: pointer;
	width: auto;
	clear: none;

	border-radius: 3px;
	border: 1px solid #e1e1e1;
	background: linear-gradient(#fff, #f5f5f5);
	background: -webkit-linear-gradient(#fff, #f5f5f5);
}

/*color picker cnt*/

.color_picker_cnt {
	width: 260px;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
	display: table;
}

.color_picker_cnt form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.color_picker_cnt label {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 0;
	display: table;
}

.color_picker_cnt select {
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	margin: 0;
	padding: 5px;
	display: table;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	
	font-size: 12px !important;
	color: #414141;
	font-weight: 400;
}

/*details pricing content*/

.details_pricing_content {
	width: 260px;
	padding: 0;
	margin: 0 0 20px;
	display: table;
}

.details_pricing_content p {
	font-size: 12px;
	color: #696969;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 0 0;
	float: left;
}

.details_pricing_content em {
	font-size: 16px;
	color: #e10f0f;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
}

.details_pricing_content em:last-child {
	padding: 8px 0 0;
}

.details_pricing_content del {
	font-size: 12px;
	color: #696969;
	float: right;
	clear: right;
	text-decoration: line-through;
}

/*price info*/

.details_pricing_content .price_info {
	width: 250px;
	float: right;
	clear: both;
	display: table;
	padding: 5px;
	margin: 10px 0 0;
	border-top: 1px solid #E1E1E1;
	text-align: right;
}

.details_pricing_content .price_info p {
	font-size: 10px;
	color: #7d7d7d;
	font-weight: 400;
	padding: 0;
	margin: 0;
	float: right;
}

.details_pricing_content .price_info strong {
	font-size: 10px;
	color: #4d4d4d;
	padding: 0;
	margin: 0;
}

/*product colors content*/

.product_colors_content {
	width: 260px;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
	display: table;
	position: relative;
}

.product_colors_content a {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 7px 10px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid rgba(225,15,15,0.45);
	border-radius: 3px;
	transition: all .2s linear;
	display: block;
	position: relative;
}

.product_colors_content a:hover {
	background: #f5f5f5;
	border: 1px solid #b9b9b9;
}

.product_colors_content a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 13px;
	
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #e10f0f;
}

.product_colors_content ul {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(225,15,15,0.45);
	border-radius: 0 0 3px 3px;
	transition: all .2s linear;
	z-index: 9999;
}

.product_colors_content ul {
	position: absolute;
	top: 32px;
	transition: all .2s linear;
	list-style: none;
	display: none;
}

.product_colors_content:hover ul {
	display: table;
}

.product_colors_content ul li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
}
	
.product_colors_content ul li:nth-of-type(8n+1) {
	margin: 0 0 5px;
}

.product_colors_content ul li.color_palette_txt {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #d7d7d7;
	width: 100%;
	box-sizing: border-box;
}

.product_colors_content ul li a {
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid rgba(0,0,0,0.20);
	border-radius: 3px;
	position: relative;

	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.product_colors_content ul li a:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.product_colors_content ul li a:hover, .product_colors_content ul li a:focus {
	border: 1px solid rgba(0,0,0,0.40);
}

.product_colors_content ul li a:after {
	display: none;
}

/*add to cart content*/

.product_details_right_content .add_to_cart_content {
	width: 260px;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.product_details_right_content .add_to_cart_content form {
	width: 260px;
}

.product_details_right_content .add_to_cart_content .shop_add p {
	float: left;
	padding: 0;
	margin: 7px 20px 0 0;
	font-size: 13px;
}

.product_details_right_content .add_to_cart_content input.cart_number {
	background-color: #fff !important;
	border: 1px solid #aaa !important;
	border-radius: 3px !important;
	color: #6d6d6d !important;
	float: right;
	font-size: 11px !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 7px 8px 6px !important;
	transition: all 0.2s linear 0s;
	width: 136px !important;
}

.product_details_right_content .add_to_cart_content input.cart_number:hover,
.product_details_right_content .add_to_cart_content input.cart_number:focus {
	opacity: 0.75;
	border: none;
}

.product_details_right_content span.ui-spinner {
	float: right;
}

.buttons_details_inner {
	width: 100%;
	box-sizing: border-box;
	display: table;
	margin: 0;
	padding: 10px 0 0;
}

.buttons_details_inner .add_to_basket_button {
	float: right;
	margin-right: 10px;
}

/*rating review content*/

.rating_review_content {
	width: 240px;
	padding: 10px;
	margin: 20px 0 0;
	clear: both;
	display: table;
	border-top: 1px dotted #cdcdcd;
	border-bottom: 1px dotted #cdcdcd;
}

.ratings {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.ratings p {
	font-size: 12px;
	color: #7d7d7d;
	padding: 0 0 7px;
	display: block;
	font-weight: 400;
}

.ratings p.ratings_over {
	background: none !important;
}

.ratings span {
	font-size: 12px;
	color: #4d4d4d;
	padding: 0;
	margin: -2px 0 0 5px;
	float: left;
}

.review_div {
	width: auto;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}

.review_div img {
	float: right;
	margin: -4px 0 0;
}

.review_div span {
	font-size: 12px;
	color: #4d4d4d;
	padding: 0;
	margin: -2px 0 0 5px;
	float: right;
}

.review_div p {
	font-size: 12px;
	color: #7d7d7d;
	padding: 0 0 7px;
	display: block;
	font-weight: 400;
}

/*product details button back*/

#product_details_button_back {
	/*
	width: auto;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
	*/
	clear: both;
	display: table;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
	/*top: 385px;*/
	top: 425px;
	width: auto;
}

#product_details_button_back a {
	font-size: 12px;
	color: #6d6d6d;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 10px;
	display: inline-block;
	cursor: pointer;
	
	border: 1px solid #e1e1e1;
	background: linear-gradient(#fff, #f5f5f5);
	background: -webkit-linear-gradient(#fff, #f5f5f5);
	border-radius: 3px;
}

#product_details_button_back a:hover {
	opacity: 0.75;
	font-size: 12px;
	color: #3d3d3d;
}

/*product details bottom content */

.product_details_bottom_content {
	width: 700px;
	clear: both;
	display: table;
	padding: 60px 0 0;
	margin: 0;
}

/*jquery tabs content*/

#example-one {
	width: 700px;
	padding: 0 !important;
}

#example-one .nav {
	float: left;
	height: auto;
	margin: 5px 0 0 !important;
	padding: 0 !important;
	width: 460px;
	overflow: hidden;
	transition: all .2s linear;
}

#example-one .nav li {
	margin: 0 -1px 0 0 !important;
	transition: all .2s linear;
}

#example-one .nav li:first-child a {
	border-radius: 3px !important;
}

#example-one .nav li:last-child a {
	border-radius: 3px !important;
}

#example-one .nav li:first-of-type a {
	border-radius: 3px 0 0 0 !important;
}

#example-one .nav li:last-of-type a {
	border-radius: 0 3px 0 0 !important;
}

#example-one .nav li a {
	background: linear-gradient(#f5f5f5, #ebebeb) !important;
	background: -webkit-linear-gradient(#f5f5f5, #ebebeb) !important;
	border: 1px solid #d7d7d7 !important;
	border-bottom: none !important;

	color: #6d6d6d;
	font-size: 13px;
	padding: 9px 10px 11px;
	margin: 0;
	border-radius: 3px;
	transition: all .2s linear;
}

#example-one ul li.nav-one a.current, #example-one ul.featured li a:hover {
	background: linear-gradient(#e1e1e1, #d7d7d7) !important;
	background: -webkit-linear-gradient(#e1e1e1, #d7d7d7) !important;
	border: 1px solid #c3c3c3 !important;
	border-bottom: none !important;

	color: #4d4d4d; /* text color */
	font-size: 13px;
	padding: 9px 10px 11px;
	margin: 0;
	border-radius: 3px;
	transition: all .2s linear;
}

#example-one ul li a:hover {
	background: linear-gradient(#e1e1e1, #d7d7d7) !important;
	background: -webkit-linear-gradient(#e1e1e1, #d7d7d7) !important;
	border: 1px solid #c3c3c3 !important;
	border-bottom: none !important;

	color: #4d4d4d; /* text color */
	font-size: 13px;
	padding: 9px 10px 11px;
	margin: 0;
	border-radius: 3px;
	transition: all .2s linear;
}

#example-one ul li a.current {
	background: linear-gradient(#e1e1e1, #d7d7d7) !important;
	background: -webkit-linear-gradient(#e1e1e1, #d7d7d7) !important;
	border: 1px solid #c3c3c3 !important;
	border-bottom: none !important;

	color: #4d4d4d; /* text color */
	font-size: 13px;
	padding: 9px 10px 11px;
	margin: 0;
	border-radius: 3px;
	transition: all .2s linear;
}

.list-wrap {
	width: 698px;
	display: table;
	margin: 0 0 40px;
	padding: 0;
	clear: both;
	
	background: linear-gradient(#fff, #f5f5f5);
	background: -webkit-linear-gradient(#fff, #f5f5f5);
	border: 1px solid #e1e1e1;
	border-radius: 0 0 3px 3px;
}

.list-wrap #specifications h2 {
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.15) inset;
	padding: 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #4d4d4d;
}

.list-wrap #specifications ul {
	width: 700px;
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.list-wrap #specifications ul li {
	width: 660px;
	display: table;
	margin: 0;
	padding: 10px 20px;
	background-color: #fff;
	height: auto;
}

.list-wrap #specifications ul li.image_strong_spec strong {
	margin: 2px 0 0;
}

.list-wrap #specifications ul li strong {
	width: auto !important;
	font-size: 13px;
	color: #6d6d6d;
	line-height: 18px;
	font-weight: 400;
	float: left;
	padding: 0;
	margin: 2px 0 0;
}

.list-wrap #specifications ul li p {
	font-size: 13px;
	color: #4d4d4d;
	line-height: 18px;
	font-weight: 400;
	float: right;
	padding: 2px 0 4px;
	margin: 0;
}

.list-wrap #specifications ul li img {
	float: right;
	padding: 0;
	margin: 0;
}

.list-wrap #specifications ul li:nth-child(even) {
	background-color: #f5f5f5;
}

.list-wrap #description, .list-wrap #tech_description {
	padding: 20px;
}

#description p, #description span, #description u, #description em {
	font-size: 13px;
	color: #8d8d8d;
	line-height: 18px;
	font-weight: 400;
}

.list-wrap #comments_reviews {
	padding: 20px;
	margin: 0;
	clear: both;
	display: table;
}

#comments_reviews p, #comments_reviews span, #comments_reviews u, #comments_reviews em {
	font-size: 13px;
	color: #8d8d8d;
	line-height: 18px;
	font-weight: 400;
}

.product_comment {
	display: table;
	float: left;
}

.product_comment h3 {
	padding: 20px 0 0;
	font-size: 18px;
}

.product_comment form {
	margin: 20px 0 0;
	padding: 0;
	display: table;
}

.product_comment form textarea {
	width: 530px;
	max-width: 530px;
	min-width: 530px;
	height: 85px;
	
	border: 1px solid #dcdcdc; /* stroke */
	background: linear-gradient(#fafafa, #f0f0f0);
	background: -webkit-linear-gradient(#fafafa, #f0f0f0);
	
	border-radius: 3px;
	padding: 4px 9px 6px !important;
	margin: 0;
	float: none;
	display: block;
	
	color: #4d4d4d;
	font-size: 13px !important;
	font-weight: 400;
	transition: all .3s linear;
}

.product_comment form textarea:hover, .product_comment form textarea:focus, .product_comment form textarea:active {
	width: 530px;
	max-width: 530px;
	min-width: 530px;
	height: 85px;
	
	border: 1px solid #dcdcdc; /* stroke */
	background: linear-gradient(#fafafa, #f0f0f0);
	background: -webkit-linear-gradient(#fafafa, #f0f0f0);
	
	border-radius: 3px;
	padding: 4px 9px 6px !important;
	margin: 0;
	float: none;
	display: block;
	
	color: #4d4d4d;
	font-size: 13px !important;
	font-weight: 400;
	transition: all .3s linear;
	opacity: 0.75;
}

.product_comment form input {
	border: 1px solid #cdcdcd; /* stroke */
	background: linear-gradient(#ebebeb, #dcdcdc);
	background: -webkit-linear-gradient(#ebebeb, #dcdcdc);
	
	border-radius: 3px;
	padding: 4px 9px 6px !important;
	margin: 10px 0 0;
	width: auto;
	float: none;
	display: block;
	cursor: pointer;
	
	color: #4d4d4d;
	font-size: 13px !important;
	font-weight: 400;
	transition: all .3s linear;
	text-shadow: 1px 0 1px #fff;
}

.product_comment form input:hover, .product_comment form input:focus {
	border: 1px solid #cdcdcd; /* stroke */
	background: linear-gradient(#ebebeb, #dcdcdc);
	background: -webkit-linear-gradient(#ebebeb, #dcdcdc);
	
	border-radius: 3px;
	padding: 4px 9px 6px !important;
	margin: 10px 0 0;
	width: auto;
	float: none;
	display: block;
	cursor: pointer;
	
	color: #4d4d4d;
	font-size: 13px !important;
	font-weight: 400;
	transition: all .3s linear;
	text-shadow: 1px 0 1px #fff;
	opacity: 0.75;
}

.rating_box {
	float: left;
	width: 100px;
	margin: 4px 0 0 25px;
}

.ratings_row {
	margin: 5px 0;
}

.ratings_row span {
	font-size: 11px;
	margin: 0 0 0 5px;
	padding: 0;
}

/*social toolbar inside*/

#example-one .social_toolbar_inside {
	width: auto;
	float: right;
	clear: none;
	margin: 8px 0 0;
	padding: 0;
}

#example-one .social_toolbar_inside ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

#example-one .social_toolbar_inside ul li {
	float: left !important;
	margin: 0 0 0 1px !important;
	padding: 0 !important;
	border: none !important;
}

#example-one .social_toolbar_inside ul li a, #example-one .social_toolbar_inside ul li a:hover, #example-one .social_toolbar_inside ul li a.current {
	display: flex !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

#example-one .social_toolbar_inside ul li img {
	max-width: 32px !important;
	max-height: 32px !important;
	border: none !important;
	padding: 2px !important;
	margin: 0 !important;
	background: #ebebeb !important;
}

#example-one .social_toolbar_inside ul li img:hover {
	background: #d7d7d7 !important;
}

#example-one .social_toolbar_inside ul li:first-of-type img {
	border-radius: 3px 0 0 0;
}

#example-one .social_toolbar_inside ul li:last-of-type img {
	border-radius: 0 3px 0 0;
}

/*select from table*/

.select_from_table {
	width: 700px;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.select_from_table article {
	width: 700px;
	display: table;
	padding: 0;
	margin: 0 0 1px;
	background-color: #f5f5f5;
	border-radius: 3px;
	
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.0) inset;
	transition: all .2s linear;
}

.select_from_table article:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.20) inset;
	transition: all .2s linear;
}

.select_from_table article:nth-child(odd) {
	background-color: #fff;
}

.select_from_table article:nth-child(odd) div {
	border-right: 1px solid #d7d7d7;
}

.select_from_table article div {
	float: left;
	padding: 10px;
	margin: 0;
	border-right: 1px solid #e1e1e1;
}

.select_from_table article div:last-child {
	border: none;
}

.select_from_table article div p {
	font-size: 12px;
	color: #7d7d7d;
	font-weight: 400;
	padding: 0;
	margin: 0;
	word-break: break-all;
}

.select_from_table article div p strong {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-weight: 400;
	color: #555;
}

.select_from_table article div h1 {
	/*
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 335px;
	*/
}

.select_from_table article div h1, .select_from_table article div h1 a {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 12px;
	padding: 0 !important;
	margin: 0 !important;
	color: #555;
	font-weight: 400;
}

.select_from_table article div h1 a:hover {
	font-size: 12px;
	color: #e10f0f;
}

.select_from_table .table_head_product_name {
	width: 310px;
}

.select_from_table .table_product_name {
	width: 310px;
}

.select_from_table .products_table_head .table_head_catalog_number {
	width: 100px;
}

.select_from_table .table_catalog_number {
	width: 100px;
}

.select_from_table .thead_quantity {
	width: 110px;
}

.select_from_table .tbody_quantity {
	width: 110px;
}

.select_from_table input[name="product_quantity"] {
	width: 100px !important;
}

.select_from_table .tbody_price {
	width: 130px;
}

.select_from_table .thead_price {
	width: 130px;
}

.select_from_table .tbody_price p {
	color: #414141;
	font-weight: 400;
	text-align: center;
}

/*viewed products content*/

.viewed_products_content {
	width: 220px;
	padding: 0;
	margin: 0 0 40px;
	display: table;
}

.viewed_products_content h1 {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 400;
	margin: 6px 0 20px 0;
	padding: 0;
}

.viewed_products_content ul {
	width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
}

.viewed_products_content ul li {
	width: 190px;
	margin: 0 0 2px;
	padding: 15px;
	display: table;
	background-color: #f5f5f5;
	border-radius: 3px;
}

.viewed_products_content ul li a:first-child {
	font-size: 10px;
	color: #696969;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin: 0;
	padding: 0;
}

.viewed_products_content ul li a:last-child {
	font-size: 14px;
	color: #414141;
	font-weight: 400;
	text-transform: none;
	margin: 0;
	padding: 0;
}

.viewed_products_content ul li a:hover {
	color: #e10f0f;
}

/*products right side featured*/

.products_right_side_featured {
	width: 220px;
	margin: 0 0 40px;
	padding: 0;
	display: table;
}

.products_right_side_featured h1 {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 400;
	margin: 0;
	padding: 0 0 20px;
}

.products_right_side_featured article {
	width: 220px;
	float: none;
	display: table;
	margin: 0 0 20px;
	padding: 0;
}

.products_right_side_featured article:last-of-type {
	margin: 0;
}

.products_right_side_featured article figure {
	max-width: 220px;
	max-height: 165px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border: none;
	box-shadow: none;
	
	float: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.products_right_side_featured article figure img {
	max-width: 220px;
	max-height: 165px;
	vertical-align: middle;
	text-align: center;
}

.products_right_side_featured article h1 {
	margin: 15px 0 5px 0;
	padding: 0;
	background: none;
	
	line-height: 26px;
	overflow: hidden;
	height: 27px;
	min-height: 27px;
}

.products_right_side_featured article h1, .products_right_side_featured article h1 a {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 18px;
	color: #2d2d2d;
	font-weight: 400;
	text-transform: none;
}

.products_right_side_featured article h1 a:hover {
	font-size: 18px;
	color: #e10f0f;
}

.products_right_side_featured article em, .products_right_side_featured article p {
	font-size: 12px;
	color: #5f5f5f;
	font-weight: 400;
	margin: 0;
	padding: 0;
	
	line-height: 17px;
	/*
	overflow: hidden;
	height: 34px;
	min-height: 34px;
	*/
}

.products_right_side_featured article .price_quantity_cnt div {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.products_right_side_featured article .price_quantity_cnt em {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 16px;
	color: #e10f0f;
	font-weight: 400;
	margin: -2px 0 0;
	padding: 0;
}

.products_right_side_featured article .price_quantity_cnt del {
	font-size: 12px;
	color: #7d7d7d;
	font-weight: 400;
	margin: -2px 0 0;
	padding: 0;
}

.products_right_side_featured article .price_quantity_cnt em,
.products_right_side_featured article .price_quantity_cnt p,
.products_right_side_featured article .price_quantity_cnt del {
	line-height: inherit;
	overflow: inherit;
	height: auto;
	min-height: inherit;
	display: table;
}

.products_right_side_featured article .price_quantity_cnt em:only-child {
	margin: 4px 0 0;
}

.products_right_side_featured input[type="number"] {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif !important;
	font-size: 11px !important;
	color: #555555 !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 8px 7px !important;
	float: right !important;
	background: #e1e1e1 !important;
	border: none !important;
	border-radius: 3px 0 0 3px !important;
	box-shadow: none !important;
	width: 75px !important;
	max-width: 75px !important;
	box-sizing: border-box !important;
	transition: all .2s linear;
}

.products_right_side_featured input[type="number"]:hover, .products_right_side_featured input[type="number"]:focus {
	font-size: 11px !important;
	color: #2d2d2d !important;
	background: #d7d7d7 !important;
}

/*web navigator*/

.web_navigator {
	display: none;
}

/*hidden form*/

.hidden_form {
	display: none;
	margin: 0;
	padding: 0;
}

.delivery_service {
	width: 213px;
	border: 1px solid #CACACA;
	border-bottom: none;
}

/* Profile */

.refer_narrow {
	float: left;
	width: 640px;
}

.referred_box {
	float: right;
	width: 300px;
	margin: 0 0 15px;
}

.referred_box form {
	clear: both;
	display: table;
	margin: 0;
}

.referred_box form label {
	float: left;
	padding: 0;
	margin: 10px 15px 0 0;
	font-size: 13px;
	color: #3d3d3d;
	font-weight: 400;
}

.referred_box form input[name="code"] {
	width: 160px;
	border:1px solid #a7a7a7;
	border-radius: 3px 0 0 3px;
	color:#333;
	margin: 3px 0;
	font-weight:lighter;
	padding: 7px 8px;
	font-size:12px;
	transition: all .5s ease;
	outline: none !important;
	float: left;
	
	-moz-box-shadow: 1px 2px 3px 0 rgba(0,0,0,.05); /* drop shadow */
	-webkit-box-shadow: 1px 2px 3px 0 rgba(0,0,0,.05); /* drop shadow */
	box-shadow: 1px 2px 3px 0 rgba(0,0,0,.05); /* drop shadow */
	background: linear-gradient(#f5f5f5, #ebebeb);
	background: -webkit-linear-gradient(#f5f5f5, #ebebeb);
}

.referred_box form input[name="code"]:hover, .referred_box form input[name="code"]:focus, .referred_box form input[name="code"]:active {
	opacity: 0.65;
}

.referred_box form input[name="submit"] {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	padding: 5px 6px;
	box-shadow: none;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	width: auto;
	display: inline-block;
	margin: 3px 0;
	transition: all .2s linear;
	float: left;
	
	border: 1px solid #4d4d4d; /* stroke */
	background: linear-gradient(#194d87, #003979);
	background: -webkit-linear-gradient(#194d87, #003979);
}

.referred_box form input[name="submit"]:hover, .referred_box form input[name="submit"]:focus, .referred_box form input[name="submit"]:active {
	opacity: 0.75;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	padding: 5px 6px;
	box-shadow: none;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	width: auto;
	display: inline-block;
	margin: 3px 0;
	transition: all .2s linear;
	float: left;
	
	border: 1px solid #4d4d4d; /* stroke */
	background: linear-gradient(#194d87, #003979);
	background: -webkit-linear-gradient(#194d87, #003979);
}

.profile_information {
	display: table;
	margin: 0 0 15px 0;
}

.profile_information ul {
	float: left;
	list-style-type: none;
	width: 480px;
}

.profile_information ul li {
	margin: 5px 0;
}

.profile_information ul li strong {
	display: inline-block;
	width: 140px;
}

.shop_receipt_customer_info {
	width: 960px;
	margin: 0 auto 40px;
	padding: 0;
	clear: both;
	display: table;
}

.shop_receipt_customer_info h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 16px;
	padding: 3px 0 3px 10px;
	margin: 0 0 20px;
	border-left: 1px solid #e10f0f;
}

.shop_receipt_customer_info_left_column {
	width: 480px;
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
}

.shop_receipt_customer_info_right_column {
	width: 440px;
	float: left;
	margin: 0;
	padding: 0;
}

.shop_receipt_customer_info dl {
	margin: 0;
	padding: 0;
	display: table;
	clear: both;
}

.shop_receipt_customer_info dl dd:nth-of-type(n) {
	margin: 0 0 10px;
}

.shop_receipt_customer_info dl dd:last-child {
	margin: 0;
}

.shop_receipt_customer_info dl dt {
	width: 120px;
	font-size: 13px;
	font-weight: 400;
	color: #6d6d6d;
	margin: 0 0 -1px;
	padding: 8px 9px;
	float: left;
	
	border-radius: 3px 0 0 3px;
	border: 1px solid #dcdcdc; /* stroke */
	
	background: linear-gradient(#fff, #f8f8f8);
	background: -webkit-linear-gradient(#fff, #f8f8f8);
}

.shop_receipt_customer_info dl dd {
	width: 280px;
	font-size: 13px;
	font-weight: 400;
	color: #6d6d6d;
	margin: 0;
	padding: 8px 9px;
	float: left;
	
	border-radius: 0 0 3px 3px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background-color: #fff;
}

.shop_receipt_content {
	width: 960px;
	margin: 0 auto 20px;
	padding: 0;
	clear: both;
	display: table;
}

.shop_receipt_content dl {
	width: 960px;
	margin: 0;
	padding: 0;
	display: table-row;
}

.shop_receipt_content dl:first-child dt:first-child {
	border-radius: 3px 0 0 0;
}

.shop_receipt_content dl:first-child dt:last-child {
	border-radius: 0 3px 0 0;
}

.shop_receipt_content dl:last-child dd:first-child {
	border-radius: 0 0 0 3px;
}

.shop_receipt_content dl:last-child dd:last-child {
	border-radius: 0 0 3px 0;
}

.shop_receipt_content dl dt:first-child, .shop_receipt_content dl dd:first-child {
	border-left: 1px solid #dcdcdc;
}

.shop_receipt_content dl:last-child dd {
	border-bottom: 1px solid #dcdcdc;
}

.shop_receipt_content dl dt {
	width: 95px;
	display: table-cell;
	font-size: 13px;
	font-weight: 400;
	color: #6d6d6d;
	text-align: center;
	margin: 0;
	padding: 8px 9px;
	
	border-radius: 3px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	
	background: linear-gradient(#fff, #f8f8f8);
	background: -webkit-linear-gradient(#fff, #f8f8f8);
}

.shop_receipt_content dl dd {
	width: 95px;
	display: table-cell;
	font-size: 12px;
	font-weight: 400;
	color: #6d6d6d;
	text-align: center;
	margin: 0;
	padding: 8px 9px;
	
	border-radius: 3px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	
	background-color: #fff;
}

.shop_receipt_payment {
	width: 440px;
	float: left;
	margin: 0 40px 0 0;
	padding: 0 0 0 20px;
}

.shop_receipt_payment dl {
	margin: 0;
	padding: 0;
	display: table;
	clear: both;
}

.shop_receipt_payment dl dd:nth-of-type(n) {
	margin: 0 0 10px;
}

.shop_receipt_payment dl dd:last-child {
	margin: 0;
}

.shop_receipt_payment dl dt {
	width: 420px;
	font-size: 13px;
	font-weight: 400;
	color: #6d6d6d;
	margin: 0 0 -1px;
	padding: 8px 9px;
	
	border-radius: 3px 3px 0 0;
	border: 1px solid #dcdcdc; /* stroke */
	background: linear-gradient(#fff, #f8f8f8);
	background: -webkit-linear-gradient(#fff, #f8f8f8);
}

.shop_receipt_payment dl dd {
	width: 420px;
	font-size: 12px;
	font-weight: 400;
	color: #6d6d6d;
	margin: 0;
	padding: 8px 9px;
	
	border-radius: 0 0 3px 3px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
}

.shop_receipt_totals {
	width: 440px;
	float: left;
	margin: 0;
	padding: 0;
}

.shop_receipt_totals dl {
	margin: 0;
	padding: 0;
	display: table;
	clear: both;
}

.shop_receipt_totals dl dd:nth-of-type(n) {
	margin: 0 0 10px;
}

.shop_receipt_totals dl dd:last-child {
	margin: 0;
}

.shop_receipt_totals dl dt {
	width: 420px;
	font-size: 13px;
	font-weight: 400;
	color: #4d4d4d;
	margin: 0 0 -1px;
	padding: 8px 9px;
	
	border-radius: 3px 3px 0 0;
	border: 1px solid #dcdcdc; /* stroke */
	background: linear-gradient(#fff, #f8f8f8);
	background: -webkit-linear-gradient(#fff, #f8f8f8);
}

.shop_receipt_totals dl dd {
	width: 420px;
	font-size: 12px;
	font-weight: 400;
	color: #6d6d6d;
	margin: 0;
	padding: 8px 9px;
	
	border-radius: 0 0 3px 3px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
}

.shop_receipt_footer_info {
	width: 920px;
	margin: 20px auto 40px;
	padding: 0;
	clear: both;
	display: table;
	font-size: 12px;
	font-weight: 400;
	color: #8d8d8d;
}

dd.artikl .artikl-info h2 {
	padding: 0 0 5px;
}

dd.artikl .artikl-info p {
	padding: 0 0 5px;
}

dd.artikl .artikl-info p.notice {
	font-size: 12px;
	color: #4d4d4d;
}

dd.naziv-confirm p.notice {
	font-size: 11px;
	color: #4d4d4d;
	padding: 5px 0 0;
}

/*search result*/

.search_result {
	width: 700px;
	margin: 20px 0 0;
	padding: 0;
	clear: both;
	display: table;
	list-style: none;
}

.search_result h2 {
	font-size: 20px;
	color: #4d4d4d;
	margin: 0;
	padding: 0 0 10px;
}

.search_result h3 {
	font-size: 18px;
	color: #4d4d4d;
	font-weight: 400;
	margin: 0;
	padding: 0 0 10px;
}

.search_result li:first-of-type {
	padding: 0 0 20px;
}

.search_result li {
	display: table;
	clear: both;
	margin: 0;
	padding: 0 0 10px;
}

.search_result li p.type {
	float: left;
	width: auto;
	text-align: right;
	padding: 0 0 10px;
}

.search_result li p.content {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	width: auto;
	border-left: 1px solid #CDCDCD;
    box-shadow: 0 1px 0 #FFFFFF;
}

.search_result li p.content a {
	font-size: 14px;
	color: #4d4d4d;
	margin: 0;
	padding: 0;
	display: block;
}

.search_result li p.content a span {
	font-size: 14px;
	color: #e10f0f;
}

.search_result li p.content span a {
	font-size: 10px;
	color: #4d4d4d;
	margin-top: 5px;
}

/*shop steps info*/

.shop_steps_info {
	width: auto;
	max-width: 960px;
	margin: 0 auto 10px;
	padding: 0;
	clear: both;
	display: table;
}

.shop_steps_info:last-of-type {
	margin: 0 auto;
}

.shop_steps_info p {
	font-size: 13px;
	color: #8d8d8d;
	font-weight: 400;
	padding: 0 0 15px;
	margin: 0;
	
	width: auto;
	display: block;
	text-align: center;
}

.quick_registration_question p:nth-child(1) {
	font-size: 16px;
	color: #8d8d8d;
	font-weight: 400;
	padding: 0;
	margin: 0 auto;
	
	width: auto;
	display: block;
	text-align: center;
}

.quick_registration_question p:nth-child(2) {
	font-size: 10px;
	color: #6d6d6d;
	font-weight: 400;
	padding: 0;
	margin: 0 auto;
	
	width: auto;
	display: block;
	text-align: center;
}

.shop_steps_info .order_success {
	font-size: 16px;
	color: #6d6d6d;
	font-weight: 400;
	padding: 0 0 15px;
	margin: 0;
	
	width: auto;
	display: block;
	text-align: center;
}

.shop_steps_info h2 {
	font-size: 20px;
	color: #4d4d4d;
	font-weight: 400;
	padding: 0 0 30px;
	margin: 0;
	
	width: auto;
	display: block;
	text-align: center;
}

.shop_steps_info label {
	font-size: 14px;
	color: #6d6d6d;
	font-weight: 400;
	float: left;
	padding: 0;
	margin: 9px 5px 0 0;
}

.shop_steps_info input[type="radio"] {
	margin: 11px 20px 20px 0;
	padding: 0;
	float: left;
}

/*empty basket sentence*/

.empty_basket_sentence {
	background: none repeat scroll 0 0 #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	color: #4d4d4d;
	display: block !important;
	font-size: 16px;
	font-weight: 400;
	margin: 0 auto 30px;
	padding: 15px 0;
	text-align: center;
}

a.back_to_homepage {
	font-size: 12px;
	color: #6d6d6d;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 10px 9px 11px 9px;
	display: table;
	cursor: pointer;
	transition: all .2s linear;
	
	background: linear-gradient(#f5f5f5, #ebebeb);
	background: -webkit-linear-gradient(#f5f5f5, #ebebeb);
	border: 1px solid #d7d7d7;
	border-radius: 3px;
}

a.back_to_homepage:hover {
	font-size: 12px;
	color: #4d4d4d;
	background: linear-gradient(#ebebeb, #e1e1e1);
	background: -webkit-linear-gradient(#ebebeb, #e1e1e1);
	border: 1px solid #cdcdcd;
	transition: all .2s linear;
}

/*complete order*/

#complete_order textarea[name="order_note"] {
	border-radius: 3px;
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	padding: 10px;
	min-width: 780px;
	max-width: 780px;
	height: 45px;
}

.confirmLastStep {
	display: none;
}

/*mail chimp newsletter form*/

.validate {
	width: auto;
	margin: 0 auto;
	padding: 15px 0 0;
	display: table;
}

.validate h2 {
	font-size: 16px;
	color: #4d4d4d;
	margin: 0 auto;
	padding: 0 0 15px;
	text-align: center;
}

.asterisk {
	display: inline-block;
	margin: -1px 0 0;
}

.indicates-required {
	width: auto;
	float: right;
}

.validate div {
	width: auto;
	margin: 0 0 8px;
	padding: 0;
	display: table;
	clear: both;
}

.validate label {
	width: 90px;
	float: left;
	font-size: 13px;
	color: #6d6d6d;
	margin: 10px 10px 0 0;
	padding: 0;
	text-align: right;
}

input.button {
	background-color: #4d4d4d !important;
	padding: 6px 6px 6px 6px !important;
	color: #fff !important;
	font-size: 12px !important;
	text-shadow: 0 1px 1px rgba(0,0,0,.3) !important;
	border-radius: 2px !important;
	transition: all .2s linear !important;
	border: none !important;
	margin: 15px 5px 0 0;
	float: left;
	cursor: pointer;
	width: auto !important;
	box-shadow: none !important;
}

input.button:hover, input.button:focus {
	background-color: #34B9D8;
	opacity: 0.75;
}

.validate input, .validate textarea, .validate select {
	width: 340px;
	max-width: 340px;
	padding: 8px;
	background: #fafafa;
	border-radius: 2px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04) inset;
	border: 1px solid #C2C2C2;
	transition: all .2s linear;
	float: left;
	margin: 0;
}

.validate input:hover, .validate input:focus, .validate input:active {
	opacity: 0.75;
}

.validate textarea:hover, .validate textarea:focus, .validate textarea:active {
	opacity: 0.75;
}

.validate select:hover, .validate select:focus, .validate select:active {
	opacity: 0.75;
}

.validate textarea {
	padding: 8px !important;
	background: #fafafa !important;
	border-radius: 2px !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04) inset !important;
	border: 1px solid #C2C2C2 !important;
	color: #4d4d4d;
}

.input-group {
	float: right;
	margin: 8px 0 0 !important;
}

.input-group strong {
	margin: 0 0 5px;
	display: inline-block;
}

.input-group ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.input-group ul li {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.input-group ul li:last-of-type {
	margin: 0;
}

.input-group ul li input {
	width: auto;
	max-width: inherit;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.input-group ul li label {
	width: auto;
	float: left;
	font-size: 12px;
	color: #6d6d6d;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: left;
}

.validate .clear {
	float: right;
	margin: 8px 0 0 !important;
}

.checkout_login_register {

}

.checkout_login_register h3 {
	color: #4d4d4d;
	font-size: 22px !important;
	font-weight: 400;
	margin: 5px 0 10px !important;
}

.checkout_login_register fieldset input {
	background: linear-gradient(#f5f5f5, #ebebeb) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #a7a7a7;
	border-radius: 3px;
	box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	font-size: 12px;
	font-weight: lighter;
	outline: medium none !important;
	padding: 10px 8px;
	transition: all 0.5s ease 0s;
	width: 405px;
}

.checkout_login_register form.box_data_register {
	width: 440px;
}

.checkout_login_register fieldset.checkbox_field {
	margin: 20px 0 15px;
}

.checkout_login_register fieldset.checkbox_field label {
	display: inline-block;
}

.checkout_login_register fieldset.checkbox_field input {
	width: 25px;
}

a.decline_registration {
	color: #fff;
	font-weight: 400;
	text-transform: none;
	padding: 8px 6px;
	box-shadow: none;
	border-radius: 3px;
	cursor: pointer;
	width: auto;
	display: block;
	margin: 0 20px 0 0;
	transition: all .2s linear;
	float: left;
	border: 1px solid #c1312e; /* stroke */
	background: linear-gradient(#c84442, #c1312e);
	background: -webkit-linear-gradient(#c84442, #c1312e);
}

a.decline_registration:hover {
	opacity: 0.75;
	color: #fff;
}

#quick_registration {
	float: left;
}

#quick_registration input {
	text-transform: none;
}

/*user benefits*/

.user_benefits {
	font-size: 13px;
	color: #6d6d6d;
	font-weight: 400;
	text-transform: uppercase;
	margin: -9px 0 10px;
	padding: 15px 0 15px 55px;
	float: right;
	background: url("../img/benefts_icon2.png") no-repeat center left;
}

/*online support*/

.online_support {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	clear: both;
	display: table;
	
	background: linear-gradient(#fff, #f5f5f5);
	background: -webkit-linear-gradient(#fff, #f5f5f5);
	border-top: 1px solid #e1e1e1;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	
	position: fixed;
	z-index: 999999;
	bottom: 0;
}

.online_support div {
	width: auto;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.online_support div em {
	color: #8d8d8d;
	float: left;
	font-size: 12px;
	font-weight: 400;
	margin: 5px 40px 0 0;
	padding: 0;
}

.online_support div a {
	font-size: 16px;
	color: #6d6d6d;
	font-weight: 400;
	float: left;
	border-bottom: 1px solid #e10f0f;
	margin: 0 20px 0 0;
	padding: 0 0 3px;
}

.online_support div a:last-of-type {
	font-size: 12px;
	color: #6d6d6d;
	font-weight: 400;
	margin: 6px 0 0;
	float: left;
}

.online_support div a:hover {
	color: #2d2d2d;
}

.payway_list li a img{
	max-height:24px;
	max-widht:38px;
}

/*sorter search*/

.main_right_column_content .sorter:nth-child(3) {
	border-bottom: 1px dotted #e1e1e1;
	border-top: 1px dotted #e1e1e1;
	margin: 10px 0 20px;
	padding: 14px 0 16px;
	width: 700px;
}

.sorter h4 {
	color: #555;
	float: left;
	font-size: 18px;
	font-weight: 400;
	margin: 0 5px 0 0;
	padding: 0;
}

.sorter h4 strong {
	color: #e10f0f;
	font-size: 18px;
	font-weight: 400;
}

.sorter h5 {
	color: #555;
	float: right;
	font-size: 16px;
	font-weight: 400;
	margin: 2px 0 0;
	padding: 0;
}

.sorter h5 strong {
	color: #3C3C3C;
	font-size: 16px;
	font-weight: 400;
}

.quantity_loader {
	float: left;
	margin: 0 5px 0 0;
}

/*IE STYLES FIX*/
/*
.ie10 .search_cnt input,
.ie11 .search_cnt input {
	padding: 8px 7px 9px 7px;
}

.right_column_contact form dl div:nth-of-type(5) span.formInfo {
	margin: 0 0 0 190px !important;
	top: -45px !important;
	position: relative !important;
}

.filter p, .filter span, .filter em, .filter strong {
	position: static;
}

.contact_form dd {
	margin: 0 !important;
}

.formInfo {
	right: inherit
}

.basket_first img {
	margin: -25px 0 0 0;
}

/*.filter div:nth-of-type(2), .filter div:nth-of-type(3) {
	margin: 0 20px 10px 0;
}
*/

/*SEARCH PAGE UPDATE*/

/*main column search cnt*/

.main_column_search_cnt {
	width: 100%;
	float: none;
	display: table;
	margin: 40px 0 0;
	padding: 0;
}

.main_column_search_cnt h3 {
	font-size: 21px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0 0 10px;
}

.main_column_search_cnt .product_views_info {
	width: 100%;
}

.main_column_search_cnt .paging_content {
	width: 100%;
	float: none;
	clear: both;
	display: table;
}

.main_column_search_cnt .category_hgroup {
	width: 100%;
}

.main_column_search_cnt .category_hgroup h1 {
	float: left;
}

.main_column_search_cnt .category_hgroup em {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	text-transform: uppercase;
	margin: 8px 0 0;
	padding: 0;
	float: right;
}

.main_column_search_cnt .category_hgroup mark {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	background-color: #13cde9;
	border-radius: 3px;
	padding: 4px 10px 5px;
	margin: 0 0 0 5px;
}

/*search cnt featured products*/

.search_cnt_featured_products {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.search_cnt_featured_products article {
	width: 225px;
	float: left;
	margin: 0 20px 40px 0;
	padding: 0;
}

.search_cnt_featured_products article:nth-of-type(4n) {
	margin-right: 0;
}

.search_cnt_featured_products article figure {
	max-width: 225px;
	max-height: 170px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border: none;
	box-shadow: none;
	position: relative;
	
	float: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.search_cnt_featured_products article figure img {
	max-width: 225px;
	max-height: 170px;
	vertical-align: middle;
	text-align: center;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

.search_cnt_featured_products article figure img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.search_cnt_featured_products article figure figcaption {
	position: absolute;
	right: 0;
	top: 0;
}

.search_cnt_featured_products article figure figcaption img {
	max-height: 72px;
	margin: 0;
	padding: 0;
}

.search_cnt_featured_products article h1 {
	margin: 15px 0 5px 0;
	padding: 0;
	background: none;
	
	line-height: 26px;
	overflow: hidden;
	height: 27px;
	min-height: 27px;
}

.search_cnt_featured_products article h1, .search_cnt_featured_products article h1 a {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 18px;
	color: #2d2d2d;
	font-weight: 400;
	text-transform: none;
}

.search_cnt_featured_products article h1 a:hover {
	font-size: 18px;
	color: #e10f0f;
}

.search_cnt_featured_products article em, .search_cnt_featured_products article p {
	font-size: 12px;
	color: #5f5f5f;
	font-weight: 400;
	margin: 0;
	padding: 0;
	
	line-height: 17px;
	overflow: hidden;
	height: 34px;
	min-height: 34px;
}

.search_cnt_featured_products article .price_quantity_cnt div {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.search_cnt_featured_products article .price_quantity_cnt div:last-of-type {
	clear: left;
	margin-top: 8px;
}

.search_cnt_featured_products article .price_quantity_cnt em {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 16px;
	color: #e10f0f;
	font-weight: 400;
	margin: -2px 0 0;
	padding: 0;
}

.search_cnt_featured_products article .price_quantity_cnt del {
	font-size: 12px;
	color: #7d7d7d;
	font-weight: 400;
	margin: -2px 0 0;
	padding: 0;
}

.search_cnt_featured_products article .price_quantity_cnt em,
.search_cnt_featured_products article .price_quantity_cnt p,
.search_cnt_featured_products article .price_quantity_cnt del {
	line-height: inherit;
	overflow: inherit;
	height: auto;
	min-height: inherit;
	display: table;
}

.search_cnt_featured_products article .price_quantity_cnt em:only-child {
	margin: 4px 0 0;
}

.search_cnt_featured_products input[type="number"] {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif !important;
	font-size: 11px !important;
	color: #555555 !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 8px 7px !important;
	float: right !important;
	background: #e1e1e1 !important;
	border: none !important;
	border-radius: 3px 0 0 3px !important;
	box-shadow: none !important;
	width: 75px !important;
	max-width: 75px !important;
	box-sizing: border-box !important;
	transition: all .2s linear;
}

.search_cnt_featured_products input[type="number"]:hover, .search_cnt_featured_products input[type="number"]:focus {
	font-size: 11px !important;
	color: #2d2d2d !important;
	background: #d7d7d7 !important;
}

/*chosen master select*/

.chzn-container-single .chzn-single {
	font-size: 13px !important;
	color: #414141 !important;
	font-weight: 300 !important;
	text-transform: none !important;
	line-height: inherit !important;
	height: auto !important;
	margin: 0 !important;
	padding: 7px 10px !important;
	overflow: inherit !important;
	display: table !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	background: linear-gradient(#ffffff, #fafafa) !important;
	background: -webkit-linear-gradient(#ffffff, #fafafa) !important;
	border: 1px solid #cdcdcd !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	transition: all .2s linear !important;
}

.chzn-container-single .chzn-single:hover, .chzn-container-active .chzn-single:hover {
	border: 1px solid #919191 !important;
	box-shadow: none !important;
}

.chzn-container-single .chzn-single:focus, .chzn-container-active .chzn-single:focus {
	border: 1px solid #919191 !important;
	box-shadow: none !important;
}

.chzn-container-single .chzn-single-with-drop {
	border: 1px solid #919191 !important;
}

.chzn-container {
	width: 100% !important;
	float: none;
	display: table;
	margin: 0;
	padding: 0;
	display: inherit;
	vertical-align: inherit;
	background: none;
}

.chzn-container-single .chzn-single span {
	font-size: 12px !important;
	color: #414141 !important;
	font-weight: 300 !important;
	text-transform: none;
	line-height: inherit;
	margin: 0 !important;
	width: 115px;
}

.chzn-container-single .chzn-single div {
	width: 22px;
}

.chzn-container-single .chzn-single div b {
	background-image: url("../img/select-icon-arrow.png");
	background-position: 0 11px !important;
	transition: all .2s linear;
}

.chzn-container-single .chzn-single:hover div b,
.chzn-container-single .chzn-single:focus div b,
.chzn-container-single .chzn-single-with-drop div b {
	background-position: 0 -13px !important;
}

.chzn-container-single .chzn-drop {
	width: 162px !important;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background: #fff !important;
	border-radius: 0 !important;
	border: 1px solid #919191 !important;
	box-shadow: none !important;
}

.chzn-container .chzn-results li {
	width: 100% !important;
	box-sizing: border-box;
	font-size: 12px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 7px 10px;
	border-bottom: 1px solid #cdcdcd;
	transition: all .2s linear;
}

.chzn-container .chzn-results li, .chzn-container .chzn-results li.result-selected {
	background: #fff !important;
}

.chzn-container .chzn-results li.highlighted {
	background: #e10f0f !important;
	color: #fff;
}

.chzn-container .chzn-results li:last-of-type {
	border-bottom: none;
}

.copy_info {
	padding: 15px 0;
	display: table;
}

.LeftLogin {
	width: 100%;
	margin: 0 40px 0 0;
	float: left;
	padding: 0;
}

.RightRegister {
	width: 100%;
	float: right;
}

.order_user_info {
	display: table;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.order_user_info li {
	margin: 0 0 15px;
	float: left;
	padding: 0 0 15px;
	width: 45%;
	border-bottom: 1px dotted #cdcdcd;
}

.order_user_info li:nth-of-type(2n) {
	float: right;
}

.order_user_info li span {
	font-size: 14px;
	color: #414141;
	float: left;
	margin: 0;
	padding: 0;
}

.order_user_info li p {
	font-size: 14px;
	color: #414141;
	font-weight: 600;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}

.MiddleOrderForm fieldset {
	width: 48%;
	float: left;
}

.MiddleOrderForm fieldset:nth-of-type(2n) {
	float: right;
}

.MiddleOrderForm fieldset:last-of-type {
	float: left;
}

.middle_order_form_left_column fieldset {
	width: 100%;
}

.middle_order_form_right_column fieldset {
	width: 100%;
}



/*custom notification content*/
/*
.notification_content {
	width: 60%;
	margin: 0;
	padding: 70px 30px 30px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 0px 0px 150em rgba(0,0,0,0.45);
	position: fixed;
	left: 20%;
	top: 25%;
	z-index: 9999;
	border-radius: 3px;
	height: auto;
}

.notification_content h1,
.notification_content em,
.notification_content p,
.notification_content span,
.notification_content strong {
	font-size: 18px;
	color: rgba(0,0,0,0.85);
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.notification_content em {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 20px;
	padding: 0 0 30px;
}

.notification_content em a {
	font-family: "roboto_condensedbold", Arial, Tahoma, Calibri, Verdana serif;
	font-size: 20px;
	text-decoration: underline;
}

.notification_content em a:hover {
	font-size: 20px;
}

.notification_content span {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin: 15px 0 0;
	padding: 3px 10px 4px;
	background: #34ae28;
	display: block;
}

.close_btn {
	font-size: 18px;
	color: #fff;
	background: #e10f0f;
	border-radius: 3px 3px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px 10px 10px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.close_btn:hover {
	font-size: 18px;
	color: #fff;
	background: #000;
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
.notification_content {
	width: 90%;
	left: 5%;
	top: 5%;
}
}

*/



/*CONVERSION_RATE_EURO*/

.conversion_rate_euro {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin: 0 auto;
	display: table;
	padding: 0 0 30px;
}

.conversion_rate_euro strong {
	font-size: 14px;
	font-weight: bold;
}

.euro_price, .eu_price {
	font-size: 13px !important;
}

.euro_oldprice, .eu_oldprice {
	font-size: 13px !important;
}

.kn_price {
	font-size: 16px !important;
}

.kn_oldprice {
	font-size: 16px !important;
}