/*
@include media('≥phone') {}
@include media('≥tablet') {}
@include media('≥desktop') {}
@include media('≥widescreen') {}
@include media('≥largescreen') {}
*/

/*! 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 {
	display: none !important;
}
[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;
	color: #d4d4d4;
}

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

span.strike {
	text-decoration: line-through;
}
span.sale-price {
	color: red;
}

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


#shopify-section-section-promobar {
    margin: 0px auto 0px;
}
#shopify-section-section-flashpromobar {
    margin: 0px auto 0px;
}
.banner-container {
    background-color: #e1e1e1;
    width: 100%;
    padding: 0 0em 0;
    color: #FFFFFF;
}
.banner-container .promo-banner {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.banner-container .promo-banner ul.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}
.banner-container .promo-banner ul.slides li {
    padding: .4em 0em .4em;
}
.banner-container .promo-banner ul.slides span.promoTitle {
    padding-right: 0px;
    font-size: 1.3em;
    font-weight: 500;
    color: #ffffff;
}
.banner-container .promo-banner ul.slides span.promoDetails {
    margin-left: 5px;
    font-size: 1.3em;
    color: #ffffff;
}

/*$headings-font-family: inherit !default;*/

.top-menu,
.customer-links,
#nav ul,
#footer .social-networks,
#footer .columns ul,
.accordion,
.accordion ul,
.accordion ul.social-networks,
.products-section .poduct-list,
.products-promo .gallery,
.media-list,
.promo-list,
.prof-list,
.category-list,
.category-list .popup .attributes,
.category-list .popup .social-networks,
.product-area .attributes,
.review-section .chk-list,
.three-cols .col .links,
.recently-viewed .products {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#nav .main-nav .lists-block:after,
#footer .footer-holder:after,
#footer .subscribe-form .form-row:after,
#footer .columns:after,
.category-area .heading:after,
.category-area .sort-form:after,
.category-list .popup .qty-box .row:after,
.category-list .popup .btns:after,
.product-area .qty-box .row:after,
.product-area .btns:after {
	content: "";
	display: block;
	clear: both;
}

.top-menu > li > a,
.top-menu > li > a:before,
.top-menu > li .drop,
.top-menu .logo-box a,
.logo-block .logo a,
#nav .main-nav > li .drop,
#nav .main-nav > li .drop .txt-info strong a,
#nav .main-nav > li > a,
#nav .main-nav > li > a:before,
.nav-opener:before,
.nav-opener:after,
.nav-opener span,
#footer .footer-logo,
#footer .footer-logo a,
#footer .social-networks li a,
#footer .columns ul a,
.popup,
.btn-white,
.btn,
.accordion > li .opener,
.accordion > li .opener:before,
.accordion > li .opener:after,
.accordion ul li a,
.accordion ul.social-networks li a,
.products-section .poduct-list a,
.products-promo .gallery li.blue a:before,
.products-promo .gallery li.green a:before,
.media-list a,
.promo-list a,
.category-list > li .label-big,
.category-list > li .label,
.category-list > li.review .decor,
.category-list a,
.category-list .popup .visual-box a,
.category-list .popup .social-networks li a,
.review-section a,
.three-cols .col .links li a,
.recently-viewed .products a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.hidden {
	display: none;
}

html {
	box-sizing: border-box;
}


table {
    background: transparent;
    color: #000;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-radius: 5px;
    border-collapse: separate;
    font-size: 14px;
    line-height: 22px
}
table.clean {
    border: none;
    border-radius: 0
}
table .column-title {
    display: none
}
td,
th {
    border-top: 1px solid #e5e5e5
}
.clean td,
.clean th {
    border: none
}
thead th:first-child {
    border-radius: 0px 0 0 0
}
thead th:last-child {
    border-radius: 0 0px 0 0
}
tbody tr:first-child td:first-child,
tbody tr:first-child th:first-child {
    border-radius: 0px 0 0 0
}
tbody tr:first-child td:last-child,
tbody tr:first-child th:last-child {
    border-radius: 0 0px 0 0
}
thead+tbody tr:first-child td:first-child,
thead+tbody tr:first-child th:first-child,
thead+tbody tr:first-child td:last-child,
thead+tbody tr:first-child th:last-child {
    border-radius: 0
}
tbody tr:last-child td:first-child,
tbody tr:last-child th:first-child {
    border-radius: 0 0 0 0px
}
tbody tr:last-child td:last-child,
tbody tr:last-child th:last-child {
    border-radius: 0 0 0px 0
}
th {
    font-weight: normal;
    padding: 15px;
    color: #000;
    background: #f7f7f7
}
td {
    border-left: 1px solid #e5e5e5;
    padding: 30px
}
td:first-child {
    border-left: none
}
table.mobile-layout {
    border-bottom: none
}
table.mobile-layout .column-title {
    font-weight: 700;
    display: inline-block
}
table.mobile-layout thead {
    display: none
}
table.mobile-layout tr td {
    width: 100%;
    display: block;
    text-align: left;
    border-top: 1px solid #e5e5e5 !important;
    border-left: none;
    float: left;
    clear: left
}
table.mobile-layout td:last-child {
    border-bottom: none
}
table.mobile-layout tr:last-child td:last-child {
    border-bottom: 1px solid #e5e5e5 !important
}
.button,
.submit,
button,
input[type="submit"],
input[type="button"] {
    background: #6e9971;
	font: 14px/20px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff;
    -webkit-appearance: none;
    display: inline-block;
    width: auto;
    padding: 12px 5px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	text-decoration: none;
}
.button:hover,
.submit:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #666;
    color: #fff
}
.button.secondary,
.submit.secondary,
button.secondary,
input[type="submit"].secondary,
input[type="button"].secondary {
    background: #cdcdcd;
    color: #fff
}
.button.secondary:hover,
.submit.secondary:hover,
button.secondary:hover,
input[type="submit"].secondary:hover,
input[type="button"].secondary:hover {
    background: #909090;
    color: #fff
}
.button.disabled,
.submit.disabled,
button.disabled,
input[type="submit"].disabled,
input[type="button"].disabled {
    background: #ccc;
    color: #888
}
.input-wrapper {
    margin: 25px 0
}
.input-wrapper label {
    display: block;
    margin-bottom: 10px
}
.input-group-wrapper {
    margin: 25px 0
}
.input-group-wrapper span {
    display: block
}
.input-group-wrapper label {
    display: block;
    font-size: 14px;
    margin: 11px 0
}
.input-group-wrapper input {
    margin-right: 5px
}
input {
    width: 100%;
    font-family: inherit
}
textarea {
    width: 100%;
    max-width: 670px;
    font-family: inherit
}
input[type="text"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
textarea[type="checkbox"],
textarea[type="radio"] {
    width: auto;
}
input:focus,
textarea:focus {
    outline: none
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="telephone"],
input[type="tel"],
input[type="number"],
textarea {
    -webkit-appearance: none;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    color: #000;
    display: block;
    padding: 14px 15px 9px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="telephone"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: ligthen(#000, 30%)
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="telephone"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: ligthen(#000, 30%)
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="telephone"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: ligthen(#000, 30%)
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="telephone"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: ligthen(#000, 30%)
}
input[type="text"].error,
.error input[type="text"],
input[type="email"].error,
.error input[type="email"],
input[type="password"].error,
.error input[type="password"],
input[type="search"].error,
.error input[type="search"],
input[type="telephone"].error,
.error input[type="telephone"],
input[type="tel"].error,
.error input[type="tel"],
input[type="number"].error,
.error input[type="number"],
textarea.error,
.error textarea {
    color: #d60000;
    border: 1px solid #d60000
}
input[type="text"].error::-webkit-input-placeholder,
.error input[type="text"]::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder,
.error input[type="email"]::-webkit-input-placeholder,
input[type="password"].error::-webkit-input-placeholder,
.error input[type="password"]::-webkit-input-placeholder,
input[type="search"].error::-webkit-input-placeholder,
.error input[type="search"]::-webkit-input-placeholder,
input[type="telephone"].error::-webkit-input-placeholder,
.error input[type="telephone"]::-webkit-input-placeholder,
input[type="tel"].error::-webkit-input-placeholder,
.error input[type="tel"]::-webkit-input-placeholder,
input[type="number"].error::-webkit-input-placeholder,
.error input[type="number"]::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder,
.error textarea::-webkit-input-placeholder {
    color: #ff7070
}
input[type="text"].error::-moz-placeholder,
.error input[type="text"]::-moz-placeholder,
input[type="email"].error::-moz-placeholder,
.error input[type="email"]::-moz-placeholder,
input[type="password"].error::-moz-placeholder,
.error input[type="password"]::-moz-placeholder,
input[type="search"].error::-moz-placeholder,
.error input[type="search"]::-moz-placeholder,
input[type="telephone"].error::-moz-placeholder,
.error input[type="telephone"]::-moz-placeholder,
input[type="tel"].error::-moz-placeholder,
.error input[type="tel"]::-moz-placeholder,
input[type="number"].error::-moz-placeholder,
.error input[type="number"]::-moz-placeholder,
textarea.error::-moz-placeholder,
.error textarea::-moz-placeholder {
    color: #ff7070
}
input[type="text"].error:-moz-placeholder,
.error input[type="text"]:-moz-placeholder,
input[type="email"].error:-moz-placeholder,
.error input[type="email"]:-moz-placeholder,
input[type="password"].error:-moz-placeholder,
.error input[type="password"]:-moz-placeholder,
input[type="search"].error:-moz-placeholder,
.error input[type="search"]:-moz-placeholder,
input[type="telephone"].error:-moz-placeholder,
.error input[type="telephone"]:-moz-placeholder,
input[type="tel"].error:-moz-placeholder,
.error input[type="tel"]:-moz-placeholder,
input[type="number"].error:-moz-placeholder,
.error input[type="number"]:-moz-placeholder,
textarea.error:-moz-placeholder,
.error textarea:-moz-placeholder {
    color: #ff7070
}
input[type="text"].error:-ms-input-placeholder,
.error input[type="text"]:-ms-input-placeholder,
input[type="email"].error:-ms-input-placeholder,
.error input[type="email"]:-ms-input-placeholder,
input[type="password"].error:-ms-input-placeholder,
.error input[type="password"]:-ms-input-placeholder,
input[type="search"].error:-ms-input-placeholder,
.error input[type="search"]:-ms-input-placeholder,
input[type="telephone"].error:-ms-input-placeholder,
.error input[type="telephone"]:-ms-input-placeholder,
input[type="tel"].error:-ms-input-placeholder,
.error input[type="tel"]:-ms-input-placeholder,
input[type="number"].error:-ms-input-placeholder,
.error input[type="number"]:-ms-input-placeholder,
textarea.error:-ms-input-placeholder,
.error textarea:-ms-input-placeholder {
    color: #ff7070
}
@media (max-width: 540px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    input[type="telephone"],
    input[type="tel"],
    input[type="number"],
    textarea {
        font-size: 16px
    }
}
.error-message,
.errors {
    color: #d60000
}
.lt-ie9 input[type="password"] {
    font-family: Arial, sans-serif
}
select {
    max-width: 100%
}
@media (max-width: 540px) {
    select {
        font-size: 16px
    }
}

.select-wrapper {
    cursor: pointer;
    border: 1px solid #e5e5e5;
    position: relative;
    font-size: 14px;
    border-radius: 5px;
    padding: 14px 25px 9px 15px;
    background: #f7f7f7
}
.select-wrapper .select-text {
    overflow: hidden
}
label+.select-wrapper {
    margin-top: 10px
}
.select-wrapper:after {
    content: '\E007';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    font-family: 'Pacific';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}
.cart-shipping-calculator-wrap .select-wrapper:after {
	content: '';
}
.cart-shipping-calculator-wrap .jcf-select {
	width: 100%;
}
.select-wrapper select {
    color: black;
    cursor: pointer;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    opacity: 0;
    filter: alpha(opacity=0)
}
iframe {
    border: none
}

*,
*:before,
*:after {
	/*box-sizing: inherit;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
	max-height: 1000000px;
}

body {
	color: #575a5b;
	background: #fff;
	font: 16px/1.2 "Roboto", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #575a5b;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #575a5b;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Roboto Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #567c56;
}

a:hover,
a:focus {
	text-decoration: none;
}

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;
	/* border: 1px solid #575a5b; */
	padding: .4em .7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

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: #575a5b;
}

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: #575a5b;
}

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: #575a5b;
}

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: #575a5b;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #575a5b;
}

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

ul.pagination {
	list-style: none;
    text-align: center;
    padding: 0;
    margin: 30px auto 20px;
}
ul.pagination li {
	display: inline-block;
	position: relative;
}
ul.pagination li.pagination-previous span,
ul.pagination li.pagination-next span { 
    display: none;
}
ul.pagination li.pagination-previous a,
ul.pagination li.pagination-next a { 
    display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	visibility: hidden;
	text-decoration: none;
}
ul.pagination li.pagination-previous a:before {
	content: "\f190";
	font-family: FontAwesome;
	visibility: visible;
	font-size: 1.3em;
    line-height: 1.5em;
}

ul.pagination li.pagination-next a:before {
	content: "\f18e";
	visibility: visible;
	font-size: 1.3em;
    line-height: 1.5em;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #bcbdbd;
	min-width: 248px;
	height: 41px;
	margin: 0 0 12px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 16px;
	line-height: 41px;
	font-weight: 500;
	color: #fff;
	margin: 0 35px 0 12px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 33px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-top: 7px solid white;
	top: 18px;
	left: 9px;
}

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

/* 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: #c1c2c2;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	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: 6px 12px;
	color: #fff;
	height: 1%;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #bcbdbd;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom number input styles */

.jcf-number {
	display: inline-block;
	position: relative;
	height: 38px;
	background: #718c6f;
}

.jcf-number input {
	-moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.jcf-number input {
	box-sizing: border-box;
	font-size: 1.4em;
	font-weight: 700;
	color: #487145;
    display: block;
    border: 2px solid #718c6f;
    background-color: #d3e0d2;
    border-radius: 0;
    padding: 5px 5px 5px 5px;
	margin: 0;
	height: 100%;
	width: 50px;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
	position: absolute;
	width: 28px;
    height: 19px;
	right: -28px;
	top: 0;
    cursor: pointer;
}

.jcf-number .jcf-btn-dec {
	top: auto;
	bottom: 0;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -9px;
    border: 12px solid #718c6f;
    border-color: transparent transparent #718c6f transparent;
}

.jcf-number .jcf-btn-dec:before {
	margin: -4px 0 0 -9px;
	border-color: #718c6f transparent transparent transparent;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
	/*opacity: 0.3;*/
}

.jcf-number .jcf-disabled {
	opacity: 1;
}

/* common custom form elements styles */

.jcf-disabled {
	opacity: .3;
}

input[type=radio] {
	display: none;
}

input[type=radio] + label {
	display: block;
	position: relative;
	padding-left: 22px;
	font-size: 1.3em;
    line-height: 1.6em;
    cursor: pointer;
}

input[type=radio] + label:before,
input[type=radio] + label:after {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #575a5b;
	background: #fff;
	left: 0;
	top: 6px;
}

input[type=radio] + label:after {
	display: none;
	width: 6px;
	height: 6px;
	border: none;
	background: #575a5b;
	top: 10px;
	left: 4px;
}

input[type=radio]:checked + label:after {
	display: block;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

/* Slider */
.undergalleryblock {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.overgallery li,
.supergallery li {
    position: relative;
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
    padding: 0 5px;
}
.overgallery li img {
    width: 100%; 
}
/*
.supergallery li { border: 1px solid green; }
.overgallery li { border: 1px solid blue; }
*/
.overgallery li.blue, .overgallery li.green {  }

.flexsliderbanner ul {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	
	opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.flexsliderbanner ul > li:not(:first-child) {
   display: none;
 }
.flexsliderbanner ul.slick-initialized {
    visibility: visible;
    opacity: 1;  
    transition:opacity .3s ease-out;
}
.overgalleryblock, .supergalleryblock {
	position: absolute;
	display: block;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
    padding: 0px 0 0;
    list-style: none;
}
.overgalleryblock {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.supergalleryblock {
    position: relative; 
}
.supergalleryblock { z-index: 101; }
.overgalleryblock { z-index: 100; }
.supergallery { position: relative; display: block; z-index: 103; }
.overgallery { position: relative; display: block; z-index: 102; }

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0 !important;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-initialized .slick-slide {
    padding: 0;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
    position: relative;
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* custom styles */
.slick-prev, 
.slick-next { 
    font-size: 40px; 
    line-height: 1; 
    color: #6e9971;
    background-color: transparent;
    opacity: 0.75;
    z-index: 5;
}
.slick-prev { 
    left: -10px; 
    top: 70px; 
    right: auto; 
}
.slick-next { 
    right: -10px; 
    top: 70px; 
    left: auto; 
}
.slick-arrow {
	position: absolute;
	top: 45%;
	border: none;
    padding: 0 0 0 0;
	background: none;
	z-index: 104;
}

.slick-arrow.slick-prev {
	left: -36px;
}
.slick-arrow.slick-next {
	right: -40px;
}
.slick-arrow:hover {
    background: none;
    color: #211f20;
}
.main-banner .slick-arrow {
    top: 30%;
}
.main-banner .slick-prev {
    left: 0px;
}
.main-banner .slick-next {
    right: 0px;
}

.mobile-frame {
	padding: 20px 0 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mobile-frame .header-container {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	z-index: 1;
}

.mobile-frame .top-row {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.top-menu > li {
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	/* border-top: 1px solid #e9e8e6; */
}

.top-menu > li.green > a {
	background: #6e9971;
}

.top-menu > li.blue > a {
	background: #74aadc;
}

.top-menu > li.orange > a {
	background: #fb7148;
}

.top-menu > li > a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	display: block;
	position: relative;
	padding: 6px 10px;
	z-index: 2;
}

.top-menu > li > a:before {
	opacity: 0;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #333;
	opacity: 0;
	z-index: -1;
}

.top-menu > li .arrow {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 5px -3px;
	height: 0;
	width: 0;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-top: 7.5px solid white;
}

.top-menu > li.hover > a:before {
	opacity: .2;
}

.top-menu > li .drop {
	overflow: hidden;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	height: 0;
	overflow: hidden;
	z-index: 100;
}

.top-menu > li.hover .drop {
	height: auto;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.top-menu .logo-box {
	display: inline-block;
	vertical-align: top;
}

.top-menu .logo-box a {
	display: block;
}

.top-menu .logo-box a:hover {
	opacity: .8;
}

.top-menu .shipping-area {
	padding: 0 0 0px;
}
/*
.top-menu .shipping-area .shipping-box {
	background: -webkit-linear-gradient(left, #f6b8a6 0%, #f9b9a7 0%, #f9b8a6 4%, #f8af97 10%, #f8ac94 11%, #f6a084 19%, #f69d7f 20%, #f5916f 28%, #efa18f 44%, #fac5c5 65%, #f9b1a1 72%, #f5906f 82%, #d98573 96%, #d98474 100%, #d68374 100%);
	background: linear-gradient(to right, #f6b8a6 0%, #f9b9a7 0%, #f9b8a6 4%, #f8af97 10%, #f8ac94 11%, #f6a084 19%, #f69d7f 20%, #f5916f 28%, #efa18f 44%, #fac5c5 65%, #f9b1a1 72%, #f5906f 82%, #d98573 96%, #d98474 100%, #d68374 100%);
	padding: 8px;
	margin: 0 0 15px;
}

.top-menu .shipping-area .shipping-box .holder {
	padding: 15px;
	box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, .9);
	color: #000;
}

.top-menu .shipping-area .percent-value {
	position: relative;
	font: italic 40px/1 "Times New Roman", Times, Georgia, sans-serif;
	padding: 0 0 50px;
}

.top-menu .shipping-area .percent-value .txt {
	display: block;
	margin: 0 0 10px;
}

.top-menu .shipping-area .percent-value .txt-item {
	display: block;
	text-transform: uppercase;
	font-size: 25px;
}

.top-menu .shipping-area .percent-value:before {
	position: absolute;
	content: "";
	width: 36px;
	height: 31px;
	background-size: 100%;
	background-image: url(ico-plus.png);
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.top-menu .shipping-area .info .title {
	display: block;
	font: italic 20px/1.2 "Times New Roman", Times, Georgia, sans-serif;
	border-bottom: 1px solid #7c5850;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.top-menu .shipping-area .info .txt {
	display: block;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 20px;
	padding: 0 0 15px;
}

.top-menu .shipping-area .info .txt strong {
	color: #fff;
}
*/

.top-menu .organic-info {
	background: #6e9971;
	color: #fff;
	padding: 10px;
	font-weight: 100;
	font-size: 13px;
}

.top-menu .organic-info .txt-row {
	border-bottom: 2px solid #fff;
	margin: 0 0 10px;
}

.top-menu .organic-info .title {
	text-transform: uppercase;
	display: block;
	font-size: 18px;
	display: block;
	font-weight: 400;
	padding: 0 0 5px;
	color: #355236;
}

.top-menu .gift-area {
	padding: 15px;
	font-size: 18px;
	color: #000;
	background: whitesmoke;
}

.top-menu .gift-area .title {
	display: block;
	color: #fb7148;
	font: italic 21px/1.2 "Times New Roman", Times, Georgia, sans-serif;
	padding: 0 0 5px;
}

.top-menu .gift-area .txt {
	display: block;
	font-weight: 100;
	padding: 0 0 15px;
}

.logo-block {
	position: relative;
}

.logo-block .logo {
	display: block;
	width: 160px;
	margin: 0 auto;
}

.logo-block .logo a {
	display: block;
}

.logo-block .logo a:hover {
	opacity: .8;
}

.nav-active .logo-block {
	transform: none;
}

.header-section {
	padding: 0 15px 0px;
}

.tools-block {
	position: relative;
	padding: 0px;
	margin: 0 0px;
}

.top-search {
	margin: 0 0 10px;
	background: #fff;
}

.top-search .search {
	position: relative;
	padding: 0 0px 0 0;
}

.top-search .search .input {
	width: 100%;
	border: none;
    border-bottom: 2px solid #ccc;
	border-radius: 0;
	background: #fff;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    height: 30px;
	padding: 0 10px;
	color: #333;
}

.top-search .search .search-btn {
	width: 21px;
	height: 23px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: none;
	padding: 0px 0px 0px;
	color: #6e9971;
	font-size: 1.4em;
	line-height: 1;
}

.top-search .search .search-btn i {
	width: 26px;
	height: 26px;
}

/* iPhone 6 in portrait and landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
    .top-search .search .search-btn i,
	.top-search .search .search-btn {
		width: 26px;
		height: 26px;
	}
}
/* iPhone 6+ in portrait and landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 
    .top-search .search .search-btn i,
	.top-search .search .search-btn {
		width: 26px;
		height: 26px;
	}
}

.customer-links li {
	position: relative;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
	padding: 20px 10px 3px;
}

.customer-links li:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 22px;
	background: #adc5af;
	left: -1px;
	top: 18px;
}

.customer-links li:first-child:before {
	display: none;
}

.customer-links li a {
	color: #74aadc;
	text-decoration: none;
}

.customer-links li a:hover {
	text-decoration: underline;
}

.cart-link {
	color: #6e9971;
}

.cart-link .qty {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: -8px 0 0 1px;
	font-weight: 700;
	background: #74aadc;
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	padding: 2px 6px 1px;
	min-width: 28px;
	z-index: 1;
}

.cart-link .qty:before {
	position: absolute;
	content: "";
	width: 26px;
	height: 24px;
	border: 3px solid #74aadc;
	border-radius: 50%;
	top: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-7px);
	-ms-transform: translateX(-50%) translateY(-7px);
	transform: translateX(-50%) translateY(-7px);
	z-index: -1;
}
.mobile-cart {
    position: absolute;
    top: 30px;
    right: 10px;
}

#nav ul a {
	text-decoration: none;
}

#nav ul a:hover {
	text-decoration: underline;
}

#nav .main-nav > li {
	position: relative;
	font-size: 17px;
	line-height: 1.2;
	border-top: 1px solid #e9e8e6;
}

#nav .main-nav > li.decorate > a {
	background: #fb7148;
	color: #000;
}

#nav .main-nav > li.decorate.hover > a {
	color: #4d4d4d;
	box-shadow: none;
}

#nav .main-nav > li.decorate .decor-ico {
	display: none;
}

#nav .main-nav > li.green > a {
	font-weight: 500;
	background: #6e9971;
}

#nav .main-nav > li.green > a .txt-item {
	font-weight: 100;
}

#nav .main-nav > li .drop {
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	height: 0;
	overflow: hidden;
	z-index: 1;
}

#nav .main-nav > li .drop .txt-info {
	font-size: 19px;
	line-height: 1.2;
	background: #e7e5e3;
	text-align: center;
	padding: 4px 10px;
}

#nav .main-nav > li .drop .txt-info strong {
	color: #6c8361;
	font-weight: 500;
	line-height: 1;
}

#nav .main-nav > li .drop .txt-info strong a {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	color: #6c8361;
	text-decoration: none;
	padding: 2px 5px;
}

#nav .main-nav > li .drop .txt-info strong a:hover {
	background: #f2f2f2;
}

#nav .main-nav > li.hover > a:before {
	opacity: .2;
}

#nav .main-nav > li.hover .drop {
	height: auto;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#nav .main-nav > li > a {
	position: relative;
	z-index: 2;
	display: block;
	text-align: center;
	color: #fff;
	background: #74aadc;
	text-decoration: none;
	padding: 5px 10px;
}

#nav .main-nav > li > a:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #333;
	opacity: 0;
	z-index: -1;
}

#nav .main-nav .title {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
}
#nav .main-nav .mm_bestsellers .title img {
    width: 100%;
    max-width: 240px;
}
#nav .main-nav .mm_shop .title img {
    width: 100%;
    max-width: 120px;
}
#nav .main-nav .mm_bulk .title img {
    width: 100%;
    max-width: 320px;
}
#nav .main-nav .mm_gift .title img {
    width: 100%;
    max-width: 100px;
}
#nav .main-nav .mm_collections .title img {
    width: 100%;
    max-width: 240px;
}

#nav .main-nav .lists-block {
	padding: 10px;
}

#nav .main-nav .lists-block ul {
	padding: 0 0 10px 10px;
    border-left: 1px solid #000;
}

#nav .main-nav .lists-block ul a {
	color: #231f20;
}

#nav .main-nav .promos {
	padding: 10px 0 0;
	text-align: center;
}

#nav .main-nav .promos .promo-box {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px 10px;
}

#nav .main-nav .promos .promo-box .btn-white {
	text-decoration: none;
	position: absolute;
	bottom: 21%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#nav .main-nav .promos .promo-box img {
	vertical-align: top;
}

.nav-opener {
	z-index: 1000;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 25px;
	height: 30px;
	font-size: 0;
	line-height: 0;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	top: 0;
	background: #6e9971;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	top: 46%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-opener span {
	top: 10px;
}

.nav-active .nav-opener span {
	opacity: 0;
	visibility: hidden;
}

.nav-opener:after {
	top: 21px;
}

.nav-active .nav-opener:after {
	top: 46%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#footer {
	background-image: url(bg-footer-v2.jpg);
	background-size: cover;
	background-position: 0% bottom;
}

#footer .footer-container {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	padding: 64px 15px 20px;
	color: #fff;
}

#footer .footer-logo {
	width: 160px;
	display: block;
	margin: 0 auto 20px;
}

#footer .footer-logo a {
	display: block;
}

#footer .footer-logo a:hover {
	opacity: .8;
}

#footer .subscribe-form {
	font: 14px/16px Arial, Helvetica, Sans-serif;
	border-top: 1px solid #fff;
	padding: 5px 0 23px;
}

#footer .subscribe-form label {
	text-align: center;
	display: block;
	font-weight: normal;
	margin: 0 0 22px;
}

#footer .subscribe-form .form-row {
	background: #fff;
	padding: 0 150px 0 0;
	position: relative;
}

#footer .subscribe-form .form-row .input-txt {
	width: 100%;
	color: #6e9971;
	background: #fff;
	font-size: 25px;
	line-height: 48px;
	padding: 0 12px 1px;
	border-radius: 0;
	border: none;
	height: 49px;
}

#footer .subscribe-form .form-row .input-txt::-webkit-input-placeholder {
	color: #6e9971;
}

#footer .subscribe-form .form-row .input-txt::-moz-placeholder {
	opacity: 1;
	color: #6e9971;
}

#footer .subscribe-form .form-row .input-txt:-moz-placeholder {
	color: #6e9971;
}

#footer .subscribe-form .form-row .input-txt:-ms-input-placeholder {
	color: #6e9971;
}

#footer .subscribe-form .form-row .input-txt.placeholder {
	color: #6e9971;
}

#footer .subscribe-form .form-row .input-txt:focus::-webkit-input-placeholder {
	color: #fff;
}

#footer .subscribe-form .form-row .input-txt:focus::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

#footer .subscribe-form .form-row .input-txt:focus:-moz-placeholder {
	color: #fff;
}

#footer .subscribe-form .form-row .input-txt:focus:-ms-input-placeholder {
	color: #fff;
}

#footer .subscribe-form .form-row .input-txt:focus.placeholder {
	color: #fff;
}

#footer .subscribe-form .form-row .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 49px;
	border: none;
	font: italic 25px/49px "Lora", serif;
	color: #6e9971;
    text-transform: lowercase;
    background: #fff;
    padding: 0 15px 0 7px;
}

#footer .social-networks {
	margin: 0 0 20px;
	text-align: center;
}

#footer .social-networks li {
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	line-height: 1;
	padding: 5px;
}

#footer .social-networks li a {
	display: block;
	color: #fff;
}

#footer .social-networks li a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#footer .columns {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 30px;
}

#footer .columns .title {
	text-transform: uppercase;
	display: block;
	font-size: 21px;
	line-height: 1.2;
	margin: 0 0 9px;
    color: #ffffff;
    text-align: left;
}

#footer .columns .title span {
	font-weight: 300;
}

#footer .columns ul {
	padding: 0 0 15px;
}

#footer .columns ul li {
	text-transform: uppercase;
	padding: 0 0 6px;
}

#footer .columns ul a {
	color: #fff;
	text-decoration: none;
}

#footer .columns ul a:hover {
	color: #d9d9d9;
}

#footer .columns ul.big-list li {
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2;
	padding: 0 0 3px;
}

#footer .certificates-row {
	text-align: center;
}
#footer .certificates-row img { max-width: 400px; }

#footer .item-text {
	min-width: 242px;
	position: absolute;
	top: 0;
	right: 3%;
	padding: 14px 7px 0;
	margin: 0 4px 0 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 21px/20px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
}
#footer .item-text a {
	color: #ffffff;
	text-decoration: none;
}

#footer .item-text:before,
#footer .item-text:after {
	position: absolute;
	content: "";
	background: #fff;
	top: 0;
	bottom: 0;
	width: 9999px;
	left: 100%;
}

#footer .item-text:after {
	left: auto;
	right: 100%;
}

.page {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.page .container {
    padding: 30px 20px;
}

#main {
	padding: 0 0 5px;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.fancybox-inner iframe {
	width: 100%;
}

#lightbox1 {
	width: 300px;
}

.popup {
	display: block !important;
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.popup-active .popup {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.btn-white {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #231f20;
	background: #fff;
	color: #000;
	letter-spacing: 1px;
	font: 500 16px/20px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 3px 10px;
	min-width: 122px;
}

.btn-white.large {
	min-width: 200px;
	border-width: 2px;
	font-size: 20px;
	line-height: 30px;
	padding: 5px 15px 4px;
    z-index: 10000;
}

.btn-white.big {
	min-width: 155px;
	border-width: 3px;
	font-size: 20px;
	line-height: 30px;
	padding: 1px 15px;
}

.btn-white.medium {
	font-size: 17px;
	min-width: 164px;
	padding: 6px 10px;
}

.btn-white.small {
	border-width: 1px;
	font-size: 14px;
	min-width: 112px;
	padding: 1px 10px;
}

.btn-white:hover {
	background: #f2f2f2;
}

.btn-white.transparent {
	background: rgba(255, 255, 255, .9);
}

.btn-white.transparent:hover {
	background: #f2f2f2;
}

.btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-decoration: none;
	background: #575a5b;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	min-width: 174px;
	border: none;
	font: 14px/20px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 12px 5px;
	margin: 0 0 15px;
}

.btn:hover {
	background: #4b4d4e;
}

.btn.blue {
	background: #74aadc;
}

.btn.blue:hover {
	background: #609ed7;
	color: #fff;
}
.btn.green {
	background: #6e9971;
}
.btn.black {
	background: #333;
}

.btn.black:hover {
	background: #666;
}

.accordion {
	padding: 10px 0;
}

.accordion > li {
	border-bottom: 1px solid #c0c1c4;
	font-size: 14px;
}

.accordion > li:first-child {
	border-top: 1px solid #c0c1c4;
}

.accordion > li:last-child.active {
	border-bottom: none;
}

.accordion > li .opener {
	text-decoration: none;
	color: #575a5b;
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
	padding: 4px 25px 4px 2px;
}

.accordion > li .opener:hover {
	color: #7c8182;
}

.accordion > li .opener:hover:before,
.accordion > li .opener:hover:after {
	background: #7c8182;
}

.accordion > li .opener:before,
.accordion > li .opener:after {
	position: absolute;
	content: "";
	background: #575a5b;
	width: 17px;
	height: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}

.accordion > li .opener:after {
	width: 3px;
	height: 17px;
	right: 17px;
}

.accordion > li.active .opener:after {
	opacity: 0;
}

.accordion ul {
	padding: 8px 5px;
}

.accordion ul li {
	font-weight: 300;
	padding: 2px 0;
}

.accordion ul li a:hover {
	color: #7ba37b;
}

.accordion ul.suggested-list {
    margin: 0 0 30px 0;
    padding: 0 0 0 30px;
    text-align: left;
    list-style: disc;
}
.accordion ul.suggested-list li {
    padding: 3px 0;
}

.accordion ul.directions-list {
	padding: 4px 5% 15px;
}

.accordion ul.directions-list li {
	padding: 3px 0;
}

.accordion ul.directions-list li img {
	display: block;
	margin: 0 auto 8px;
}

.accordion ul.social-networks {
	padding: 10px 0;
	border-top: 1px solid #c0c1c4;
	text-align: center;
}

.accordion ul.social-networks li {
	display: inline-block;
	vertical-align: top;
	font-size: 32px;
	line-height: 1;
	padding: 5px 10px 5px 0;
}

.accordion ul.social-networks li a {
	display: block;
	color: #80977e;
}

.accordion ul.social-networks li a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.main-banner {
	position: relative;
	margin: 0 -15px 25px;
}
.main-banner .desktop {
    display: block;
}

.slideshow-slide .btn-white {
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.heading-block {
	text-align: center;
	padding: 27px 0;
}

.heading-block-img {
    width: 100%;
    max-width: 768px; 
}

.video-area {
	margin: 0 0 20px;
}

.video-area .video-container {
	margin: 0 auto;
    background: url(OI_VIDEOSECTION_bg.jpg); 
    background-position: center center; 
    background-size: cover;
}
.video-area.topsix .video-container {
    background: none; 
}

.videoexplainer,
.videoblock {
    display: inline-block;
    width: 49.15%;
    margin: 0 .2%;
    vertical-align: middle;
}
.innervideoexplainer,
.innervideoblock {
    display: block;
    width: 90%;
    margin: 10% auto;
}
.video-area.topsix .innervideoexplainer,
.video-area.topsix .innervideoblock {
    width: 100%; 
}
.innervideoexplainer img {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.video-area img {
	vertical-align: top;
}

.products-section {
	padding: 10px 0;
}

.products-section .product-list-holder {
	overflow: hidden;
}

.products-section .poduct-list {
	overflow: hidden;
}

.products-section .poduct-list li {
	text-align: center;
	padding: 15px;
}

.products-section .poduct-list a {
	text-decoration: none;
}

.products-section .poduct-list .visual {
	display: inline-block;
	vertical-align: top;
}

.products-section .poduct-list .title {
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	padding: 0 0 5px;
}

.products-section .poduct-list .title a {
	color: #000;
}

.products-section .poduct-list .title a:hover {
	color: #4d4d4d;
}

.spr-badge-caption,
.spr-review-footer {
    display: none;
}

.products-promo {
	padding: 10px 0;
}

.products-promo .gallery,
.products-promo .supergallery,
.products-promo .overgallery {
	padding: 0px 70px;
}

.products-promo .gallery li,
.products-promo .supergallery li,
.products-promo .overgallery li {
	text-align: center;
	padding: 0 0px;
}

.products-promo .gallery li a,
.products-promo .overgallery li a,
.products-promo .supergallery li a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.products-promo .gallery li a .title {
	z-index: 1;
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.products-promo .gallery li.blue a:before,
.products-promo .gallery li.green a:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	background: rgba(116, 170, 220, .8);
}

.products-promo .gallery li.blue a:hover:before,
.products-promo .gallery li.green a:hover:before {
	opacity: 0;
}

.products-promo .gallery li.green a:before {
	background: rgba(110, 153, 113, .8);
}

.products-promo .gallery .slick-arrow.slick-prev {
	left: 10px;
}

.products-promo .gallery .slick-arrow.slick-next {
	right: 10px;
}

.media-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	max-width: 1226px;
	margin: 0 auto 6px;
	padding: 15px 0;
}

.media-list li {
	text-align: center;
	width: 50%;
	padding: 10px;
}

.media-list a {
	display: inline-block;
	position: relative;
}

.media-list a:hover {
	opacity: .8;
}

.promo-list-holder {
	overflow: hidden;
	margin: 0 6px;
}

.promo-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 20px -1px;
}

.promo-list li {
	position: relative;
	text-align: center;
	width: 50%;
	padding: 17px;
	border-top: 1px solid #b6ccb8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.promo-list li:before {
	position: absolute;
	content: "";
	top: 10%;
	height: 80%;
	width: 1px;
	left: 0;
	background: #b6ccb8;
}

.promo-list a {
	display: inline-block;
	position: relative;
}

.promo-list a:hover {
	opacity: .8;
}

.prof-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -5px 20px;
}

.prof-list li {
	color: #231f20;
	text-align: center;
	width: 50%;
	padding: 5px;
	font-size: 14px;
}
.prof-list li a {
    text-decoration: none; 
}
.prof-list img {
	display: block;
	margin: 0 auto 10px;
}

.prof-list .title {
	text-transform: uppercase;
	display: block;
	font-weight: 300;
	padding: 0 0 10px;
}

.banner {
	min-height: 76px;
	background-position: 50%;
	background-size: cover;
	max-width: 1320px;
    margin: 0 auto 0px auto;
}

.category-area {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0px 0px 0px;
}

.innercategory-area {
	padding: 25px 22px 30px;
}

.category-area .heading h1 {
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	color: #000;
	margin: 0;
	padding: 0 0 10px;
}

.category-area .sort-form label {
	display: block;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 30px;
	white-space: nowrap;
}

.category-area .sort-form .select-box {
	padding: 0 0 15px;
}

.category-area .sort-form .jcf-select {
	width: 100%;
	margin: 0;
}

.category-list-holder {
	overflow: hidden;
}

.category-list {
	border-top: 1px solid #adc5af;
	margin: 0 -1px -1px;
}
.review-list {
    margin: 0 -1px -1px;
}

.category-list > li {
	text-align: center;
	font: 14px/1.1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	border: 1px solid #adc5af;
    position: relative;
}
.review-list > li {
    text-align: center;
    font: 14px/1.1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #000;
    position: relative;
}

.category-list > li .holder {
	position: relative;
	padding: 10px;
}

.category-list > li .label-big {
	position: absolute;
    width: 40px;
    height: 40px;
    top: 1%;
    left: 1%;
}

.category-list > li .label {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 4%;
	left: 7%;
}

.review-list > li.review {
	position: relative;
	font-family: 'Cormorant Garamond', 'Georgia', 'Times New Roman', serif;
	font-size: 1.6em;
	line-height: 1.6em;
	font-style: italic;
}

.review-list > li.review .holder {
	position: relative;
	min-height: 240px;
	background: rgba(251,194,177,1);
    background: -moz-linear-gradient(left, rgba(251,194,177,1) 0%, rgba(251,247,244,1) 40%, rgba(251,247,244,1) 60%, rgba(251,194,177,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(251,194,177,1)), color-stop(40%, rgba(251,247,244,1)), color-stop(60%, rgba(251,247,244,1)), color-stop(100%, rgba(251,194,177,1)));
    background: -webkit-linear-gradient(left, rgba(251,194,177,1) 0%, rgba(251,247,244,1) 40%, rgba(251,247,244,1) 60%, rgba(251,194,177,1) 100%);
    background: -o-linear-gradient(left, rgba(251,194,177,1) 0%, rgba(251,247,244,1) 40%, rgba(251,247,244,1) 60%, rgba(251,194,177,1) 100%);
    background: -ms-linear-gradient(left, rgba(251,194,177,1) 0%, rgba(251,247,244,1) 40%, rgba(251,247,244,1) 60%, rgba(251,194,177,1) 100%);
    background: linear-gradient(to right, rgba(251,194,177,1) 0%, rgba(251,247,244,1) 40%, rgba(251,247,244,1) 60%, rgba(251,194,177,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc2b1', endColorstr='#fbc2b1', GradientType=1 );
}

.review-section-list > li.review blockquote {
	position: relative;
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
	/* White+to+Transparent Glow */
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.review-list > li.review blockquote q {
	display: block;
	quotes: none;
}

.review-list > li.review blockquote cite {
	display: block;
	padding: 0 30%;
}

.review-list > li.review .decor {
	display: none;
}

.review-list > li.review .decor img {
	display: block;
}

.category-list .visual {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 -1px;
	    height: auto;
}
.category-list .visual a {
    position: relative;
	display: inline-block;
	vertical-align: top;
	/*height: 100%;*/
}
.category-list .visual a:hover {
	opacity: .8;
}
.category-list .visual a img {
    position: relative;
    /*
    top: 50%;
    transform: translateY(-50%);
    */
}

.hidden { display: none; }

.quickviewbtn {
	display: none;
	position: absolute;
    top: 47.5%;
    left: 10%;
    width: 80%;
    background: #6e9971;
    color: #ffffff;
    padding: 8px 12px; 
}
.visual .open:hover .quickviewbtn {
	display: block;
}

.category-list a {
	text-decoration: none;
}

.category-list .product-name {
	position: relative;
	display: block;
	z-index: 2;
	font-weight: 400;
	font-size: 20px;
	margin: 0 0 3px;
}

.category-list .product-name a {
	color: #000;
}

.category-list .product-name a:hover {
	color: #4d4d4d;
}

.category-list .txt {
	display: block;
}

.category-list .price-row {
	padding: 3px 0;
	font-size: 18px;
}

.category-list .price-row .regular-price {
	font-weight: 400;
	display: block;
}

.category-list .btn {
	min-width: 150px;
	padding: 6px 5px;
}

.category-list .popup {
	z-index: 9999;
	position: fixed;
	width: 90%;
	max-width: 850px;
	max-height: 94%;
	overflow: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
	text-align: left;
	font: 10px/1.2 "Roboto", sans-serif;
	color: #575a5b;
	text-transform: none;
}

.category-list .popup .popup-holder {
	position: relative;
	padding: 35px 35px 15px;
	background: #fff;
	height: auto;
}

.category-list .popup .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 26px;
	font-size: 0;
	line-height: 0;
}

.category-list .popup .close:before,
.category-list .popup .close:after {
	position: absolute;
	content: "";
	background: #a5a7a8;
	top: -3px;
	left: 9px;
	width: 2px;
	height: 32px;
	-webkit-transform: rotate(36deg);
	-ms-transform: rotate(36deg);
	transform: rotate(36deg);
}

.category-list .popup .close:after {
	-webkit-transform: rotate(-36deg);
	-ms-transform: rotate(-36deg);
	transform: rotate(-36deg);
}

.category-list .popup .frame {
	margin: 0 0 10px;
}

.category-list .popup .visual-box {
	text-align: center;
	border-bottom: 1px solid #c0c1c4;
	padding: 0 0 5px;
	margin: 0 0 15px;
}

.category-list .popup .visual-box a {
	display: inline-block;
	vertical-align: top;
}

.category-list .popup .visual-box a:hover {
	opacity: .7;
}

.category-list .popup .visual-box img {
	vertical-align: top;
}

.category-list .popup .product-name {
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	border-bottom: 2px solid #c0c1c4;
}

.category-list .popup .product-name a {
	color: #74aadc;
}

.category-list .popup .product-name a:hover {
	color: #609ed7;
}

.category-list .popup .txt {
	font-size: 12px;
	color: #718c6f;
}

.category-list .popup .price-row {
	color: #718c6f;
	border-bottom: 1px solid #c0c1c4;
	padding: 2px 0 5px;
	margin: 0 0 5px;
	line-height: 1;
}

.category-list .popup .price-row .regular-price {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	font-size: 14px;
	margin: 0 5px 0 0;
}

.category-list .popup .price-row .item-attr {
	font-size: 10px;
}

.category-list .popup .attributes {
	border-bottom: 1px solid #c0c1c4;
	padding: 0 0 4px;
	margin: 0 0 4px;
}

.category-list .popup .attributes li {
	font-weight: 300;
	padding: 2px 0 3px;
}

.category-list .popup .attributes li strong {
	font-weight: 700;
	margin-right: 4px;
}

.category-list .popup .attributes li strong:after {
	content: ":";
}

.category-list .popup .select {
	padding: 0 0 7px;
}

.category-list .popup .select .title {
	text-transform: uppercase;
	display: block;
	color: #718c6f;
	border-bottom: 1px solid #c0c1c4;
	padding: 2px 0 4px;
	margin: 0 0 5px;
	font-size: 1.0em;
	text-align: left;
}

.category-list .popup .select .row {
	padding: 0 0 3px;
}

.category-list .popup .select .row label {
	font-weight: 700;
}

.category-list .popup .select .row label span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5%;
	min-width: 45%;
}
.category-list .popup .select .row label.sold-out span {
	color: #9e9b9b;
}

.category-list .popup .qty-box .title {
	text-transform: uppercase;
	display: block;
	color: #718c6f;
	margin: 0 0 3px;
	font-size: 1.0em;
	text-align: left;
}

.category-list .popup .qty-box .row .jcf-number {
	float: left;
	height: 38px;
	margin: 0 0 0 0;
}

.category-list .popup .qty-box .row .jcf-number input {
	font-size: 1.4em;
    width: 50px;
    padding: 5px 5px 5px 5px;
    color: #487145;
    border: 2px solid #718c6f;
    background-color: #d6e2d5;
    border-radius: 0;
}

.category-list .popup .qty-box .row .jcf-number .jcf-btn-inc,
.category-list .popup .qty-box .row .jcf-number .jcf-btn-dec {
	width: 28px;
	height: 19px;
}

.category-list .popup .qty-box .row .jcf-number .jcf-btn-inc:before,
.category-list .popup .qty-box .row .jcf-number .jcf-btn-dec:before {
    margin: -20px 0 0 -9px;
    border: 12px solid #718c6f;
    border-color: transparent transparent #718c6f transparent;
}

.category-list .popup .qty-box .row .jcf-number .jcf-btn-dec:before {
	margin: -4px 0 0 -9px;
	border-color: #718c6f transparent transparent transparent;
}

.category-list .popup .qty-box .row .details {
	float: none;
	margin-top: 11px;
	position: relative;
	font: italic 16px/1 "Lora", serif;
	color: #000;
	padding-right: 12px;
}

.category-list .popup .qty-box .row .details:before {
	position: absolute;
	content: "";
	top: 2px;
	right: 0;
	height: 0;
	width: 0;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #000;
	border-top: 6px solid transparent;
}

.category-list .popup .qty-box .row .details:hover {
	opacity: .6;
}

.category-list .popup .social-networks {
	padding: 0 0 5px;
	text-align: center;
}

.category-list .popup .social-networks li {
	display: inline-block;
	vertical-align: top;
	font-size: 23px;
	line-height: 1;
	padding: 5px;
}

.category-list .popup .social-networks li a {
	display: block;
	color: #80977e;
}

.category-list .popup .social-networks li a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product-area {
	padding: 15px 0 20px;
}

.product-area .product-container {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 15px 20px;
}

.product-area .product-view {
	text-align: center;
	padding: 0 0 25px;
}

.product-area .product-view img {
	vertical-align: top;
}

.product-area .product-info {
	font-size: 12px;
}

.product-area .product-info a {
	text-decoration: none;
}

.product-area .product-name {
	font: 26px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-bottom: 1px solid #c0c1c4;
	color: #000000;
	padding: 0 0 3px;
	margin: 0 0 3px;
}

.product-area .product-name a {
	color: #000000;
}

.product-area .product-name a:hover {
	color: #609ed7;
}

.product-area .txt {
	display: block;
	font-size: 20px;
	color: #718c6f;
	margin: 0 0 3px;
}

.product-area .price-row {
	color: #718c6f;
	border-bottom: 1px solid #c0c1c4;
	padding: 2px 0 5px;
	margin: 0 0 5px;
}

.product-area .price-row .regular-price {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	margin: 0 5px 0 0;
}

.product-area .price-row .item-attr {
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 2px;
}

.product-area .attributes {
	border-bottom: 1px solid #c0c1c4;
	padding: 0 0 4px;
	margin: 0 0 4px;
	color: #000000;
}

.product-area .attributes li {
	font-weight: 400;
	padding: 2px 0 3px;
	font-size: 1.1em;
}

.product-area .attributes li strong {
	font-weight: 700;
	margin-right: 4px;
}

.product-area .select {
	padding: 7px 0;
}

.product-area .select .title {
	text-transform: uppercase;
	display: block;
	color: #718c6f;
	border-bottom: 1px solid #c0c1c4;
	padding: 2px 0 4px;
	margin: 0 0 5px;
    font-size: 1.1em;
    text-align: left;
}

.product-area .select .row {
	padding: 0 0 3px;
}

.product-area .select .row label {
	font-weight: 700;
}

.product-area .select .row label span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5%;
	min-width: 45%;
}
.product-area .select .row label.sold-out span {
	color: #9e9b9b;
}

.product-area .qty-box .title {
	text-transform: uppercase;
	display: block;
	color: #718c6f;
	margin: 0 0 3px;
    font-size: 1.1em;
    text-align: left;
}

.product-area .qty-box .row .jcf-number {
	float: left;
	margin: 0 15px 8px 0;
}

.product-area .qty-box .row .details {
	float: right;
	margin-top: 11px;
	position: relative;
	font: italic 16px/1 "Lora", serif;
	color: #000;
	padding-right: 12px;
}

.product-area .qty-box .row .details:before {
	position: absolute;
	content: "";
	top: 2px;
	right: 0;
	height: 0;
	width: 0;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #000;
	border-top: 6px solid transparent;
}

.product-area .qty-box .row .details:hover {
	opacity: .6;
}

.product-area .btns {
	margin: 0 0 10px;
}

.directions-block {
	text-align: center;
	color: #6e9971;
	border-top: 1px solid #c0c1c4;
	padding: 8px 0;
}

.directions-block .ttl {
	display: block;
	text-transform: uppercase;
	font: 16px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0 0 4px;
}

.directions-block .title {
	display: block;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 26px;
	border-bottom: 1px solid #87b084;
	padding: 0 0 3px;
	margin: 0 0 10px;
}

.review-section {
	position: relative;
	background: #718c6f;
	color: #fff;
	padding: 0 9999px;
	margin: 0 -9999px;
}

.review-section .review-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.review-section a {
	text-decoration: none;
	color: #fff;
	float: none;
}

.review-section a:hover {
	color: #f2f2f2;
}

.review-section .review-box {
	text-align: center;
	padding: 32px 12% 30px;
}

.review-section .spr-summary {
	padding: 0 0 15px;
}

.review-section .spr-summary-starrating {
	margin: 0;
}

.review-section .spr-icon {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: auto;
	width: auto;
	height: auto;
	padding: 0 4px;
}

.review-section [class^="spr-icon-"]:before,
.review-section [class*=" spr-icon-"]:before {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	font-size: 21px;
	line-height: 1;
}

.review-section .spr-icon-star-empty:before {
	content: "\f006";
}

.review-section .spr-icon-star:before {
	content: "\f005";
}

.review-section .spr-summary-starrating {
	display: block;
	margin: 0 0 12px;
}

.review-section .spr-summary-actions {
	font: 12px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	display: block;
}

.review-section .spr-summary-actions a {
	float: none;
}

.review-section .spr-summary-caption {
	display: block;
	padding: 15px 0;
}

.review-section blockquote {
	font: italic 17px/24px "Lora", serif;
	border: none;
	margin: 0;
	padding: 0;
	quotes: none;
}

.review-section blockquote q {
	display: block;
	margin: 0 0 14px;
}

.review-section .add-infos .heading {
	padding: 15px 9% 8px;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	margin-bottom: 11px;
}

.review-section .add-infos .heading .ttl,
.review-section .add-infos .heading .txt {
	display: block;
}

.review-section .add-infos .heading .ttl {
	font-size: 19px;
	line-height: 20px;
}

.review-section .add-infos .heading .ttl small {
	font-size: .7em;
	vertical-align: top;
	line-height: 16px;
}

.review-section .add-infos .heading .txt {
	font-size: 14px;
	line-height: 20px;
}

.review-section .chk-list {
	padding: 0 0 0 40px;
}

.review-section .chk-list li {
	position: relative;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 0 10px 44px;
}

.review-section .chk-list li:before,
.review-section .chk-list li:after {
	position: absolute;
	content: "";
}

.review-section .chk-list li:before {
	width: 23px;
	height: 23px;
	border: 2px solid #fff;
	border-radius: 4px;
	top: 7px;
	left: 6px;
}

.review-section .chk-list li:after {
	width: 37px;
	height: 28px;
	background: url(ico-chk.png) no-repeat;
	top: 0;
	left: 0;
}

.three-cols {
	color: #718c6f;
	margin-bottom: 18px;
}

.three-cols .col {
	padding: 20px 0 10px;
	border-bottom: 1px solid #c0c1c4;
}

.three-cols .col p {
	margin: 0 0 5px;
	font-weight: 300;
	font-size: .9em;
	line-height: 1.2em;
}

.three-cols .col h2 {
	/*color: $text-green;*/
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.4em;
	font-family: "Roboto", sans-serif;
	margin: 0 0 -1px;
}
.three-cols .col.blendswellwith h2 {
    font-size: 1.5em;
    line-height: 1.6em;
    margin: 0 0 3px 0;
}
.three-cols .col.blendswellwith p {
    margin: 0 0 5px;
    font-size: 1.0em;
    line-height: 1.3em;
}

.three-cols .col .links li {
	font-size: 11px;
	font-weight: 700;
}

.three-cols .col .links li a {
	text-decoration: none;
}

.three-cols .col .links li a:hover {
	color: #7ba37b;
}

.recently-viewed {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.recently-viewed h2 {
	text-align: center;
	text-transform: uppercase;
	color: #718c6f;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	margin: 0 0 11px;
}

.recently-viewed .products li {
	overflow: hidden;
	text-align: center;
	padding: 0 0 16px;
}

.recently-viewed .products a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.recently-viewed .products a:hover {
	opacity: .7;
}

.recently-viewed .products .visual {
	display: block;
}

.recently-viewed .products img {
	display: inline-block;
	vertical-align: top;
}

.recently-viewed .products .holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: url(bg-products.jpg) 50% 0;
}

.recently-viewed .products .product-name {
	display: block;
	position: relative;
	padding: 10px 12px;
	text-transform: uppercase;
	background: rgba(255, 255, 255, .3);
}

.recently-viewed .products .product-name:before,
.recently-viewed .products .product-name:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 999px;
	left: 100%;
	background: rgba(255, 255, 255, .3);
}

.recently-viewed .products .product-name:after {
	left: auto;
	right: 100%;
}


.calloutblock {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0 auto;
    
}
.calloutblock .first {
   flex: 6;
   padding: 20px 15px 14px 20px;
   background: #75a1ce;
}
.calloutblock .second {
   flex: 2;
}
.calloutblock .first p {
    color: #ffffff;
    font-size: 1.2em;
    line-height: 1.4em;
}
.calloutblock .first .uppercap {
    text-transform: uppercase;
    margin-bottom: 0;
}
.calloutblock .first .purityguar {
    display: block;
    margin: 0px 0px 0px 0px;
    font-family: 'Cormorant Garamond', 'Georgia', 'Times New Roman', serif;
    font-style: italic;
    font-size: 1.5em;
    line-height: 1.5em;
    
}

/* LOGIN / ACCOUNT */
.template-customers-login .main-content {
	max-width: 1350px;
}
.login-container-inner {
	max-width: 71.875em;
}
.opc-container {
    margin: 0 auto;
    max-width: 48.75em;
    padding-top: .5em;
}
.account-page-title {
	border-bottom: .0625em solid #000;
    margin: 1.0em 0 1.875em;
    padding-bottom: .75em;
    position: relative;
}
.account-page-title h1 {
	font-weight: 400;
	font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
	margin: 0 0 0em;
}
.opc-container .col {
	width: 48%;
	margin: 0 .8%;
	display: inline-block;
	vertical-align: top;
}
.opc-container .col h3 {
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.customer-login-reset {
	padding-right: 3.75em;
	border-right: 1px solid #ddd;
}
.customer-login-reset .input-wrapper {
    margin: 10px 0;
}
.toggle-forgetfulness {
    display: inline-block;
    margin: 4px 0 0 0px;
}
.col.recover-password {
    display: none;
}
.guest-checkout {
	padding-left: 3.8125em;
}
.toggle-forgetfulness span,
.customer-login p,
.recover-password p,
.guest-checkout p {
    color: #6c6d6f;
    font-size: .875em;
}
p.toggle-forgetfulness,
p.registeranaccount {
	margin-top: 10px;
}
p.registeranaccount a:hover {
	color: #557157;
}
.customer-login input[type="submit"],
.recover-password input[type="submit"],
.guest-checkout input[type="submit"] {
	display: block;
    padding: .53846em 1.69231em .46154em;
    border: 0;
    background: #6e9971;
    font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: .8125em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
	width: 100%;
}

.cart-summary-shipping-wrap {
    color: #898d8f;
    padding-top: 1.5625em;
    text-align: center;
	max-width: 270px;
    margin: 0 auto;
}
.cart-summary-shipping {
    padding-left: 6em;
    text-transform: uppercase;
    position: relative;
    text-align: right;
    margin-bottom: 10px;
    display: block;
	background: url(oi_shipping_icon.jpg) no-repeat 0 0;
	background-size: 35%;
}
.cart-summary-shipping span {
    display: block;
}
.cart-summary-shipping .span1 {
    font-size: .875em;
    font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
    letter-spacing: .03571em;
}
.cart-summary-shipping .span2 {
    font-size: 1.25em;
    color: #74aadc;
    font-weight: 600;
}
.cart-summary-shipping-wrap .learn-more {
    padding: 0;
    background: transparent;
    border: 0;
    font-size: .775em;
    position: relative;
    padding-right: 4px;
	padding-right: 24px;
    text-align: right;
    cursor: pointer;
    color: #898d8f;
    text-transform: uppercase;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	background-image: url(infoicon.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: 20px 20px;
}
.cart-summary-shipping-wrap .learn-more:focus { outline:0; }
/*
.cart-summary-shipping:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
	right: 0;
    background-image: url(infoicon.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
	background-size: 20px 20px;
}
*/
.cf:after {
    clear: both;
}
.free-shipping-qualify,
.cart-summary-shipping-cont {
    background-color: #f2f3f6;
    padding: 1.05em;
    font-family: 'Roboto Regular', Arial, helvetica, sans-serif;
    position: relative;
    margin-top: 0;
    text-align: left;
    display: none;
}
.free-shipping-qualify {
	display: block;
}
.cart-summary-shipping-cont .close {
    float: right;
    font-weight: 300;
    cursor: pointer;
    position: relative;
    top: -5px;
    right: -7px;
}
.cart-summary-shipping-cont h4 {
    font-size: .875em;
    text-transform: uppercase;
    margin: 0 0 .42857em;
    font-weight: 600;
    letter-spacing: .05em;
}
.free-shipping-qualify p,
.cart-summary-shipping-cont p {
	font-size: .75em;
	margin: 0;
	padding: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@media (min-width: 320px) {
    .logo-block {
        position: relative;
    }
    .logo-block .logo {
        display: block;
        width: 100%;
        margin: 0 10px 0 10px;
    }
    .logo {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        line-height: 1;
        padding-top: 0px;
    } 
    arrow.slick-prev {
        left: -4px;
    }
    arrow.slick-next {
        right: -4px;
    }
  
}

@media (min-width: 480px) {
    
	#nav .main-nav .lists-block {
		padding: 10px 5px;
	}

	#nav .main-nav .lists-block .col {
		display: inline-block;
		vertical-align: top;
		width: 49%;
		padding: 0 5px;
	}

	#nav .main-nav .promos .promo-box {
		padding: 0 5px 10px;
	}

	#footer .columns {
		margin: 0 -10px;
	}

	#footer .columns .col {
		float: left;
		width: 50%;
		padding: 0 10px 5px;
	}

	#footer .columns .col:last-child {
		width: 100%;
		text-align: center;
	}

	#lightbox1 {
		width: 450px;
	}

	.btn .btn + .btn {
		margin-left: 8px;
	}

	.accordion ul.social-networks {
		padding: 14px 0;
		text-align: left;
	}

	.products-section .poduct-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: -1px 0 0 -1px;
	}

	.products-section .poduct-list li {
		width: 50%;
		border-left: 1px solid #b6ccb8;
		border-top: 1px solid #b6ccb8;
	}

	.media-list li {
		width: 33.33%;
	}

	.promo-list li {
		width: 33.33%;
	}

	.prof-list li {
		font-size: 18px;
	}

	.banner {
		min-height: 114px;
	}

	.category-area .sort-form label {
		padding: 0 12px 0 0;
	}

	.category-area .sort-form .select-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.category-area .sort-form .jcf-select {
		width: auto;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.category-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.category-list > li {
		width: 50%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.category-list > li .holder {
		padding: 15px;
	}

	.category-list > li .label-big {
		width: 80px;
		height: 80px;
		bottom: 1%;
		right: 10%;
	}

    .review-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 0 0 0 0;
    }
    .review-list > li {
		width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product-area .product-name {
		font-size: 26px;
	}

	.product-area .btns {
		margin: 0 0 15px;
	}

	.product-area .btns .btn {
		float: left;
		width: 49%;
		min-width: 50px;
		margin: 0 1% 0 0;
	}

	.product-area .btns .btn + .btn {
		margin: 0 0 0 0;
	}

	.recently-viewed .products {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.recently-viewed .products li {
		width: 50%;
		padding: 0 8px 16px;
	}
}

@media (min-width: 600px) {
	.category-list > li .label-big {
		width: 100px;
		height: 100px;
	}
}

@media (min-width: 700px) {
	.category-list > li .label-big {
		width: 110px;
		height: 110px;
	}
}

@media (min-width: 768px) {
    #header {
    	padding: 0px 0px 0;
    	position: relative;
    }
    .mobile-cart {
        display: none;
    }
	#nav .main-nav .lists-block .col {
		width: 49%;
	}
    #nav .main-nav .mm_bulk .lists-block .col {
        width: 100%;
    }
    #nav .main-nav .mm_gift .lists-block .col {
        width: 100%;
    }
	#nav .main-nav .mm_collections .lists-block .col {
        width: 100%;
    }
    #nav .main-nav .mm_bestsellers .lists-block .col {
        width: 48.5%;
    }

	#footer .footer-logo {
		width: 341px;
	}

	#footer .columns .col {
		width: 33.3%;
	}

	#footer .columns .col:last-child {
		width: 33.3%;
		text-align: left;
	}
	#lightbox1 {
		width: 640px;
	}

	.accordion {
		padding: 16px 0;
	}

	.accordion > li {
		font-size: 18px;
	}

	.accordion > li .opener {
		font-size: 22px;
		padding: 9px 30px 8px 3px;
	}

	.accordion ul.social-networks li {
		padding: 5px 15px 5px 0;
		font-size: 41px;
	}

	.slideshow-slide .btn-white {
		margin-left: 7%;
	}

	.products-section {
		padding: 25px 0 16px;
	}

	.products-section .product-list-holder {
		margin: -30px 0 0;
	}

	.products-section .poduct-list li {
		position: relative;
		width: 33.333%;
	}

	.products-section .poduct-list li:nth-child(2):before,
	.products-section .poduct-list li:nth-child(3):before {
		position: absolute;
		content: "";
		left: -1px;
		top: 0;
		height: 25%;
		width: 1px;
		background: #fff;
	}

	.products-section .poduct-list li:last-child:before {
		position: absolute;
		content: "";
		left: -1px;
		bottom: 0;
		height: 25%;
		width: 1px;
		background: #fff;
	}

	.products-section .poduct-list li:nth-last-child(2):before {
		position: absolute;
		content: "";
		left: -1px;
		bottom: 0;
		height: 25%;
		width: 1px;
		background: #fff;
	}

	.products-section .poduct-list .title {
		font-size: 24px;
	}

	.products-promo {
		padding: 10px 0 35px;
	}

	.products-promo .gallery {
		padding: 0px 70px;
	}

	.promo-list {
		margin-bottom: 30px;
	}

	.prof-list {
		margin: -7px -5px 40px;
	}

	.prof-list li {
		width: 25%;
		font-size: 24px;
	}

	.prof-list img {
		margin-bottom: 20px;
	}

	.banner {
		min-height: 182px;
	}

	.category-area .heading h1 {
		font-size: 30px;
		padding: 0 0 15px;
	}

	.category-area .sort-form label {
		line-height: 41px;
		padding: 0 12px 0 13px;
	}

	.category-area .sort-form .select-box {
		float: left;
		width: 50%;
	}

	.category-list > li {
		/* width: 33.333%; */
		flex: 0 1 20%;
        max-width: 425px;
	}

	.category-list > li.review {
		width: 66.66%;
        max-width: 900px;
	}

	.category-list > li .holder {
		padding: 20px 17px 15px;
	}

	.category-list > li .label-big {
		width: 80px;
		height: 80px;
	}

	.category-list > li .label {
		width: 60px;
		height: 60px;
	}

	.category-list > li.review blockquote {
		font-size: 18px;
		padding: 10px;
	}

	.category-list > li.review blockquote .width-1,
	.category-list > li.review blockquote .width-2 {
		padding: 0 20%;
		display: block;
	}

	.category-list > li.review blockquote .width-2 {
		padding: 0 25%;
	}

	.category-list > li.review .decor {
		display: block;
		position: absolute;
		z-index: -1;
		right: 0;
		bottom: 0;
		width: 150px;
	}
  
    .mobilequickviewbtn {
        display: none;
    }

	.category-list .popup .select .row label span {
		min-width: 120px;
	}

	.category-list .popup .qty-box .row .details {
		font-size: 29px;
		line-height: 38px;
		margin: 0;
		padding-right: 19px;
	}

	.category-list .popup .qty-box .row .details:before {
		height: 0;
		width: 0;
		border-bottom: 11px solid transparent;
		border-left: 11px solid #000;
		border-top: 11px solid transparent;
		top: 9px;
	}

	.product-area .product-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.product-area .product-view {
		padding: 13px 5px 25px 6.6%;
		width: 60%;
	}

	.product-area .product-info {
		width: 40%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0 0 0 4.7%;
	}

	.product-area .product-name {
		font-size: 2.2em;
		line-height: 1;
	}

	.product-area .product-name small {
		font-size: 17px;
	}

	.product-area .txt {
		font-size: 1.5em;
	}

	.product-area .select .row label span {
		min-width: 120px;
	}

	.product-area .qty-box .row .details {
		font-size: 29px;
		line-height: 38px;
		margin: 0;
		padding-right: 19px;
	}

	.product-area .qty-box .row .details:before {
		height: 0;
		width: 0;
		border-bottom: 11px solid transparent;
		border-left: 11px solid #000;
		border-top: 11px solid transparent;
		top: 9px;
	}

	.review-section {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.review-section .review-block {
		width: 50%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.review-section .add-infos {
		width: 50%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		border-left: 2px solid #fff;
	}

	.review-section .add-infos .heading {
		padding-right: 9999px;
		margin-right: -9999px;
	}

	.review-section .add-infos .heading .ttl,
	.review-section .add-infos .heading .txt {
		display: inline;
	}

	.recently-viewed .products li {
		width: 33.3%;
		padding: 0 8px 16px;
	}
	
	.home-slideshow-slides .slick-track {
        height: 400px;
	}
}

@media (min-width: 900px) {
	.category-list > li .label-big {
		width: 100px;
		height: 100px;
	}
    .desktopqty {
        display: block;
    }
    .mobileqty {
        display: none;
    }
    .home-slideshow-slides .slick-track {
        height: 500px;
    }
    .slick-prev, .slick-next {
        font-size: 5.0em;
    }
    .slick-arrow.slick-prev {
        left: -10px;
    }
    .slick-arrow.slick-next {
        right: -20px;
    }
}

@media (min-width: 1200px) {
    
    #header {
    	padding: 60px 60px 0;
    	position: relative;
    }
    
	.jcf-list {
		background: rgba(188, 189, 189, .88);
	}

	.jcf-list .jcf-option {
		padding: 3px 12px 2px;
	}

    .lists-block ul li {
    	text-transform: none;
    	padding: 2px;
    	font-size: .9em;
        line-height: 1.5em;
        font-weight: 300;
    }
    
    .mm_bestsellers .lists-block ul li {
        font-size: .5em;
        line-height: 1.2em;
        text-transform: uppercase;
    }
    .mm_bestsellers .lists-block ul .mmtitle {
        font-size: 1.0em;
        line-height: 1.5em;
        text-transform: none;
    }

	.btn {
		width: auto;
	}

	.products-promo .gallery .slick-arrow.slick-prev {
		left: 15px;
	}

	.products-promo .gallery .slick-arrow.slick-next {
		right: 15px;
	}

	.banner {
		min-height: 243px;
	}

	.category-area {
		padding-bottom: 100px;
	}

	.category-area .sort-form {
		float: right;
	}

	.category-area .sort-form label {
		font-size: 22px;
	}

	.category-area .sort-form .select-box {
		width: auto;
	}

	.category-list > li .label-big {
		width: 110px;
		height: 110px;
	}

	.category-list > li .label {
		width: 75px;
		height: 75px;
		top: 5%;
		left: 6%;
	}

	.category-list > li.review blockquote {
		font-size: 24px;
	}

	.category-list > li.review .decor {
		width: 200px;
	}

	.category-list .product-name {
		font-size: 1.6em;
		margin: 10px 0 10px;
	}

	.category-list .price-row {
		font-size: 24px;
	}

	.category-list .popup {
		font-size: 11px;
	}

	.category-list .popup .popup-holder {
		padding: 29px 76px 4px 18px;
	}

	.category-list .popup .close {
		top: 23px;
		right: 16px;
	}

	.category-list .popup .frame {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 0;
	}

	.category-list .popup .visual-box {
		width: 64%;
		margin: 0;
		padding: 0 0 4px;
	}

	.category-list .popup .infos {
		width: 47%;
		padding: 13px 0 0 13px;
	}

	.category-list .popup .product-name {
		font-size: 31px;
		line-height: 1;
		border-bottom-width: 3px;
		padding: 0 0 4px 0;
		margin: 0;
	}

	.category-list .popup .product-name small {
		font-size: 17px;
	}

	.category-list .popup .txt {
		font-size: 18px;
		margin: 0 0 -1px;
	}

	.category-list .popup .price-row {
		padding: 0 0 7px;
	}

	.category-list .popup .price-row .regular-price {
		font-size: 18px;
	}

	.category-list .popup .price-row .item-attr {
		font-size: 11px;
	}

	.category-list .popup .attributes {
		margin: 0 0 6px;
	}

	.category-list .popup .select .row {
		padding: 0 0 0 11px;
	}

	.category-list .popup .qty-box {
		padding: 0 8px 0 0;
	}

	.category-list .popup .qty-box .title {
		margin: 0 0 1px;
	}

	.category-list .popup .btns {
		padding: 0 8px 0 0;
	}

	.category-list .popup .btns .btn {
		font-size: 12px;
		padding: 8px 5px;
		float: left;
		width: 49%;
		min-width: 50px;
		margin: 0 1% 0 0;
	}

	.category-list .popup .btns .btn + .btn {
		margin: 0 0 0 1%;
	}

	.category-list .popup .social-networks {
		text-align: left;
		padding: 0 18px;
	}

	.product-area {
	    position: relative;
		padding: 30px 0 59px;
	}

	.product-area .product-name {
		font-size: 2.5em;
		padding: 0 0 1px;
		margin: 0 0 2px;
	}

	.product-area .product-name small {
		font-size: 1.7em;
	}

	.product-area .txt {
		font-size: 24px;
		margin: 0 0 6px;
	}

	.product-area .price-row {
		padding: 0 0 9px;
		margin: 0 0 7px;
	}

	.product-area .price-row .regular-price {
		font-size: 24px;
	}

	.product-area .price-row .item-attr {
		font-size: 14px;
		padding-top: 4px;
	}

	.product-area .attributes {
		padding: 0 0 6px;
		margin: 0 0 7px;
	}

	.product-area .attributes li {
		padding: 4px 0 3px;
	}

	.product-area .select {
		padding: 0px 0 10px;
	}

	.product-area .select .row {
		padding: 1px 0 1px 11px;
	}

	.product-area .qty-box {
		padding: 0 8px 0 0;
	}

	.product-area .qty-box .title {
		margin: 0 0 1px;
	}

	.directions-block .ttl {
		font-size: 18px;
		padding: 0 0 8px;
	}

	.directions-block .title {
		font-size: 33px;
	}

	.review-section .review-block {
		width: 63%;
	}

	.review-section .add-infos {
		width: auto;
	}

	.three-cols {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		border-bottom: 1px solid #c0c1c4;
		padding: 0 9999px;
		margin-left: -9999px;
		margin-right: -9999px;
	}

	.three-cols .col {
		padding: 18px 23px 2px;
		width: 20%;
		width: 33.33%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		border-bottom: none;
		border-left: 1px solid #c0c1c4;
	}

	.three-cols .col:first-child {
		border-left: none;
	}

	.three-cols .col.wide {
		width: 70%;
	}

	.recently-viewed {
		padding: 0 0 50px;
	}

	.recently-viewed .products {
		padding: 0 7%;
	}

	.recently-viewed .products li {
		width: 25%;
	}
	.home-slideshow-slides .slick-track {
        height: 550px;
    }
}

@media (min-width: 1200px) {
	#header {
		padding: 0;
	}
  
    .logo-block {
        position: relative;
    }
    .logo-block .logo {
        display: block;
        width: 160px;
        margin: 0 auto;
    }
    .logo {
        max-width: 100%;
        display: inline-block;
        line-height: 1.5em;
        padding-top: 0px;
    }

	.mobile-drop {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		position: static;
		height: auto;
	}

	.mobile-frame {
		display: block;
		padding: 0;
	}

	.mobile-frame .header-container {
		max-width: 1350px;
		padding: 0px 0px 0px 0px;
        margin: 0 auto;
	}

	.mobile-frame .top-row {
		position: relative;
		z-index: 100;
	}

	.top-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		position: relative;
		max-width: 1600px;
		margin: 0 auto;
	}

	.top-menu > li {
		font-size: 13px;
	}
	.top-menu > li.green {
	    flex: 1;
	}
	.top-menu > li.blue {
	    flex: 1;
	}
	.top-menu > li.orange {
	    flex: 1;
	}

	.top-menu > li.green > a:after {
		position: absolute;
		content: "";
		height: 100%;
		width: 9999px;
		top: 0;
		right: 100%;
		background: #6e9971;
	}

	.top-menu > li.orange > a {
		background: -webkit-linear-gradient(left, #f9b9a7 0%, #f9b9a7 4%, #f69d7f 20%, #f5916f 28%, #efa18f 44%, #fac5c5 65%, #f8ae9c 73%, #f5916f 83%, #d98573 96%, #d98474 100%);
		background: linear-gradient(to right, #f9b9a7 0%, #f9b9a7 4%, #f69d7f 20%, #f5916f 28%, #efa18f 44%, #fac5c5 65%, #f8ae9c 73%, #f5916f 83%, #d98573 96%, #d98474 100%);
	}

	.top-menu > li.orange > a:after {
		position: absolute;
		content: "";
		height: 100%;
		width: 9999px;
		top: 0;
		left: 100%;
		background: #d98474;
	}

	.top-menu > li > a {
		letter-spacing: 2px;
	}

	.top-menu > li > a:before {
		display: none;
	}

	.top-menu > li.hover > a {
		color: #d9d9d9;
		box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .3);
	}

	.top-menu > li .drop {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
	}

	.top-menu .shipping-area {
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
		padding: 12px 220px 12px 60px;
		background-image: url(topmenufoodshare.jpg);
		background-size: cover;
		background-position: 50%;
	}

	.top-menu .shipping-area .logo-box {
		width: 90px;
		position: absolute;
		top: 18px;
		right: 61px;
	}

	.top-menu .shipping-area:before,
	.top-menu .shipping-area:after {
		position: absolute;
		content: "";
		width: 999px;
		top: 0;
		bottom: 0;
		left: 100%;
		background: #fff;
	}

	.top-menu .shipping-area:after {
		left: auto;
		right: 100%;
	}

	.top-menu .shipping-area .shipping-box {
		max-width: 575px;
		/* box-shadow: 0 0 12px 2px rgba(0, 0, 0, .9); */
		padding: 0px;
		margin: 0;
	}
/*
	.top-menu .shipping-area .shipping-box .holder {
		overflow: hidden;
		padding: 7px 13px 5px 10px;
	}

	.top-menu .shipping-area .percent-value {
		font-size: 141px;
		float: left;
		padding: 0 89px 0 0;
	}

	.top-menu .shipping-area .percent-value .txt {
		letter-spacing: -21px;
		margin: -22px 0 -31px;
	}

	.top-menu .shipping-area .percent-value .txt-item {
		font-size: 27px;
		position: absolute;
		right: 39px;
		top: 21px;
		font-weight: normal;
	}

	.top-menu .shipping-area .percent-value:before {
		width: 44px;
		height: 35px;
		left: auto;
		bottom: auto;
		top: 0;
		right: -3px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.top-menu .shipping-area .info {
		overflow: hidden;
	}

	.top-menu .shipping-area .info .title {
		line-height: 1;
		font-size: 18px;
		padding: 0 0 3px;
		margin: 0 0 4px;
		letter-spacing: 1px;
	}

	.top-menu .shipping-area .info .txt {
		font-size: 18px;
		padding: 0 0 7px;
	}
*/
	.top-menu .organic-info {
		font-size: 18px;
		line-height: 21px;
	}

	.top-menu .organic-info .txt-row {
		border-width: 4px;
		margin: 0 0 10px;
	}

	.top-menu .organic-info .title {
		font-size: 24px;
		line-height: 1;
		padding: 0 0 1px;
		letter-spacing: 6px;
	}

	.top-menu .organic-info {
		padding: 0;
		position: relative;
		background: #fff;
	}

	.top-menu .organic-info:before {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		bottom: 0;
		top: -15px;
		box-shadow: inset 0 0 0 15px rgba(0, 0, 0, .04);
	}

	.top-menu .organic-info .text-holder {
		position: relative;
		width: 43.9%;
		margin: 0 auto;
		z-index: 1;
		background: #FFE692;
		background: rgba(110, 153, 113, .78);
		padding: 24px 64px 10px 77px;
	}

	.top-menu .organic-info p {
		margin: 0 0 12px;
	}

	.top-menu .organic-info .logo-box {
		position: absolute;
		top: 41px;
		left: -55px;
	}

	.top-menu .gift-area {
		padding: 5px;
		max-width: 1200px;
		position: relative;
		margin: 0 auto;
		background-image: url(OI_FINAL_WELLNESS_topmenu.jpg);
		background-size: cover;
		background-position: 50%;
		min-height: 149px;
	}

	.top-menu .gift-area .text-holder {
		max-width: 650px;
		margin: 0 0 0 auto;
		padding: 3px 101px 0 0;
	}

	.top-menu .gift-area:before,
	.top-menu .gift-area:after {
		position: absolute;
		content: "";
		width: 999px;
		top: 0;
		bottom: 0;
		left: 100%;
		background: #fff;
	}

	.top-menu .gift-area:after {
		left: auto;
		right: 100%;
	}

	.top-menu .gift-area .title {
		font-size: 24px;
		padding: 0 0 5px;
	}

	.top-menu .gift-area .txt {
		font-size: 20px;
		padding: 0 0 10px;
	}

	.header-section {
		display: flex;
		align-items: center;
		justify-content: center;
	}
    .logo-block {
		position: relative;
		flex: 1;
		padding: 13px 10px 10px 10px;
	}

	.logo-block .logo {
	    position: relative;
	    display: block;
		width: 100%;
		max-width: 420px;
	}
	.tools-block {
		flex: 2;
		background: none;
		position:relative;
	    text-align: right;
	}

	.top-search {
	    position: relative;
	    display: inline-block;
	    vertical-align: middle;
		padding: 12px 10px 0 0;
	}
	.customer-links {
	    position: relative;
	    display: inline-block;
        vertical-align: middle;
	    width: auto;
	}
	.mobileonly.newproductlaunch {
        display: none;
    }
	.newproductlaunch {
	    position: relative;
	    display: none;
	    margin: 10px 0px 10px;
	}
	.newproductlaunch img {
	    display: block;
	    width: 100%;
        max-width: 535px;
        margin: 0 10px 0 auto;
	}

	#nav {
		max-width: 1320px;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}

	#nav .main-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}

	#nav .main-nav > li {
		border: none;
		position: static;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 16px;
		line-height: 30px;
	}

	#nav .main-nav > li.decorate > a {
		margin-left: 20px;
		background: -webkit-linear-gradient(left, #f8af98 0%, #f5916f 20%, #efa18f 39%, #fac5c5 62%, #f6a187 76%, #f5906f 82%, #d98573 97%, #d98474 100%);
		background: linear-gradient(to right, #f8af98 0%, #f5916f 20%, #efa18f 39%, #fac5c5 62%, #f6a187 76%, #f5906f 82%, #d98573 97%, #d98474 100%);
	}

	#nav .main-nav > li.decorate > a:after {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		top: -6px;
		height: 6px;
		background: -webkit-linear-gradient(left, #f8af98 0%, #f5916f 20%, #efa18f 39%, #fac5c5 62%, #f6a187 76%, #f5906f 82%, #d98573 97%, #d98474 100%);
		background: linear-gradient(to right, #f8af98 0%, #f5916f 20%, #efa18f 39%, #fac5c5 62%, #f6a187 76%, #f5906f 82%, #d98573 97%, #d98474 100%);
	}

	#nav .main-nav > li.decorate .decor-ico {
		z-index: 1;
		display: block;
		position: absolute;
		width: 20px;
		height: 54px;
		background: #fff;
		overflow: hidden;
		left: -20px;
		top: -6px;
	}

	#nav .main-nav > li.decorate .decor-ico:before,
	#nav .main-nav > li.decorate .decor-ico:after {
		position: absolute;
		content: "";
		top: 0;
		left: 2px;
		height: 0;
		width: 0;
		border-left: 19px solid transparent;
		border-right: 19px solid transparent;
		border-top: 27px solid #f8af98;
	}

	#nav .main-nav > li.decorate .decor-ico:after {
		top: auto;
		bottom: 0;
		left: 0;
		height: 0;
		width: 0;
		border-bottom: 27px solid #f8af98;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
	}

	#nav .main-nav > li.decorate .decor-ico i {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	#nav .main-nav > li.decorate .decor-ico i:before {
		position: absolute;
		content: "";
		height: 0;
		width: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 30px solid #e8e9e9;
		top: 0;
		left: -8px;
	}

	#nav .main-nav > li.green {
		border-left: 2px solid transparent;
	}

	#nav .main-nav > li .drop {
		position: absolute;
		top: 100%;
		overflow: visible;
		left: 0;
		right: 0;
		background: #f1f1f1;
	    padding: 0 0px 0px;
	}

	#nav .main-nav > li .drop .frame {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background: #fff;
		margin: 0 20px 20px 20px;
		-webkit-box-shadow: 0px 5px 20px -3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 5px 20px -3px rgba(0,0,0,0.75);
        box-shadow: 0px 5px 20px -3px rgba(0,0,0,0.75);
	}

	#nav .main-nav > li.hover > a {
		box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .3);
		color: #d9d9d9;
	}

	#nav .main-nav > li.hover > a:before {
		opacity: 1;
	}

	#nav .main-nav > li > a {
		padding: 9px 10px;
	}

	#nav .main-nav > li > a:before {
		top: auto;
		right: auto;
		left: 50%;
		background: none;
		height: 0;
		width: 0;
		border-bottom: 10px solid white;
		border-left: 11.5px solid transparent;
		border-right: 11.5px solid transparent;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#nav .main-nav .lists-block {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 16px 12px 0 21px;
		min-width: 253px;
	}

	#nav .main-nav .promos {
		padding: 0;
		overflow: hidden;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
    .mm_bestsellers .lists-block .col {
        width: 100%;
    }
    .mm_bestsellers .promos {
        flex-wrap: wrap;
        flex-grow: 1;
        max-width: 1000px;
    }
    #nav .main-nav .mm_bulk .lists-block,
    #nav .main-nav .mm_gift .lists-block,
    #nav .main-nav .mm_collections .lists-block	{
        flex-grow: 2; 
    }
    .mm_bulk .promos,
    .mm_gift .promos,
    .mm_collections .promos	{
        flex-grow: 2; 
    }
  
  .discoverbubbles {
	  padding: 20px 0;
	  position: relative;
      z-index: 100;
  }
  .discoverbubbles .bubble {
    width: 24.4%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .1%;
    text-align: center;
  }
  .discoverbubbles .bubble img {
	  max-width: 150px;
  }
  .discoverbubbles .bubble a {
	  display: inline-block;
	  vertical-align: middle;
  }
  .discoverbubbles .bubble a.tlink {
    font-size: .90em;
    color: #838383;
    text-transform: uppercase;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 700;
  }
  .mm_bestsellers .promos .col .promo-box a.tlink {
    font-size: .70em;
    color: #838383;
    text-transform: uppercase;
  }

	#nav .main-nav .promos .col {
		flex-grow: 1;
		padding-left: 15px;
	}
	
	#nav .main-nav .mm_bestsellers .promos .col {
        flex: 0 1 22%;
        padding: 0px 0px;
        margin: 0 10px;
        min-width: 110px;
    }
	#nav .main-nav .mm_shop .promos .col {
        max-width: 330px;
    }
    #nav .main-nav .mm_bulk .promos .col {
        max-width: 430px;
    }
	#nav .main-nav .mm_gift .promos .col {
	    max-width: 460px; 
	}
    #nav .main-nav .mm_collections .promos .col	{
      max-width: 310px; 
    }
    /*
    #nav .main-nav .mm_bestsellers .promos .col:first-child	{
      max-width: 220px;
    }
    */
    #nav .main-nav .mm_shop .col:first-child {
	    max-width: 405px;
	}
	#nav .main-nav .mm_bulk .col:first-child {
	    max-width: 480px;
	}
	#nav .main-nav .mm_gift .promos .col:first-child {
	    max-width: 573px;
	}
    #nav .main-nav .mm_collections .promos .col:first-child	{
      max-width: 625px;
    }
    


	#nav .main-nav .promos .promo-box {
		padding: 0;
	}

	#nav .main-nav .promos .promo-box + .promo-box {
		padding-top: 12px;
	}
	
	#nav .main-nav .mm_shop .promos .promo-box + .promo-box {
		padding-top: 10px;
	}

	#nav .main-nav .promos .promo-box .btn-white {
		left: 37%;
		bottom: 12%;
	}

	#nav .main-nav .promos .promo-box .btn-white.small {
		bottom: 2%;
		left: 35%;
	}

	.nav-opener {
		display: none;
	}

	#footer .footer-logo {
		margin: 0 0 1px;
	}

	#footer .subscribe-form label {
		text-align: left;
	}

	#footer .social-networks {
		text-align: left;
		margin: 0 0 11px;
	}

	#footer .social-networks li {
		font-size: 44px;
		padding: 0 22px 20px 0;
	}

	#footer .columns {
		overflow: hidden;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding: 28px 0 0;
		margin: 0;
	}

	#footer .columns .col {
		float: none;
		width: auto;
		border-left: 1px solid #fff;
		padding: 0 26px 0 8px;
	}

	#footer .columns .col:last-child {
		width: auto;
		padding-right: 0;
	}

	#footer .columns ul {
		padding: 0 0 15px 2px;
	}

	#footer .columns ul.big-list {
		padding: 0 0 15px 30px;
	}

	#footer .certificates-row {
		text-align: center;
		padding-right: 0px;
	}
    

	#footer .block {
		float: left;
		width: 45%;
		padding: 0 37px 0 0;
	}

	.main-banner {
		margin: 0 0 36px;
	}

	.slideshow-slide .btn-white {
		margin-left: 11.3%;
		top: 27.5%;
		font-size: 24px;
	}
	
	.home-slideshow-slides {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		-webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.slideshow-slide { position: relative; }
	
	.slideshow-slide img {
		height: auto;
	}

	.video-area {
		margin: 0 0 -9px;
	}

	.products-section .poduct-list .title {
		padding: 0 0 41px;
	}

	.products-promo {
		padding: 10px 0 52px;
	}

	.media-list {
		padding: 8px 0 0;
	}

	.banner {
		min-height: 285px;
	}
    .banner.topsix {
        min-height: 455px; 
    }

	.category-area .heading h1 {
		float: left;
		font-size: 36px;
		padding: 9px 5px 15px 0;
	}

	.category-area .sort-form label {
		font-size: 28px;
	}

	.category-list > li .label-big {
		width: 136px;
		height: 136px;
		top: 1%;
		left: 6%;
	}

	.category-list > li .label {
		width: 87px;
		height: 87px;
	}

	.review-list > li.review blockquote {
	    position: relative;
		font-size: 26px;
		line-height: 36px;
		padding: 20px 8%;
		border-left: none;
        margin: 0 0 0 0;
        z-index: 2;
	}

	.review-list > li.review .decor {
	    display: block;
		width: 279px;
		position: absolute;
        bottom: 0px;
        right: 0px;
        padding: 5px 5px 0px 0px;
        opacity: .5;
        z-index: 1;
	}

	.category-list .popup .product-name {
		letter-spacing: 1px;
	}

	.product-area .product-name {
		letter-spacing: 1px;
	}
}
@media (min-width: 1320px) {
    #nav .main-nav > li {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (min-width: 1600px) {
	.top-menu > li {
		font-size: 13px;
	}

	.top-menu .shipping-area {
		max-width: none;
		padding: 15px 220px 16px 81px;
	}

	.top-menu .shipping-area .logo-box {
		width: auto;
		height: auto;
		position: absolute;
		top: 20px;
		right: 78px;
	}

	.top-menu .shipping-area .shipping-box {
		max-width: 765px;
	}

	.top-menu .shipping-area .shipping-box .holder {
		padding: 13px 13px 10px 19px;
	}

	.top-menu .shipping-area .percent-value {
		font-size: 201px;
		padding: 0 89px 0 0;
	}

	.top-menu .shipping-area .percent-value .txt {
		letter-spacing: -17px;
		margin: -39px 0 -31px;
	}

	.top-menu .shipping-area .percent-value .txt-item {
		font-size: 36px;
		right: 49px;
		top: 27px;
	}

	.top-menu .shipping-area .percent-value:before {
		width: 72px;
		height: 61px;
		top: 6px;
		right: -25px;
	}

	.top-menu .shipping-area .info .title {
		line-height: 1.2;
		font-size: 25px;
		padding: 0 0 4px;
		margin: 0 0 9px;
	}

	.top-menu .shipping-area .info .txt {
		font-size: 27px;
		padding: 0 0 7px;
	}

	.top-menu .gift-area {
		padding: 15px;
		max-width: none;
		min-height: 199px;
	}

	.top-menu .gift-area .text-holder {
		max-width: 780px;
		padding: 8px 10% 0 0;
	}

	.top-menu .gift-area .title {
		font-size: 36px;
	}

	.top-menu .gift-area .txt {
		font-size: 30px;
		padding: 0 0 19px;
	}

	.tools-block {
		margin: 0 0 0 0;
	}

	#nav .main-nav > li.decorate {
		width: 6.5%;
	}

	#nav .main-nav > li.green {
		width: 20%;
	}

	#footer .footer-container {
		padding-left: 160px;
	}

	#footer .block {
		width: 628px;
	}

	.products-promo .supergallery .slick-arrow.slick-prev {
		left: -59px;
	}

	.products-promo .supergallery .slick-arrow.slick-next {
		right: -59px;
	}

	.product-area .product-info {
		padding: 0 109px 0 4.7%;
	}

	.product-area .product-name {
		margin-right: -109px;
	}
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.mobileqty .select {
    background: #f5f0e8;
}
.mobileqty .select {
    background: none;
    border: none;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    position: relative;
    z-index: 1;
    color: #888581;
    overflow: hidden;
    border: none;
}
.mobileqty .select select.quantity {
    z-index: 2;
    cursor: pointer;
    background: none transparent;
    border-radius: 0;
    line-height: 1;
    padding: 5px 35px 5px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    border: none;
    width: 100%;
    font-size: 16px;
}

.mobileqty select.quantity {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    font-family: Lato;
    font-size: 16px;
    color: #888581;
    line-height: 1.4em;
    padding: 16px 10px;
    border: none;
    max-width: 400px;
    width: 100%;
    background: #f5f0e8;
    vertical-align: middle;
}
@media (max-width: 1200px) {
    .frame .promos img {
        display: none;
    }
    #nav .main-nav .promos {
        padding: 10px;
        text-align: left;
    }
    #nav .main-nav .promos .promo-box {
        display: block;
        position: relative;
        padding: 0px 0px 0px;
    }
    .mm_shop .promos { display: none; }
    .top-search .search .input {
        padding: 20px 10px;
    }
    .top-search .search .search-btn {
        width: 26px;
		height: 26px;
		top: 10px;
		right: 15px;
		font-size: 20px;
    }
    .header-section {
        padding: 0 0px 0px;
    }
    .heading-block {
        text-align: center;
        padding: 5px 0;
    }
    #nav .main-nav > li {
        border-top: 1px solid #868686;
    }
    #nav .main-nav > li.decorate {
        border-top: none; 
    }
    #nav .main-nav > li.decorate > a {
        background: #e8eae5;
    }
    #nav .main-nav > li > a {
        color: #000;
        background: #e8eae5;
    }
    #nav .main-nav > li.green > a {
        font-weight: 400;
        background: #e8eae5;
    }
    #nav .main-nav > li.green > a .txt-item {
        font-weight: 400;
    }
    #nav .main-nav .lists-block ul {
        display: block;
    }
  
    #nav .main-nav > li .drop .txt-info {
        display: none;
    }
    
    ul.top-menu li.green,
    ul.top-menu li.blue,
    ul.top-menu li.orange {
        display: none;
    }
  
}

.nav-dots {
	width: 100%;
	bottom: 0px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: left;
    padding-left: .5em;
}

.nav-dots li {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}
.nav-dots li.slick-active {
    background-color: rgba(148, 148, 148, 0.6);
}
.nav-dots li button {
    display: none; 
}

.nav-dots li:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

.search-form {
    display: table;
    width: 100%;
}
.search-form > div {
    display: table-cell;
    vertical-align: top;
}
.search-input {
    width: 100%;
    padding-right: 15px;
}
.search-form input[type='text']{
    border:1px solid #ccc; 
    padding: 13px 6px;
}
.search-result{
    margin-bottom:20px;
}
.search-results-count h3 {
    margin-bottom: 0;
}

.search-text{
    width:818px; 
    padding-left:20px;
}
.highlight{
    color:#74aadc;
}

.search-results {
    display: flex;
    flex-wrap: wrap;
}
.rows-of-3 .product-list-item {
    vertical-align: top;
    padding: 0 15px;
}
.rows-of-3 .product-list-item {
    flex: 0 1 15%;
    margin: 20px 1%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.product-list-item {
    position: relative;
    font-size: 16px;
    margin-top: 40px;
    text-align: center;
}
.product-list-item figure {
    margin: 0;
    position: relative;
    -webkit-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-list-item-thumbnail {
    background-size: cover;
    background-position: 50% 50%;
}
.product-list-item-thumbnail a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.product-list-item figure img {
    display: block;
    width: 100%;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-list-item-vendor+.product-list-item-title {
    margin-top: 12px;
}
.product-list-item-title {
    font-size: 1.0em;
    line-height: 1.2em;
    margin: 10px 0 10px;
    font-family: Roboto, helvetica, sans-serif;
    font-weight: 500;
    text-transform: none;
}
.product-list-item-title a {
    text-decoration: none;
}
.product-list-item-details a.btn {
    margin: 0 auto 0;   
}
@media (max-width: 767px) {
    .media-promos {
        display: none;
    }
    .main-banner picture,
    .main-banner picture img {
        display: block;
    }
    .main-nav {
        display: none;
    }
    .mobilemenu {
        display: block;
        list-style-type: none;
        padding: 0;
    }
    .tools-block {
        display: flex;
        padding: 15px 0 0 60px;
        margin: 20px 0 0 0;
    }
    .top-search {
        flex: 0 1 80%;
        padding: 0 0 0 0;
    }
    .customer-links{
        flex: 0 1 50px;
    }
    .customer-links li:first-child {
        display: none;
    }
    .customer-links li:before {
    	display: none;
    }
    .top-search {
        order: 1;
        margin-bottom: 0;
    }
    .customer-links {
        order: 2;
    }
    
    .mediamentions {
        display: none;
    }
    .newproductlaunch {
        display: none;
    }
    .mobileonly.newproductlaunch {
        display: none;
    }
    .logo-block .logo a {
        display: block;
        margin: -40px 0 0 0;
        z-index: 1;
        position: relative;
    }
    .logo-block .logo span {
        position: relative;
        z-index: 5;
    }
    .logo-block .logo a {
        display: none;   
    }
    .slick-arrow {
        top: 48.5%;
        font-size: 35px;
        opacity: 1;
        z-index: 108;
    }
    .home-slideshow-slides .slick-arrow {
        top: 35.5%;
    }
    .slick-arrow.slick-prev {
        left: 5px;
    }
    .slick-arrow.slick-next {
        right: 0;
    }
    h2 {
        font-size: 1.5em;
    }
    .banner-container .promo-banner ul.slides li {
        padding: 2px 0 2px;
    }
    .banner-container .promo-banner ul.slides span.promoTitle {
        font-size: 1.0em;
    }
    .banner-container .promo-banner ul.slides span.promoDetails {
        font-size: 1.0em;
    }
    .topmobilelogo {
        display: block;
        position: relative;
        margin: 0px auto 0px auto;
        width: 200px;
    }
    #nav {
        display: block;
        position: relative;
        margin: 30px 0 0 0;
    }
    
    /*mobile dropmenu */
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }
    .submenu {
        display: none;
    }
    .mobilemenu > li {
        position: relative;
    }
    .mobilemenu > li a {
        display:block;
        margin: 0;
        padding: 10px 45px 10px 25px;
        font-size: 1.3em;
        line-height: 1.6;
        font-weight: normal;
        color: #6e9971;
        letter-spacing: .025em;
        text-transform: none;
        border-bottom: 1px solid #d3d3d3;
    
    }
    .mobilemenu li > a .fa {
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: 0px;
        font-size: 23px;
        line-height: 24px;
        
        transform: rotate(-90deg);
        transform-origin: 50% 50%;
        right: 20px;
        margin-top: -12px;
    }
    
    .newproductlaunch {
        margin: 0px auto;
    }
    .category-list {
        border-top: none;
        margin: 0 0px 0px;
    }
    .calloutblock .first {
        flex: 0 1 100%;
        order: 2;
    }
    .calloutblock .second {
        flex: 0 1 100%;
        order: 1;
    }
    .products-section .poduct-list li {
        display: inline-block;
        width: 48%;
        margin: 5px .5%;
        vertical-align: top;
        padding: 0px 15px;
        border: 1px solid #e6e6e6;
        border-radius: 5px;
    }
    .products-section .poduct-list .title {
        font-size: 1.0em;
    }
    .category-list .visual a img {
        position: relative;
        top: 0;
        transform: translateY(0%);
    }
	.visual .open:hover .quickviewbtn {
		display: none;
	}
    .mobilequickviewbtn {
        position: absolute;
        display: none;
        width: 100%;
        background: #6e9971;
        color: #ffffff;
        padding: 8px 12px;
        margin: 0 auto;
        bottom: 0;
    } 
    
    .category-list > li {
        display: inline-block;
        width: 48%;
        margin: 5px .5%;
        vertical-align: top;
        border: 1px solid #dadada;  
    }
	.category-list > li .holder {
		padding: 0 10px;
	}
    li.review {
      	display: none;
    }
    .category-list .product-name {
        font-size: .9em;
		line-height: 1.3em;
		margin: 8px 0px;
    }
    .spr-badge {
        display: none !important;
    }
	
	.banner.topsix {
		min-height: 130px;
		background-position: 80%;
	}
  
    .prof-list .title {
        font-size: 1.0em;
    }
    .product-area .select .title {
        border-bottom: none;
    }
    .category-list .popup .select .title,
    .category-list .popup .qty-box .title {
        font-size: 1.2em;
        text-align: left;
    }
    .category-list .btn {
        width: 100%;
        max-width: 320px;
        min-width: unset;
    }
    .btns.purchase .btn {
        display: block;
        margin: 20px auto 20px;
        width: 100%;
        max-width: 380px;
    }
    .desktopqty {
        display: block;
        margin: 20px 0 0 0;
    }
    .mobileqty {
        display: none;
    }
    .product-area .qty-box .title {
        font-size: 1.5em;
    }
    .product-area .qty-box .row .jcf-number {
        height: 68px;
    }
    .jcf-number input {
        width: 100px;
        font-size: 4em;
        color: #718c6f;
    }
    .jcf-number .jcf-btn-dec, 
    .jcf-number .jcf-btn-inc {
        width: 48px;
        height: 30px;
        right: -55px;
    }
    .jcf-number .jcf-btn-dec:before, .jcf-number .jcf-btn-inc:before {
        top: 0;
        left: 0;
        margin: -20px 0 0 0px;
        border: 22px solid #718c6f;
    }
    .jcf-number .jcf-btn-inc:before {
        margin: -18px 0 0 0px;
        border-color: transparent transparent #718c6f transparent;
    }
    .jcf-number .jcf-btn-dec:before {
        margin: 8px 0 0 0px;
        border-color: #718c6f transparent transparent transparent;
    }
  
    .video-area .video-container {
        background: none;
    }
    .videoexplainer,
    .videoblock {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

	.slideshow-slide {
		position: relative;
		width: 100%;
	}
    .overgallery {
        display: none; 
    }
    .undergalleryblock {
        position: absolute;
    }
    .discoverbubbles {
        padding: 10px; 
    }
    .discoverbubbles .bubble {
        display: block; 
    }
    .discoverbubbles .bubble img {
        display: none; 
    }
    #footer .certificates-row img {
		max-width: 320px;
	}
	#footer .disclaimer {
	    font-size: .75em;
	}
	.opc-container .col {
        width: 100%;
        margin: 0 auto;
    }
    .customer-login-reset {
        padding-right: 0;
        border-right: none;
    }
    .customer-login-reset .input-wrapper {
        margin: 0px 0 20px 0;
    }
    .customer-login-reset .input-wrapper label {
        display: block;
    }
}

.response a {
	color: #ffffff;
    text-decoration: underline;
}

@media (max-width: 480px) {
	#nav .main-nav .mm_bestsellers .promos {
		display: none;
	}
}

.ajcartdisp {
	display: none;
	position: absolute;
    top: 3.75em;
    right: 0;
    z-index: 20;
    opacity: 1;
    visibility: visible;
    padding-top: 0;
    -webkit-transition: visibility .15s ease-in-out,opacity .15s ease-in-out;
    transition: visibility .15s ease-in-out,opacity .15s ease-in-out;
}

.mini-cart-wrapper {
	position: relative;
    width: 20.9375em;
    padding: 1.1875em;
    border: 2px solid #ddd;
    background: #fff;
}
.mini-cart-wrapper:after, .mini-cart-wrapper:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mini-cart-wrapper:after {
	right: 16%;
	border-color: rgba(241, 241, 241, 0);
	border-bottom-color: #ffffff;
	border-width: 13px;
	margin-left: -13px;
}
.mini-cart-wrapper:before {
	right: 15%;
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #ddd;
	border-width: 16px;
	margin-left: -16px;
}
.mini-cart-wrapper h3 {
    margin: 0;
    padding: .41667em 0;
    border-bottom: 1px dotted #898d8f;
    font-size: 1.0em;
    text-align: center;
    letter-spacing: -.04167em;
}
.mini-products-list {
    margin: 0 0 1.0625em;
    padding: 0;
    list-style: none;
}
.mini-products-list .item {
    padding: .3125em .625em;
    border-bottom: 1px dotted #898d8f;
}
.mini-products-list .item:after, .mini-products-list .item:before {
    content: ' ';
    display: table;
}
.mini-products-list .item:after {
    clear: both;
}
.mini-products-list .product-image {
    float: left;
    width: 45%;
}
.mini-products-list .product-details {
    float: left;
    width: 55%;
    padding: .9375em 0 0 .625em;
}
.mini-products-list h4 {
    margin: 0;
    font-size: .875em;
    font-weight: 600;
    text-transform: uppercase;
}
.mini-products-list a {
    color: #000;
    text-decoration: none;
}
.mini-products-list .price {
    margin: 0;
    font-size: .875em;
    font-weight: 400;
}
.mini-products-list .options {
    margin: 1.25em 0 0;
    padding: 0;
    list-style: none;
}
.mini-products-list .options li {
    font-size: .875em;
}
.mini-cart-wrapper .btn {
    width: 100%;
    font-size: 1em;
    color: #fff;
}

#quick-shop-popup {
    display: none;
}