/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	min-width: 119px;
	height: 18px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	background: #fff;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
	background: #fff;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: default;
	display: block;
	text-align: left;
	font-size: 11px;
	line-height: 1.1;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	padding: 2px 15px 2px 5px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: -webkit-linear-gradient(top, #54b0f9 0%, #007ffd 100%);
	background: linear-gradient(to bottom, #54b0f9 0%, #007ffd 100%);
	width: 15px;
	bottom: 0;
	right: 0;
	top: 0;
	border-radius: 0 4px 4px 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #d3d3d3;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 1;
	font-size: 11px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 3px 3px 2px 5px;
	line-height: 1.1;
	color: #000;
	height: 1%;
	font-size: 11px;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #43a9f9;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 10px;
	cursor: default;
	color: #fff;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?1dkdcn");
	src: url("../fonts/icomoon.eot?1dkdcn#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1dkdcn") format("truetype"), url("../fonts/icomoon.woff?1dkdcn") format("woff"), url("../fonts/icomoon.svg?1dkdcn#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrows:before {
	content: "\e900";
}

.header-links .login-links,
.language-links,
.questions .questions-links,
.main-nav ul,
.popular .links-list ul,
.tab-content .tabset,
.block:last-child .block-holder ul,
.breadcrumbs,
.sidebar-links ul,
.sort-by .paging,
.last-viewed .viewed-products,
.order-information ul,
#footer .sitemap .sitemap-links ul,
#footer footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.search-form .form-holder:after,
.best-sold .sold-title:after,
.safety .explore-products:after,
.tab-content:after,
.sort-by:after,
#footer .footer-logo:after {
	content: "";
	display: block;
	clear: both;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"],
.shoping-cart .box,
.main-nav ul li,
.items .item a img,
.items .item h3,
.btn-prev i,
.btn-next i,
.breadcrumbs a,
.last-viewed .viewed-products li img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 16px / 1.2 "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 1000px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 500;
	margin: 0 0 .5em;
	color: #474747;
}

h1,
.h1 {
	font-size: 31px;
}

h2,
.h2 {
	font-size: 20px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 14px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #007ac3;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
	vertical-align: middle;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
	vertical-align: middle;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
	vertical-align: middle;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
	vertical-align: middle;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
	vertical-align: middle;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	padding: 8px 14px 10px 13px;
	border: none;
	float: right;
	text-align: center;
	position: absolute;
	right: 0;
	line-height: 1.2;
	z-index: 2;
	background: #85bc20;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background: #65950d;
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}

#wrapper {
	position: relative;
	overflow: hidden;
	display: table-cell;
	margin: 0 auto;
}

.holder {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
}

.top-10 {
	color: #007ac3;
	font-weight: bold;
	font-size: 13px;
	float: right;
	line-height: 1.6;
}

.top-10:hover {
	color: #85bc20;
}

#header {
	padding: 15px 0 0;
	position: relative;
}

#header .logo {
	margin: 0 322px 23px 0;
	display: inline-block;
	vertical-align: top;
}

.search-form {
	display: inline-block;
	vertical-align: top;
	margin: 0 64px 0 0;
}

.search-form .form-holder {
	position: relative;
	overflow: hidden;
	padding: 0 35px 0 0;
	width: 490px;
}

.search-form .form-holder input[type="search"] {
	overflow: hidden;
	float: left;
	height: 100%;
	width: 100%;
	border: 1px solid #ccc;
	padding: 7px 17px 5px;
	outline: none;
	font-size: 13px;
}

.search-form .fa-search {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}

.header-links {
	float: right;
	margin: 18px 0 0 0;
	font-size: 13px;
	line-height: 1;
}

.header-links .login-links {
	display: inline-block;
	margin: 0 5px 0 0;
}

.header-links .login-links li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}

.header-links .login-links li a {
	color: #6b6666;
}

.header-links .login-links li a:hover {
	color: #000;
}

.language-links {
	display: inline-block;
}

.language-links li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 6px 0 0;
}

.language-links li:last-child {
	padding: 0;
}

.language-links li:hover a,
.language-links li.active a {
	color: #000;
	font-weight: bold;
}

.language-links li:after {
	content: "";
	background: #6b6666;
	height: 12px;
	width: 2px;
	position: absolute;
	top: 0;
	margin: -1px 0 0 0;
	right: 0;
}

.language-links li:last-child:after {
	display: none;
}

.language-links li a {
	color: #000;
}

.questions {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	width: 215px;
	margin: -15px 0 0 0;
}

.questions .call {
	display: block;
	color: #000;
	margin: 0 0 2px;
}

.questions .call a {
	font-weight: bold;
	color: #000;
}

.questions .image-holder {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 0 0;
}

.questions .questions-links {
	display: inline-block;
}

.questions .questions-links li {
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	position: relative;
	padding: 0 7px 0 0;
}

.questions .questions-links li:after {
	content: "";
	background: #e8e8e8;
	height: 10px;
	width: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.questions .questions-links li:last-child:after {
	display: none;
}

.questions .questions-links li:hover a,
.questions .questions-links li.active a {
	color: #85bc20;
}

.questions .questions-links li a {
	color: #007ac3;
}

.links-holder {
	margin: 6px 0 0 0;
	display: inline-block;
	vertical-align: top;
}

.shoping-cart {
	float: right;
	margin: 6px 0 0 0;
}

.shoping-cart .box {
	display: inline-block;
	position: relative;
	margin: 0 20px 0 0;
}

.shoping-cart .box .quantity {
	position: absolute;
	top: -8px;
	left: 14px;
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	background: #e5202e;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	padding: 5px;
	text-align: center;
}

.shoping-cart .box a {
	color: #000;
}

.shoping-cart .box a .fa-shopping-cart {
	font-size: 19px;
}

.shoping-cart .box:hover {
	opacity: .6;
}

.shoping-cart .price {
	display: inline-block;
	font-size: 18px;
}

.main-nav {
	width: 100%;
	background: #007ac3;
	display: table;
	margin: -5px 0 27px 0;
	position: relative;
	z-index: 5;
}

.main-nav ul {
	display: table;
	width: 100%;
}

.main-nav ul li {
	display: table-cell;
}

.main-nav ul li a {
	color: #fff;
	display: block;
	padding: 16px 10px 15px; /*VVM 16/11/16 - was 16px 20px 15px */
	text-align: center;
}

.popular {
	margin: 0 0 15px;
}

.popular h2 {
	margin: 0 0 33px;
}

.popular .links-list {
	word-spacing: -4px;
	margin: 0 -13px 0 0;
}

.popular .links-list ul {
	display: inline-block;
	vertical-align: top;
	word-spacing: normal;
	width: 230px;
	margin: 0 13px 15px 0;
}

.popular .links-list ul li {
	margin: 0 0 11px;
}

.best-sold .sold-title {
	margin: 0 0 37px;
	padding: 32px 0 0 0;
	border-top: 1px solid #dedede;
}

.best-sold .sold-title h2 {
	margin: 0;
	float: left;
	line-height: 1;
}

.items {
	margin: 0 -23px 21px 0;
}

.items .item {
	width: 290px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 23px;
	font-size: 14px;
	line-height: 1.3;
}

.items .item a img {
	border: 1px solid #d8d8d8;
	margin: 0 0 16px;
	display: block;
}

.items .item a:hover h3 {
	color: #007ac3;
}

.items .item h3 {
	color: #474747;
	font-weight: normal;
	margin: 0 0 17px;
}

.items .item .image-holder {
	position: relative;
}

.items .item .image-holder .rank {
	left: -18px;
	top: -17px;
	text-align: center;
	padding: 2px;
	font: 18px/1.2 "Georgia";
	position: absolute;
	background: #ef3e42;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.accounting {
	border-bottom: 1px solid #dedede;
}

.accounting .item {
	width: 227px;
}

.accounting .items {
	margin: 0 0 30px;
}

.item .price {
	font-size: 24px;
	color: #007ac3;
	/*word-spacing: -4px;*/
}

.item .price .currency {
	margin: 0 5px 0 0;
}

.item .last-price {
	text-decoration: line-through;
	color: #474747;
	display: inline-block;
	margin: 0 9px 0 0;
	word-spacing: normal;
}

.item .last-price .currency {
	margin: 0;
}

.item .new-price {
	display: inline-block;
	color: #ef3e42;
	word-spacing: normal;
}

.item .new-price .currency {
	margin: 0;
}

.safety {
	height: 280px;
	overflow: hidden;
	margin: 0 0 35px;
}

.safety .explore-products {
	width: 640px;
	float: left;
	background: #a8d381;
	padding: 30px 80px 30px 30px;
	display: inline-block;
	vertical-align: top;
}

.safety .explore-products .explore-title {
	width: 350px;
}

.safety .explore-products .explore-title h1 {
	color: #fff;
	display: inline-block;
	margin: 0 0 52px;
}

.safety .explore-products .alignright {
	float: right;
}

.safety .explore-products .btn-explore {
	background: #7ac143;
	color: #fff;
	font-size: 13px;
	padding: 13px 25px;
	font-weight: bold;
}

.safety .explore-products .btn-explore:hover {
	background: #539c1a;
}

.safety {
	word-spacing: -4px;
}

.safety .publications {
	word-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

.order {
	min-height: 140px;
	width: 320px;
	overflow: hidden;
	background: #75acd5;
	padding: 20px;
	position: relative;
}

.order h4 {
	color: #000;
}

.order .image-holder {
	position: absolute;
	right: -8px;
	top: 0;
	width: 110px;
}

.order .image-holder .discount {
	content: "";
	position: absolute;
	left: -40px;
	top: 12px;
	width: 60px;
	height: 60px;
	background: #85bc20;
	border-radius: 50%;
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	color: #fff;
	text-align: center;
	padding: 16px;
	font-size: 10px;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .2);
}

.order .image-holder .discount b {
	font-size: 17px;
	line-height: 1;
}

.order:last-child {
	background: #eee;
}

.order:last-child .order-info .public {
	color: #007ac3;
}

/*.order:last-child img {
	position: absolute;
	top: 45px;
	right: 13px;
	z-index: 3;
}*/

.order .order-info {
	width: 160px;
	font-size: 11px;
}

.order .order-info .public {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

.order .order-info .public:hover {
	color: #a8d381;
}

.new-product {
	content: "";
	position: absolute;
	z-index: 10;
	right: -23px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.3;
	padding: 7px;
	font-weight: bold;
	background: #fb0729;
	width: 100px;
	text-align: center;
	height: 25px;
}

.tab-content {
	text-align: center;
}

.tab-content h2 {
	float: left;
}

.tab-content .top-10 {
	float: right;
}

.tab-content .tabset {
	word-spacing: -4px;
	font-size: 13px;
	margin: 0 0 30px;
	line-height: 1;
}

.tab-content .tabset li {
	display: inline-block;
	vertical-align: middle;
	word-spacing: normal;
	border: 1px solid #0081c6;
}

.tab-content .tabset li:nth-child(2) {
	border-right: none;
	border-left: none;
}

.tab-content .tabset li:hover a,
.tab-content .tabset li.active a {
	background: #0081c6;
	color: #fff;
}

.tab-content .tabset li a {
	color: #0081c6;
	padding: 8px 16px 6px;
	display: block;
}

.tab-container {
	margin: 0 0 43px;
}

.btn-prev,
.btn-next {
	display: inline-block;
	position: absolute;
	top: 33%;
	left: 0;
	color: #007ac3;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-prev i,
.btn-next i {
	font-size: 46px;
	display: block;
}

.btn-prev i:hover,
.btn-next i:hover {
	opacity: .7;
}

.disabled {
	color: #ccc;
	pointer-events: none;
}

.btn-next {
	position: absolute;
	left: auto;
	right: 0;
}

/* carousel basic styles */

div.carousel {
	position: relative;
	text-align: left;
}

div.carousel div.mask {
	position: relative;
	overflow: hidden;
}

div.carousel div.mask div.slideset {
	float: left;
}

.carousel .mask .slide {
	width: 220px;
	margin: 0 35px 0 50px;
	float: left;
}

.accounting {
	margin: 0 0 40px;
	padding: 0 0 10px;
}

.accounting .carousel .slide {
	width: 195px;
	margin: 0 15px 15px 45px;
}

.slide .product {
	font-size: 14px;
	line-height: 1.3;
	position: relative;
}

.slide .product .product-holder {
	overflow: hidden;
	margin: 0 0 10px;
}

.slide .product .image-holder {
	height: 280px;
	padding: 0 0 16px;
	display: table-cell;
	vertical-align: bottom;
}

.slide .product .image-holder img {
	vertical-align: bottom;
}

.slide .product h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 17px;
}

.slide .product h3 a:hover {
	color: #007ac3;
}

.slide .product p {
	margin: 0;
}

.slide .product .price {
	color: #007ac3;
	font-size: 24px;
}

.two-blocks {
	margin: 0 0 37px;
}

.block {
	float: left;
	width: 470px;
	padding: 28px 20px 49px;
	background: #087ec5;
	position: relative;
	margin: 0 20px 0 0;
	overflow: hidden;
}

.block h2 {
	color: #fff;
}

.block .email-form .form-holder {
	width: 260px;
	padding: 0 28px 0 0;
}

.block .email-form .form-holder button[type="submit"] {
	padding: 5px 10px 11px 12px;
}

.block .email-form .form-holder input[type="email"] {
	padding: 7px 15px 6px 10px;
}

.block .image-holder {
	position: absolute;
	bottom: 0;
	right: 0;
}

.block .image-holder img {
	vertical-align: top;
}

.block:last-child {
	float: right;
	background: #757575;
	margin: 0;
	padding: 28px 20px 45px;
}

.block:last-child .block-holder h2 {
	margin: 0 0 15px;
	line-height: 1.2;
}

.block:last-child .block-holder p {
	margin: 0 0 25px;
}

.block:last-child .block-holder ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 0;
}

.block:last-child .block-holder ul li a:hover {
	opacity: .6;
}

.block:last-child .block-holder ul li img {
	vertical-align: top;
}

.block:last-child .image-holder {
	position: absolute;
	right: 34px;
	top: 30px;
}

.block:last-child .image-holder img {
	vertical-align: top;
	width: 157px;
}

.block .block-holder {
	width: 265px;
	font-size: 13px;
	color: #fff;
	line-height: 1.3;
}

.block .block-holder h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 16px;
}

.block .block-holder p {
	margin: 0 0 28px;
}

.block .new-product {
	width: 140px;
	top: 7px;
	right: -39px;
	font-size: 10px;
	line-height: 1.1;
	padding: 10px 35px 30px;
	font-weight: normal;
}

.breadcrumbs {
	width: 100%;
	overflow: hidden;
	color: #666;
	font-size: 13px;
	position: relative;
	z-index: 2;
	margin: 0 0 35px;
}

.breadcrumbs li {
	float: left;
	padding: 0 2px 0 0;
}

.breadcrumbs a {
	color: #000;
	text-decoration: none;
	margin: 0 2px 0 0;
}

.breadcrumbs a:hover {
	color: #666;
}

#sidebar {
	width: 176px;
	float: left;
	padding: 20px 25px 10px 20px;
	font-size: 13px;
	background: #f3f3f3;
	margin: 0 18px 0 0;
}

#sidebar .filter {
	margin: 0 0 24px;
	display: inline-block;
	color: #007ac3;
}

#sidebar .filter:last-child {
	margin: 0 0 15px;
}

#sidebar .filter:hover {
	color: #85bc20;
}

.sidebar-links {
	margin: 0 0 20px;
}

.sidebar-links h3 {
	color: #85bc20;
	font-weight: normal;
	margin: 0 0 19px;
}

.sidebar-links ul li {
	margin: 0 0 8px; /* was 0 0 10px */
}

.sidebar-links ul li:hover a,
.sidebar-links ul li.active {
	font-weight: 500;
	color: #000;
}

.open-close.active i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.open-close .opener {
	color: #007ac3;
	margin: 10px 0 5px;
	display: inline-block;
	vertical-align: middle;
}

.open-close .opener:hover {
	color: #85bc20;
}

.open-close .opener i {
	display: inline-block;
	vertical-align: middle;
}

#content {
	overflow: hidden;
}

#content h2 {
	margin: 0 0 19px;
}

#content h2 mark {
	background: transparent;
	font-weight: normal;
}

#content .title {
	font-size: 13px;
	color: #474747;
	line-height: 1.3;
	margin: 0 0 37px;
}

#content .title h1 {
	font-size: 30px;
	color: #474747;
	margin: 0 0 29px;
	line-height: 1;
}

#content .sold-title {
	padding: 41px 0 0 0;
}

#content .sold-title h2 {
	margin: 0;
}

.main-content {
	margin: 0 0 38px;
}

.main-content .holder {
	border-bottom: 1px solid #dedede;
	padding: 0 20px 30px;
}

.sort-by {
	text-align: center;
}

.sort-by .select {
	float: left;
}

.sort-by .select label {
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 0;
}

.jcf-select-opener:before {
	content: "\e900";
	font-family: "icomoon";
	font-size: 10px;
	line-height: 1;
	position: absolute;
	right: 3px;
	top: 4px;
	display: inline-block;
	color: #fff;
}

.view-list {
	display: inline-block;
	vertical-align: middle;
}

.view-list h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	margin: 0 3px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.view-list .btn-sort {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	margin: 0 8px 0 0;
}

.view-list .btn-sort .btn-link {
	color: #007ac3;
}

.view-list .btn-sort .btn-link:hover,
.view-list .btn-sort .btn-link.active {
	color: #000;
}

.view-list .btn-sort i {
	font-size: 14px;
	display: inline-block;
	margin: 0 2px 0 0;
}

.sort-by {
	margin: 0 0 11px;
}

.sort-by .paging {
	float: right;
	font-size: 13px;
}

.sort-by .paging li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 0;
}

.sort-by .paging li:last-child {
	margin: 0;
}

.sort-by .paging li.active a {
	font-weight: 600;
	border: none;
	color: #000;
}

.sort-by .paging li a {
	border-bottom: 1px solid #000;
}

.sort-by .paging li a:hover {
	border: none;
	color: #000;
}

.sort-by .paging li .link-more {
	color: #007ac3;
	border: none;
}

.sort-by .paging li .link-more:hover {
	color: #85bc20;
	font-weight: normal;
}

.block-items {
	border-bottom: 1px solid #dedede;
	padding: 0 0 6px;
	margin: 0 0 10px;
}

.subscribe-block {
	margin: 17px 0 20px;
}

.subscribe-block .block {
	background: #087ec5;
	overflow: hidden;
	width: 100%;
	float: none;
	padding: 28px 20px 50px;
}

.subscribe-block .block .block-holder h2 {
	margin: 0 0 18px;
}

.subscribe-block .block .block-holder p {
	margin: 0 0 27px;
}

.subscribe-block .block .block-holder .form-holder {
	width: 260px;
	padding: 0 28px 0 0;
}

.subscribe-block .block .block-holder .form-holder input[type="email"] {
	padding: 7px 15px 6px 10px;
}

.subscribe-block .block .block-holder .form-holder button[type="submit"] {
	padding: 5px 10px 11px 12px;
}

.subscribe-block .block .image-holder {
	position: absolute;
	top: 39px;
	right: 70px;
	bottom: 0;
}

.subscribe-block .block .image-holder img {
	width: 325px;
}

.product-list {
	padding: 10px 0 0;
	overflow: hidden;
	margin: 0 0 23px;
}

.grid-view .product-item {
	width: 160px;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 27px 22px 0;
	position: relative;
}

.grid-view .product-item:nth-child(n-4):before {
	position: absolute;
	top: 0;
	left: 0;
	width: 9999px;
	height: 1px;
	content: "";
	background: #dedede;
}

.grid-view .product-item .item-holder {
	padding: 20px 10px 0 20px;
}

.grid-view .product-item h4 {
	font-size: 13px;
	line-height: 1.35;
	margin: 0 0 9px;
}

.grid-view .product-item h4 a {
	color: #007ac3;
}

.grid-view .product-item h4 a:hover {
	color: #85bc20;
}

.grid-view .product-item img {
	width: 119px;
	border: 1px solid #cfcfcf;
	margin: 0 0 24px;
	vertical-align: top;
}

.grid-view .product-item p {
	margin: 0 0 16px;
}

.grid-view .price {
	line-height: 1;
	font-size: 13px;
	color: #e5202e;
	font-weight: bold;
	margin: 0 0 15px;
}

.grid-view .price p {
	margin: 0 0 5px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
}

.grid-view .item-info {
	display: none;
}

.grid-view .autor {
	margin: 0 0 15px;
	display: block;
}

.in-stock {
	display: block;
	margin: 0 0 18px;
}

.in-stock i {
	color: #85bc20;
}

.more-info {
	padding: 8px 18px 7px;
	font-size: 13px;
	line-height: 1.3;
	color: #fff;
	font-weight: bold;
	background: #85bc20;
	display: inline-block;
}

.more-info:hover {
	background: #65950d;
	color: #fff;
}

.list-view .product-item {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.22;
	margin: 0 0 10px 0;
	border-top: 1px solid #dedede;
}

.list-view .product-item:last-child {
	margin: 0;
}

.list-view .product-item .item-holder {
	padding: 20px 10px 20px 40px;
}

.list-view .product-item .title-item {
	display: inline-block;
	vertical-align: top;
	width: 385px;
	margin: 0 5px 0 35px;
}

.list-view .product-item h4 {
	font-size: 13px;
	line-height: 1;
	margin: 0 0 10px;
}

.list-view .product-item h4 a {
	color: #007ac3;
}

.list-view .product-item h4 a:hover {
	color: #85bc20;
}

.list-view .product-item img {
	width: 119px;
	border: 1px solid #cfcfcf;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.list-view .product-item p {
	margin: 0 0 13px;
}

.list-view .product-item em {
	font: italic 11px/1 "Verdana";
}

.list-view .price-info {
	display: inline-block;
	vertical-align: top;
	padding-left: 25px;
}

.list-view .price {
	line-height: 1;
	font-size: 13px;
	color: #ef3e42;
	font-weight: bold;
	margin: 0 0 18px;
}

.list-view .price p {
	margin: 0 0 5px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
}

.list-view .in-stock {
	margin: 0 0 15px;
	font-size: 11px;
}

.list-view .in-stock i {
	color: #85bc20;
}

.list-view .autor {
	font-size: 11px;
	color: #666;
	display: block;
	margin: 0 0 9px;
}

.more-info {
	padding: 8px 18px 7px;
	font-size: 13px;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	background: #85bc20;
}

.more-info:hover {
	background: #65950d;
	color: #fff;
}

.last-viewed {
	margin: 0 0 30px;
}

.last-viewed h2 {
	margin: 0 0 43px;
}

.last-viewed .viewed-products {
	word-spacing: -4px;
	font-size: 13px;
	margin: 0 -55px 0 0;
}

.last-viewed .viewed-products li {
	display: inline-block;
	vertical-align: top;
	word-spacing: normal;
	width: 120px;
	margin: 0 55px 10px 22px;
}

.last-viewed .viewed-products li img {
	display: inline-block;
	margin: 0 0 17px;
}

.last-viewed .viewed-products li img:hover {
	opacity: .7;
}

.last-viewed .viewed-products li a {
	color: #007ac3;
	font-weight: bold;
}

.last-viewed .viewed-products li a:hover {
	color: #85bc20;
}

.order-information {
	background: #f1f1f1;
	padding: 16px 0 13px;
}

.order-information ul {
	word-spacing: -4px;
}

.order-information ul li {
	display: inline-block;
	vertical-align: middle;
	word-spacing: normal;
	margin: 0 23px 2px 22px;
}

.order-information ul li i {
	color: #007ac3;
}

#footer {
	background: #757575;
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
}

#footer .sitemap {
	margin: 0 -15px 14px 0;
	overflow: hidden;
	padding: 40px 0 0 0;
}

#footer .sitemap .sitemap-links {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	width: 225px;
	margin: 0 15px 15px 0;
}

#footer .sitemap .sitemap-links h5 {
	color: #ccc;
	font-weight: normal;
	margin: 0 0 15px;
}

#footer .sitemap .sitemap-links ul {
	margin: 0 0 20px;
}

#footer .sitemap .sitemap-links ul li {
	margin: 0 0 14px;
	width: 235px;
}

#footer .sitemap .sitemap-links ul li a {
	color: #fff;
}

#footer .sitemap .sitemap-links ul li a:hover {
	text-decoration: underline;
}

.email-form {
	display: inline-block;
	vertical-align: top;
}

.email-form .form-holder {
	position: relative;
	overflow: hidden;
	padding: 0 28px 0 0;
	width: 226px;
}

.email-form .form-holder input[type="email"] {
	border: none;
	overflow: hidden;
	float: left;
	height: 100%;
	width: 100%;
	padding: 7px 15px 6px 10px;
	outline: none;
	color: #000;
	font-size: 13px;
}

.email-form .form-holder input[type="email"]::-webkit-input-placeholder {
	color: #999;
}

.email-form .form-holder input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #999;
}

.email-form .form-holder input[type="email"]:-moz-placeholder {
	color: #999;
}

.email-form .form-holder input[type="email"]:-ms-input-placeholder {
	color: #999;
}

.email-form .form-holder input[type="email"].placeholder {
	color: #999;
}

.email-form .form-holder button[type="submit"] {
	padding: 5px 12px 11px 11px;
}

.email-form .fa-angle-right {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

#footer .footer-logo {
	margin: 0 0 41px;
}

#footer .footer-logo .logo {
	float: left;
}

#footer .footer-logo .slogan {
	float: right;
	font-size: 24px;
	color: #fff;
	line-height: 1;
	margin: 11px 0 0 0;
}

#footer footer {
	background: #fff;
	padding: 23px 0;
	font-size: 14px;
}

#footer footer ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}


div.slide img {
	border: 1px solid #ddd;
}

ul.viewed-products img {
    border: 1px solid #ddd;
}

.accounting .slide .product .image-holder {
	vertical-align: middle;
}

html body div#wrapper main#main div.main-content div.holder div#content p a {
	color: #007ac3;
}

.sidebar-links ul li ul li {
    list-style-type: square;
    margin: 5px 0 5px 12px;
}