/*
Theme Name: YourDrugStore
Author: Anonymous
Author URI:
Version: 1
Description: YourDrugStore theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: YourDrugStore
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html
{
    font-family: sans-serif; /* 1 */

        -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body
{
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video
{
    display: inline-block; /* 1 */

    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls])
{
    display: none;

    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template
{
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a
{
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover
{
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn
{
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark
{
    color: #000;
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img
{
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root)
{
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure
{
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr
{
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre
{
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea
{
    font: inherit; /* 2 */

    margin: 0; /* 3 */

    color: inherit; /* 1 */
}

/**
 * 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']
{
    cursor: pointer; /* 3 */

    -webkit-appearance: button; /* 2 */
}

/**
 * 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
{
    padding: 0;

    border: 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']
{
    box-sizing: content-box; /* 2 */

    -webkit-appearance: textfield; /* 1 */
}

/**
 * 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
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 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
{
    padding: 0; /* 2 */

    border: 0; /* 1 */
}

/**
 * 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-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

@font-face
{
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/icomoon.eot?5xd9qs');
    src: url('fonts/icomoon.eot?5xd9qs#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?5xd9qs') format('truetype'), url('fonts/icomoon.woff?5xd9qs') format('woff'), url('fonts/icomoon.svg?5xd9qs#icomoon') format('svg');
}

[class^='icon-'],
[class*=' icon-']
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1; /* Better Font Rendering =========== */

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before
{
    content: '';
}

.icon-instagram:before
{
    content: '';
}

.icon-twitter:before
{
    content: '';
}

.icon-arrow:before
{
    content: '';
}

.icon-search:before
{
    content: '';
}

/* Slick slider styles */

.main-slider
{
    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;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

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

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

.main-slider .slick-track,
.main-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;
}

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

.header-top .nav-drop .navigation,
#footer ul,
.product-section .category-list .categories,
.products-section .category-list .categories,
.product-section .category-list .categories > li ul,
.products-section .category-list .categories > li ul,
.product-section .intro ul,
.product-section .description ul,
.products-section .intro ul,
.products-section .description ul,
.main-slider .slick-dots
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.product-section .intro:after,
.product-section .description:after,
.products-section .intro:after,
.products-section .description:after
{
    display: block;
    clear: both;

    content: '';
}

.ellipsis
{
    overflow: hidden;

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

html
{
    box-sizing: border-box;
}

*,
*:before,
*:after
{
    box-sizing: inherit;
}

*
{
    max-height: 1000000px;
}

body
{
    font: 16px/1.4 'Open Sans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    min-width: 320px;

    color: #393939;
    background: #fff;

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

blockquote
{
    margin-left: 1.4em;
    padding-left: .5em;

    border-left: 4px solid #708090;
}

th,
td
{
    padding: .5em;

    text-align: left;
    vertical-align: top;

    border: 1px solid #708090;
}

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

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

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

ul
{
    list-style-type: disc;
}

dl dt
{
    font-weight: bold;

    float: left;
    clear: left;

    padding-right: .3em;
}

dl dd
{
    overflow: hidden;
}

pre
{
    max-width: 100%;
}

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
{
    box-sizing: border-box;
    padding: 8px 15px;

    border: 1px solid #708090;
    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

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

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

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

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

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

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

select
{
    -webkit-border-radius: 0;
}

textarea
{
    resize: vertical;
    vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit']
{
    cursor: pointer;

    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

.widget
{
    margin-bottom: 1.4em;
}

.widget ul
{
    padding-left: 2em;
}

.widget select
{
    min-width: 150px;
}

.comment-form label
{
    display: block;

    padding-bottom: 4px;
}

.comment-form textarea
{
    overflow: auto;

    height: 120px;
    min-height: 120px;
    margin: 0;
}

.comment-form textarea,
.comment-form input[type='text']
{
    width: 100%;
    max-width: 300px;
    margin: 0 4px 0 0;
}

.comment-form input[type='submit']
{
    display: block;
    float: none;
}

.post-password-form label
{
    display: block;

    margin-bottom: 4px;
}

.post-password-form input[type='password']
{
    width: 100%;
    max-width: 300px;
    margin: 0 4px 0 0;
}

.search-form
{
    margin-bottom: 15px;
}

.search-form input
{
    float: left;

    height: 2em;
}

.search-form input[type='search']
{
    width: 150px;
    margin: 0 4px 0 0;
}

.post-password-form input
{
    float: left;

    height: 2em;
}

.post-password-form input[type='password']
{
    width: 150px;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit']
{
    height: 2em;
    padding: 0 .5em;

    color: #fff;
    border: none;
    background: #0b3132;
}

.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover
{
    opacity: .8;
}

.commentlist
{
    margin: 0 0 1.4em;
}

.commentlist .edit-link
{
    margin: 0;
}

.commentlist .avatar-holder
{
    float: left;

    margin: 0 1.4em 4px 0;
}

.commentlist-item .commentlist-item
{
    padding: 0;
}

.comment,
.commentlist-holder
{
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item
{
    padding-top: 1.4em;
}

.widget_calendar #next
{
    text-align: right;
}

.gallery-item dt
{
    float: none;

    padding: 0;
}

.navigation,
.navigation-comments
{
    position: relative;

    margin-bottom: 1.4em;

    vertical-align: middle;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text
{
    position: absolute;
    left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers
{
    display: inline-block;

    padding: 0 .4em;

    vertical-align: middle;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev
{
    display: inline-block;

    max-width: 48%;
    padding: .4em;

    vertical-align: middle;
    text-decoration: none;

    color: #fff;
    background: #0b3132;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover
{
    opacity: .8;
}

.navigation-single
{
    margin-bottom: 1.4em;
}

.navigation-single .next,
.navigation-single .prev
{
    float: left;

    max-width: 48%;

    vertical-align: middle;
    text-decoration: none;

    color: #fff;
    background: #0b3132;
}

.navigation-single .next:hover,
.navigation-single .prev:hover
{
    opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a
{
    display: block;

    padding: .4em;

    text-decoration: none;

    color: inherit;
}

.navigation-single .next
{
    float: right;
}

.wp-caption
{
    clear: both;

    max-width: 100%;
    margin-bottom: 1.4em;
    padding: .4em;

    border: 1px solid #708090;
}

.wp-caption img
{
    margin: 0;

    vertical-align: top;
}

.wp-caption p
{
    margin: .4em 0 0;
}

div.aligncenter
{
    margin: 0 auto 1.4em;
}

img.aligncenter
{
    display: block;

    margin: 0 auto;
}

.alignleft
{
    float: left;

    margin: 0 1.4em 4px 0;
}

.alignright
{
    float: right;

    margin: 0 0 4px 1.4em;
}

.mejs-container
{
    margin-bottom: 1.4em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor
{
    height: auto;
}

iframe
{
    width: 100%;
    height: auto;
}

#wp-calendar tbody td
{
    text-align: center;
}

#wp-calendar td,
#wp-calendar th
{
    border: 1px solid #708090;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h
{
    font-family: 'Fjalla One', '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: #015d14;
}

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

#header
{
    padding: 10px 0;

    background: #0b3132;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

#header .row
{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .col-1,
#header .col-2
{
    padding: 0 15px;
}

#header .col-1
{
    max-width: 13%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 13%;
        flex: 0 0 13%;
}

#header .col-2
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 87%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 87%;
        flex: 0 0 87%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .logo a
{
    display: inline-block;
}

#header .logo a img
{
    display: block;
}

.header-top
{
    position: relative;
}

.header-top .search-holder
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 8%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 8%;
        flex: 0 0 8%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-top .nav-drop
{
    max-width: 92%;
    padding: 0 15px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 92%;
        flex: 0 0 92%;
}

.nav-active .header-top .nav-drop
{
    visibility: visible;

    opacity: 1;
}

.header-top .nav-drop .navigation
{
    font-family: 'Fjalla One', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 18px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -25px;

    text-transform: uppercase;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-top .nav-drop .navigation li
{
    position: relative;

    display: inline-block;

    padding: 0 40px;

    vertical-align: middle;
}

.header-top .nav-drop .navigation li:last-child:after
{
    display: none;
}

.header-top .nav-drop .navigation li a
{
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;

    color: #fff;
}

.header-top .nav-drop .navigation li a:hover
{
    opacity: .6;
}

.nav-opener
{
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 15px;

    display: none;

    width: 40px;
    height: 40px;
    padding: 8px 6px;

    text-indent: -9999px;

    border-radius: 0 5px 5px 5px;
    background: #0b3132;
}

.sticky-header .nav-opener
{
    top: 10px;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span
{
    position: absolute;
    top: 45%;
    right: 6px;
    left: 6px;

    height: 3px;

    content: '';
    -webkit-transition: all .3s;
            transition: all .3s;

    background: #fff;
}

.nav-opener:before
{
    top: 25%;
}

.nav-opener:after
{
    top: 66%;
}

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

.nav-active .nav-opener:before,
.nav-active .nav-opener:after
{
    top: 45%;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

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

.search-opener
{
    font-size: 20px;

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;

    color: #fff;
}

.search-opener:hover
{
    opacity: .6;
}

.search-drop
{
    position: absolute;
    z-index: 9999;
    top: 18%;
    left: 0;

    visibility: hidden;

    width: 100%;

    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
            transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    pointer-events: none;

    opacity: 0;
}

.search-active .search-drop
{
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}

.search-drop .search-form
{
    position: relative;

    max-width: 800px;
    margin: 0 auto;
}

.search-drop .search-form input[type='text'],
.search-drop .search-form input[type='tel'],
.search-drop .search-form input[type='email'],
.search-drop .search-form input[type='search'],
.search-drop .search-form input[type='password'],
.search-drop .search-form textarea
{
    width: 100%;
    padding-right: 40px;

    border-radius: 4px;
    background: #fff;
}

.search-drop .search-form .btn
{
    font-size: 18px;

    position: absolute;
    top: 0;
    right: 0;

    width: 40px;
    min-width: auto;
    height: 40px;
    padding: 0;

    text-indent: -9999px;

    background: none;
    box-shadow: none;
}

.search-drop .search-form .btn:after
{
    font-family: 'icomoon' !important;
    font-size: 20px;

    position: absolute;
    top: 7px;
    right: 15px;

    content: '\e901';
    text-indent: 1px;

    color: #708090;
}

.search-drop .search-form .btn:hover
{
    opacity: .6;
}

#footer
{
    display: block !important;

    padding: 20px 0;

    border-top: 2px solid #0b3132;
}

#footer .col
{
    width: 33.3%;
    padding: 0 15px;
}

#footer .title-block
{
    font-family: 'Fjalla One', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 24px;

    position: relative;

    margin-bottom: 10px;
    padding: 10px 15px 10px 0;

    text-transform: uppercase;

    color: #0b3132;
}

#footer .title-block:before
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    border-bottom: 2px solid #0b3132;
}

#footer a
{
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

#footer a:hover
{
    opacity: .6;
}

#footer .footer-navigation
{
    font-family: 'Fjalla One', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    margin-bottom: 10px;
}

#footer .footer-navigation li
{
    display: block;

    margin-bottom: 5px;
}

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

#footer .social li
{
    display: inline-block;

    margin-bottom: 10px;
    padding: 0 10px;

    vertical-align: middle;
}

#footer .social li a
{
    font-size: 22px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 40px;
    height: 40px;

    color: #fff;
    border-radius: 4px;
    background: #0b3132;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer .cards
{
    margin: 0 -5px;
}

#footer .cards li
{
    display: inline-block;

    margin-bottom: 10px;
    padding: 0 5px;

    vertical-align: middle;
}

#footer .cards li img
{
    display: block;

    max-width: 55px;
}

#footer .copyright
{
    font-family: 'Fjalla One', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 14px;

    width: 100%;
    padding: 15px;
}

body
{
    -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
}

body.nav-active
{
    overflow: hidden;
}

body.search-active
{
    overflow: hidden;
}

body.search-active:before
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background: rgba(57, 57, 57, .6);
}

.wrapper
{
    position: relative;

    overflow-x: hidden;

    max-width: 100%;
}

.container
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

h1,
h2,
h3,
h4,
p
{
    margin-top: 0;
}

a
{
    text-decoration: none;
}

.desktop-hide
{
    display: none;
}

.search-form
{
    width: 100%;
    max-width: 300px;
    margin: 0;
}

.search-form .form-group
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.search-form input[type='text'],
.search-form input[type='tel'],
.search-form input[type='email'],
.search-form input[type='search'],
.search-form input[type='password'],
.search-form textarea
{
    font-family: 'Fjalla One', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    width: calc(100% - 100px);
    height: 40px;
    margin: 0;
    padding: 0 10px;

    border: 1px solid #eaeaea;
    border-radius: 4px 0 0 4px;
    outline: 0;
    background: none;
}

.search-form .btn
{
    border-radius: 0 18px 18px 0;
}

.btn
{
    font-family: 'Fjalla One', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    min-width: 100px;
    padding: 6px 15px;

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
    text-align: center;

    color: #fff;
    border: none;
    border-radius: 4px;
    outline: none;
    background: #0b3132;
    box-shadow: 0 1px 3px rgba(1, 93, 20, .18), 0 1px 2px rgba(1, 93, 20, .36);
}

.btn:hover
{
    opacity: .6;
}

.product-section,
.products-section
{
    padding: 30px 0;
}

.product-section .col-1,
.products-section .col-1
{
    width: 25%;
    padding: 0 15px;
}

.product-section .col-1 .title-block,
.products-section .col-1 .title-block
{
    font-family: 'Fjalla One', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 24px;

    position: relative;

    padding: 10px 15px 10px 0;

    text-transform: uppercase;

    color: #0b3132;
}

.product-section .col-1 .title-block:before,
.products-section .col-1 .title-block:before
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    border-bottom: 2px solid #0b3132;
}

.product-section .col-2,
.products-section .col-2
{
    width: 75%;
    padding: 0 15px;
}

.product-section .col,
.products-section .col
{
    width: 100%;
    padding: 0 15px;
}

.product-section .category-list,
.products-section .category-list
{
    margin-bottom: 15px;
}

.product-section .category-list.active .title-block:after,
.products-section .category-list.active .title-block:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.product-section .category-list .categories,
.products-section .category-list .categories
{
    font-family: 'Fjalla One', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 18px;

    padding: 10px 0 0;
}

.product-section .category-list .categories > li,
.products-section .category-list .categories > li
{
    display: block;

    margin-bottom: 15px;
    padding: 0 0 10px;

    border-bottom: 1px solid #015d14;
}

.product-section .category-list .categories > li.active-acc i,
.products-section .category-list .categories > li.active-acc i
{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}

.product-section .category-list .categories > li.active > a,
.products-section .category-list .categories > li.active > a
{
    color: #0b3132;
}

.product-section .category-list .categories > li .link-holder,
.products-section .category-list .categories > li .link-holder
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-section .category-list .categories > li a,
.products-section .category-list .categories > li a
{
    -webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out;
            transition: opacity .3s ease-in-out, color .3s ease-in-out;
}

.product-section .category-list .categories > li a:hover,
.product-section .category-list .categories > li a.active,
.products-section .category-list .categories > li a:hover,
.products-section .category-list .categories > li a.active
{
    color: #0b3132;
}

.product-section .category-list .categories > li .show-holder,
.products-section .category-list .categories > li .show-holder
{
    position: relative;

    width: 40px;
    height: 18px;
}

.product-section .category-list .categories > li i,
.products-section .category-list .categories > li i
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    cursor: pointer;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, color .3s ease-in-out;
            transition: opacity .3s ease-in-out, transform .3s ease-in-out, color .3s ease-in-out;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);

    color: #0b3132;
}

.product-section .category-list .categories > li i:hover,
.products-section .category-list .categories > li i:hover
{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);

    opacity: .5;
}

.product-section .category-list .categories > li ul,
.products-section .category-list .categories > li ul
{
    font-size: 16px;
}

.product-section .category-list .categories > li ul li,
.products-section .category-list .categories > li ul li
{
    padding: 10px 10px 0;
}

.product-section .category-list .categories > li ul li.active > a,
.products-section .category-list .categories > li ul li.active > a
{
    color: #0b3132;
}

.product-section .recent-post,
.products-section .recent-post
{
    margin-bottom: 10px;
}

.product-section .recent-post.active .title-block:after,
.products-section .recent-post.active .title-block:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.product-section .blog-holder,
.products-section .blog-holder
{
    margin-bottom: 10px;
    padding: 10px 0;

    border-bottom: 1px solid #015d14;
}

.product-section .blog-holder h4,
.products-section .blog-holder h4
{
    font-size: 18px;

    margin-bottom: 10px;

    text-transform: uppercase;
}

.product-section .blog-holder a,
.products-section .blog-holder a
{
    display: inline-block;

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

.product-section .blog-holder a:hover,
.products-section .blog-holder a:hover
{
    opacity: .5;
}

.product-section .blog-holder a img,
.products-section .blog-holder a img
{
    display: block;
}

.product-section .blog-holder .short-description,
.products-section .blog-holder .short-description
{
    padding: 10px 0;
}

.product-section .blog-holder .more-link-holder,
.products-section .blog-holder .more-link-holder
{
    text-align: right;
}

.product-section .blog-holder .more-link-holder a,
.products-section .blog-holder .more-link-holder a
{
    color: #0b3132;
}

.product-section .intro .intro-img,
.product-section .description .intro-img,
.products-section .intro .intro-img,
.products-section .description .intro-img
{
    float: left;
    float: left;

    margin-right: 15px;
    margin-bottom: 10px;

    border: 1px solid #e3e3e3;
    border-radius: 3px;
}

.product-section .intro p,
.product-section .description p,
.products-section .intro p,
.products-section .description p
{
    margin-bottom: 15px;
}

.product-section .intro a,
.product-section .description a,
.products-section .intro a,
.products-section .description a
{
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

.product-section .intro a:hover,
.product-section .description a:hover,
.products-section .intro a:hover,
.products-section .description a:hover
{
    opacity: .6;
}

.product-section .intro ul,
.product-section .description ul,
.products-section .intro ul,
.products-section .description ul
{
    margin-bottom: 15px;
}

.product-section .intro ul li,
.product-section .description ul li,
.products-section .intro ul li,
.products-section .description ul li
{
    position: relative;

    margin-bottom: 5px;
    padding: 0 15px;
}

.product-section .intro ul li:before,
.product-section .description ul li:before,
.products-section .intro ul li:before,
.products-section .description ul li:before
{
    font-family: 'icomoon' !important;

    position: absolute;
    top: 0;
    left: -5px;

    content: '\e900';
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);

    color: #0b3132;
}

.product-section .video,
.products-section .video
{
    position: relative;

    display: block;

    height: 0;
    margin: 0 auto 15px;
    padding-bottom: 56%;
}

.product-section .video iframe,
.products-section .video iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.product-section h1,
.products-section h1
{
    font-family: 'Fjalla One', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 24px;

    position: relative;

    padding: 10px 15px 10px 0;

    text-transform: uppercase;

    color: #0b3132;
}

.product-section h1:before,
.products-section h1:before
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    border-bottom: 2px solid #0b3132;
}

.product-section .note,
.products-section .note
{
    font-size: 18px;

    margin-bottom: 15px;
    padding: 15px;

    text-align: center;

    color: #0b3132;
    border: 1px dashed #0b3132;
    border-radius: 4px;
}

.product-section .store-info,
.products-section .store-info
{
    margin-bottom: 15px;
    padding-bottom: 15px;

    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(1, 93, 20, .18), 0 1px 2px rgba(1, 93, 20, .36);
}

.product-section .store-info table,
.products-section .store-info table
{
    width: 100%;
}

.product-section .store-info table thead,
.products-section .store-info table thead
{
    font-size: 18px;
    font-weight: 700;

    text-transform: uppercase;

    color: #fff;
    background: #0b3132;
}

.product-section .store-info table thead td,
.products-section .store-info table thead td
{
    border-radius: 4px 4px 0 0;
}

.product-section .store-info table thead td:first-child,
.products-section .store-info table thead td:first-child
{
    border-radius: 4px 0 0 0;
}

.product-section .store-info table thead td:last-child,
.products-section .store-info table thead td:last-child
{
    border-radius: 0 4px 0 0;
}

.product-section .store-info table thead img,
.products-section .store-info table thead img
{
    display: block;

    border-radius: 4px;
}

.product-section .store-info table td,
.product-section .store-info table th,
.products-section .store-info table td,
.products-section .store-info table th
{
    padding: 10px;

    vertical-align: middle;

    border: none;
}

.product-section .store-info table tbody img,
.products-section .store-info table tbody img
{
    display: inline-block;

    max-width: 55px;
    margin: 0 5px;

    border-radius: 4px;
}

.product-section .store-info .btn-holder,
.products-section .store-info .btn-holder
{
    padding-right: 10px;

    text-align: right;
}

.product-section .price-table,
.products-section .price-table
{
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;

    border-radius: 4px 4px 0 0;
    box-shadow: 0 1px 3px rgba(1, 93, 20, .18), 0 1px 2px rgba(1, 93, 20, .36);
}

.product-section .price-table td,
.products-section .price-table td
{
    border: none;
}

.product-section .price-table thead,
.products-section .price-table thead
{
    border-radius: 4px 4px 0 0;
}

.product-section .price-table thead tr:first-child,
.products-section .price-table thead tr:first-child
{
    font-family: 'Fjalla One', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 18px;

    text-transform: uppercase;

    color: #fff;
    background: #0b3132;
}

.product-section .price-table thead tr:first-child td,
.products-section .price-table thead tr:first-child td
{
    text-align: center;

    border-radius: 4px 4px 0 0;
}

.product-section .price-table thead tr:last-child,
.products-section .price-table thead tr:last-child
{
    text-transform: uppercase;

    background: -webkit-linear-gradient(top, #ededed, #e8eaeb);
    background:         linear-gradient(to bottom, #ededed, #e8eaeb);
    text-shadow: 1px 1px 1px #fff;
}

.product-section .price-table thead tr:last-child td:last-child,
.products-section .price-table thead tr:last-child td:last-child
{
    text-align: center;
}

.product-section .price-table tbody tr,
.products-section .price-table tbody tr
{
    background: #fff;
    text-shadow: 1px 1px 1px #fff;
}

.product-section .price-table tbody tr:nth-child(2n),
.products-section .price-table tbody tr:nth-child(2n)
{
    background: -webkit-linear-gradient(top, #ededed, #e8eaeb);
    background:         linear-gradient(to bottom, #ededed, #e8eaeb);
}

.product-section .price-table tbody tr td,
.products-section .price-table tbody tr td
{
    vertical-align: middle;
}

.product-section .price-table tbody tr td:last-child,
.products-section .price-table tbody tr td:last-child
{
    text-align: center;

    text-shadow: none;
}

.product-section .price-table tbody tr td:first-child,
.products-section .price-table tbody tr td:first-child
{
    width: 40%;
}

.related-title h2
{
    font-family: 'Fjalla One', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 24px;

    position: relative;

    padding: 10px 0;

    text-transform: uppercase;

    color: #0b3132;
}

.related-title h2:before
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    border-bottom: 2px solid #0b3132;
}

.products-section .col-2 .product-row
{
    margin: 0 -15px;
}

.related,
.products-section .col-2 .product-row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 15px 0 !important;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.related .product-holder,
.products-section .col-2 .product-row .product-holder
{
    width: 33.3%;
    margin-bottom: 15px;
    padding: 0 15px;
}

.related .product,
.products-section .col-2 .product-row .product
{
    position: relative;

    height: 100%;
    padding: 15px;
    padding-bottom: 60px;

    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(1, 93, 20, .18), 0 1px 2px rgba(1, 93, 20, .36);
}

.related .product-image,
.products-section .col-2 .product-row .product-image
{
    margin-bottom: 10px;

    text-align: center;
}

.related .product-image a,
.products-section .col-2 .product-row .product-image a
{
    display: inline-block;

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

.related .product-image a:hover,
.products-section .col-2 .product-row .product-image a:hover
{
    opacity: .6;
}

.related .product-image a img,
.products-section .col-2 .product-row .product-image a img
{
    display: block;

    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.related .product-title,
.products-section .col-2 .product-row .product-title
{
    font-size: 18px;

    margin-bottom: 10px;

    text-align: center;
}

.related .product-title a,
.products-section .col-2 .product-row .product-title a
{
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

.related .product-title a:hover,
.products-section .col-2 .product-row .product-title a:hover
{
    opacity: .6;
}

.related .short-description,
.products-section .col-2 .product-row .short-description
{
    font-size: 14px;
}

.related .product-bottom,
.products-section .col-2 .product-row .product-bottom
{
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 10px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.related .product-bottom .min-price,
.products-section .col-2 .product-row .product-bottom .min-price
{
    font-weight: 700;

    width: 50%;

    color: #0b3132;
}

.related .product-bottom .btn-holder,
.products-section .col-2 .product-row .product-bottom .btn-holder
{
    width: 50%;

    text-align: right;
}

.related .product-bottom .btn-holder:only-child,
.products-section .col-2 .product-row .product-bottom .btn-holder:only-child
{
    width: 100%;

    text-align: center;
}

.main-slider
{
    margin-bottom: 15px;

    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(1, 93, 20, .18), 0 1px 2px rgba(1, 93, 20, .36);
}

.main-slider .slide-item
{
    position: relative;

    height: 400px;

    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-slider .slide-item a
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

.main-slider .slide-item a:hover
{
    opacity: .6;
}

.main-slider .slick-arrow
{
    font-size: 36px;

    position: absolute;
    z-index: 9998;
    top: 50%;

    margin: 0;
    padding: 0;

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);

    color: #a1a1a1;
    border: none;
    outline: none;
    background: none;
}

.main-slider .slick-arrow.slick-prev
{
    left: 0;

    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.main-slider .slick-arrow.slick-next
{
    right: 0;

    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}

.main-slider .slick-arrow:hover
{
    opacity: .6;
}

.main-slider .slick-dots
{
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;

    text-align: center;
}

.main-slider .slick-dots li
{
    display: inline-block;

    padding: 0 5px;

    vertical-align: middle;
}

.main-slider .slick-dots li button
{
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;

    -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
    text-indent: -9999px;

    border: 2px solid #a1a1a1;
    border-radius: 50%;
    outline: none;
    background: transparent;
}

.main-slider .slick-dots li button:hover
{
    background: #a1a1a1;
}

.main-slider .slick-dots li.slick-active button
{
    background: #a1a1a1;
}

.post
{
    margin-bottom: 15px;
    padding-bottom: 10px;

    border-bottom: 2px solid #0b3132;
}

.post .title h2
{
    font-family: 'Fjalla One', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 24px;

    position: relative;

    padding: 10px 15px 10px 0;

    text-transform: uppercase;
}

.post .title a
{
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;

    color: #0b3132;
}

.post .title a:hover
{
    opacity: .6;
}

.post .meta-info
{
    font-family: 'Fjalla One', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.post .post-single-image
{
    float: left;

    margin-right: 20px !important;
    margin-bottom: 20px !important;
}

.post .wp-post-image
{
    display: block;

    margin: 0 auto 20px;
}

.nav-links
{
    text-align: center;
}

.nav-links a
{
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;

    border-radius: 4px;
}

.nav-links a:hover
{
    opacity: .5;
}

.navigation-single .prev,
.navigation-single .next
{
    border-radius: 4px;
}

.navigation-single a
{
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

.wpcf7 label
{
    font-family: 'Fjalla One', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    margin-bottom: 5px;

    color: #0b3132;
}

.wpcf7 input[type='text'],
.wpcf7 input[type='tel'],
.wpcf7 input[type='email'],
.wpcf7 input[type='search'],
.wpcf7 input[type='password'],
.wpcf7 textarea
{
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding: 0 15px;

    border: none;
    border-radius: 4px;
    outline: none;
    background: none;
    box-shadow: 0 1px 3px rgba(1, 93, 20, .18), 0 1px 2px rgba(1, 93, 20, .36);
}

.wpcf7 textarea
{
    min-height: 200px;
    padding: 15px;
}

.wpcf7 .btn
{
    border-radius: 4px !important;
}

#to-top
{
    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 40px;

    display: none;

    width: 40px;
    height: 40px;

    cursor: pointer;
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;

    border-radius: 4px;
    background: #0b3132;
}

#to-top:hover
{
    opacity: .6;
}

#to-top span
{
    display: block;
}

#to-top span:before
{
    font-family: 'icomoon' !important;
    font-size: 20px;

    position: absolute;
    top: 5px;
    right: 10px;

    content: '\e900';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    color: #fff;
}

@media (min-width: 768px)
{
    .commentlist-item .commentlist-item
    {
        padding: 0 0 0 2em;
    }
}

@media (min-width: 1024px)
{
    html,
    body
    {
        height: 100%;
    }

    .page-holder
    {
        display: table;
        overflow: hidden;

        width: 100%;
        height: 100%;

        table-layout: fixed;
    }

    #wrapper
    {
        display: table-cell;

        margin: 0 auto;
    }

    #footer
    {
        display: table-footer-group;
        overflow: hidden; /*for FF on Windows 7*/

        height: 1%;
    }
}

@media (max-width: 1199px)
{
    .main-slider .slide-item
    {
        height: 340px;
    }
}

@media (max-width: 1023px)
{
    #header
    {
        position: relative;

        padding-bottom: 0;
    }

    #header .col-1
    {
        max-width: 100%;
        padding: 0 60px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    #header .col-2
    {
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    #header .logo
    {
        max-width: 126px;
        margin: 0 auto 10px;

        text-align: center;
    }

    .header-top
    {
        position: static;
    }

    .header-top .search-holder
    {
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-top .nav-drop
    {
        position: absolute;
        z-index: 9999;
        top: 100%;
        left: 0;

        display: block;
        visibility: hidden;

        width: 100%;
        max-width: 100%;
        padding: 13px 0;

        -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
                transition: opacity .3s ease-in-out, visibility .3s ease-in-out;

        opacity: 0;
        background: #0b3132;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    .header-top .nav-drop .navigation
    {
        display: block;
    }

    .header-top .nav-drop .navigation li
    {
        display: block;

        margin-bottom: 15px;

        text-align: center;
    }

    .nav-opener
    {
        top: 22px;

        display: block;
    }

    .search-opener
    {
        font-size: 22px;

        position: absolute;
        top: 30px;
        right: 15px;
    }

    .search-drop
    {
        top: 30%;
    }

    .search-drop .search-form .btn
    {
        width: 32px;
        height: 32px;
    }

    .search-drop .search-form .btn:after
    {
        top: 4px;
        right: 11px;
    }

    .mobile-hide
    {
        display: none;
    }

    .desktop-hide
    {
        display: block;
    }

    .search-form input[type='text'],
    .search-form input[type='tel'],
    .search-form input[type='email'],
    .search-form input[type='search'],
    .search-form input[type='password'],
    .search-form textarea
    {
        height: 32px;
    }

    .product-section,
    .products-section
    {
        padding: 15px 0;
    }

    .product-section .col-1,
    .products-section .col-1
    {
        width: 100%;
    }

    .product-section .col-1 .title-block,
    .products-section .col-1 .title-block
    {
        padding-right: 15px;
        padding-right: 40px;
    }

    .product-section .col-1 .title-block:after,
    .products-section .col-1 .title-block:after
    {
        font-family: 'icomoon' !important;
        font-size: 20px;

        position: absolute;
        top: 12px;
        right: 10px;

        content: '\e900';
        -webkit-transition: -webkit-transform .3s ease-in-out;
                transition:         transform .3s ease-in-out;
        text-indent: 1px;

        color: #0b3132;
    }

    .product-section .col-2,
    .products-section .col-2
    {
        width: 100%;
    }

    .product-section .category-list,
    .products-section .category-list
    {
        margin-bottom: 0;
    }

    .product-section .category-list .categories > li .link-holder,
    .products-section .category-list .categories > li .link-holder
    {
        padding: 0 10px;
    }

    .product-section .category-list .categories > li a,
    .products-section .category-list .categories > li a
    {
        width: calc(100% - 40px);
    }

    .product-section .category-list .categories > li ul li,
    .products-section .category-list .categories > li ul li
    {
        padding-right: 20px;
        padding-left: 20px;
    }

    .product-section .category-list .categories > li ul li a,
    .products-section .category-list .categories > li ul li a
    {
        display: block;
    }

    .product-section .blog-holder,
    .products-section .blog-holder
    {
        max-width: 400px;
        margin: 0 auto;
    }

    .product-section h1,
    .products-section h1
    {
        padding-right: 15px;
        padding-right: 40px;
    }

    .related-title h2
    {
        padding-right: 15px;
        padding-right: 40px;
    }

    .related .product-holder,
    .products-section .col-2 .product-row .product-holder
    {
        width: 50%;
    }

    .main-slider .slide-item
    {
        height: 250px;
    }
}

@media (max-width: 767px)
{
    .navigation .page-numbers,
    .navigation-comments .page-numbers
    {
        padding: 0 3px;
    }

    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev
    {
        padding: .2em;
    }

    .navigation-single .next a,
    .navigation-single .prev a
    {
        padding: .2em;
    }

    #footer .col
    {
        width: 100%;
    }

    .product-section .price-table thead tr:last-child,
    .products-section .price-table thead tr:last-child
    {
        font-size: 14px;
    }

    .product-section .price-table tbody,
    .products-section .price-table tbody
    {
        font-size: 14px;
    }

    .product-section .price-table tbody tr td:first-child,
    .products-section .price-table tbody tr td:first-child
    {
        width: 25%;
    }

    .product-section .price-table tbody .btn,
    .products-section .price-table tbody .btn
    {
        font-size: 14px;

        min-width: 75px;
    }

    .related .product-holder,
    .products-section .col-2 .product-row .product-holder
    {
        width: 100%;
    }

    .main-slider
    {
        box-shadow: none;
    }

    .main-slider .slide-item
    {
        background-size: 100%;
    }

    .main-slider .slick-arrow
    {
        font-size: 24px;
    }

    .main-slider .slick-dots li button
    {
        width: 10px;
        height: 10px;
    }

    .post .post-single-image
    {
        display: block;
        float: none;

        margin: 0 auto 20px;
    }
}

@media (max-width: 479px)
{
    .main-slider
    {
        display: none;
    }
}

