/*
file:	Style Sheet CSS
year:	2020
author:	CREW 803
email:	info@crew803.com
site:	www.crew803.com
*/

@charset "utf-8";

@import url(//fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic&subset=latin,latin-ext);

/* General HTML Styles */

* {
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

div, span, p, a, em, tr, th, td, input, select, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: "Lora", Times New Roman, Arial, Tahoma, Verdana serif;
	font-size: 13px;
	color: #555555;
	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: #333;
	font-size: 17px;
}
a {	
	font-size: 13px;
	color: #0044aa;
	text-decoration: none;
	transition: all .2s linear;
}
a:hover {
	color: #039805;
	font-size: 13px;
	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;
}

/*wrapper*/

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.wrapper a, img {
	outline: none !important;
}

.wrapper a:hover, a:visited, a:active {
	outline: none !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;
}

.slicknav_menu {
	display: none;
}

/*header*/

header {
	width: 100%;
	margin: 0 auto 20px;
	padding: 10px 0;
	clear: both;
	display: table;
	background: url("../img/header_background.png") repeat 0 0;
	border-bottom: 1px solid #d7d7d7;
}

.header_content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	display: table;
}

/*top login basket content*/

.top_login_basket_content {
	width: 920px;
	margin: 0 auto 30px;
	padding: 0;
	display: table;
}

/*login content*/

.login_content {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.login_system {
	width: auto;
	margin: 10px 0 0;
	padding: 7px 0 8px 42px;
	display: table;
	background: url("../img/login_icon.png") no-repeat center left;
}

.login {
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	float: left;
	border-right: 1px dotted #a5a5a5;
}

.login_button {
	font-size: 12px !important;
	color: #696969 !important;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	
	background: none;
	border: none;
	box-shadow: none;
}

.login_button:hover {
	font-size: 12px !important;
	color: #0044aa !important;
}

.login_button span {
	font-size: 12px !important;
	color: #696969 !important;
	margin: 0;
	text-transform: uppercase;
	transition: all .2s linear;
	
	background: url("../img/login_arrow.png") no-repeat center right;
	padding: 4px 15px 1px 0;
}

.login_button span:hover {
	background: url("../img/login_arrow.png") no-repeat center right;
	font-size: 12px !important;
	color: #0044aa !important;
}

.register_button {
	font-size: 12px !important;
	color: #696969 !important;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	
	background: none;
	border: none;
	box-shadow: none;
}

.register_button:hover {
	font-size: 12px !important;
	color: #0044aa !important;
}

.register_button span {
	font-size: 12px !important;
	color: #696969 !important;
	margin: 0;
	text-transform: uppercase;
	transition: all .2s linear;
	
	background: url("../img/login_arrow.png") no-repeat center right;
	padding: 4px 15px 1px 0;
}

.register_button span:hover {
	background: url("../img/login_arrow.png") no-repeat center right;
	font-size: 12px !important;
	color: #0044aa !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: 57px;
	margin-left: -433px;
	border-radius: 0;
	padding: 15px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.015) inset;
	height: 355px;
}

.box_data_login h3, .box_data_forget h3 {
    font-size: 17px;
    margin: -5px 0 15px;
    padding: 0 0 10px;
    text-transform: none;
    width: 240px;
    border-bottom: 1px dotted #cdcdcd;
}

.box_data_login {
	width: 240px;
}

.box_data_login form {
	position: relative;
	height: 370px;
}

.box_data_forget form {
	width: 240px;
	position: relative;
}

.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: #6d6d6d;
	margin: 0 0 3px;
}

span.red_star, span.formInfo {
	color: #0044aa;
	font-size: 16px;
}

.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: 0;
	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 div p, .box_data_forget div p {
	font-size: 13px;
	color: #8d8d8d;
	margin: 0;
	padding: 0 0 5px;
	display: block;
	background: none;
}

.box_data_login br {
	display: none;
}

.button_form {
	background: linear-gradient(#1458be, #0044aa) !important;
	background: -webkit-linear-gradient(#1458be, #0044aa) !important;
	border: 1px solid #0044aa !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 13px !important;
	color: #fff !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 8px 10px !important;
	text-shadow: none !important;
	width: auto !important;
	cursor: pointer;
	text-transform: capitalize !important;
}

.button_form:hover {
	opacity: 0.75;
}

.captcha input {
	padding: 6px 5px 5px 5px !important;
}

.box_data_login form a.switch_forget {
	background: none repeat scroll 0 0 #ebebeb;
	border-radius: 0;
	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: 57px;
	margin-left: -332px;
	border-radius: 0;
	padding: 15px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.015) inset;
}

.box_data_register h3 {
	width: 340px;
    font-size: 17px;
    margin: -5px 0 15px;
    padding: 0 0 10px;
    text-transform: none;
    border-bottom: 1px dotted #cdcdcd;
}

.box_data_register {
	width: 310px;
	margin: 0;
	padding: 0;
	display: table;
}

.top_testresult {
	border-radius: 0 !important;
	color: #222 !important;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 4px 10px 5px !important;
	width: 318px;
}

.top_strongPass span {
	font-size: 10px !important;
	display: flex !important;
	margin: 0 !important;
	padding: 0 !important;
}

.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 {
	font-size: 11px;
	color: #696969;
	margin: 0;
	padding: 0;
	background: none;
}

.box_data_register p a, .box_data_register p a:hover {
	font-size: 11px;
	color: #2d2d2d;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.box_data_register fieldset {
	margin: 0 0 10px;
	position: relative;
}

.box_data_register fieldset label {
	color: #5D5D5D;
	margin: 0 0 3px;
}

span.red_star, span.formInfo_register {
	color: #0044aa;
	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: 0;
	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, .box_data_forget 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;
	margin: 0;
	padding: 0 0 5px;
	display: block;
	float: none;
	background: none;
}

.box_data_register br {
	display: none;
}

.button_form_reset {
	background: linear-gradient(#e1e1e1, #d7d7d7) !important;
	background: -webkit-linear-gradient(#e1e1e1, #d7d7d7) !important;
	border: 1px solid #cdcdcd !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 13px !important;
	color: #4d4d4d !important;
	font-weight: 400 !important;
	margin: 0 7px 0 0 !important;
	padding: 8px 10px !important;
	text-shadow: none !important;
	width: auto !important;
	cursor: pointer;
	text-transform: capitalize !important;
}

.button_form_reset:hover {
	opacity: 0.75;
}

.box_data_register fieldset input[type="reset"] {
	background: linear-gradient(#e1e1e1, #d7d7d7) !important;
	background: -webkit-linear-gradient(#e1e1e1, #d7d7d7) !important;
	border: 1px solid #cdcdcd !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 13px !important;
	color: #4d4d4d !important;
	font-weight: 400 !important;
	margin: 0 7px 0 0 !important;
	padding: 8px 10px !important;
	text-shadow: none !important;
	width: auto !important;
	cursor: pointer;
	text-transform: capitalize !important;
}

.box_data_register fieldset input[type="reset"]: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;
}

/*user box*/

.UserBox {
	width: auto;
	float: left;
	padding: 0 !important;
}

.UserBox p {
	background: url("../img/avatar_icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	padding: 1px 0 0 32px;
}

.UserBox span {
	padding: 0;
	display: inline-block;
}

.UserBox span a, .UserBox span a:hover {
	font-size: 13px;
}

/*user account*/

.login_content nav {
	width: auto;
	margin: 0;
	padding: 0;
}

.login_content nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 180px;
}

.login_content nav ul li {
	display: block;
	position: relative;
}

.login_content nav ul li a {
	font-size: 14px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0;
}

.login_content nav ul li a:hover {
	font-size: 14px;
	color: #000;
}

.login_content nav ul li ul {
	position: absolute;
	z-index: 99999;
	right: 0;
	top: 22px;
	background: rgba(255,255,255,1);
	opacity: 0;
	display: none;
	width: 100%;
	transition: all .3s linear;
}

.login_content nav ul li:hover ul {
	opacity: 1;
	display: block;
}

.login_content nav ul li ul li {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.login_content nav ul li ul li:last-of-type {
	border: none;
}

.login_content nav ul li ul li a {
	font-size: 13px;
	color: rgba(0,0,0,0.70);
	font-weight: normal;
	text-transform: none;
	margin: 0;
	padding: 7px 15px;
	float: none;
	display: block;
	border-radius: 0;
	border: none;
	min-width: inherit;
	min-height: inherit;
}

.login_content nav ul li ul li a:hover,
.login_content nav ul li ul li a.active {
	font-size: 13px;
	color: #fff;
	background: #0044aa;
}

/*basket content*/

.basket_content {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
}

.basket_container {
	width: 298px;
	height: auto;
	float: none;
	display: table;
	margin: 0;
	padding: 0;
	position: relative;
	background: url("../img/box_shopping_cart.png") no-repeat center center #fff;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.20);
}

.basket_cnt a {
	font-family: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif;
	text-decoration: none;
	color: #0044aa !important;
	font-size: 13px;
	display: block;
	padding: 17px 20px 18px;
}

.basket_cnt a:hover {
	font-family: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif;
	text-decoration: none;
	color: #000 !important;
	font-size: 13px;
}

#slidingTopWrap {
	width: 298px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 10px;
	z-index: 10000 !important;
	height: 52px;
	background: url("../img/box_shopping_cart.png") no-repeat scroll 0 0 transparent;
	text-align: left;
	transition: all .2s linear;
}

.sliding_basket {
	top: 0 !important;
	z-index: 99999;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.40);
}

#slidingTopWrap p {
	font-family: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif;
	color: #8d8d8d;
	font-size: 12px;
	float: left;
	padding: 0;
}

#slidingTopWrap p a, #slidingTopWrap p a:hover, #slidingTopWrap p a:focus {
	font-family: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}

#slidingTopFooter {
    display: table;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 298px;
}

#slidingTopFooterLeft {
    width: inherit;
    height: auto;
}

#slidingTopFooterLeft p:first-child {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
}

#slidingTopFooterLeft p {
	font-family: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif;
	margin: 0;
	padding: 17px 0 17px 15px !important;
	font-size: 13px;
	color: #7d7d7d;
	text-shadow: none;
	text-align: left;
}

#slidingTopFooterLeft p a, #slidingTopFooterLeft p a:hover, #slidingTopFooterLeft p a:focus, #slidingTopFooterLeft p a:active {
	font-family: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif;
	text-decoration: none;
	color: #0044aa !important;
	font-size: 13px;
}

#slidingTopWrap p.lastP {
	border: medium none;
	font-size: 13px;
	color: #7d7d7d;
	margin: 0 !important;
	padding: 17px 0 17px 15px !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: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif !important;
    font-size: 13px !important;
    color: #4d4d4d !important;
}

a#slidingTopTrigger:hover {
    font-size: 10px !important;
    color: #fff !important;
}

a#slidingTopTrigger img {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 139px;
	text-align: center;
	bottom: -10px;
	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: 1px solid #e6e6e6 !important;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 296px;
	z-index: 500;
	border-radius: 0;
	top: 11px;
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

#basketTitleWrap {
	background-color: #ebebeb;
	border: medium none !important;
	border-radius: 0;
	color: #6d6d6d !important;
	font-size: 13px !important;
	font-weight: normal;
	height: auto !important;
	padding: 10px !important;
	text-shadow: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 377px;
}

#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;
}

a.KupiButton {
	font-family: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif;
	background: #2cb02e;
	border-bottom: 2px solid #039805 !important;
	border: none;
	border-radius: 0;
	
	padding: 10px 20px 9px;
	margin: 0;
	width: auto;
	float: right;
	
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none;
	transition: all .3s linear;
}

a.KupiButton:hover {
	opacity: 0.75;
	font-size: 12px;
	color: #fff;
}

#basketItemsWrap {
	display: table;
	width: auto;
	clear: both;
	padding: 0 10px;
	margin: 43px 0 0;
}

#basketItemsWrap ul {
	margin: 0 0 20px;
	padding: 0;
}

#basketItemsWrap li {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	font-size: 11px;
	margin: 5px 0 0;
	padding: 8px;
	text-align: left;
	display: table !important;
}

#basketItemsWrap li:nth-child(odd) {
	background-color: #f5f5f5;
	border: 1px solid #d7d7d7;
}

#basketItemsWrap img {
	cursor: pointer;
}

#basketItemsWrap li dl {
	width: auto;
	padding: 0;
	margin: 0;
	display: table;
}

#basketItemsWrap li dl dt {
	display: none;
}

#basketItemsWrap li dl dd {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#basketItemsWrap li dl dd:last-of-type {
	margin: 0;
}

#basketItemsWrap li dl dd:nth-of-type(1) {
	width: 184px;
}

#basketItemsWrap li dl dd:nth-of-type(2) {
	width: 40px;
}

#basketItemsWrap li dl dd:nth-of-type(3) {
	width: 12px;
}

#basketItemsWrap li dl dd a {
	display: flex;
}

#basketItemsWrap li dl dd img {
	margin: 0;
}

/*basket value currency*/

#currency_set {
	margin: 0;
	padding: 0;
	width: auto;
	display: table;
}

#currency_set select {
	font-size: 11px !important;
	color: #7d7d7d !important;
	margin: 17px 0 0 -206px !important;
	padding: 4px 0 !important;
	text-transform: uppercase;
	height: 26px !important;
	
	border: 1px solid #d7d7d7;
	background: #ebebeb; /* Old browsers */
	background-image: url("../img/arrow-cart.png");
	background-image: url("../img/arrow-cart.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background-image: url("../img/arrow-cart.png"), -webkit-linear-gradient(top,  #f5f5f5 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background-image: url("../img/arrow-cart.png"), -moz-linear-gradient(top,  #f5f5f5 0%, #ebebeb 100%); /* FF3.6+ */
	background-image: url("../img/arrow-cart.png"),  -ms-linear-gradient(top,  #f5f5f5 0%,#ebebeb 100%); /* IE10+ */
	background-image: url("../img/arrow-cart.png"), -o-linear-gradient(top,  #f5f5f5 0%,#ebebeb 100%); /* Opera 11.10+ */
	background-image: url("../img/arrow-cart.png"),  linear-gradient(to bottom,  #f5f5f5 0%,#ebebeb 100%); /* W3C */
	background: filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	background-position: 33px center, 0 0;
	background-repeat:  no-repeat, repeat-x;
	
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	width: 45px;
	border-radius: 3px;
	cursor: pointer;
}

#currency_set select option {
	width: auto;
	height: auto;
	font-size: 11px !important;
	color: #7d7d7d !important;
	margin: 0 !important;
	padding: 5px 0 5px 26px;
	
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	
	border: 0px;
	outline: 0px;
	
	background-repeat: no-repeat !important;
	background-position: 5px center !important;
}





/*cart checkout*/

.cart_view_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.cart_view_cnt ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow-y: scroll;
	height: 202px;
}

.cart_view_cnt ul li {
	width: 100%;
	display: table;
	padding: 15px 30px;
	margin: 0;
	border-bottom: 1px solid #e1e1e1;
}

.cart_view_cnt ul li figure {
	max-width: 95px;
	max-height: 70px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;

	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

.cart_view_cnt ul li figure img {
	max-width: 95px;
	max-height: 70px;
	vertical-align: middle;
	text-align: center;
}

.cart_view_cnt ul li h1 {
	margin: 1px 0 0;
	padding: 0;
}

.cart_view_cnt ul li h1, .cart_view_cnt ul li h1 a {
	font-size: 18px;
	color: #000;
	font-weight: 400;
}

.cart_view_cnt ul li h1 a:hover {
	font-size: 18px;
	color: #0044aa;
}

.cart_view_cnt ul li span:first-of-type {
	margin-top: 1px;
}

.cart_view_cnt ul li span:first-of-type:after {
	content: "/";
	font-size: 14px;
	color: rgba(0,0,0,0.60);
	font-weight: 400;
	padding: 0 10px;
}

.cart_view_cnt ul li span {
	font-size: 14px;
	color: rgba(0,0,0,0.60);
	font-weight: 400;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.cart_view_cnt ul li span strong {
	font-size: 14px;
	color: #0044aa;
	font-weight: 500;
	margin: 3px 0 0;
	display: inline-block;
}

.cart_item_close {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	float: right;
	margin: -16px 0 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background: #0044aa;
	border-radius: 500em;
	-webkit-border-radius: 500em;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 17px;
	cursor: pointer;
}

.cart_item_close:hover {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	float: right;
	margin: -16px 0 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background: #0044aa;
	border-radius: 500em;
	-webkit-border-radius: 500em;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 17px;
	cursor: pointer;
	opacity: 0.75;
}

.cart_item_close i {
	font-size: 14px;
	color: #a5a5a5;
	padding: 5px 7px;
	background: transparent;
	border-radius: 500em;
}

.cart_item_close i:hover {
	color: #fff;
	background: #a5a5a5;
}

.basket_content a.submit_button {
	font-size: 14px !important;
	color: #fff;
	font-weight: 700;
	margin: 0;
	padding: 15px 20px 14px;
	display: block;
	text-align: center;
	background: rgba(0,68,170,1);
	border: none;
	border-radius: 0;
	transition: all .3s linear;
	opacity: 1;
	width: 100%;
	float: none;
	cursor: pointer;
}

.basket_content a.submit_button:hover {
	font-size: 14px !important;
	color: #fff;
	font-weight: 700;
	background: #414141;
}

.cart_view_cnt em {
	font-size: 16px;
	color: rgba(0,0,0,0.75);
	font-weight: 400;
	font-style: italic;
	padding: 0 0 11px;
	text-align: center;
}

.cart_view_cnt em strong {
	font-size: 16px;
	color: #0044aa;
	font-weight: 500;
	font-style: italic;
}

.cart_view_cnt div.txt-fld {
	width: 100%;
	margin: 0;
	padding: 30px;
	display: table;
	position: relative;
}





/*logo navigation content*/

.logo_navigation_content {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	clear: both;
	display: table;
	background: #0044aa;
	border-bottom: 10px solid #308d57;
}

/*logo*/

.logo {
	width: auto;
	float: left;
	margin: 0;
	padding: 18px 0;
}

.logo img {
	max-width: 224px;
	display: flex;
	margin: 0;
	padding: 0;
}

/*main navigation*/

.logo_navigation_content nav {
	width: auto;
	float: right;
	margin: 0;
	padding: 23px 0 24px;
}

.logo_navigation_content nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.logo_navigation_content nav ul li {
	float: left;
	margin: 0 20px 0 0;
}

.logo_navigation_content nav ul li:last-of-type {
	margin: 0;
}

.logo_navigation_content nav ul li a {
	font-size: 14px;
	color: #b7c4e3;
}

.logo_navigation_content nav ul li a:hover, .logo_navigation_content nav ul li a.active {
	font-size: 14px;
	color: #fff;
}

/*search content*/

.search_content {
	width: auto;
	clear: both;
	float: right;
	margin: 0;
	padding: 10px 0 0;
}

.search_content form {
	width: auto;
	margin: 0;
	padding: 0;
	float: right;
}

.search_content form input[type="search"] {
	background: url("../img/search_icon.png") no-repeat left 10px #fff !important;
	border: 1px solid #cdcdcd !important;
	border-right: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 12px !important;
	color: #454545 !important;
	margin: 0 !important;
	padding: 10px 9px 11px 36px !important;
	cursor: text !important;
	width: 343px !important;
	max-width: 343px !important;
	transition: all .2s linear !important;
	float: left;
}

.search_content form input[type="search"]:hover, .search_content form input[type="search"]:focus {
	border: 1px solid #b9b9b9 !important;
	border-right: none !important;
	color: #222 !important;
}

.search_content form input[type="submit"] {
	background: linear-gradient(#f5f5f5, #ebebeb) !important;
	background: -webkit-linear-gradient(#f5f5f5, #ebebeb) !important;
	border: 1px solid #cdcdcd !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 12px !important;
	color: #6d6d6d !important;
	margin: 0 !important;
	padding: 10px 10px 11px !important;
	cursor: pointer !important;
	width: auto !important;
	max-width: inherit !important;
	transition: all .2s linear !important;
	float: right;
}

.search_content form input[type="submit"]:hover, .search_content form input[type="submit"]:focus {
	font-size: 12px !important;
	color: #0044aa !important;
	opacity: 0.85;
	background: linear-gradient(#ebebeb, #e1e1e1) !important;
	background: -webkit-linear-gradient(#ebebeb, #e1e1e1) !important;
	border: 1px solid #b9b9b9 !important;
}

/*main container*/

.main_container {
	width: 960px;
	margin: 0 auto 40px;
	padding: 0;
	clear: both;
	display: table;
}

/*shop categories*/

.shop_categories {
	width: 960px;
	margin: 0 auto 20px;
	padding: 0;
	clear: both;
	display: table;
}

.shop_categories article {
	width: 225px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.shop_categories article:last-of-type, .shop_categories article:nth-of-type(4n) {
	margin: 0;
}

.shop_categories article figure {
	max-width: 223px;
	max-height: 170px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: 1px solid #e1e1e1;
	
	margin: 0;
	padding: 0;
	position: relative;
}

.shop_categories article figure img {
	max-width: 225px;
	max-height: 170px;
	text-align: center;
	vertical-align: middle;
}

.shop_categories article figure figcaption {
	width: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.20);
	position: absolute;
	bottom: 20px;
	left: 0;
}

.shop_categories article figure figcaption h1 {
	margin: 0;
	padding: 0;
	
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 222px;
	display: block;
}

.shop_categories article figure figcaption a:before {
	content: "";
	position: absolute;
	margin: 0;
	padding: 0;
	background: url("../img/category_water_icon.png") no-repeat center left;
	width: 32px;
	height: 32px;
	left: 0;
	top: 0;
}

.shop_categories article figure figcaption a {
	font-size: 13px;
	color: #0044aa;
	text-transform: uppercase;
	margin: 0;
	padding: 7px 10px 8px 42px;
	display: block;
}

.shop_categories article figure figcaption a:hover {
	font-size: 13px;
	color: #2d2d2d;
}

/*featured products homepage*/

.featured_products_homepage {
	width: 960px;
	margin: 0 auto 40px;
	padding: 0;
	clear: both;
	display: table;
}

.featured_products_homepage article {
	width: 470px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.featured_products_homepage article:last-of-type, .featured_products_homepage article:nth-of-type(2n) {
	margin: 0;
}

.featured_products_homepage article figure {
	max-width: 468px;
	max-height: 350px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: 1px solid #ebebeb;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	position: relative;
	
	margin: 0;
	padding: 0;
}

.featured_products_homepage article figure img {
	max-width: 470px;
	max-height: 350px;
	text-align: center;
	vertical-align: middle;
}

.featured_products_homepage article figure figcaption {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	transition: all .3s linear;
}

/*product headline content*/

.product_headline_content {
	padding: 20px;
}

.featured_products_homepage section h1 {
	margin: 0;
	padding: 0 0 15px;
	
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 430px;
	display: block;
}

.featured_products_homepage section h1, .featured_products_homepage section h1 a {
	font-size: 20px;
	color: #191919;
	font-weight: 700;
}

.featured_products_homepage section h1 a:hover {
	font-size: 20px;
	color: #0044aa;
}

.featured_products_homepage section h2 {
	display: none;
}

.featured_products_homepage section em {
	font-size: 13px;
	color: #555555;
	margin: 0;
	padding: 0;
	
	height: 35px;
	min-height: 35px;
	line-height: 17px;
	overflow: hidden;
}

/*product price content*/

.product_price_content {
	width: 430px;
	padding: 12px 10px;
	margin: 0 20px;
	display: table;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.product_price_content p:before {
	content: "";
	position: absolute;
	margin: 1px 0 0 -4px;
	padding: 0;
	list-style-type: square;
	display: list-item;
	font-size: 11px;
	color: #0044aa;
}

.product_price_content p {
	font-size: 12px;
	color: #7d7d7d;
	text-transform: uppercase;
	margin: 3px 0 0 14px;
	padding: 0;
	float: left;
}

.product_price_content div {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
}

.product_price_content div del, .product_price_content div .product_old_price {
	font-size: 12px;
	color: #696969;
	margin: 0;
	padding: 3px 0 0;
	float: left;
}

.product_price_content div p:before {
	display: none;
}

.product_price_content div p, .product_price_content div .product_new_price {
	font-size: 16px;
	color: #191919;
	text-transform: none;
	margin: 0 0 0 20px;
	padding: 0;
	float: right;
}

/*product buttons content*/

.product_buttons_content {
	width: 470px;
	padding: 20px;
	display: table;
}

.product_buttons_content form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.product_buttons_content p {
	font-size: 12px;
	color: #8d8d8d;
	margin: 11px 10px 0 0;
	padding: 0;
	float: left;
}

input[name="product_quantity"] {
	background-color: #fff !important;
	border: 1px solid #d7d7d7 !important;
	border-radius: 0 !important;
	color: #6d6d6d !important;
	float: left;
	font-size: 11px !important;
	margin: 6px 0 0 !important;
	padding: 5px 0 5px 6px !important;
	transition: all 0.2s linear 0s;
	width: 80px !important;
}

input[name="product_quantity"]:hover, input[name="product_quantity"]:focus, input[name="product_quantity"]:active {
	background-color: #fff !important;
	border: 1px solid #cdcdcd !important;
	border-radius: 0 !important;
	color: #6d6d6d !important;
	float: left;
	font-size: 11px !important;
	margin: 6px 0 0 !important;
	padding: 5px 0 5px 6px !important;
	transition: all 0.2s linear 0s;
	width: 80px !important;
}

.ui-spinner-input {
	margin: 0.2em 22px 0.4em 0.4em !important;
}

.ui-button-text-only .ui-button-text {
	border: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
}

.ui-button-text-only .ui-button-text {
	border: none !important;
}

.add_to_basket_button {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 10px 0 0;
	padding: 10px 10px 8px;
	float: right;
	background: #0044aa;
	border-bottom: 2px solid #001c82;
	transition: all .2s linear;
	cursor: pointer;
}

.add_to_basket_button:hover {
	font-size: 12px;
	color: #fff;
	opacity: 0.75;
}

.buy_button {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 10px 8px;
	float: right;
	background: #44aa00;
	border-bottom: 2px solid #1c8200;
	transition: all .2s linear;
	cursor: pointer;
}

.buy_button:hover {
	font-size: 12px;
	color: #fff;
	opacity: 0.75;
}

/*slider news container*/

.slider_news_container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	display: table;
}

/*slider content*/

.slider_content {
	width: 715px;
	float: left;
	margin: 0 20px 30px 0;
	padding: 0;
}

.bx-wrapper {
	margin: 0 auto !important;
}

.bx-wrapper .bx-pager {
	padding: 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -30px;
	height: 10px;
	margin: 0;
	padding: 0;
}

.bx-wrapper .bx-viewport {
	border: none;
	background: none;
	left: 0;
	box-shadow: none;
}

.bxslider {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.bx-wrapper img {
	margin: 0;
	padding: 0;
	max-width: 713px;
	max-height: 220px;
	border-radius: 0;
	border: 1px solid #e1e1e1;
}

.bx-wrapper .bx-caption {
	background: rgba(255,255,255,0.90) !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.10) !important;
	max-width: 713px;
	margin: 0 0 1px 1px;
	border-radius: 0 !important;
}

.bx-wrapper .bx-caption span {
	font-size: 14px !important;
	color: #7d7d7d !important;
	margin: 0 !important;
	padding: 16px 15px 18px 15px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #193988;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #d7d7d7;
	border-radius: 0;
	margin: 0 5px 0 0;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 99;
}

/*news content*/

.news_content {
	width: 225px;
	float: right;
	margin: 0;
	padding: 0;
}

.news_content article {
	width: 225px;
	margin: 0;
	padding: 0;
	display: table;
}

.news_content article time {
	font-size: 12px;
	color: #039805;
	margin: 0;
	padding: 0 0 5px;
	display: block;
}

.news_content article h1 {
	margin: 0;
	padding: 0 0 15px;
}

.news_content article h1, .news_content article h1 a {
	font-size: 18px;
	color: #414141;
}

.news_content article h1 a:hover {
	font-size: 18px;
	color: #0044aa;
}

.news_content article em, .news_content article p {
	font-size: 13px;
	color: #696969;
	margin: 0;
	padding: 0;
}

/*footer container*/

footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	clear: both;
	display: table;
	
	background: linear-gradient(#f5f5f5, #ebebeb);
	background: -webkit-linear-gradient(#f5f5f5, #ebebeb);
	border-top: 1px solid #d7d7d7;
}

/*footer links cards*/

.footer_links_cards {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0;
	clear: both;
	display: table;
	
	border-bottom: 1px solid #d7d7d7;
	box-shadow: 0 1px 0 #fff;
}

.footer_links_cards nav {
	width: auto;
	float: left;
	margin: 0;
	padding: 3px 0;
	max-width: 70%;
}

.footer_links_cards nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.footer_links_cards nav ul li {
	width: 25%;
	float: left;
	padding-right: 30px;
	padding-bottom: 5px;
}

.footer_links_cards nav ul li a {
	font-size: 13px;
	color: #7d7d7d;
}

.footer_links_cards nav ul li a:hover, .footer_links_cards nav ul li a.active {
	font-size: 13px;
	color: #3d3d3d;
}

.footer_links_cards ul.credit_cards {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

.footer_links_cards ul.credit_cards li {
	float: left;
	padding-left: 5px;
}

.footer_links_cards ul.credit_cards li img {
	margin: 0;
	padding: 0;
	display: flex;
}

/*footer bottom content*/

.footer_bottom_content {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	clear: both;
	display: table;
}

.footer_bottom_content article {
	width: 460px;
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
}

.footer_bottom_content article:last-child {
	margin: 0;
}

.footer_bottom_content article h1 {
	font-size: 16px;
	color: #555555;
	margin: 0;
	padding: 0 0 10px;
}

.footer_bottom_content article em, .footer_bottom_content article p {
	font-size: 13px;
	color: #8d8d8d;
	margin: 0;
	padding: 0;
}

/*footer copyright*/

.footer_copyright {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	clear: both;
	display: table;
	background-color: #fff;
}

.footer_copyright article {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	display: table;
}

.footer_copyright article p {
	font-size: 13px;
	color: #8d8d8d;
	margin: 0;
	padding: 0;
	float: left;
}

.footer_copyright article p:last-of-type {
	float: right;
}

.footer_copyright article p a {
	font-size: 13px;
	color: #4d4d4d;
}

.footer_copyright article p a:hover {
	font-size: 13px;
	color: #0044aa;
}

/*SHOP START*/

/*main right column content*/

.main_right_column_content {
	width: 700px;
	float: right;
	margin: 0;
	padding: 0;
}

/*main left column content*/

.main_left_column_content {
	width: 220px;
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
}

/*left submenu*/

.main_left_column_content nav {
	width: 220px;
	margin: 0 0 40px;
	padding: 0;
	clear: both;
	display: table;
}

.main_left_column_content nav ul {
	width: 220px;
	list-style: none;
	padding: 0;
	margin: 0;
	/*display: table;*/
}

.main_left_column_content nav ul li {
	display: block;
	margin: 0 0 1px;
	padding: 0;
}

.main_left_column_content nav ul li a {
	font-family: "Lora", Tahoma, Arial, Calibri sans-serif;
	font-size: 13px !important;
	color: #696969 !important;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 !important;
	padding: 10px !important;
	display: block;
	width: 100% !important;
	transition: all .2s linear;
	
	background: linear-gradient(#f5f5f5, #ebebeb) !important;
	background: -webkit-linear-gradient(#f5f5f5, #ebebeb) !important;
	border: none !important;
	border-radius: 0;
}

.main_left_column_content nav ul li a:hover, .main_left_column_content nav ul li a.active {
	font-family: "Lora", Tahoma, Arial, Calibri sans-serif !important;
	font-size: 13px !important;
	color: #0044aa !important;
	transition: all .2s linear;

	background: linear-gradient(#f5f5f5, #ebebeb) !important;
	background: -webkit-linear-gradient(#f5f5f5, #ebebeb) !important;
	border: none !important;
	border-radius: 0;
}

.glossymenu li a:hover, .glossymenu li a.active, .glossymenu li.active a.submenuheader {
	font-family: "Lora", Tahoma, Arial, Calibri sans-serif !important;
	font-size: 13px !important;
	color: #0044aa !important;
	transition: all .2s linear;
	
	background: linear-gradient(#f5f5f5, #ebebeb) !important;
	background: -webkit-linear-gradient(#f5f5f5, #ebebeb) !important;
	border: none !important;
	border-radius: 0;
}

.main_left_column_content nav ul li ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	/*display: table !important;*/
}

.main_left_column_content nav ul li ul li {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

.main_left_column_content nav ul li ul li:last-of-type a {
	border-bottom: none !important;
}

.main_left_column_content nav ul li ul li a {
	font-family: "Lora", Tahoma, Arial, Calibri sans-serif !important;
	font-size: 12px !important;
	color: #878787 !important;
	font-weight: 400 !important;
	text-transform: none !important;
	margin: 0 !important;
	padding: 10px !important;
	display: block !important;
	width: 100% !important;
	
	background: none !important;
	border: none !important;
	border-top: 1px dotted #e1e1e1 !important;
}

.main_left_column_content nav ul li ul li a:hover, .main_left_column_content nav ul li ul li a.active {
	font-family: "Lora", Tahoma, Arial, Calibri sans-serif !important;
	font-size: 12px !important;
	color: #4d4d4d !important;
	background: rgba(3,10,147,0.040) !important;
	border: none !important;
	border-top: 1px dotted #e1e1e1 !important;
}

/*main right featured products*/

.main_right_featured_products {
	width: 700px;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.main_right_featured_products h1 {
	font-size: 20px;
	color: #6d6d6d;
	font-weight: 300;
	text-transform: uppercase;
	
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 10px 14px;
	margin: 0 0 20px;
}

.main_right_featured_products article {
	width: 220px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.0);
	transition: all .2s linear;
}

.main_right_featured_products article:nth-of-type(3n) {
	margin: 0 0 20px;
}

.main_right_featured_products article:hover {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.20);
}

.main_right_featured_products article:hover figure:before {
	content: "";
	position: absolute;
	width: 220px;
	height: 165px;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.05) inset;
}

.main_right_featured_products article figure {
	max-width: 220px;
	max-height: 165px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	position: relative;
	
	margin: 0;
	padding: 0;
}

.main_right_featured_products article figure img {
	max-width: 220px;
	max-height: 165px;
	text-align: center;
	vertical-align: middle;
}

.main_right_featured_products article figure a,
.main_right_featured_products article figure img {
	position: relative;
	z-index: 50;
}

.main_right_featured_products article figure figcaption {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	transition: all .3s linear;
}

.main_right_featured_products article h1 {
	margin: 0 0 5px;
	padding: 0;
	border: none;
	text-transform: none;
	
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 200px;
	display: block;
}

.main_right_featured_products article h1, .main_right_featured_products article h1 a {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 600;
}

.main_right_featured_products article h1 a:hover {
	font-size: 16px;
	color: #0044aa;
}

.main_right_featured_products article h2 {
	margin: -38px 0 40px;
	padding: 0;

	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 200px;
	display: block;
}

.main_right_featured_products article h2, .main_right_featured_products article h2 a {
	font-size: 10px;
	color: #0044aa;
	font-weight: 300;
	text-transform: uppercase;
}

.main_right_featured_products article em {
	font-size: 13px;
	color: #8d8d8d;
	font-weight: 300;
	margin: 0;
	padding: 0;
	line-height: 18px;
	
	height: 72px;
	min-height: 72px;
	overflow: hidden;
}

.main_right_featured_products .product_price_content {
	width: 180px;
	padding: 12px 10px;
	margin: 0 20px;
}

/*
.main_right_featured_products .product_price_content p:first-child {
	display: none;
}
*/

.main_right_featured_products .product_buttons_content {
	width: 100%;
}

/*
.main_right_featured_products .product_buttons_content p, .main_right_featured_products .product_buttons_content input {
	display: none;
}
*/

.main_right_featured_products .product_buttons_content .buy_button, .main_right_featured_products .product_buttons_content .add_to_basket_button,
.main_right_featured_products .product_buttons_content .buy_button:hover, .main_right_featured_products .product_buttons_content .add_to_basket_button:hover {
	font-size: 11px;
	padding: 8px 8px 7px;
}

.category_view_product_buttons .buy_button {
	clear: both;
}

.category_view_product_buttons .buy_button:only-child {
	margin-top: 36px;
}

.category_view_product_buttons .buy_button,
.category_view_product_buttons .add_to_basket_button {
	margin-top: 10px;
}

.category_view_product_buttons p {
	margin-top: 5px;
}

.category_view_product_buttons input[name="product_quantity"] {
	margin-top: 0 !important;
}

/*category hgroup*/

.category_hgroup {
	width: auto;
	padding: 0;
	margin: 0 0 15px;
	display: table;
}

.category_hgroup h1 {
	font-size: 16px;
	color: #919191;
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
}

.category_hgroup h2, .category_hgroup h2 a {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 600;
	float: left;
	padding: 0;
	margin: 0;
}

.category_hgroup h2 a:hover {
	font-size: 16px;
	color: #0044aa;
}

/*header product views info*/

.product_views_info {
	width: 680px;
	padding: 9px;
	display: table;
	margin: 0 0 20px;
	border-radius: 0;
	
	border: 1px solid #e1e1e1;
	background: linear-gradient(#fff, #f5f5f5);
	background: -webkit-linear-gradient(#fff, #f5f5f5);
	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;
	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;
	float: none;
	display: table;
	margin: 0 0 20px;
	padding: 0;
	
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.0);
	transition: all .2s linear;
}

.main_right_featured_products_list_view article:hover {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.20);
}

.main_right_featured_products_list_view article:hover figure:before {
	content: "";
	position: absolute;
	width: 220px;
	height: 165px;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.05) inset;
}

.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: transparent;
	
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

.main_right_featured_products_list_view article figure img {
	max-width: 220px;
	max-height: 165px;
	text-align: center;
	vertical-align: middle;
}

/*product headline content*/

.main_right_featured_products_list_view .product_headline_content {
	padding: 20px 20px 20px 0px;
	min-height: inherit;
	width: 440px;
	float: left;
}

.main_right_featured_products_list_view article h1 {
	margin: 15px 0 0;
	padding: 0;
	border: none;
	text-transform: none;
}

.main_right_featured_products_list_view article h1, .main_right_featured_products_list_view article h1 a {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 600;
}

.main_right_featured_products_list_view article h1 a:hover {
	font-size: 16px;
	color: #0044aa;
}

.main_right_featured_products_list_view article h2 {
	margin: -38px 0 30px;
	padding: 0;
}

.main_right_featured_products_list_view article h2, .main_right_featured_products_list_view article h2 a {
	font-size: 10px;
	color: #0044aa;
	text-transform: uppercase;
}

.main_right_featured_products_list_view article em {
	font-size: 13px;
	color: #8d8d8d;
	margin: 0;
	padding: 0;
	line-height: 18px;
	
	height: auto;
	min-height: inherit;
	overflow: inherit;
}

/*product price content*/

.main_right_featured_products_list_view .product_price_content {
	float: left;
	margin: 0;
	padding: 12px 20px;
	width: 400px;
}

/*product buttons content*/

.main_right_featured_products_list_view .product_buttons_content {
	width: 440px;
	float: right;
}

.main_right_featured_products_list_view .product_buttons_content form {
	width: 440px;
}

/*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: 0;
	
	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 #ebebeb;
}

.main_right_featured_products_details_view article div {
	float: left;
	padding: 14px 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;
	padding: 0;
	margin: 0;
	word-break: break-all;
}

.main_right_featured_products_details_view article div h1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 245px;
}

.main_right_featured_products_details_view article div h1, .main_right_featured_products_details_view article div h1 a {
	font-size: 12px;
	padding: 0 !important;
	margin: 0 !important;
	color: #696969;
	font-weight: 600;
}

.main_right_featured_products_details_view article div h1 a:hover {
	font-size: 12px;
	color: #0044aa;
}

.table_catalog_number {
	width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.table_product_name {
	width: 270px;
}

.table_price {
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.table_details_button {
	width: auto;
	padding: 8px 10px 0px 10px !important;
}

.table_details_button .add_to_basket_button, .table_details_button .add_to_basket_button:hover {
	font-size: 11px;
	padding: 8px 8px 7px;
	margin: 0;
}

/*products table head*/

.products_table_head {
	width: 700px;
	padding: 0;
	margin: 0;
	display: table;
	
	background-color: #0044aa;
	border-radius: 0;
	border: none;
}

.products_table_head div {
	border-right: 1px solid #4449b9;
	box-shadow: none;
	display: table;
	float: left;
	margin: 0;
	padding: 12px 10px 13px 10px;
}

.products_table_head div:last-child {
	border: none;
}

.products_table_head div p {
	color: #c3c5ec;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.table_head_catalog_number {
	width: 120px;
}

.table_head_product_name {
	width: 270px;
}

.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;
}

/*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: 600;
}

.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;
}

/*filter content*/

.filter_content {
	width: 200px;
	margin: 0 0 30px;
	padding: 9px;
	border-radius: 2px;
	
	border: 1px solid #e1e1e1; /* stroke */
	background: linear-gradient(#fff, #f5f5f5);
	background: -webkit-linear-gradient(#fff, #f5f5f5);
}

.filter_content h1 {
	font-size: 15px;
	color: #4d4d4d;
	padding: 0 0 10px;
	margin: 0;
}

/*product details*/

.main_products_left_column h1 {
	font-size: 20px;
	color: #4d4d4d;
	font-weight: 600;
	margin: 0;
	padding: 0 0 20px;
}

/*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: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;
	
	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 a,
.gallery_products_details figure a img {
	position: relative;
	z-index: 400;
}

.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 {
	background: url("../img/gallery_icon.png") no-repeat 10px center #f5f5f5;

	font-family: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif;
	color: #4d4d4d;
	font-size: 13px;
	margin: 0 0 40px;
	padding: 15px 0 15px 52px;
	text-transform: uppercase;
	display: inline-block;
	
	border-top: none;
	border: 1px solid #dcdcdc;
	width: 366px;
	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;
	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: #0044aa;
	padding: 0;
	margin: 0;
	float: right;
}

.product_details_specifications li a:hover {
	font-size: 13px;
	color: #4d4d4d;
}

.available_product {
	color: #218a12 !important;
}

.unavailable_product {
	color: #0044aa !important;
}

/*button table select*/

.button_table_select {
	width: 260px;
	clear: both;
	display: table;
	padding: 0;
	margin: 0 0 20px;
}

.button_table_select p {
	margin: 6px 0 0;
	padding: 0;
	font-size: 13px;
	color: #5f5f5f;
	font-weight: 600;
	display: inline-block;
}

a.button_table_select {
	font-size: 14px;
	color: #4d4d4d;
	font-weight: 600;
	margin: 0 !important;
	padding: 7px 10px 10px;
	width: auto;
	cursor: pointer;
	display: inline-block;

	border-radius: 3px;
	border: 1px solid #cdcdcd; /* stroke */
	background: linear-gradient(#f5f5f5, #ebebeb);
	background: -webkit-linear-gradient(#f5f5f5, #ebebeb);
}

a.button_table_select:hover {
	font-size: 14px;
	color: #4d4d4d;
	font-weight: 600;
	margin: 0 !important;
	padding: 7px 10px 10px;
	display: inline-block;
	width: auto;
	cursor: pointer;
	opacity: 0.75;
}

a.button_table_select:last-of-type {
	display: inline-block;
	float: right;
}

/*details pricing content*/

.details_pricing_content {
	width: 260px;
	height: 76px;
	padding: 0;
	margin: 0 0 20px;
	display: table;
}

.details_pricing_content .saving {
	width: auto;
	display: table;
	padding: 0;
	margin: 0;
	float: left;
}

.details_pricing_content .saving p {
	font-size: 11px;
	color: #7d7d7d;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	display: block;
}

.details_pricing_content .price .price_old {
	font-family: "Lora", sans-serif !important;
	font-size: 15px !important;
	color: #999999 !important;
	padding: 0 !important;
	margin: 0;
	text-decoration: line-through;
	text-transform: none !important;
}

.details_pricing_content .price {
	width: auto;
	display: table;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	border-left: 1px solid #e1e1e1;
	float: right;
	text-align: right;
}

.details_pricing_content .price .price_new {
	font-family: "Lora", sans-serif !important;
	font-size: 20px !important;
	color: #fa8c00 !important;
	/*color: #402d88 !important;*/
	font-weight: 600 !important;
	padding: 0 !important;
	margin: 0;
	text-transform: none !important;
}

.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;
	padding: 0;
	margin: 0;
}

.details_pricing_content .price_info strong {
	font-size: 10px;
	color: #4d4d4d;
	padding: 0;
	margin: 0;
}

/*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 p {
	float: left;
	padding: 0;
	margin: 5px 0 0;
}

.product_details_right_content .add_to_cart_content input.cart_number {
	background-color: #fff !important;
	border: medium none !important;
	border-radius: 3px !important;
	color: #6d6d6d !important;
	float: right;
	font-size: 11px !important;
	font-weight: 600 !important;
	margin: 0 !important;
	padding: 4px 0 6px 5px !important;
	transition: all 0.2s linear 0s;
	width: 136px !important;
	text-align: left;
}

.product_details_right_content span.ui-spinner {
	float: right;
}

.buttons_details_inner {
	width: 260px;
	margin: 10px 0 0;
	padding: 0;
	float: right;
}

.buttons_details_inner .add_to_basket_button, .buttons_details_inner .buy_product_button {
	margin: 0 10px 0 0 !important;
}

a.ui-spinner-button {
	display: none !important;
}

/*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: 600;
}

.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: 600;
}

/*product details bottom content */

.product_details_bottom_content {
	width: 700px;
	clear: both;
	display: table;
	padding: 40px 0 0;
	margin: 0;
}

/*jquery tabs content*/

#example-one {
	width: 700px;
	padding: 0 !important;
}

#example-one .nav {
	float: left;
	height: auto;
	margin: 6px 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: 0 !important;
}

#example-one .nav li:last-child a {
	border-radius: 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-family: "Lora", sans-serif;
	font-size: 13px;
	padding: 9px 10px 11px;
	margin: 0;
	border-radius: 0;
	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-family: "Lora", sans-serif;
	font-size: 13px;
	padding: 9px 10px 11px;
	margin: 0;
	border-radius: 0;
	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-family: "Lora", sans-serif;
	font-size: 13px;
	padding: 9px 10px 11px;
	margin: 0;
	border-radius: 0;
	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-family: "Lora", sans-serif;
	font-size: 13px;
	padding: 9px 10px 11px;
	margin: 0;
	border-radius: 0;
	transition: all .2s linear;
}

.list-wrap {
	width: 698px;
	display: table;
	margin: 0 0 40px;
	padding: 0;
	border-radius: 0;
	clear: both;
	
	background: linear-gradient(#fff, #f5f5f5);
	background: -webkit-linear-gradient(#fff, #f5f5f5);
	border: 1px solid #e1e1e1;
}

.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: 600;
	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: 700;
	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 {
	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;
	
	font-family: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif;
	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;
	
	font-family: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif;
	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 {
	font-family: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif;
	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 {
	font-family: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif;
	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: 6px 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;
}

/*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: 0;
	
	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 #ebebeb;
}

.select_from_table article div {
	float: left;
	padding: 14px 10px;
	margin: 0;
	border-right: 1px solid #e1e1e1;
	overflow: hidden;
}

.select_from_table article div:last-child {
	border: none;
}

.select_from_table article div p {
	font-size: 12px;
	color: #7d7d7d;
	padding: 0;
	margin: 0;
	word-break: break-all;
}

.select_from_table article div h1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 245px;
}

.select_from_table article div h1, .select_from_table article div h1 a {
	font-size: 12px;
	padding: 0 !important;
	margin: 0 !important;
	color: #696969;
	font-weight: 600;
}

.select_from_table article div h1 a:hover {
	font-size: 12px;
	color: #0044aa;
}

/*web navigator*/

.web_navigator {
	margin: 40px 0 0;
	clear: both;
	display: table;
	display: none !important;
}

.web_navigator h2 {
	color: #4d4d4d;
}

/*table product details content*/

.table_product_details_content {
	/*width: 720px;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;*/
	
	width: 720px;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.table_product_details_content section {
	margin: 0 auto;
	padding: 0;
}

.table_product_details_content h1 {
	font-size: 16px;
	color: #6d6d6d;
	font-weight: 600;
	margin: 0 0 25px;
	padding: 5px 0 5px 12px;
	border-left: 1px solid #0044aa;
}

.table_product_details_content article {
	width: 220px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0 0 10px;
	
	background-color: #fff;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	
	height: 325px;
	position: relative;
}

.table_product_details_content article:nth-of-type(3n) {
	margin: 0;
}

.table_product_details_content article section {
	padding: 10px;
}

.table_product_details_content article section h1 {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;

	height: 38px;
	min-height: 38px;
	overflow: hidden;
	line-height: 18px;
}

.table_product_details_content article section h1, .table_product_details_content article section h1 a {
	font-size: 15px;
	color: #4d4d4d;
	font-weight: 400;
}

.table_product_details_content article section h1 a:hover {
	font-size: 15px;
	color: #4d4d4d;
}

.table_product_details_content article section em, .table_product_details_content article section p {
	font-size: 12px;
	color: #8d8d8d;
	padding: 0;
	margin: 0;
}

.table_product_details_content article ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.table_product_details_content article ul li {
	display: table;
	padding: 10px;
	margin: 0;
	width: 205px;
	
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background: linear-gradient(#fff, #f5f5f5);
	background: -webkit-linear-gradient(#fff, #f5f5f5);
}

.table_product_details_content article ul li p {
	font-size: 12px;
	color: #6d6d6d;
	padding: 0;
	margin: 0;
	float: left;
}

.table_product_details_content article ul li p:last-of-type {
	float: right;
	color: #4d4d4d;
}

.table_product_details_content .price_content {
	width: 205px !important;
	margin: 0 0 10px;
}

.table_product_details_content article .price_content {
	position: absolute;
	bottom: 40px;
}



.table_product_details_content table {
	width: 720px;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

.table_product_details_content table thead {
	width: 720px;
	margin: 0;
	padding: 0;
}

.table_product_details_content table thead tr {
	border: 1px solid #828282; /* stroke */
	background: linear-gradient(#a9a9a9, #969696);
	background: -webkit-linear-gradient(#a9a9a9, #969696);
	
	border-radius: 3px;
	/*display: block;*/
	display: table-row;
	margin: 0 0 10px;
	padding: 0;
}

.table_product_details_content table thead tr td {
	color: #fff; /* text color */
	font-size: 13px;
	text-shadow: 0 1px 1px rgba(0,0,0,.15); /* drop shadow */
	margin: 0;
	padding: 12px 10px;
	border-right: 1px solid #828282;
	text-align: center;
}

.table_product_details_content table thead tr td:last-child {
	border: none;
}

.thead_model {
	width: 16.5%;
	max-width: 16.5%;
	overflow: hidden;
}

.thead_lenght {
	width: 45px;
}

.thead_handle {
	width: 30px;
}

.thead_weight {
	width: 80px;
}

.thead_power {
	width: 100px;
}

.thead_quantity {
	width: 10.5%;
	max-width: 10.5%;
	overflow: hidden;
}

.thead_price {
	width: 25%;
	max-width: 25%;
	overflow: hidden;
}

/*table bottom tbody*/

.table_product_details_content table tbody {
	width: 720px;
	margin: 0;
	padding: 0;
}

.table_product_details_content table tbody tr {
	background-color: #f5f5f5;
	border-radius: 3px;
	/*display: block;*/
	display: table-row;
	margin: 0 0 5px;
	padding: 0;
}

.table_product_details_content table tbody tr:nth-child(even) {
	background-color: #e6e6e6;
}

.table_product_details_content table tbody tr td {
	color: #6d6d6d; /* text color */
	font-size: 13px;
	margin: 0;
	padding: 12px 10px;
	border-right: 1px solid #cdcdcd;
	text-align: center;
}

.table_product_details_content table tbody tr td:last-child {
	border: none;
}

.table_product_details_content table tbody tr td:nth-child(4) {
	width: 10.2%;
	max-width: 10.2%;
	overflow: hidden;
}

.tbody_model {
	width: 14.8%;
	max-width: 14.8%;
	overflow: hidden;
}

.tbody_lenght {
	width: 46px;
	max-width: 46px;
	overflow: hidden;
}

.tbody_handle {
	width: 42px;
	max-width: 42px;
	overflow: hidden;
}

.tbody_weight {
	width: 80px;
	max-width: 80px;
	overflow: hidden;
}

.tbody_power {
	width: 100px;
	max-width: 100px;
	overflow: hidden;
}

.tbody_quantity {
	width: 10.5%;
	max-width: 10.5%;
	overflow: hidden;
}

.tbody_price {
	width: 25%;
	max-width: 25%;
	overflow: hidden;
}

.product_table_div_image {
	width: 98px;
	max-width: 98px;
	height: 73px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(177, 195, 213, 0.75);

	margin: 0;
	padding: 0;
}

.product_table_div_image img {
	max-width: 100px;
	max-height: 75px;
	text-align: center;
	vertical-align: middle;
}

.table_products_h2, .table_products_h2 a {
	font-family: Arial, Tahoma, Helvetica, Verdana, Times New Roman, Calibri, sans-serif;
	font-size: 13px;
	color: #4d4d4d;
	padding: 5px 0 0;
	margin: 0;
	word-wrap: break-word;
}

.table_products_h2 a:hover {
	font-size: 13px;
	color: #4d4d4d;
}

.tbody_quantity span {
	margin: 3px 0 0;
}

.tbody_quantity input.cart_number {
	width: 32px !important;
}

.tbody_quantity input.cart_number:hover, .tbody_quantity input.cart_number:focus {
	background: none;
	border: none;
}

.tbody_quantity .ui-spinner-input {
	margin: 0.2em 22px 0.4em 0.4em !important;
}

.tbody_price .new_price_details {
	font-family: "Lora", sans-serif !important;
	font-size: 17px !important;
	color: #404040 !important;
	font-weight: 600 !important;
	padding: 0 0 5px !important;
	margin: 0;
	text-transform: none !important;
	float: right;
}

.product_available_text {
	float: right;
	padding: 5px 0 0 !important;
	margin: 0 !important;
	font-size: 11px;
	color: #7d7d7d;
}

/*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;
	margin: 0;
	padding: 0 0 25px;
}

.viewed_products_content ul {
	width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
}

.viewed_products_content ul li {
	width: 100%;
	margin: 0 0 2px;
	padding: 15px;
	display: table;
	background-color: #f5f5f5;
}

.viewed_products_content ul li a:first-child {
	font-size: 11px;
	color: #4d4d4d;
	text-transform: uppercase;
	display: block;
	margin: 0;
	padding: 0 0 4px;
}

.viewed_products_content ul li a:last-child {
	font-size: 14px;
	color: #6d6d6d;
	text-transform: none;
	margin: 0;
	padding: 0;
}

.viewed_products_content ul li a:hover {
	color: #0044aa;
}

/*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;
	margin: 0;
	padding: 0 0 25px;
}

.products_right_side_featured article {
	width: 220px;
	float: none;
	display: table;
	margin: 0 0 20px 0;
	padding: 0;
	
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.0);
	transition: all .2s linear;
}

.products_right_side_featured article:nth-of-type(3n) {
	margin: 0 0 20px;
}

.products_right_side_featured article:hover {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.20);
}

.products_right_side_featured article:hover figure:before {
	content: "";
	position: absolute;
	width: 220px;
	height: 165px;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.05) inset;
}

.products_right_side_featured article figure {
	max-width: 220px;
	max-height: 165px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	
	margin: 0;
	padding: 0;
}

.products_right_side_featured article figure img {
	max-width: 220px;
	max-height: 165px;
	text-align: center;
	vertical-align: middle;
}

/*product headline content*/

.products_right_side_featured .product_headline_content {
	/*padding: 20px 10px;
	min-height: 126px;*/
}

.products_right_side_featured article h1:before {
	background: none;
	margin: 0;
	width: auto;
	height: auto;
}

.products_right_side_featured article h1 {
	margin: 15px 0 0;
	padding: 0;
	border: none;
	text-transform: none;
	
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 180px;
	display: block;
}

.products_right_side_featured article h1, .products_right_side_featured article h1 a {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 600;
}

.products_right_side_featured article h1 a:hover {
	font-size: 16px;
	color: #0044aa;
}

.products_right_side_featured article h2 {
	margin: -38px 0 40px;
	padding: 0;

	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 200px;
	display: block;
}

.products_right_side_featured article h2, .products_right_side_featured article h2 a {
	font-size: 10px;
	color: #0044aa;
	text-transform: uppercase;
}

.products_right_side_featured article em {
	font-size: 13px;
	color: #8d8d8d;
	margin: 0;
	padding: 0;
	line-height: 18px;
	
	height: 72px;
	min-height: 72px;
	overflow: hidden;
}

.products_right_side_featured .product_price_content {
	width: 160px;
	padding: 12px 10px;
	margin: 0 20px;
}

.products_right_side_featured .product_price_content p:first-child {
	display: none;
}

.products_right_side_featured .product_buttons_content {
	width: 180px;
}

.products_right_side_featured .product_buttons_content p, .products_right_side_featured .product_buttons_content input {
	display: none;
}

.products_right_side_featured .product_buttons_content .buy_button, .products_right_side_featured .product_buttons_content .add_to_basket_button,
.products_right_side_featured .product_buttons_content .buy_button:hover, .products_right_side_featured .product_buttons_content .add_to_basket_button:hover {
	font-size: 11px;
	padding: 8px 8px 7px;
	margin: 0;
}

/*hidden form*/

.hidden_form {
	display: none;
	margin: 0;
	padding: 0;
}

.RightRegister.MiddleOrderForm fieldset.wide label {
	float: left;
	margin: 15px 15px 0 0;
	/*width: 100px;*/
}

.RightRegister.MiddleOrderForm fieldset.wide input {
	float: left;
}

.MiddleOrderForm .company_details_form h2 {
	margin: 15px 0;
}

.MiddleOrderForm .delivery_type li {
	float: left;
	margin-right: 20px;
}

.MiddleOrderForm .no_border {
	border: none !important;
	padding-bottom: 0 !important;
}

.RightRegister.MiddleOrderForm .customer_type {
	margin: 10px 0 !important;
}

.item.bad input {
	border: 1px solid #CE5454;
}

.item .alert {
	clear: left;
	background: #CE5454;
	color: #FFFFFF;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	padding: 3px 5px;
	margin: -3px 5px 0 115px;
}

.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 {
	font-family: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif;
	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-family: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif;
	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-family: "Lora", Arial, Helvetica, Verdana, Calibri, sans-serif;
	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_edit_link {
	float: right;
	margin: -55px 15px 0 0;
}
*/

.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;
}

.profile {
	width: 960px;
	margin: 15px 0;
}

.profile thead tr {
	border: 1px solid #828282; /* stroke */
	background: linear-gradient(#a9a9a9, #969696);
	background: -webkit-linear-gradient(#a9a9a9, #969696);
	border-radius: 3px;
	margin: 0 0 10px;
	padding: 0;
}

.profile thead tr th {
	color: #fff; /* text color */
	font-size: 13px;
	text-shadow: 0 1px 1px rgba(0,0,0,.15); /* drop shadow */
	margin: 0;
	padding: 12px 10px;
	border-right: 1px solid #828282;
}

.profile tbody tr {
	background-color: #F5F5F5;
}

.profile tbody tr:nth-child(2n) {
	background-color: #E6E6E6;
}

.profile tr td {
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.full_edit_profile {
	padding: 14px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #cacaca;
	width: 590px;
}

.full_edit_profile h2 {
	font-size: 20px;
	padding: 0 0 10px;
}

.full_edit_profile fieldset {
    margin: 0 0 10px 0;
    display:block;
    border:0;
    padding:0;
}

.full_edit_profile fieldset label {
    display: inline-block;
    margin: 0 0 6px 0;
    width: 150px;
}

.full_edit_profile fieldset input {
	width:416px;
	border:1px solid #a7a7a7;
	border-radius:3px;
	-moz-border-radius:3px;
	color:#333;
	font-weight:lighter;
	padding: 10px 8px;
	font-size:12px;
	transition: all .5s ease;
	outline: none !important;
	
	-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);
}

.full_edit_profile fieldset input:hover, .full_edit_profile fieldset input:focus, .full_edit_profile fieldset input:active {
	opacity: 0.65;
	outline: none !important;
}

.full_edit_profile fieldset select {
	width:435px;
	border:1px solid #a7a7a7;
	border-radius:3px;
	-moz-border-radius:3px;
	color:#333;
	font-weight:lighter;
	padding: 9px 8px;
	font-size:12px;
	transition: all .5s ease;
	outline: none !important;
	
	-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);
}

.full_edit_profile fieldset select:hover, .LeftLogin fieldset select:focus, .LeftLogin fieldset select:active {
	opacity: 0.65;
	outline: none !important;
}

.full_edit_profile .item .alert {
	margin: -3px 0 0 154px;
}

.full_edit_profile fieldset.pass_field {
    margin: 5px 15px 12px 0 !important;
    display: inherit;
    border: 0;
    padding: 0;
    float: left;
    width: 450px;
}

.full_edit_profile fieldset.pass_field:last-of-type {
	margin: 5px 0 12px 0 !important;
}

.full_edit_profile fieldset.pass_field input {
	width: 438px;
}

.full_edit_profile fieldset.pass_field > .top_testresult {
	width: 444px;
	padding: 2px 5px 4px !important;
	border-radius: 3px;
}

/*order user info*/

.order_user_info {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.order_user_info li {
	width: 435px;
	border-bottom: 1px solid #dcdcdc;
	padding: 12px 0;
	margin: 0;
	display: table;
}

.order_user_info li:last-child {
	border: none;
}

.order_user_info li span {
	font-size: 13px;
	color: #6d6d6d;
	font-weight: 600;
	padding: 0;
	margin: 0;
	float: left;
}

.order_user_info li p {
	font-size: 13px;
	color: #4d4d4d;
	font-weight: 600;
	padding: 0;
	margin: 0;
	float: right;
}



.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: 600;
	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: 600;
	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: 960px;
	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;
}

/*product comparison*/

.product_comparison {
	width: 960px;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.product_comparison h3 {
	font-size: 20px;
	color: #4d4d4d;
	padding: 0;
	margin: 10px 0 0;
	border-bottom: none;
	font-weight: 600;
	float: left;
}

.product_comparison form {
	display: inherit;
	float: right;
}

.product_comparison select {
	width: 420px;
	max-width: 420px;
	padding: 8px;
	margin: 0 !important;
	background: #fafafa;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04) inset;
	border: 1px solid #C2C2C2;
	transition: all .2s linear;
}

.product_comparison select:hover, .product_comparison select:focus, .product_comparison select:active {
	opacity: 0.75;
}

.comparison_table {
	width: 960px;
	margin: 0;
	padding: 30px 0 0;
	clear: both;
	display: table;
}

.primary_product {
	width: 470px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.08);
}

.compare_main_image_box {
	width: 470px;
	max-width: 470px;
	height: 350px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	
	margin: 0;
	padding: 0;
	float: none;
}

.compare_main_image_box img {
	max-width: 470px;
	max-height: 350px;
	text-align: center;
	vertical-align: middle;
}

.primary_product dl {
	width: 470px;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.primary_product dl h2 {
	font-size: 16px;
	color: #6d6d6d;
	text-transform: uppercase;
	padding: 10px;
	margin: 0;
	border: none;
	width:450px;
	background-color: rgba(249,195,0,0.08);
	box-shadow: 0 0 40px 0 rgba(249,195,0,0.20) inset;
}

.compare_primary_name {
	background: linear-gradient(#b3a4da, #897da7);
	background: -webkit-linear-gradient(#b3a4da, #897da7);
	
	padding: 15px 10px 18px 10px !important;
}

.compare_primary_name dt {
	display: none;
}

.compare_primary_name dd, .compare_primary_name dd a, .compare_primary_name dd a:hover {
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 700 !important;
	float: none !important;
	
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 450px;
	display: block;
}

.primary_product dl div {
	width: 450px;
	padding: 10px;
	margin: 0;
	clear: both;
	display: table;
	background-color: #fff;
}

.primary_product dl div:nth-of-type(odd) {
	background-color: #f8f8f8;
}

.primary_product dl dt {
	float: left;
	margin: 3px 0 0 !important;
}

.primary_product dl dd {
	float: right;
}

.primary_product dl dd img {
	float: right;
}

.primary_product dl dt, .primary_product dl dd {
	font-size: 12px;
	color: #8d8d8d;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

/*compared product*/

.compared_product {
	width: 470px;
	float: right;
	padding: 0;
	margin: 0;
}

.compared_products_boxes {
	width: 470px;
	float: left;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.08);
}

.compared_products_boxes:nth-child(3) {
	margin: 0;
}

.compare_right_image_content {
	width: 470px;
	height: 350px;
	padding: 0;
	margin: 0;
	display: table;
	position: relative;
}

.compare_buttons {
	width: auto;
	display: table;
	padding: 0;
	margin: 0;
}

.compare_buttons a:hover {
	opacity: 0.75;
}

a.compare_arrow_left {
	display: flex;
	margin: 0;
	padding: 0;
}

a.compare_arrow_left img {
	max-width: 32px;
	max-height: 32px;
	position: absolute;
	top: 159px;
	left: 0;
	transition: all .2s linear;
}

a.compare_arrow_right {
	display: flex;
	margin: 0;
	padding: 0;
}

a.compare_arrow_right img {
	max-width: 32px;
	max-height: 32px;
	position: absolute;
	top: 159px;
	right: 0;
	transition: all .2s linear;
}

.compare_sub_image_box {
	width: 470px;
	max-width: 470px;
	height: 350px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	
	margin: 0;
	padding: 0;
	float: none;
}

.compare_sub_image_box img {
	max-width: 470px;
	max-height: 350px;
	text-align: center;
	vertical-align: middle;
}

.compared_product dl {
	width: 470px;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.compared_product dl h2 {
	font-size: 16px;
	color: #6d6d6d;
	text-transform: uppercase;
	padding: 10px;
	margin: 0;
	border: none;
	
	background-color: rgba(0,0,0,0.0.20);
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.10) inset;
}

.compare_secondary_name {
	background: linear-gradient(#1f44ae, #4d4d4d);
	background: -webkit-linear-gradient(#1f44ae, #4d4d4d);
	
	padding: 15px 10px 18px 10px !important;
}

.compare_secondary_name dt {
	display: none;
}

.compare_secondary_name dd, .compare_secondary_name dd a, .compare_secondary_name dd a:hover {
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 700 !important;
	float: none !important;
	
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 450px;
	display: block;
}

.compared_product dl div {
	width: 450px;
	padding: 10px;
	margin: 0;
	clear: both;
	display: table;
	background-color: #fff;
}

.compared_product dl div:nth-of-type(even) {
	background-color: #f8f8f8;
}

.compared_product dl dt {
	float: left;
	margin: 3px 0 0 !important;
}

.compared_product dl dd {
	float: right;
}

.compared_product dl dd img {
	float: right;
}

.compared_product dl dt, .compared_product dl dd {
	font-size: 12px;
	color: #8d8d8d;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

/*search result*/

ul.search_result {
	margin: 0 !important;
	padding: 0 !important;
	display: table;
}

ul.search_result li {
	list-style-type: none;
	clear: both;
	margin-bottom: 15px;
	display: table;
}

ul.search_result li p.type {
	float: left;
	width: auto;
	text-align: right;
	padding: 0 0 10px;
}

ul.search_result li p.content {
	float: left;
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
	width: auto;
	border-left: 1px solid #CDCDCD;
    box-shadow: 0 1px 0 #FFFFFF;
}

ul.search_result li p.content a {
	display: block;
}

ul.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: 600;
	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: 600;
	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.1);
	color: #4d4d4d;
	display: block !important;
	font-size: 16px;
	margin: 0 auto 30px;
	padding: 15px 0;
	text-align: center;
}

a.back_to_homepage {
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 10px 9px 11px 9px;
	float: none;
	display: table;
	cursor: pointer;
	transition: all .2s linear;
	
	background: linear-gradient(#2cb02e, #039805);
	background: -webkit-linear-gradient(#2cb02e, #039805);
	border: 1px solid #039805;
	border-radius: 0;
}

a.back_to_homepage:hover {
	font-size: 12px;
	color: #fff;
	background: linear-gradient(#505050, #3c3c3c);
	background: -webkit-linear-gradient(#505050, #3c3c3c);
	border: 1px solid #3c3c3c;
	transition: all .2s linear;
}

/*promo pdv content*/

.promo_pdv_content {
	width: 960px;
	margin: 15px auto 30px;
	padding: 0;
	clear: both;
	display: table;
}

.promo_pdv_content .PDVList {
	margin: 0;
	padding: 0;
}

/*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: 600;
	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 {
	font: 13px/16px "Lora",Helvetica,sans-serif !important;
	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;
	font: 13px/16px "Lora",Helvetica,sans-serif !important;
	color: #fff;
}

#quick_registration {
	float: left;
}

#quick_registration input {
	text-transform: none;
}

/*user benefits*/

.user_benefits {
	font-size: 13px;
	color: #6d6d6d;
	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;
	margin: 5px 40px 0 0;
	padding: 0;
}

.online_support div a {
	font-size: 16px;
	color: #6d6d6d;
	font-weight: 600;
	float: left;
	border-bottom: 1px solid #0044aa;
	margin: 0 20px 0 0;
	padding: 0 0 3px;
}

.online_support div a:last-of-type {
	font-size: 12px;
	color: #6d6d6d;
	margin: 6px 0 0;
	float: left;
}

.online_support div a:hover {
	color: #2d2d2d;
}

.payway_list li a img{
	max-height:24px;
	max-widht:38px;
}


/*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: 645px;
	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: 0;
}

#product_details_button_back a:hover {
	opacity: 0.75;
	font-size: 12px;
	color: #3d3d3d;
}




/*basic site inner content*/

.basic_site_inner_content {
	width: 960px;
	margin: 10px auto 0;
	padding: 0;
	clear: both;
	display: table;
}

.basic_site_inner_content article {
	width: 960px;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content h1 {
	border-bottom: 1px solid #d7d7d7;
	padding: 0 0 10px;
	margin: 0 0 20px;
}

.basic_site_inner_content h1, .basic_site_inner_content h1 a {
	font-size: 24px;
	color: #0044aa;
	font-weight: 700;
	text-transform: none;
}

.basic_site_inner_content h1 a:hover {
	font-size: 24px;
	color: #0044aa;
}

.basic_site_inner_content h2, .basic_site_inner_content h2 a {
	font-size: 22px;
	color: #2d2d2d;
	text-transform: none;
	border: none;
	margin: 0;
	padding: 0 0 15px;
}

.basic_site_inner_content h2 a:hover {
	font-size: 22px;
	color: #0044aa;
}

.basic_site_inner_content h3, .basic_site_inner_content h3 a {
	font-size: 20px;
	color: #2d2d2d;
	text-transform: none;
	border: none;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content h3 a:hover {
	font-size: 20px;
	color: #0044aa;
}

/*basic site inner content two columns*/

.basic_site_inner_content_two_columns {
	width: 960px;
	margin: 10px auto 0;
	padding: 0;
	clear: both;
	display: table;
}

.basic_site_inner_content_two_columns article {
	width: 700px;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #d7d7d7;
	float: right;
}

.basic_site_inner_content_two_columns article:last-of-type {
	margin: 0;
	padding: 0;
	border: none;
}

.basic_site_inner_content_two_columns h1 {
	border-bottom: 1px solid #d7d7d7;
	padding: 0 0 10px;
	margin: 0 0 20px;
}

.basic_site_inner_content_two_columns h1, .basic_site_inner_content_two_columns h1 a {
	font-size: 24px;
	color: #0044aa;
	font-weight: 700;
	text-transform: none;
}

.basic_site_inner_content_two_columns h1 a:hover {
	font-size: 24px;
	color: #0044aa;
}

.basic_site_inner_content_two_columns h2, .basic_site_inner_content_two_columns h2 a {
	font-size: 22px;
	color: #2d2d2d;
	text-transform: none;
	border: none;
	margin: 0;
	padding: 0 0 15px;
}

.basic_site_inner_content_two_columns h2 a:hover {
	font-size: 22px;
	color: #0044aa;
}

.basic_site_inner_content_two_columns h3, .basic_site_inner_content_two_columns h3 a {
	font-size: 20px;
	color: #2d2d2d;
	text-transform: none;
	border: none;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content_two_columns h3 a:hover {
	font-size: 20px;
	color: #0044aa;
}

.basic_site_inner_content_two_columns article section h1 {
	border: none;
	padding: 0 0 5px;
	margin: 0;
}

.basic_site_inner_content_two_columns article section h1, .basic_site_inner_content_two_columns article section h1 a {
	font-size: 20px;
	color: #414141;
	font-weight: 700;
	text-transform: none;
}

.basic_site_inner_content_two_columns article section h1 a:hover {
	font-size: 20px;
	color: #0044aa;
}

.basic_site_inner_content_two_columns article section em {
	font-size: 13px;
	color: #555555;
	margin: 0;
	padding: 0;
	line-height: 17px;
}

.basic_site_inner_content_two_columns article time {
	font-size: 12px;
	color: #039805;
	margin: 0;
	padding: 0 0 5px;
	display: block;
}

/*basic site inner content contact*/

.basic_site_inner_content_contact {
	width: 960px;
	margin: 10px auto 0;
	padding: 0;
	clear: both;
	display: table;
}

.basic_site_inner_content_contact article {
	width: 460px;
	margin: 0;
	padding: 0;
	float: left;
}

.basic_site_inner_content_contact h1 {
	border-bottom: 1px solid #d7d7d7;
	padding: 0 0 10px;
	margin: 0 0 20px;
}

.basic_site_inner_content_contact h1, .basic_site_inner_content_contact h1 a {
	font-size: 24px;
	color: #0044aa;
	font-weight: 700;
	text-transform: none;
}

.basic_site_inner_content_contact h1 a:hover {
	font-size: 24px;
	color: #0044aa;
}

.basic_site_inner_content_contact h2, .basic_site_inner_content_contact h2 a {
	font-size: 22px;
	color: #2d2d2d;
	text-transform: none;
	border: none;
	margin: 0;
	padding: 0 0 15px;
}

.basic_site_inner_content_contact h2 a:hover {
	font-size: 22px;
	color: #0044aa;
}

.basic_site_inner_content_contact h3, .basic_site_inner_content_contact h3 a {
	font-size: 20px;
	color: #2d2d2d;
	text-transform: none;
	border: none;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content_contact h3 a:hover {
	font-size: 20px;
	color: #0044aa;
}

.right_column_contact {
	border-top: 1px solid #d7d7d7;
	float: right;
	margin: 41px 0 0;
	padding: 15px 0 0 60px;
	width: 500px;
}

/*contact form*/

.contact_form {
	width: 430px;
	margin: 0;
	padding: 0;
	display: table;
	float: right;
}

.contact_form h2 {
	font-size: 16px;
	color: #4d4d4d;
}

.contact_form dt {
	width: 150px !important;
	font-size: 15px;
	margin: 5px 0 0 !important;
	padding: 0 !important;
	border-bottom: none !important;
	float: none;
	text-align: left;
}

.contact_form dt label {
	font-size: 13px;
	color: #6d6d6d;
}

.contact_form dd {
	width: auto !important;
	font-size: 14px;
	margin: 0 !important;
	float: none;
}

input.form_reset {
	background: linear-gradient(#f5f5f5, #ebebeb) !important;
	background: -webkit-linear-gradient(#f5f5f5, #ebebeb) !important;
	
	border-radius: 3px !important;
	border: 1px solid #cdcdcd !important;
	padding: 6px 8px 6px 8px !important;
	font-size: 13px !important;
	color: #4d4d4d !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	display: inline-block !important;
	width: auto !important;
	cursor: pointer !important;
	text-transform: capitalize !important;
	transition: all .2s linear !important;
	margin: 0 5px 0 0 !important;
}

input.form_reset:hover, input.form_reset:focus {
	opacity: 0.80;
}

input.form_submit {
	background: linear-gradient(#1458be, #0044aa) !important;
	background: -webkit-linear-gradient(#1458be, #0044aa) !important;
	border: 1px solid #0044aa !important;
	
	border-radius: 3px !important;
	padding: 6px 8px 6px 8px !important;
	font-size: 13px !important;
	color: #fff !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	display: inline-block !important;
	width: auto !important;
	cursor: pointer !important;
	text-transform: capitalize !important;
	margin: 0 !important;
}

input.form_submit:hover, input.form_submit:focus {
	opacity: 0.80;
}

.contact_form dl a{
	color: #0044aa;
}

.contact_form dd input, .contact_form dd textarea, .contact_form dd select {
	width: 400px;
	max-width: 400px;
	padding: 9px 10px;
	float: left;
	background: linear-gradient(rgba(255,255,255,0.40), rgba(255,255,255,0.60));
	border-radius: 3px;
	border: 1px solid #cdcdcd;
	
	transition: all .2s linear;
	color: #4d4d4d;
	font-size: 12px !important;
	opacity: 1;
}

.contact_form dd input:hover, .contact_form dd input:focus, .contact_form dd input:active {
	opacity: 0.85;
	border: 1px solid #b9b9b9;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
	background: linear-gradient(rgba(255,255,255,0.60), rgba(255,255,255,0.80));
}

.contact_form dd textarea:hover, .contact_form dd textarea:focus, .contact_form dd textarea:active {
	opacity: 0.85;
	border: 1px solid #b9b9b9;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
	background: linear-gradient(rgba(255,255,255,0.60), rgba(255,255,255,0.80));
}

.contact_form dd select:hover, .contact_form dd select:focus, .contact_form dd select:active {
	opacity: 0.85;
	border: 1px solid #b9b9b9;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
	background: linear-gradient(rgba(255,255,255,0.60), rgba(255,255,255,0.80));
}

.contact_form dd textarea {
	padding: 9px 10px !important;
	background: linear-gradient(rgba(255,255,255,0.40), rgba(255,255,255,0.60));
	border-radius: 3px !important;
	border: 1px solid #cdcdcd !important;
	color: #8d8d8d !important;
	font-size: 12px !important;
}

.formInfo {
	margin: 0 0 0 5px;
	color: #C20E24;
	font-size: 15px;
	cursor: help;
}
.FormButton{
	width: auto!important;
}

.CaptchaInput {
	float:left;
	width:70px !important;
}

#CaptchaImg2 {
	margin: 7px 0 0 5px;
	border: 1px solid #b4b4b4;
}

.contact_form dd img{
	border: none;
}

#reload_ecaptcha_contact{
	border: none;
}

.buttons_action {
	padding: 20px 0 0 !important;
}







/*ecms gallery box*/

.ecms_gallery_box {
	width: 100%;
	float: none;
	display: table;
	margin: 30px 0 0;
	padding: 22px 0 0;
	border-top: 1px dashed #a5a5a5;
}

.ecms_gallery_box h1,
.ecms_gallery_box h2 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px;
}

.ecms_gallery_box p {
	font-size: 14px;
	color: #696969;
	font-weight: 300;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box a {
	width: 22.9%;
	float: left;
	margin: 30px 30px 0 0;
	padding: 0;
	position: relative;
}

.ecms_gallery_box a:nth-of-type(4n) {
	margin-right: 0;
}

.ecms_gallery_box a img {
	width: 100%;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	display: flex;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

.ecms_gallery_box em {
	font-size: 16px;
	color: rgba(0,0,0,0.80);
	font-weight: 600;
	margin: 0;
	padding: 15px 0 0;
	line-height: 22px;
	overflow: hidden;
	height: 60px;
}

.ecms_gallery_box #hist {
	float: none;
	clear: both;
	display: table;
	padding-top: 30px;
}

.ecms_gallery_box #hist a {
	width: inherit !important;
	float: inherit !important;
}

/*download*/

.document_category {
	width: 100%;
	margin: 40px 0 0;
	padding: 25px 20px 20px;
	clear: both;
	display: table;
	background: linear-gradient(#f2f2f2, #f0f0f0);
	background: -webkit-linear-gradient(#f2f2f2, #f0f0f0);
	border: 1px solid #e0e0e0;
	border-radius: 0;
}

.document_category h1,
.document_category h2 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	margin: 0;
	padding: 0 0 15px;
}

.document_category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.document_category ul li {
	width: 31.4%;
	margin: 0 30px 30px 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li:only-of-type {
	width: 100%;
	margin-right: 0;
	display: table;
}

.document_category ul li:nth-of-type(3n) {
	margin: 0 0 30px;
}

.document_category ul li img, .document_category ul li a {
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li img {
	max-height: 32px;
	margin: 0 10px 0 0;
	padding: 0;
}

.document_category ul li a {
	font-size: 14px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 22px;
	overflow: hidden;
	max-height: 67px;
	max-width: 85%;
}

.document_category ul li a:hover {
	font-size: 14px;
	color: #004b87;
}

/*hist and social*/

.hist_and_social {
	width: 100% !important;
	margin: 40px 0 0 !important;
	padding: 0 !important;
	clear: both;
	display: table;
	background: none !important;
	border-radius: 0 !important;
}

.hist_and_social .social_toolbar_inside {
	width: auto;
	float: right;
	margin: 5px 0;
	padding: 0;
}

.social_toolbar_inside ul,
.news_container_details article .social_toolbar_inside ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.social_toolbar_inside ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.social_toolbar_inside ul li.label {
	font-size: 12px;
	color: #555;
	font-weight: 600;
	margin: 4px 10px 0 0 !important;
}

.social_toolbar_inside ul li:last-of-type {
	margin: 0;
}

.social_toolbar_inside ul li a {
	display: flex;
}

.social_toolbar_inside ul li img {
	max-height: 24px;
	margin: 0;
	padding: 0;
	transition: all .3s linear;
	border-radius: 0;
	opacity: 1;
}

.social_toolbar_inside ul li img:hover {
	opacity: 0.75;
}

#hist {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#hist a {
	background: linear-gradient(#fff, #f5f5f5);
	border: 1px solid #cdcdcd;
	border-radius: 0;
	font-size: 13px;
	font-weight: 400;
	color: #4d4d4d;
	margin: 0;
	padding: 7px 9px 9px 9px;
	display: block;
}

#hist a:hover {
	opacity: 0.75;
}



/*FANCYBOX*/

.fancybox-skin {
	background: #fff !important;
}

.fancybox-lock {
	overflow: inherit !important;
}



/*sale button*/

.sale {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	text-align: right;
	display: block !important;
	width: auto !important;
	height: auto !important;
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 5px 15px 4px;
	background: #fff;
	border-radius: 0;
	z-index: 100;
}

.sale i {
	font-size: 16px;
	color: #ffd714;
	display: inline-block !important;
	vertical-align: middle;
	width: auto !important;
	height: auto !important;
	margin: -3px 0 0;
}





.container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
	float: left;
}

.tabs li {
	width: auto;
	float: left;
	margin: 0 -1px 0 0 !important;
	padding: 9px 10px 11px;
	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-family: "Lora", sans-serif;
	font-size: 13px;
	border-radius: 0;
	transition: all .2s linear;
	cursor: pointer;
}

.tabs li:hover,
.tabs li.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-family: "Lora", sans-serif;
	font-size: 13px;
	padding: 9px 10px 11px;
	margin: 0;
	border-radius: 0;
	transition: all .2s linear;
	cursor: pointer;
}

.tab-content {
	width: 100%;
	margin: 0 0 40px;
	padding: 20px;
	border-radius: 0;
	clear: both;
	
	background: linear-gradient(#fff, #f5f5f5);
	background: -webkit-linear-gradient(#fff, #f5f5f5);
	border: 1px solid #e1e1e1;
	
	display: none;
}

.tab-content.current {
	display: block;
}


.tab-content h2 {
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.15) inset;
	padding: 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #4d4d4d;
}

.tab-content dl {
	width: 100%;
	margin: 0;
	padding: 0;
}

.tab-content dl div {
	width: 100%;
	display: table;
	margin: 0;
	padding: 10px 20px;
	background-color: #fff;
	height: auto;
}

.tab-content dl dt {
	width: auto !important;
	font-size: 13px;
	color: #6d6d6d;
	line-height: 18px;
	font-weight: 400;
	float: left;
	padding: 0;
	margin: 2px 0 0;
}

.tab-content dl dd {
	font-size: 13px;
	color: #4d4d4d;
	line-height: 18px;
	font-weight: 700;
	float: right;
	padding: 2px 0 4px;
	margin: 0;
}

.tab-content iframe {
	width: 100%;
	border: none !important;
	margin: 0;
	padding: 0;
	border-radius: 5px;
}


/*product thumbnails cnt*/

.product_thumbnails_cnt {
	width: 100%;
	margin: 0;
	padding: 20px 20px 5px;
	display: table;
	list-style: none;
}

.product_thumbnails_cnt li {
	width: 30.7%;
	float: left;
	margin: 0 15px 15px 0;
}

.product_thumbnails_cnt li:nth-of-type(3n) {
	margin-right: 0;
}

.product_thumbnails_cnt a {
	display: flex;
}

.product_thumbnails_cnt img {
	display: flex;
	width: 100%;
}





