@font-face {
	font-family: 'summer2025';
	src: url('../fonts/summer2025.eot');
	src: url('../fonts/summer2025.eot?#iefix') format('embedded-opentype'), url('../fonts/summer2025.ttf') format('truetype'), url('../fonts/summer2025.woff') format('woff'), url('../fonts/summer2025.svg#summer2025-pro') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* =============== GENERAL LAYOUT =============== */
html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #929191;
	font-size: 16px;
	line-height: 177%;
	overflow-x: hidden;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
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;
}
.primary-define img {
	max-width: 100%;
}
.primary-define input,
.primary-define select,
.primary-define textarea {
	color: #777;
	padding: 6px 0;
	max-width: 100%;
	font-size: 15px;
	text-indent: 10px;
	border: 1px solid #ddd;
	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%;
	text-transform: uppercase;
}
.primary-define h1 {
	color: #444;
	font-size: 26px;
	padding-bottom: 25px;
	margin: 25px 0 10px 0;
	position: relative;
}
.primary-define h1:before {
	content: "";
	width: 100%;
	height: 3px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	position: absolute;
	bottom: 0;
}
.primary-define h2 {
	font-size: 22px;
	margin: 15px 0 10px 0;
}
.primary-define h3 {
	margin: 0.3em 0;
	font-size: 22px;
}
.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;
}
/* =============== DEFAULT HTML - BUTTONS =============== */
.primary-define .button {
	color: #fff;
	border: none;
	text-indent: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 9px 15px;
	display: inline-block;
	text-transform: uppercase;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define .button:hover {
	text-decoration: none;
}
.primary-define .button.highlight:hover {
	background-color: #888;
}
/* LAYOUT */
.primary-define .wrapper {
	width: calc(100% - 128px);
	max-width: 1610px;
	margin: 0 auto;
}
.primary-define #column-left {
	float: left;
	width: 240px;
	margin-top: 5px;
}
.primary-define #column-right {
	float: right;
	width: 240px;
	margin-top: 5px;
}
.primary-define #column-left + #content,
.primary-define #column-right + #content {
	float: left;
	width: 870px;
}
.primary-define #column-left + #content {
	margin-left: 30px;
}
.primary-define #column-right + #content {
	margin-right: 30px;
}
.primary-define #column-left + #column-right + #content {
	width: 600px;
	margin-left: 30px;
}
.primary-define #content form {
	margin: 0;
}
/* =============== HEADER =============== */
.primary-define #header {
	z-index: 3;
	padding-top: 3px;
	text-align: center;
	position: relative;
}
.primary-define #header #topbar {
	padding: 1px 0;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.primary-define #header #toppanel {
	padding: 33px 0;
}
.primary-define #topbar .wrapper {
	padding: 7px 0 11px 0;
}
.primary-define #topbar form {
	float: left;
	margin: 0 8px;
}
.primary-define #topbar #welcome {
	float: right;
}
.primary-define #topbar .links {
	float: left;
}
.primary-define #topbar .links a {
	color: #888;
	margin-left: 15px;
	text-decoration: none;
}
.primary-define #topbar .chosen-container {
	text-align: left;
}
.primary-define #topbar .chosen-container a:hover {
	text-decoration: none;
}
.primary-define #topbar .links a:before {
	font-family: 'summer2025';
	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;
	font-size: 17px;
	margin-right: 5px;
	vertical-align: text-top;
}
.primary-define #topbar .links .icon-wishlist:before {
	content: "\e600";
}
.primary-define #topbar .links .icon-cart:before {
	content: "\e60d";
}
.primary-define #topbar .links .icon-user:before {
	content: "\e601";
}
.primary-define #topbar .links .icon-checkout:before {
	content: "\e60b";
}
.primary-define #topbar .links a:hover {
	color: #444;
}
.primary-define #topbar #currency {
	position: relative;
}
.primary-define #topbar #language {
	position: relative;
}
.primary-define #toppanel #logo {
	float: left;
}
.primary-define #toppanel #search {
	float: right;
	text-align: left;
	margin: 5px 40px 0 0;
}
.primary-define #toppanel #search-inner {
	margin-right: 40px;
	position: relative;
	display: inline-block;
}
.primary-define #toppanel #search input {
	margin: 0;
	height: 22px;
	padding: 7px;
	outline: none;
	text-indent: 0;
	background-color: #fff;
}
.primary-define #toppanel #search .button-search {
	top:0;
	width: 38px;
	right: -30px;
	height: 36px;
	cursor: pointer;
	position: absolute;
	border: 1px solid #ddd;
	border-left: none;
	background-color: #fff;
}
.primary-define #toppanel #search .button-search:before {
	font-family: 'summer2025';
	speak: none;
	content: "\e602";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 35px;
}
/* =============== HEADER - MINI CART =============== */
.primary-define #header #cart {
	float: right;
	text-align: left;
	position: relative;
	padding-bottom: 20px;
}
.primary-define #header #cart .heading h4 {
	display: none;
}
.primary-define #header #cart .heading a {
	font-size: 14px;
	padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
}
.primary-define #header #cart .heading a:before {
	font-family: 'summer2025';
	content: "\e60d";
	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;
	font-size: 32px;
	margin-right: 10px;
	vertical-align: middle;
}
.primary-define #header #cart .content {
	right: 0;
	top: 110%;
	opacity: 0;
	z-index: 3;
	width: 380px;
	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 #header #cart .inner {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.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: #E15452;
}
.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: #E15452;
	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;
}
/* =============== BODY =============== */
.primary-define #container {
	position: relative;
}
/* =============== MAINMENU =============== */
.primary-define #menu {
	text-align: left;
	padding-bottom: 3px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.primary-define #menu-inner {
	border-bottom: 1px solid #ddd;
}
.primary-define #menu #btn-mobile-toggle {
	color: #444;
	display: none;
	font-size: 20px;
	cursor: pointer;
	font-weight: 700;
	line-height: 120%;
	padding: 15px 20px;
	position: relative;
	background-color: #eee;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}
.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;
	margin-bottom: -5px;
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
	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 {
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	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: 54px;
}
.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: #999;
	display: block;
	font-size: 15px;
	padding: 17px 35px;
	text-decoration: none;
}
.primary-define .mainmenu > li > a {
	color: #444;
	font-size: 14px;
	line-height: 120%;
	font-weight: 700;
	padding: 15px 20px;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
}
.primary-define .mainmenu li .dropdown-container {
	top: 110%;
	opacity: 0;
	margin-top: 1px;
	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:hover > .dropdown-container {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.primary-define .mainmenu > li:hover > .dropdown-container {
	top: 100%;
}
.primary-define .mainmenu .sublevel {
	float: left;
	width: 300px;
	margin: 0 0 0 -1px;
	background-color: #fff;
}
.primary-define .mainmenu .sublevel:first-child {
	margin: 0;
}
.primary-define .mainmenu .sublevel li a {
	border: 1px solid #ddd;
	border-top: 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 li:hover > a,
.primary-define .mainmenu .sublevel li.active > a {
	background-color: #f8f8f8;
}
.primary-define .mainmenu .sublevel .dropdown-container {
	top: 10%;
	left: 100%;
	z-index: 1;
	margin: 10px 0 0 -10px;
}
.primary-define .mainmenu .sublevel .sublevel li:first-child > a {
	border-top: 1px solid #eee;
}
.primary-define #container {
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
}
/* BREADCRUMB */
.primary-define .breadcrumb {
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.primary-define .breadcrumb a {
	color: #aaa;
	margin-left: -14px;
	padding: 0 5px 0 20px;
	text-decoration: none;
	background: #fff url(../image/icons/icon-breadcrumb-nav.png) left 5px no-repeat;
}
.primary-define .breadcrumb a:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
.primary-define .breadcrumb a:hover,
.primary-define .breadcrumb a:last-child {
	color: #666;
}
/* 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: #FF2626;
	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 {
	font-size: 15px;
	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;
	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: #E15452;
}
.primary-define table.list tbody span.stock {
	color: #F00;
	font-weight: 700;
}
.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 {
	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;
}
.primary-define .buttons .button:hover {
	background-color: #888;
}
/* TABS */
.primary-define .htabs {
	margin-top: 30px;
	border-top: 1px solid #eee;
	position: relative;
}
.primary-define .htabs:before {
	content: "";
	width: 100%;
	height: 3px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	position: absolute;
	bottom: 0;
}
.primary-define .htabs a {
	color: #888;
	float: left;
	display: none;
	font-size: 16px;
	line-height: 120%;
	font-weight: 700;
	text-align: center;
	padding-bottom: 4px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
.primary-define .htabs a span {
	display: block;
	padding: 25px 15px 21px 15px;
	border-bottom: 1px solid #ccc;
}
.primary-define .tab-content {
	z-index: 2;
	padding: 20px 0;
}
.primary-define .tab-content b,
.primary-define .tab-content strong {
	color: #666;
	font-weight: 400;
}
.primary-define .tab-content input[type*="radio"],
.primary-define .tab-content input[type*="checkbox"] {
	vertical-align: baseline;
}
.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: 20px;
}
.primary-define .box-heading {
	color: #444;
	padding: 20px 0;
	font-size: 26px;
	line-height: 120%;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
/* BOX - OUTSIDE CONTENT */
.primary-define #column-left .box-heading,
.primary-define #column-right .box-heading {
	border: none;
	margin-bottom: 0;
	padding-bottom: 25px;
	position: relative;
}
.primary-define #column-left .box-heading:before,
.primary-define #column-right .box-heading:before {
	left: 0;
	bottom: 0;
	height: 3px;
	content: "";
	width: 100%;
	position: absolute;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* BOX PRODUCTS */
.primary-define .box-product > div {
	position: relative;
	vertical-align: top;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define .box-product .details {
	/* padding: 25px; */
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define .box-product .cart .button,
.primary-define .box-product .wishlist .button,
.primary-define .box-product .compare .button {
	min-width: 138px;
	text-align: center;
}
.primary-define .box-product .options span{
	padding-left: 0;
}
.primary-define .box-product a span:before {
	font-family: 'summer2025';
	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;
	color: 	#fff;
	margin-right: 6px;
}
.primary-define .box-product .cart span:before {
	content: "\e60d";
}
.primary-define .box-product .wishlist span:before {
	content: "\e600";
}
.primary-define .box-product .compare span:before {
	content: "\e60a";
}
.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 div {
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
}
.primary-define .box-product .special-price .price-old {
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
}
.primary-define .box-product .special-price .price-fixed {
	display: block;
	margin-bottom: -8px;
}
.primary-define .box-product .price-tax {
	display: none;
}
.primary-define .box-product .name a {
	font-size: 18px;
	text-decoration: none;
}
.primary-define .box-product .rating {
	margin-bottom: 5px;
}
.primary-define .box-product .rating img {
	vertical-align: middle
}
/* BOX PRODUCTS - OUTSIDE CONTENT */
.primary-define #column-left .box-product > div,
.primary-define #column-right .box-product > div {
	border: none;
	display: block;
	padding: 12px 0;
	text-align: left;
	min-height: 90px;
	border-bottom: 1px solid #eee;
}
.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 95px;
}
.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 {
	opacity: 1;
	float: left;
	width: 80px;
	text-align: center;
}
.primary-define #column-left .box-product .name,
.primary-define #column-right .box-product .name {
	width: auto !important;
}
.primary-define #column-left .box-product .name a,
.primary-define #column-right .box-product .name a {
	font-size: 15px;
}
.primary-define #column-left .box-product .price div,
.primary-define #column-right .box-product .price div {
	font-weight: 400;
	font-size: 13px;
	line-height: 160%;
}
.primary-define #column-left .box-product .price .price-fixed,
.primary-define #column-right .box-product .price .price-fixed {
	margin: 0;
	display: inline;
}
.primary-define #column-left .box-product .special-price .price-old,
.primary-define #column-right .box-product .special-price .price-old {
	margin-left: 5px;
	text-decoration: line-through;
}
.primary-define #column-left .box-product .details,
.primary-define #column-right .box-product .details {
	left: 0;
	top: 12px;
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
}
/* box products - has side columns */
.primary-define #column-left + #content .product-grid > div,
.primary-define #column-right + #content .product-grid > div {
	padding: 0;
}
/* PRODUCT LIST */
.primary-define .product-list {
	padding: 0;
	clear: both;
}
.primary-define .product-list > div {
	margin: 5px 0;
	padding: 25px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent transparent #eee transparent;
}
.primary-define .product-list > div:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.primary-define .product-list > div:hover {
	margin: 5px -10px;
	padding: 25px 20px;
}
.primary-define .product-list > div:hover ~ div {
	border-color: #eee transparent transparent transparent;
}
.primary-define .product-list > div:hover ~ div:last-child {
	border-color: #eee transparent #eee transparent;
}
.primary-define .product-list .left {
	float: left;
	text-align: center;
	margin-right: 20px;
}
.primary-define .product-list .right {
	float: right;
	margin-left: 20px;
	text-align: center;
	padding-left: 20px;
	border-left: 1px solid #eee;
}
.primary-define .product-list .image {
	margin: 0;
	float: none;
}
.primary-define .product-list .name a {
	color: #444;
	font-size: 20px;
}
.primary-define .product-list .description {
	color: #666;
	font-size: 14px;
	margin: 10px 0 15px 0;
}
.primary-define .product-list .wishlist {
	margin: 10px 0;
}
/* PRODUCTS GRID */
.primary-define .product-grid > div {
	padding: 25px 2%;
	border: none;
	text-align: center;
	display: inline-block;
}
@media screen and (min-width: 960px) {
  .primary-define .product-grid > div {
    /* max-width: 20.5%; */
    max-width: 15.5%;
  }
}
@media screen and (min-device-width: 640px) and (max-device-width: 959px) { 
.primary-define .product-grid > div {
	max-width: 40%;
}
}

@media screen and (max-width: 640px) {
.primary-define .product-grid > div {
	max-width: 80%;
}
}
.primary-define .product-grid .image {
	margin: 0;
	float: none;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.primary-define .product-grid .options {
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	position: absolute;
}
.primary-define .product-grid .cart,
.primary-define .product-grid .wishlist,
.primary-define .product-grid .compare {
	margin: 10px 0 10px -999em;
}
.primary-define .product-grid .cart {
	transition: margin 0.3s cubic-bezier(0.5, 0.84, 0.44, 1);
	-moz-transition: margin 0.3s cubic-bezier(0.5, 0.84, 0.44, 1);
	-webkit-transition: margin 0.3s cubic-bezier(0.5, 0.84, 0.44, 1);
}
.primary-define .product-grid .wishlist {
	transition: margin 0.3s cubic-bezier(0.5, 0.84, 0.44, 1) 0.1s;
	-moz-transition: margin 0.3s cubic-bezier(0.5, 0.84, 0.44, 1) 0.1s;
	-webkit-transition: margin 0.3s cubic-bezier(0.5, 0.84, 0.44, 1) 0.1s;
}
.primary-define .product-grid .compare {
	transition: margin 0.3s cubic-bezier(0.5, 0.84, 0.44, 1) 0.2s;
	-moz-transition: margin 0.3s cubic-bezier(0.5, 0.84, 0.44, 1) 0.2s;
	-webkit-transition: margin 0.3s cubic-bezier(0.5, 0.84, 0.44, 1) 0.2s;
}
.primary-define .product-grid .details:hover .image {
	opacity: 0.2;
}
.primary-define .product-grid .details:hover .cart,
.primary-define .product-grid .details:hover .wishlist,
.primary-define .product-grid .details:hover .compare {
	margin-left: 0;
}
.primary-define .product-grid .name {
	margin: 10px auto;
	max-width: 100%;
}
.primary-define .product-grid .description {
	display: none;
}
/* TREEMENU */
.primary-define .treemenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.primary-define .treemenu li {
	margin: 0;
	padding: 0;
}
.primary-define .treemenu > li {
	border-bottom: 1px solid #eee;
}
.primary-define .treemenu li a {
	color: #999;
	display: block;
	font-size: 15px;
	text-decoration: none;
	padding: 8px 10px 7px 10px;
}
.primary-define .treemenu li a:hover {
	background-color: #f8f8f8;
}
.primary-define .treemenu li a span:before {
	color: #ccc;
	font-family: 'summer2025';
	content: "\e610";
	speak: none;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-right: 7px;
	vertical-align: text-bottom;
	-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 li ul {
	margin: 0;
	display: none;
	list-style-type: none;
}
.primary-define .treemenu li a.active + ul {
	display: block;
}
.primary-define .treemenu ul li {
	border-bottom: none;
	border-top: 1px solid #ddd;
}
.primary-define .treemenu ul li a {
	padding-left: 25px;
}
.primary-define .treemenu ul li a.active {
	background-color: #f8f8f8;
}
/* 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 h1 {
	margin-bottom: 35px;
}
.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;
	border-bottom: 1px solid #eee;
}
.primary-define .category-list h2 {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.primary-define .category-list ul {
	margin: 0;
	list-style-type: none;
}
.primary-define .category-list ul li {
	float: left;
	margin: 5px 5px 5px 0;
}
/* 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;
	font-weight: 700;
	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 {
	padding: 10px 15px;
	margin-bottom: 20px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #eee;
}
.primary-define .product-filter a {
	text-decoration: none;
}
.primary-define .product-filter select {
	margin-left: 5px;
}
.primary-define .product-filter .display {
	float: left;
	margin-top: 8px;
}
.primary-define .product-filter .display a {
	color: #666;
}
.primary-define .product-filter .display a,
.primary-define .product-filter .display span {
	margin-right: 15px;
	padding-left: 0;
}
.primary-define .product-filter .display a:before,
.primary-define .product-filter .display span:before {
	font-family: 'summer2025';
	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: 8px;
}
/* PRODUCT */
.primary-define .product-info .icon-cart-white:before,
.primary-define .product-info .icon-wishlist-grey:before,
.primary-define .product-info .icon-compare-grey:before {
	font-family: 'summer2025';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.primary-define .product-info .icon-cart-white:before {
	content: "\e60d";
}
.primary-define .product-info .icon-wishlist-grey:before {
	content: "\e600";
}
.primary-define .product-info .icon-compare-grey:before {
	content: "\e609";
}
.primary-define .product-info {
	margin-top: 30px;
	position: relative;
}
.primary-define .product-info:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.primary-define .product-info h1 {
	padding: 0;
	font-size: 32px;
	background: none;
	font-weight: 400;
}
.primary-define .product-info h1:before {
	display: none;
}
.primary-define .product-info > .left {
	float: left;
}
.primary-define .product-info .image {
	padding: 10px;
	text-align: center;
}
.primary-define .product-info .image img {
	max-width: auto;
	vertical-align: middle;
}
.primary-define .product-info .thumblist li {
	float: left;
	margin: 2px;
	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: 100px;
	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 {
	float: right;
	margin: 20px 0;
	font-size: 36px;
	line-height: 120%;
	font-weight: 700;
	text-align: center;
	padding-left: 20px;
	border-left: 1px solid #eee;
}
.primary-define .product-info .special-price .price-old {
	display: block;
	font-size: 16px;
	margin-top: -15px;
	font-weight: 400;
	text-decoration: line-through;
}
.primary-define .product-info .reward,
.primary-define .product-info .price-tax,
.primary-define .product-info .discount {
	margin: 0;
	color: #999;
	display: block;
	font-size: 13px;
	line-height: 160%;
	font-weight: 400;
}
.primary-define .product-info .price-tax {
	margin-top: 5px;
}
.primary-define .product-info .options {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-top: 1px solid #eee;
}
.primary-define .product-info .option {
	overflow: hidden;
	margin: 5px 0 15px 0;
}
.primary-define .product-info .option strong {
	color: #666;
	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: #666;
	margin-right: 15px;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}
.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 {
	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: #444;
	font-size: 14px;
	background: #F7F7F7;
	text-align: left;
}
.primary-define .attribute tr td:first-child {
	color: #444;
	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 {
	color: #666;
	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: #E15452;
	text-decoration: line-through;
}
.primary-define .wishlist-info tbody .price-fixed {
	color: #aaa;
}
.primary-define .wishlist-info tbody .action img {
	cursor: pointer;
}
.primary-define .login-content {
	font-size: 15px;
}
.primary-define .login-content h2 {
	font-size: 24px;
	font-weight: 400;
	text-transform: none;
}
.primary-define .login-content p strong {
	color: #666;
	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: 20px 0;
	display: inline-block;
}
.primary-define .login-content .left .content,
.primary-define .login-content .right .content {
	min-height: 200px;
}
.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 {
	font-weight: 700;
	border-bottom: 1px solid #eee;
}
.primary-define .order-list tbody td {
	border-bottom: 1px solid #eee;
}
.primary-define .order-list tbody td.order-status {
	font-weight: 700;
}
.primary-define .order-list tbody td.order-total {
	color: #E15452;
	font-weight: 700;
}
.primary-define .order-list tbody img {
	vertical-align: middle;
}
.primary-define .order-detail {
	background: #EFEFEF;
	font-weight: 700;
}
/* 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-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: #E15452;
}
/* CHECKOUT */
.primary-define .checkout {
	margin-top: 30px;
}
.primary-define .checkout-heading {
	font-size: 15px;
	padding: 7px 15px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}
.primary-define .checkout-heading a {
	float: right;
	text-decoration: none;
}
.primary-define .checkout-content {
	display: none;
	padding-bottom: 25px;
}
.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: #E15452;
	text-align: center;
}
.primary-define .checkout-product thead td {
	color: #666;
	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: #E15452;
}
.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 .wrapper {
	padding-bottom: 35px;
	border-bottom: 1px solid #ddd;
}
.primary-define #bottom h3 {
	margin-top: 0;
	padding: 35px 0 25px 0;
	position: relative;
}
.primary-define #bottom h3:before {
	left: 0;
	bottom: 0;
	height: 3px;
	content: "";
	width: 100%;
	position: absolute;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.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;
	border-top: 1px solid #eee;
	background-repeat: no-repeat;
}
.primary-define #shop-contact ul li:before {
	font-family: 'summer2025';
	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: 15px;
}
.primary-define #shop-contact ul li.contact-phone:before {
	content: "\e604";
}
.primary-define #shop-contact ul li.contact-mobile:before {
	content: "\e60f";
	font-size: 17px;
}
.primary-define #shop-contact ul li.contact-fax:before {
	content: "\e62d";
}
.primary-define #shop-contact ul li.contact-email:before {
	content: "\e60c";
}
.primary-define #shop-contact ul li.contact-skype:before {
	content: "\e62c";
	font-size: 17px;
}
.primary-define #shop-contact ul li:first-child {
	border: none;
}
.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;
}
.primary-define #footer h3 {
	padding: 30px 0 25px 0;
	position: relative;
}
.primary-define #footer h3:before {
	left: 0;
	bottom: 0;
	height: 3px;
	content: "";
	width: 100%;
	position: absolute;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.primary-define #footer .column ul li {
	margin: 12px 0;
	list-style-type: none;
}
.primary-define #footer a {
	text-decoration: none;
}
.primary-define #footer a:hover {
	color: #444;
}
.primary-define #powered .wrapper {
	padding: 20px 0 10px;
	border-top: 1px solid #ddd;
}
.primary-define #footer-payments {
	float: right;
	/* margin: 12px 0; */
	margin: 0px;
	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;
}
.embed-video-container { 
	position: relative;
	padding-bottom: calc(100% * 9/16);
	height: 0;
}
.embed-video-container iframe, .embed-video-container object, .embed-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}