/*--------------------------------------------------------------------------/
* @Author		KulerThemes.com http://www.kulerthemes.com
* @Copyright	Copyright (C) 2012 - 2013 KulerThemes.com. All rights reserved.
* @License		KulerThemes.com Proprietary License
/---------------------------------------------------------------------------*/

/* =============== GENERAL LAYOUT =============== */
@font-face {
	font-family: 'tellus';
	src: url('../fonts/tellus.eot');
	src: url('../fonts/tellus.eot?#iefix') format('embedded-opentype'), url('../fonts/tellus.ttf') format('truetype'), url('../fonts/tellus.woff') format('woff'), url('../fonts/tellus.svg#tellus-pro') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #999;
	font-size: 13px;
	line-height: 160%;
	overflow-x: hidden;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EDEDED;
	/*background: url(../image/backgrounds/bg-master.
	);*/
}
p, pre, blockquote, form, dl, ul, ol, fieldset, address {
	padding: 0;
	margin: 12px 0 15px 0;
}
fieldset {
	padding: .5em;
	border: 1px solid #444;
}
small {
	font-size: .85em;
}
b,
strong {
	color: #666;
	font-weight: 400;
}
a b,
a strong {
	color: inherit;
}
.primary-define img {
	max-width: 100%;
}
.primary-define input,
.primary-define select,
.primary-define textarea {
	color: #000;
	border: none;
	padding: 10px 0;
	max-width: 100%;
	font-size: 13px;
	text-indent: 10px;
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
}
.primary-define textarea {
	padding: 5px;
	text-indent: 0;
	max-width: 97%;
}
.primary-define input[type*="file"] {
	font-family: Arial, Helvetica, sans-serif;
}
.primary-define input[type*="radio"],
.primary-define input[type*="checkbox"] {
	top: 1px;
	margin: 0;
	border: none;
	position: relative;
}
.primary-define select {
	padding: 6px;
	text-indent: 0;
	cursor: pointer;
}
.primary-define label {
	cursor: pointer;
}
/* =============== DEFAULT HTML - CLEARING =============== */
.primary-define .clearbreak {
	clear: both;
}
.primary-define .clearafter:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
/* =============== DEFAULT HTML - GRID LAYOUT =============== */
.primary-define .grid-2 {
	float: left;
	width: 46.95%;
	margin: 0 1.5%;
}
.primary-define .grid-3 {
	float: left;
	width: 30.3%;
	margin: 0 1.5%;
}
.primary-define .grid-4 {
	float: left;
	width: 21.975%;
	margin: 0 1.5%;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
.primary-define h1,
.primary-define h2,
.primary-define h3,
.primary-define h4,
.primary-define h5,
.primary-define h6 {
	color: #666;
	line-height: 120%;
	font-weight: 400;
}
.primary-define h1 {
	margin-top: 0;
	font-size: 28px;
}
.primary-define h2 {
	margin: 15px 0;
	font-size: 22px;
}
.primary-define h3 {
	margin: 0.3em 0;
	font-size: 18px;
}
.primary-define h4 {
	margin: 0.3em 0;
	font-size: 1.25em;
}
.primary-define h5,
.primary-define h6 {
	margin: 0.3em 0;
	font-size: 1.1em;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
.primary-define a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define a:hover {
	text-decoration: underline;
}
.primary-define a img {
	border: none;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
.primary-define ul li {
	padding: 0;
	margin: 0.3em 0 0.3em 1.6em;
}
.primary-define ol li {
	padding: 0;
	margin: 0.3em 0 0.3em 2em;
}
/* =============== DEFAULT HTML - ICONS =============== */
.primary-define [class*="icon-"] {
	display: inline-block;
}
.primary-define .icon-grid {
	background: url(../image/icons/icon-grid.png) left center no-repeat;
}
.primary-define .icon-list {
	background: url(../image/icons/icon-list.png) left center no-repeat;
}
.primary-define .icon-grid-grey {
	background: url(../image/icons/icon-grid-grey.png) left center no-repeat;
}
.primary-define .icon-list-grey {
	background: url(../image/icons/icon-list-grey.png) left center no-repeat;
}
/* =============== DEFAULT HTML - BUTTONS =============== */
.primary-define .button {
	z-index: 1;
	color: #EDEDED;
	border: none;
	text-indent: 0;
	cursor: pointer;
	font-size: 16px;
	background: none;
	overflow: visible;
	padding: 7px 15px;
	position: relative;
	display: inline-block;
	/*text-transform: uppercase;*/
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define .button:before {
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
	/*transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-moz-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-webkit-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);*/
}
.primary-define .button:hover {
	text-decoration: none;
}
/* LAYOUT */
.primary-define .wrapper {
	width: 1160px;
	margin: 0 auto;
}
.primary-define #column-left {
	float: left;
	width: 260px;
}
.primary-define #column-right {
	float: right;
	width: 260px;
}
.primary-define #column-left + #content,
.primary-define #column-right + #content {
	float: left;
	width: 860px;
}
.primary-define #column-left + #content {
	margin-left: 40px;
}
.primary-define #column-right + #content {
	margin-right: 40px;
}
.primary-define #column-left + #column-right + #content {
	width: 560px;
}
.primary-define #content form {
	margin: 0;
}
/* =============== HEADER =============== */
.primary-define #header {
	z-index: 3;
	text-align: center;
	position: relative;
	background: url('http://cluster-stone.co.uk/image/data/slides-delete/new-slides/Rustic 548 Interior.jpg') center center no-repeat;
	background-position: 45% 40%;
	/*background-position: center center;*/
	
}
.primary-define #header #topbar {
	color: #fff;
	font-size: 12px;
	/*background: url('semi-transparent.png');*/
	text-transform: uppercase;
	border-bottom: 0px solid #6B6D6F;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}
.primary-define #header #toppanel {
	padding: 20px 0;
	border-bottom: 5px solid #DFD5BA;
}
.primary-define #header #toppanel > div {
	position: relative;
}
.primary-define #topbar form {
	float: left;
	margin: 15px 8px;
}
.primary-define #topbar #welcome {
	float: right;
	font-size: 0;
	margin: 14px 0;
}
.primary-define #topbar #welcome a {
	color: #fff;
	font-size: 12px;
	margin-left: 15px;
	display: inline-block;
}
.primary-define #topbar #welcome a:hover{
	text-decoration: none;
}
.primary-define #topbar #welcome a:before {
	font-family: 'tellus';
	content: "\e603";
	font-size: 15px;
	margin-right: 5px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.primary-define #topbar #welcome a:first-child:before {
	content: "\e606";
}
.primary-define #topbar .links {
	float: left;
	margin: 14px 0;
}
.primary-define #topbar .links a {
	color: #fff;
	margin-left: 15px;
	padding-left: 0;
}
.primary-define #topbar .links a:hover{
	text-decoration: none;
	color: #F3E2C6;
}
.primary-define #topbar .links a:before {
	font-family: 'tellus';
	font-size: 16px;
	margin-right: 5px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.primary-define #topbar .links a.icon-wishlist-white:before {
	content: "\e600";
}
.primary-define #topbar .links a.icon-user-white:before {
	content: "\e601";
}
.primary-define #topbar .links a.icon-cart-white:before {
	content: "\e60d";
}
.primary-define #topbar .links a.icon-checkout-white:before {
	content: "\e60b";
}
.primary-define #topbar .links a.icon-phone-white:before {
	content: "\e60f";
}
.primary-define #topbar #currency {
	position: relative;
}
.primary-define #topbar #language {
	position: relative;
}
.primary-define #toppanel #logo {
	display: inline-block;
	vertical-align: middle;
}
.primary-define #toppanel #search {
	z-index: 100;
	top: 50%;
	right: 0;
	margin-top: -18px;
	position: absolute;
}
.primary-define #toppanel #search-inner {
	margin-right: 40px;
	position: relative;
	display: inline-block;
}
.primary-define #toppanel #search input {
	color: #666;
	padding: 7px;
	outline: none;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.7);
	transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
}
.primary-define #toppanel #search select {
	height: 36px;
}
.primary-define #toppanel #search select option {
	background-color: #fff;
}
.primary-define #toppanel #search .button-search {
	top: 10px;
	width: 35px;
	right: -30px;
	height: 100%;
	cursor: pointer;
	position: absolute;
}
.primary-define #toppanel #search .button-search:before {
	font-family: 'tellus';
	content: "\e602";
	font-size: 16px;
	margin-left: 10px;
	color: #FFFFFF;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.primary-define #header #cart {
	float: right;
	margin-left: 15px;
	position: relative;
}
.primary-define #header #cart .heading {
	cursor: pointer;
	padding: 15px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define #header #cart .heading:before {
	font-family: 'tellus';
	content: "\e60d";
	font-size: 16px;
	margin-right: 5px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.primary-define #header #cart .heading h4 {
	display: none;
}
.primary-define #header #cart .heading a {
	color: #fff;
	vertical-align: top;
	display: inline-block;
	text-decoration: none;
}
.primary-define #header #cart .content {
	right: 0;
	top: 110%;
	opacity: 0;
	z-index: 3;
	color: #aaa;
	width: 380px;
	font-size: 14px;
	position: absolute;
	visibility: hidden;
	text-transform: none;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	box-shadow: 0 0 2px rgba(204, 204, 204, 0.65);
	-moz-box-shadow: 0 0 2px rgba(204, 204, 204, 0.65);
	-webkit-box-shadow: 0 0 2px rgba(204, 204, 204, 0.65);
}
.primary-define #header #cart .inner {
	padding: 10px;
	background-color: #fff;
}
.primary-define #header #cart.active .content {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.primary-define .mini-cart-total {
	margin-top: 2px;
	border-top: 1px solid #eee;
}
.primary-define .mini-cart-info td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.primary-define .mini-cart-info .name {
	text-align: left;
}
.primary-define .mini-cart-info .name span {
	display: block;
	font-size: 11px;
}
.primary-define .mini-cart-info .total {
	color: #FF0000;
}
.primary-define .mini-cart-info .remove img {
	cursor: pointer;
	vertical-align: baseline;
}
.primary-define .mini-cart-total table {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
.primary-define .mini-cart-total td {
	padding: 2px 0;
}
.primary-define .mini-cart-total .total {
	color: #FF0000;
	text-align: right;
}
.primary-define #header #cart .checkout {
	text-align: center;
	margin: 15px 0 10px 0;
}
.primary-define #header #cart .empty {
	padding: 50px 0;
	text-align: center;
}
/* CONTAINER */
.primary-define #container {
	padding-top: 30px;
	position: relative;
}
/* MENU */
.primary-define #menu {
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}
.primary-define #menu #btn-mobile-toggle {
	color: #666;
	display: none;
	font-size: 14px;
	cursor: pointer;
	line-height: 120%;
	padding: 11px 14px;
	position: relative;
	background-color: #eee;
	text-transform: uppercase;
}
.primary-define #menu #btn-mobile-toggle:before {
	top: 50%;
	right: 5px;
	content: "";
	width: 30px;
	height: 30px;
	margin-top: -15px;
	position: absolute;
	background: url(../image/icons/icon-toggle-nav.png) right center no-repeat;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define #menu #btn-mobile-toggle.expand:before {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.primary-define .mainmenu {
	margin: 0;
	padding: 0;
}
.primary-define .mainmenu li {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
.primary-define .mainmenu > li {
	float: left;
}
.primary-define .mainmenu li > .btn-expand-menu {
	top: 0;
	right: 0;
	width: 41px;
	height: 41px;
	display: none;
	cursor: pointer;
	position: absolute;
	background: url(../image/icons/icon-plus-dark.png) center center no-repeat;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define .mainmenu > li > .btn-expand-menu {
	height: 39px;
}
.primary-define .mainmenu li > .btn-expand-menu:hover {
	background: rgba(0, 0, 0, 0.2) url(../image/icons/icon-plus-light.png) center center no-repeat;
}
.primary-define .mainmenu li.expand > .btn-expand-menu {
	background: url(../image/icons/icon-minus-dark.png) center center no-repeat;
}
.primary-define .mainmenu li.expand > .btn-expand-menu:hover {
	background: rgba(0, 0, 0, 0.2) url(../image/icons/icon-minus-light.png) center center no-repeat;
}
.primary-define .mainmenu li a {
	color: #666;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.primary-define .mainmenu > li > a {
	color: #fff;
	font-size: 14px;
	line-height: 120%;
	position: relative;
	padding: 11px 14px;
	text-transform: uppercase;
}
.primary-define .mainmenu > li > a:before {
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	transform: skew(-20deg) scale(0);
	-moz-transform: skew(-20deg) scale(0);
	-webkit-transform: skew(-20deg) scale(0);
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define .mainmenu > li:hover > a:before,
.primary-define .mainmenu > li.active > a:before {
	opacity: 1;
	transform: skew(-20deg) scale(1);
	-moz-transform: skew(-20deg) scale(1);
	-webkit-transform: skew(-20deg) scale(1);
}
.primary-define .mainmenu li .dropdown-container {
	top: 0;
	left: -7px;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define .mainmenu > li > .dropdown-container {
	top: 100%;
	opacity: 1;
}
.primary-define .mainmenu li:hover > .dropdown-container {
	opacity: 1;
	visibility: visible;
}
.primary-define .mainmenu > li:hover > .dropdown-container {
	top: 100%;
}
.primary-define .mainmenu .sublevel {
	margin: 0;
	float: left;
	width: 185px;
}
.primary-define .mainmenu .sublevel li {
	opacity: 0;
	width: 185px;
	padding-top: 5px;
	transition: margin 0.2s ease, opacity 0.2s ease;
	-moz-transition: margin 0.2s ease, opacity 0.2s ease;
	-webkit-transition: margin 0.2s ease, opacity 0.2s ease;
}
.primary-define .mainmenu .sublevel li:nth-child(even) {
	margin: 0 0 0 -100px;
}
.primary-define .mainmenu .sublevel li:nth-child(odd) {
	margin: 0 0 0 100px;
}
.primary-define .mainmenu li:hover .sublevel li {
	margin: 0;
	opacity: 1;
}
.primary-define .mainmenu .sublevel li a {
	padding: 10px 20px;
	background-color: #fff;
}
.primary-define .mainmenu .sublevel > li > a{
	border-left: 1px solid #eee;
}
.primary-define .mainmenu .sublevel:first-child > li > a{
	border-left: none;
}
.primary-define .mainmenu .sublevel li.parent > a {
	padding-right: 18px;
	background-repeat: no-repeat;
	background-position: 95% center;
	background-image: url(../image/icons/icon-arrow-nav.png);
}
.primary-define .mainmenu .sublevel .dropdown-container {
	left: 100%;
	z-index: 1;
}
/* BREADCRUMB */
.primary-define .breadcrumb {
	padding: 30px;
	background-color: #fff;
	font-size: 0;
	border-bottom: 5px solid rgba(223, 213, 186, 0.4);
	box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-moz-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-webkit-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
}
.primary-define .breadcrumb a {
	color: #999;
	font-size: 16px;
	margin-left: -10px;
	padding: 0 10px 0 10px;
	text-decoration: none;
	/*text-transform: uppercase;*/
}
.primary-define .breadcrumb a:before {
	font-family: 'tellus';
	content: "\e610";
	margin-right: 10px;
	font-size: 12px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.primary-define .breadcrumb a:first-child {
	margin-left: 0;
	padding-left: 0;
}
.primary-define .breadcrumb a:first-child:before {
	display: none;
}
/* MAINCONTENT */
.primary-define .maincontent {
	padding: 25px;
	background-color: #fff;
	box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-moz-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-webkit-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
}
.primary-define .maincontent h1 {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 5px solid rgba(239, 234, 220, 0.3);
}
/* NOTIFICATIONS */
.primary-define #notification {
	top: 80px;
	z-index: 3;
	opacity: 0;
	right: 20px;
	width: 300px;
	position: fixed;
	visibility: hidden;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define #notification.active {
	top: 20px;
	opacity: 1;
	visibility: visible;
}
.primary-define #notification a {
	color: #D54D48;
}
.primary-define #notification > div {
	margin: 0;
	width: auto;
}
.primary-define .success,
.primary-define .warning,
.primary-define .attention,
.primary-define .information {
	color: #555555;
	margin: 0 auto 15px auto;
	padding: 10px 30px 10px 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;		 /* Opera/IE 8+ */
	-moz-box-sizing: border-box;	/* Firefox, other Gecko */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
}
.primary-define .success {
	background: #fff url(../../default/image/success.png) 10px center no-repeat;
}
.primary-define .warning {
	background: #FFD1D1 url(../../default/image/warning.png) 10px center no-repeat;
}
.primary-define .attention {
	background: #FFF5CC url(../../default/image/attention.png) 10px center no-repeat;
}
.primary-define .success .close,
.primary-define .warning .close,
.primary-define .attention .close,
.primary-define .information .close {
	top: 50%;
	right: 15px;
	cursor: pointer;
	margin-top: -7px;
	position: absolute;
}
.primary-define .required {
	color: #C54032;
	margin-left: 4px;
}
.primary-define .error {
	display: block;
	color: #FF0000;
}
.primary-define .help {
	color: #999;
	font-size: 10px;
	font-weight: 400;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
/* TABLE */
.primary-define table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.primary-define table.form td {
	padding: 4px;
}
.primary-define table.form td:first-child {
	color: #666;
	white-space: nowrap;
}
.primary-define table.form td select,
.primary-define table.form td input[type*="text"],
.primary-define table.form td input[type*="password"] {
	width: 100%;
}
.primary-define table.form td input[name*="postcode"] {
	width: auto;
}
.primary-define .left > table.form td,
.primary-define .right > table.form td {
	display: block;
}
.primary-define table.list {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.primary-define table.list td {
	padding: 7px;
}
.primary-define table.list td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.primary-define table.list td.name {
	text-align: left;
}
.primary-define table.list .right {
	text-align: right;
}
.primary-define table.list thead td {
	color: #666;
	background-color: #eee;
	border-bottom: 1px solid #eee;
}
.primary-define table.list tbody td {
	vertical-align: middle;
	border-bottom: 1px solid #eee;
}
.primary-define table.list tbody td.quantity input[type='text'] {
	min-width: 35px;
}
.primary-define table.list tbody td.quantity input[type='image'],
.primary-define table.list tbody td.quantity img {
	top: 4px;
	padding: 0;
	border: none;
	position: relative;
	background-color: #fff;
}
.primary-define table.list tbody td.price,
.primary-define table.list tbody td.total {
	color: #C64132;
}
.primary-define table.list tbody span.stock {
	color: #F00;
}
.primary-define table.radio {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.primary-define table.radio td {
	padding: 5px;
	vertical-align: top;
}
.primary-define table.radio td label {
	display: block;
}
.primary-define table.radio tr td:first-child {
	width: 1px;
}
.primary-define table.radio tr td:first-child input {
	margin-top: 1px;
}
.primary-define .pagination {
	margin: 10px 0;
	text-align: center;
}
.primary-define .pagination .links {
	padding: 20px 0 10px 0;
}
.primary-define .pagination .links a,
.primary-define .pagination .links b {
	color: #fff;
	margin: 0 1px;
	font-size: 16px;
	padding: 2px 10px;
	text-decoration: none;
	display: inline-block;
	background-color: #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.primary-define .pagination .links b {
	font-weight: 400;
}
/* BUTTONS */
.primary-define .buttons {
	margin-top: 10px;
	border-top: 1px solid #eee;
}
.primary-define .buttons:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.primary-define .buttons .left {
	float: left;
	text-align: left;
}
.primary-define .buttons .right {
	float: right;
	text-align: right;
}
.primary-define .buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.primary-define .buttons .button {
	margin: 10px 0;
}
/* TABS */
.primary-define .htabs {
	height: 37px;
	margin-top: 30px;
	line-height: 16px;
}
.primary-define .htabs a {
	color: #999;
	float: left;
	display: none;
	margin-right: 2px;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	background: #efefef;
	border: 1px solid #eee;
	border-bottom-width: 0;
}
.primary-define .htabs a.selected {
	color: #666;
	background: #FFFFFF;
	padding-bottom: 11px;
}
.primary-define .tab-content {
	z-index: 2;
	color: #aaa;
	padding: 5px 15px;
	margin-bottom: 20px;
	border-top-width: 0;
	border: 1px solid #eee;
}
.primary-define .tab-content .clearafter strong {
	float: left;
	width: 200px;
	margin: 5px 0;
}
.primary-define .tab-content .captcha-field .left,
.primary-define .tab-content .captcha-field .right {
	float: left;
}
/* BOX */
.primary-define .box {
	margin-bottom: 30px;
}
.primary-define .box-heading {
	color: #535353;
	padding: 20px 0;
	font-size: 28px;
	line-height: 120%;
	position: relative;
	text-align: center;
	/*text-transform: uppercase;*/
	background: url(../image/backgrounds/bg-double-line.png) left 36px repeat-x;
}
.primary-define .box-heading > span {
	z-index: 1;
	color: #fff;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.primary-define .box-heading > span:before {
	top: 0;
	left: -30px;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	padding: 0 30px;
	position: absolute;
	background: url(../image/backgrounds/bg-master.jpg);
}
.primary-define .box-heading > span:after {
	top: 0;
	left: -15px;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	padding: 0 15px;
	position: absolute;
	/*transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-moz-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-webkit-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);*/
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
}
/* BOX - OUTSIDE CONTENT */
.primary-define #column-left .box,
.primary-define #column-right .box {
	padding-bottom: 0;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-moz-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-webkit-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
}
.primary-define #column-left .box-heading,
.primary-define #column-right .box-heading {
	color: #fff;
	font-size: 24px;
	text-align: left;
	background-image: none;
}
.primary-define #column-left .box-heading > span,
.primary-define #column-right .box-heading > span {
	padding: 5px 20px;
	text-shadow: none;
}
.primary-define #column-left .box-heading > span:before,
.primary-define #column-right .box-heading > span:before,
.primary-define #column-left .box-heading > span:after,
.primary-define #column-right .box-heading > span:after {
	display: none;
}
/* BOX PRODUCTS */
.primary-define .box-product > div {
	z-index: 1;
	position: relative;
	vertical-align: top;
	box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-moz-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-webkit-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	transition: margin 0.3s ease-in-out, border 0.3s ease-in-out;
	-moz-transition: margin 0.3s ease-in-out, border 0.3s ease-in-out;
	-webkit-transition: margin 0.3s ease-in-out, border 0.3s ease-in-out;
}
.primary-define .box-product .image img {
	vertical-align: middle;
}
.primary-define .box-product .image .no-image {
	display: block;
	text-align: center;
}
.primary-define .box-product .image .no-image img {
	width: 80px;
	height: 80px;
}
.primary-define .box-product .price {
	padding: 20px 0;
	background-color: #fff;
}
.primary-define .box-product .price div {
	z-index: 1;
	font-size: 20px;
	padding: 10px 15px;
	position: relative;
	display: inline-block;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.primary-define .box-product .price div:before {
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	/*transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-moz-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-webkit-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);*/
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
}
.primary-define .box-product .price div span {
	display: inline-block;
	vertical-align: middle;
}
.primary-define .box-product .price .special-price:before {
	background-color: #C24845;
}
.primary-define .box-product .special-price .price-old {
	color: #DEB3B2;
	font-size: 16px;
	margin-left: 5px;
	text-decoration: line-through;
}
.primary-define .box-product .price-tax {
	display: none;
}
.primary-define .box-product .name a {
	font-size: 16px;
	text-decoration: none;
}
.primary-define .box-product .rating {
	margin-top: 5px;
}
.primary-define .box-product .rating img {
	vertical-align: middle;
}
.primary-define .box-product .cart a,
.primary-define .box-product .wishlist a,
.primary-define .box-product .compare a {
	font-size: 14px;
}
/* BOX PRODUCTS - OUTSIDE CONTENT */
.primary-define #column-left .box-product > div,
.primary-define #column-right .box-product > div {
	margin: 0;
	display: block;
	padding: 12px 0;
	text-align: left;
	background: none;
	min-height: 80px;
	border-bottom: 3px solid rgba(239, 234, 220, 0.3);
	box-shadow: none;
}
.primary-define #column-left .box-product > div:after,
.primary-define #column-right .box-product > div:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.primary-define #column-left .box-product > div > div,
.primary-define #column-right .box-product > div > div {
	margin: 0 5px 0 100px;
}
.primary-define #column-left .box-product .cart,
.primary-define #column-left .box-product .wishlist,
.primary-define #column-left .box-product .compare,
.primary-define #column-right .box-product .cart,
.primary-define #column-right .box-product .wishlist,
.primary-define #column-right .box-product .compare {
	display: none;
}
.primary-define #column-left .box-product .image,
.primary-define #column-right .box-product .image {
	padding: 0;
	float: left;
	width: 80px;
	text-align: center;
}
.primary-define #column-left .box-product .image img,
.primary-define #column-right .box-product .image img {
	opacity: 1;
	transform: none;
}
.primary-define #column-left .box-product .name,
.primary-define #column-right .box-product .name {
	padding: 0;
	width: auto !important;
}
.primary-define #column-left .box-product .name a,
.primary-define #column-right .box-product .name a {
	color: #999;
	display: block;
	font-size: 15px;
}
.primary-define #column-left .box-product .name a:hover,
.primary-define #column-right .box-product .name a:hover {
	color: #333;
}
.primary-define #column-left .box-product .rating,
.primary-define #column-right .box-product .rating {
	padding: 0;
	margin-top: 0;
	text-align: left;
}
.primary-define #column-left .box-product .price,
.primary-define #column-right .box-product .price {
	padding: 0;
}
.primary-define #column-left .box-product .price div,
.primary-define #column-right .box-product .price div {
	padding: 0;
	color: #C54032;
	font-size: 14px;
	text-shadow: none;
}
.primary-define #column-left .box-product .price div:before,
.primary-define #column-right .box-product .price div:before {
	display: none;
}
.primary-define #column-left .box-product .special-price,
.primary-define #column-right .box-product .special-price {
	padding: 0;
}
.primary-define #column-left .box-product .special-price .price-old,
.primary-define #column-right .box-product .special-price .price-old {
	color: #aaa;
	font-size: 14px;
	margin-right: 3px;
	text-decoration: line-through;
}
.primary-define #column-left .box-product .details,
.primary-define #column-right .box-product .details {
	margin: 0;
	top: 12px;
	left: 10px;
	background: none;
	position: absolute;
}
/* products list */
.primary-define .product-list {
	padding: 0;
	clear: both;
}
.primary-define .product-list > div {
	padding: 20px;
	margin: 20px 0;
	background-color: #fff;
	border: 5px solid #fff;
}
.primary-define .product-list > div:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.primary-define .product-list .left {
	float: left;
	text-align: center;
	margin-right: 20px;
}
.primary-define .product-list .right {
	float: right;
	margin-left: 30px;
	position: relative;
	text-align: center;
}
.primary-define .product-list .image {
	margin: 0;
	float: none;
}
.primary-define .product-list .name {
	margin-top: 20px;
}
.primary-define .product-list .name a {
	font-size: 24px;
}
.primary-define .product-list .description {
	color: #aaa;
	font-size: 14px;
	margin: 10px 0 15px 0;
}
.primary-define .product-list .price {
	padding: 10px 0;
}
.primary-define .product-list .cart,
.primary-define .product-list .wishlist,
.primary-define .product-list .compare {
	margin: 10px 0;
}
.primary-define .product-list .cart a,
.primary-define .product-list .wishlist a,
.primary-define .product-list .compare a {
	display: block;
}
.primary-define .product-list .cart a span:before,
.primary-define .product-list .wishlist a span:before,
.primary-define .product-list .compare a span:before {
	font-family: 'tellus';
	margin-right: 8px;
	speak: none;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.primary-define .product-list .cart a span:before {
	content: "\e60d";
}
.primary-define .product-list .wishlist a span:before {
	content: "\e600";
}
.primary-define .product-list .compare a span:before {
	content: "\e60a";
}
/* PRODUCTS GRID */
.primary-define .product-grid > div {
	padding: 0;
	border: none;
	margin: 20px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
}
.primary-define .product-grid > div:hover {
	background-color: #fff;
}
.primary-define .product-grid .image {
	margin: 0;
	float: none;
	padding: 25px;
	overflow: hidden;
	background-color: #fff;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.primary-define .product-grid .image img {
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.primary-define .product-grid > div:hover .image {
	background: none;
}
.primary-define .product-grid > div:hover .image img {
	opacity: 0;
	transform: scale(10);
	-moz-transform: scale(10);
	-webkit-transform: scale(10);
	filter: alpha(opacity=0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.primary-define .product-grid .name {
	margin: 0 auto;
	padding: 15px 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.primary-define .product-grid .name a {
	color: #fff;
}
.primary-define .product-grid .description {
	display: none;
}
.primary-define .product-grid .rating {
	margin-top: -10px;
	text-align: center;
	padding-bottom: 10px;
}
.primary-define .product-grid .details {
	z-index: 2;
	position: relative;
}
.primary-define .product-grid .details a span:before {
	font-family: 'tellus';
	font-size: 15px;
	margin-right: 5px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.primary-define .product-grid .details a span {
	padding-left: 0;
}
.primary-define .product-grid .wishlist a span:before {
	content: "\e600";
}
.primary-define .product-grid .compare a span:before {
	content: "\e60a";
}
.primary-define .product-grid .wishlist,
.primary-define .product-grid .compare {
	left: 0;
	top: 50%;
	opacity: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	filter: alpha(opacity=0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.primary-define .product-grid > div:hover .wishlist,
.primary-define .product-grid > div:hover .compare {
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	filter: alpha(opacity=100);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.primary-define .product-grid .wishlist {
	margin-top: -40px;
}
.primary-define .product-grid .compare {
	margin-top: 0;
}
.primary-define .product-grid .wishlist a,
.primary-define .product-grid .compare a {
	color: #fff;
	overflow: hidden;
	padding: 7px 30px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-shadow: none;
}
.primary-define .product-grid .wishlist a:before,
.primary-define .product-grid .compare a:before {
	top: 50%;
	left: 50%;
	height: 0;
	opacity: 0;
	z-index: -1;
	content: "";
	width: 100%;
	position: absolute;
	background-color: #DFD5BA;
	transform: translateX(-50%) translateY(-50%) rotate(-70deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-70deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-70deg);
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define .product-grid .wishlist a:hover:before,
.primary-define .product-grid .compare a:hover:before {
	opacity: 1;
	height: 375%;
}
.primary-define .product-grid .cart {
	left: 0;
	z-index: 1;
	width: 100%;
	bottom: -100%;
	text-align: center;
	position: absolute;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define .product-grid .cart a {
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 28px 0;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.primary-define .product-grid .cart a:before {
	display: none;
}
.primary-define .product-grid .cart span {
	padding-left: 0;
	line-height: normal;
}
.primary-define .product-grid .cart span:before {
	font-family: 'tellus';
	content: "\e60d";
	font-size: 25px;
	margin-right: 5px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.primary-define .product-grid > div:hover .cart {
	bottom: 0;
}
/* TREEMENU */
.primary-define .treemenu {
	margin: 0;
	padding: 5px;
	list-style-type: none;
}
.primary-define .treemenu li {
	margin: 0;
	padding: 0;
}
.primary-define .treemenu li a {
	color: #666;
	display: block;
	font-size: 15px;
	padding: 7px 15px;
	text-decoration: none;
	list-style-type: none;
}
.primary-define .treemenu li a:hover {
	background-color: rgba(223, 213, 186, 0.5);
}
.primary-define .treemenu li ul {
	margin: 0;
	display: none;
	list-style-type: none;
}
.primary-define .treemenu li a.active + ul {
	display: block;
}
.primary-define .treemenu ul li a {
	padding-left: 30px;
}
.primary-define .treemenu ul li a.active {
	background-color: rgba(223, 213, 186, 0.5);
}
.primary-define .treemenu ul li a span:before {
	opacity: 0;
	margin-left: -18px;
	font-family: 'tellus';
	content: "\e610";
	margin-right: 5px;
	font-size: 12px;
	color: #866E5F;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define .treemenu ul li a:hover span:before {
	opacity: 1;
	margin-left: 0;
}
/* CONTENT */
.primary-define #content .content:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.primary-define #content .content .left {
	float: left;
	width: 48%;
}
.primary-define #content .content .right {
	float: right;
	width: 48%;
}
/* CATEGORY */
.primary-define .category-info {
	font-size: 14px;
}
.primary-define .category-info .image {
	float: left;
	padding: 5px;
	margin-right: 20px;
	border: 1px solid #E7E7E7;
}
.primary-define .category-info .image img {
	vertical-align: middle;
}
.primary-define .category-list {
	padding-bottom: 10px;
}
.primary-define .category-list h2 {
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e3;
}
.primary-define .category-list ul {
	margin: 0;
	list-style-type: none;
}
.primary-define .category-list ul li {
	float: left;
	margin: 5px;
}
.primary-define .category-list ul li a {
	font-size: 12px;
}
/* MANUFACTURER */
.primary-define .manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.primary-define .manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.primary-define .manufacturer-content {
	padding: 8px;
}
.primary-define .manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* PRODUCT */
.primary-define .product-filter a {
	text-decoration: none;
}
.primary-define .product-filter select {
	margin-left: 10px;
}
.primary-define .product-filter .display {
	float: left;
	margin-top: 5px;
}
.primary-define .product-filter .display a,
.primary-define .product-filter .display span {
	color: #aaa;
	margin-right: 15px;
}
.primary-define .product-filter .display a:before,
.primary-define .product-filter .display span:before {
	font-family: 'tellus';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}
.primary-define .product-filter .icon-list-grey:before,
.primary-define .product-filter .icon-list:before {
	content: "\e605";
}
.primary-define .product-filter .icon-grid-grey:before,
.primary-define .product-filter .icon-grid:before {
	content: "\e607";
}
.primary-define .product-filter .sort {
	float: right;
}
.primary-define .product-filter .limit {
	float: right;
	margin-left: 15px;
}
.primary-define .product-compare {
	float: left;
	margin-top: 5px;
	padding-left: 10px;
	border-left: 1px solid #eee;
}
/* PRODUCT */
.primary-define .product-info {
	position: relative;
}
.primary-define .product-info:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.primary-define .product-info h1 {
	margin-bottom: 0;
	text-align: center;
	padding: 30px 0 0 0;
	border-bottom: none;
}
.primary-define .product-info > .left {
	float: left;
	width: 300px;
}
.primary-define .product-info > .right {
	float: right;
	width: 450px;
}
.primary-define .product-info .image {
	text-align: center;
}
.primary-define .product-info .image img {
	width: auto;
	height: auto;
	vertical-align: middle;
}
.primary-define .product-info .thumblist {
	margin: 0;
}
.primary-define .product-info .thumblist li {
	margin: 2px;
	float: left;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.primary-define .product-info .image-additional a img {
	vertical-align: middle;
}
.primary-define .product-info .description {
	padding: 20px 0;
}
.primary-define .product-info .description span {
	color: #666;
	margin: 10px 0;
	min-width: 120px;
	display: inline-block;
}
.primary-define .product-info .description a {
	text-decoration: none;
}
.primary-define .product-info .minimum {
	margin-top: 10px;
}
.primary-define .product-info .price {
	margin: 20px 0;
}
.primary-define .product-info .price div {
	font-size: 20px;
	padding: 10px 25px;
	display: inline-block;
	border: 1px solid #ddd;
}
.primary-define .product-info .price div span {
	display: inline-block;
	vertical-align: middle;
}
.primary-define .product-info .special-price .price-old {
	color: #aaa;
	font-size: 16px;
	margin-right: 5px;
	text-decoration: line-through;
}
.primary-define .product-info .special-price .price-fixed {
	color: #C24845;
}
.primary-define .product-info .reward,
.primary-define .product-info .price-tax,
.primary-define .product-info .discount {
	margin: 0;
	display: block;
}
.primary-define .product-info .price-tax {
	margin-top: 5px;
}
.primary-define .product-info .option {
	overflow: hidden;
	margin: 5px 0 15px 0;
}
.primary-define .product-info .option strong {
	width: 135px;
	margin: 6px 0;
	font-weight: 400;
	display: inline-block;
}
.primary-define .product-info .option select,
.primary-define .product-info .option input[type*="text"] {
	width: 210px;
}
.primary-define .product-info .option textarea {
	width: 270px;
}
.primary-define .product-info .option input[type*="button"] {
	padding: 5px;
	text-indent: 0;
}
.primary-define .product-info .multi div,
.primary-define .product-info .multi strong,
.primary-define .product-info .multi textarea,
.primary-define .product-info .multi .required {
	float: left;
	display: block;
}
.primary-define .product-info .multi div {
	margin-left: 5px;
}
.primary-define .product-info .multi .required {
	margin: 6px 6px 6px 4px;
}
.primary-define .product-info .multi:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.primary-define .product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.primary-define .product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.primary-define .product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.primary-define .product-info .cart {
	float: left;
	width: 100%;
}
.primary-define .product-info .cart > div:first-child {
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.primary-define .product-info .cart > div > a {
	color: #999;
	margin-right: 15px;
	padding-left: 0;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}
.primary-define .product-info .cart > div > a:before {
	font-family: 'tellus';
	font-size: 15px;
	margin-right: 5px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.primary-define .product-info .cart > div > a.icon-wishlist-grey:before {
	content: "\e600";
}
.primary-define .product-info .cart > div > a.icon-compare-grey:before {
	content: "\e60a";
}
.primary-define .product-info .share {
	display: inline-block;
	vertical-align: middle;
}
.primary-define .product-info .share img {
	float: left;
	padding-right: 5px;
}
.primary-define .product-info .share a {
	padding: 0 2px;
	line-height: 16px;
	text-decoration: none;
}
.primary-define .product-info .review {
	text-align: center;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #E7E7E7;
}
.primary-define .product-info .review .show-review,
.primary-define .product-info .review .new-review {
	color: #999;
	margin-left: 20px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
.primary-define .product-info .review .new-review {
	padding-left: 20px;
	background: url(../image/icons/icon-forward-grey.png) left center no-repeat;
}
.primary-define .product-info .review img {
	vertical-align: middle;
}
.primary-define .review-list {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.primary-define .review-list .author {
	display: inline;
}
.primary-define .review-list .author b {
	color: #000;
}
.primary-define .review-list .rating {
	display: inline;
	vertical-align: middle;
}
.primary-define .review-list .text {
	clear: both;
}
.primary-define .attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.primary-define .attribute thead td,
.primary-define .attribute thead tr td:first-child {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	background: #F7F7F7;
	text-align: left;
}
.primary-define .attribute tr td:first-child {
	color: #666;
	font-weight: 400;
	text-align: right;
	width: 20%;
}
.primary-define .attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.primary-define table.compare-info tr td:first-child {
	text-align: right;
}
.primary-define table.compare-info thead td {
	color: #666;
}
.primary-define table.compare-info thead td,
.primary-define table.compare-info thead tr td:first-child {
	font-size: 14px;
	background: #eee;
	text-align: left;
}
.primary-define table.compare-info thead td,
.primary-define table.compare-info tbody td {
	padding: 7px;
}
.primary-define table.compare-info td {
	width: 20%;
	text-align: center;
}
.primary-define table.compare-info td .no-image {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.primary-define table.compare-info td .no-image img {
	vertical-align: middle;
}
.primary-define table.compare-info .price-old {
	color: #CC4328;
	text-decoration: line-through;
}
.primary-define table.compare-info td.remove img {
	vertical-align: middle;
}
/* WISHLIST */
.primary-define .wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin: 20px 0;
}
.primary-define .wishlist-info td {
	padding: 7px;
	text-align: center;
}
.primary-define .wishlist-info thead td {
	background-color: #eee;
	border-bottom: 1px solid #eee;
}
.primary-define .wishlist-info thead .name {
	text-align: left;
}
.primary-define .wishlist-info tbody td {
	vertical-align: middle;
	border-bottom: 1px solid #eee;
}
.primary-define .wishlist-info tbody .no-image {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.primary-define .wishlist-info tbody .name {
	text-align: left;
}
.primary-define .wishlist-info tbody .price-old {
	color: #CC4328;
	text-decoration: line-through;
}
.primary-define .wishlist-info tbody .action img {
	cursor: pointer;
}
.primary-define .login-content p strong {
	margin: 10px 0;
	font-weight: 400;
}
.primary-define .login-content > .left {
	float: left;
	width: 48%;
}
.primary-define .login-content > .right {
	float: right;
	width: 48%
}
.primary-define .login-content > .right a {
	margin: 12px 0;
	display: inline-block;
}
.primary-define .login-content .left .content,
.primary-define .login-content .right .content {
	min-height: 220px;
}
.primary-define .login-content .right p strong {
	display: block;
}
.primary-define .login-content .right p input[type*="text"],
.primary-define .login-content .right p input[type*="password"] {
	width: 100%;
}
.primary-define .return-captcha:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.primary-define .return-captcha .left,
.primary-define .return-captcha .right {
	float: left;
}
.primary-define .return-captcha .left {
	margin: 4px 10px 4px 0;
}
.primary-define .return-captcha .right {
	margin-bottom: 10px;
}
.primary-define .return-captcha .right p {
	margin-bottom: 5px;
}
/* ORDERS */
.primary-define .order-list table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.primary-define .order-list table td {
	padding: 7px;
	text-align: center;
}
.primary-define .order-list thead td {
	background-color: #eee;
	border-bottom: 1px solid #eee;
}
.primary-define .order-list tbody td {
	border-bottom: 1px solid #eee;
}
.primary-define .order-list tbody td.order-total {
	color: #C64132;
}
.primary-define .order-list tbody img {
	vertical-align: middle;
}
.primary-define .order-detail {
	background: #EFEFEF;
}
/* RETURNS */
.primary-define .return-list {
	margin-bottom: 10px;
}
.primary-define .return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.primary-define .return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.primary-define .return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.primary-define .return-list .return-content div {
	float: left;
	width: 33.3%;
}
.primary-define .return-list .return-info {
	text-align: right;
}
.primary-define #return-product table.form {
	margin: 0;
}
.primary-define #return-product table.form input[type*="radio"] {
	margin-left: 0;
}
.primary-define #return-product table.form label {
	margin-right: 10px;
}
.primary-define .download-list {
	margin-bottom: 10px;
}
.primary-define .download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.primary-define .download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.primary-define .download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.primary-define .download-list .download-content div {
	float: left;
	width: 33.3%;
}
.primary-define .download-list .download-info {
	text-align: right;
}
/* CART */
.primary-define .cart-info {
	margin: 20px 0;
}
.primary-define .cart-info table {
	border-right: 1px solid #eee;
}
.primary-define .cart-info table td {
	border-right: none;
	text-align: center;
}
.primary-define .cart-info table td.quantity {
	white-space: nowrap;
}
.primary-define .cart-module {
	padding-bottom: 20px;
}
.primary-define .cart-module > div {
	display: none;
}
.primary-define .cart-module select,
.primary-define .cart-module input[type*="text"] {
	/*transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);*/
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
}
.primary-define .cart-module input[type*="text"] {
	padding: 11px 0;
	vertical-align: top;
}
.primary-define .cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.primary-define .cart-total table {
	float: right;
}
.primary-define .cart-total td {
	padding: 3px;
	min-width: 100px;
	text-align: right;
}
.primary-define .cart-total td.total {
	color: #C54032;
}
/* CHECKOUT */
.primary-define .checkout {
	margin-top: 30px;
}
.primary-define .checkout-heading {
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	margin-bottom: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.primary-define .checkout-heading a {
	color: #fff;
	float: right;
	margin-top: 1px;
	font-weight: 400;
	text-decoration: none;
}
.primary-define .checkout-content {
	display: none;
	padding: 0 0 15px 0;
}
.primary-define .checkout-content .left {
	width: 48%;
	float: left;
}
.primary-define .checkout-content .right {
	width: 48%;
	float: right;
}
.primary-define .checkout-content .buttons {
	clear: both;
}
.primary-define .checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-bottom: 20px;
}
.primary-define .checkout-product td {
	padding: 7px;
	text-align: center;
}
.primary-define .checkout-product td.name {
	text-align: left;
}
.primary-define .checkout-product td.total {
	color: #C54032;
	text-align: center;
}
.primary-define .checkout-product thead td {
	color: #666;
	background-color: #eee;
	border-bottom: 1px solid #eee;
}
.primary-define .checkout-product thead td.total {
	color: #666;
}
.primary-define .checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #eee;
}
.primary-define .checkout-product tbody td.price {
	color: #C54032;
}
.primary-define .checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #eee;
}
.primary-define .contact-info {
	overflow: auto;
}
.primary-define .contact-info .left {
	float: left;
	width: 48%;
}
.primary-define .contact-info .right {
	float: left;
	width: 48%;
}
.primary-define .sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.primary-define .sitemap-info .left {
	float: left;
	width: 48%;
}
.primary-define .sitemap-info .right {
	float: left;
	width: 48%;
}
/* BOTTOM */
.primary-define #bottom {
	padding-bottom: 35px;
	background-color: rgba(0, 0, 0, 0.05);
	border-top: 5px solid rgba(104, 95, 88, 0.1);
}
.primary-define #bottom h3 {
	margin: 0 0 20px;
	padding: 50px 0 13px 0;
	/*text-transform: uppercase;*/
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.primary-define #bottom h3 span {
	z-index: 1;
	padding: 5px 15px;
	position: relative;
}
.primary-define #bottom h3 span:before {
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-moz-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	-webkit-box-shadow: 3px 3px 0 rgba(153, 153, 153, 0.2);
	/*transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;*/
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
}
.primary-define #shop-contact h3 {
	margin-bottom: 5px;
}
.primary-define #shop-contact ul {
	margin-top: 0;
	list-style-type: none;
}
.primary-define #shop-contact ul li {
	margin: 0;
	padding: 12px 0 12px 0;
}
.primary-define #shop-contact ul li:before {
	font-family: 'tellus';
	font-size: 15px;
	margin-right: 12px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.primary-define #shop-contact ul li.contact-phone:before {
	content: "\e608";
}
.primary-define #shop-contact ul li.contact-mobile:before {
	content: "\e60f";
	font-size: 19px;
}
.primary-define #shop-contact ul li.contact-fax:before {
	content: "\e609";
	font-size: 21px;
}
.primary-define #shop-contact ul li.contact-email:before {
	content: "\e611";
}
.primary-define #shop-contact ul li.contact-skype:before {
	content: "\e62c";
	font-size: 19px;
}
.primary-define #shop-contact ul li span {
	line-height: 32px;
}
.primary-define #shop-contact ul li.multiple span {
	line-height: 16px;
}
/* FOOTER */
.primary-define #footer {
	padding-bottom: 35px;
	border-top: 5px solid #DFD5BA;
}
.primary-define #footer h3 {
	color: #fff;
	margin: 0 0 20px;
	padding: 50px 0 13px 0;
	/*text-transform: uppercase;*/
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.primary-define #footer h3 span {
	z-index: 1;
	padding: 5px 15px;
	position: relative;
}
.primary-define #footer h3 span:before {
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	/*transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;*/
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
}
.primary-define #footer .column ul li {
	margin: 12px 0;
	list-style-type: none;
}
.primary-define #footer a {
	color: #DFD5BA;
	text-decoration: none;
}
.primary-define #footer a:hover {
	color: #fff;
}
.primary-define #powered {
	color: #DFD5BA;
	padding: 20px 0 10px;
	border-top: 3px solid rgba(255, 255, 255, 0.1);
}
.primary-define #powered a {
	color: #fff;
}
.primary-define #footer-payments {
	float: right;
	margin: 12px 0;
	list-style-type: none;
}
.primary-define #footer-payments li {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.primary-define #footer-payments li a {
	margin-left: 10px;
}


