/*
Theme Name:     World Diesel
Description:    Custom theme for World Diesel
Author:         Clever Ogre
Version:        1.1
Template:       storefront
*/

.clear:before,
.entry-content:before,
.comment-content:before,
.site-header:before,
.site-content:before,
.site-footer:before,
.gallery:before,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.gallery:after {
    content: "";
    display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.gallery:after {
    clear: both;
}

/*! 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: 'Open Sans', 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: 0.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: -0.5em;
}
sub {
    bottom: -0.25em;
}

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


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

img {
    border: 0;
}

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

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

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


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

figure {
    margin: 1em 40px;
}

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

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

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

pre {
    overflow: auto;
}

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

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

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


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


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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
button[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: 0.35em 0.625em 0.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;
}

/**
 * Global styles
 */

* {
    box-sizing: border-box;
}
body {
    background-color: #FCFCFC;
}
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}
a:hover {
    opacity: .85;
}

/**
 * Header
 */

.desktop-navigation-container {
    position: relative;
}
.sale-banner {
    text-align: center;
    background: #83eee3;
    position: relative;
    z-index: 1050;
    margin: 0 auto;
}
.sale-banner p {
    padding: 10px 0 5px;
    margin: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(86, 86, 86);
    font-weight: bold;
    z-index: 46;
}
.splash-top {
    background: #d2d4c6 url(images/header-bg.gif) repeat;
    margin: 0 auto;
    text-align: center;
    height: 93px;
}
.logo-area {
    background: #d2d4c6 url(images/header-bg.gif) repeat;
    height: 100px;
}
.logo-area .col-full {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 6%, rgba(255, 255, 255, 0.81) 7%, rgba(255, 255, 255, 0.78) 18%, rgba(255, 255, 255, 0.77) 19%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(6%, rgba(255, 255, 255, 0.69)), color-stop(7%, rgba(255, 255, 255, 0.81)), color-stop(18%, rgba(255, 255, 255, 0.78)), color-stop(19%, rgba(255, 255, 255, 0.77)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 6%, rgba(255, 255, 255, 0.81) 7%, rgba(255, 255, 255, 0.78) 18%, rgba(255, 255, 255, 0.77) 19%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 6%, rgba(255, 255, 255, 0.81) 7%, rgba(255, 255, 255, 0.78) 18%, rgba(255, 255, 255, 0.77) 19%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 6%, rgba(255, 255, 255, 0.81) 7%, rgba(255, 255, 255, 0.78) 18%, rgba(255, 255, 255, 0.77) 19%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 6%, rgba(255, 255, 255, 0.81) 7%, rgba(255, 255, 255, 0.78) 18%, rgba(255, 255, 255, 0.77) 19%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.logo-area img {
    padding: 15px 0 0 0;
}
.free-shipping {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 9999;
    width: 205px;
}
@media (max-width: 1108px) {
    .free-shipping {
        display: none;
    }
}
.free-shipping .truck {
    position: relative;
    float: left;
    width: 50px;
}
.free-shipping .truck > a > i {
    font-size: 3em;
    width: auto;
    color: #fff391;
    float: left;
    padding-right: 5px;
}
.free-shipping .truck > a > i:hover {
    color: #fff;
}
.free-shipping .ship-copy {
    position: relative;
    float: right;
    width: 150px;
}
.free-shipping .ship-copy > a > h3 {
    display: inline;
    font-weight: 800;
    font-size: 19px;
    color: #fff;
    padding: 3px 0;
    margin: 3px 0 0 0;
    line-height: 1em
}
.free-shipping .ship-copy > a:hover {
    opacity: 1
}
.free-shipping .ship-copy > a > h4 {
    font-size: .85em;
    font-weight: 300;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 1em
}
.free-shipping .ship-copy > a > h3:hover,
.free-shipping .ship-copy > a > h4:hover {
    color: #fff391;
    opacity: 1
}
.site-header {
    background: rgb(213,83,25);
    background: -moz-linear-gradient(left, rgb(213,83,25) 0%, rgb(242,121,42) 50%, rgb(213,83,25) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(213,83,25)), color-stop(50%, rgb(242,121,42)), color-stop(100%, rgb(213,83,25)));
    background: -webkit-linear-gradient(left, rgb(213,83,25) 0%, rgb(242,121,42) 50%, rgb(213,83,25) 100%);
    background: -o-linear-gradient(left, rgb(213,83,25) 0%, rgb(242,121,42) 50%, rgb(213,83,25) 100%);
    background: -ms-linear-gradient(left, rgb(213,83,25) 0%, rgb(242,121,42) 50%, rgb(213,83,25) 100%);
    background: linear-gradient(to right, rgb(213,83,25) 0%, rgb(242,121,42) 50%, rgb(213,83,25) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d55319', endColorstr='#d55319', GradientType=1);
    border-bottom: 3px solid #0e549c;
    padding-top: .2em;
    color: #9aa0a7;
    background-position: center center;
    position: relative;
    z-index: 999;
}


.site-header .site-logo-anchor,
.site-header .site-logo-link {
    display: block;
    margin-top: 5px;
}
.site-header .site-logo-anchor img,
.site-header .site-logo-link img {
    max-height: 2.618em;
    width: auto;
}
.site-header .site-branding,
.site-header .site-logo-anchor,
.site-header .site-logo-link {
    margin-bottom: 1.618em;
}
.site-header .widget {
    margin-bottom: 0;
}
.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
    margin-bottom: 0;
}
.no-wc-breadcrumb .site-header {
    margin-bottom: 4.236em;
}
.no-wc-breadcrumb.page-template-template-homepage .site-header {
    margin-bottom: 0;
}
.header-widget-region {
    position: relative;
    z-index: 99;
}
.site-branding h1 {
    font-size: 1.618em;
    letter-spacing: -1px;
    margin: 0;
}
.site-branding h1 a {
    font-weight: 700;
}
.site-branding .site-description {
    font-size: .857em;
    display: none;
}

/**
 * Main content area
 */

.site-main {
    margin-bottom: 2.618em;
}
.home .site-content {
    outline: none;
    background: #fff url(images/body-diesel-bg.png) repeat-x;
    margin-top: -8px;
}
.page-template-template-homepage .site-main {
    padding-top: .5em;
}
.page-template-template-homepage .entry-content,
.page-template-template-homepage .entry-header {
    max-width: 100%;
}

/**
 * Footer
 */

.site-footer {
     background: rgb(242,121,42);
        background: -moz-linear-gradient(left, rgb(242,121,42) 0%, rgb(213,83,25) 50%, rgb(242,121,42) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgb(242,121,42)), color-stop(50%, rgb(213,83,25)), color-stop(100%, rgb(242,121,42)));
        background: -webkit-linear-gradient(left, rgb(242,121,42) 0%, rgb(213,83,25) 50%, rgb(242,121,42) 100%);
        background: -o-linear-gradient(left, rgb(242,121,42) 0%, rgb(213,83,25) 50%, rgb(242,121,42) 100%);
        background: -ms-linear-gradient(left, rgb(242,121,42) 0%, rgb(213,83,25) 50%, rgb(242,121,42) 100%);
        background: linear-gradient(to right, rgb(242,121,42) 0%, rgb(213,83,25) 50%, rgb(242,121,42) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2792a', endColorstr='#f2792a', GradientType=1);
    color: #ffffff;
    padding: 1.618em 0 0 0;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
    color: #82868e;
}
.site-footer a:not(.button) {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.site-footer a:hover {
    opacity: .6
}
.site-info {
    margin: 0 auto;
    padding: 15px 0 1px 0;
    background-color: #005baa;
    text-align: right;
}
.site-info p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
	opacity:.8;
}
.site-info a {
    color: #fff !important;
    font-weight: 400;
    padding-left: 10px;
	opacity:.8;
}
.site-info a:hover {
    color: #fff !important;
	opacity: .6;
}

/**
 * Alignment
 */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.618em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.618em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/**
 * Accessibility
 */

.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-weight: bold;
    height: auto;
    left: 0;
    line-height: normal;
    padding: 1em 1.618em;
    text-decoration: none;
    top: 0;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
    outline: none;
}

/**
 * Clearing
 */


/**
 * Tables
 */

table {
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
}
table caption {
    padding: 1em 0;
    font-weight: 700;
}
table td,
table th {
    padding: 0.857em 1.387em;
    text-align: left;
    vertical-align: top;
}
table td p:last-child,
table th p:last-child {
    margin-bottom: 0;
}
table thead th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    padding: 1.387em;
    vertical-align: middle;
}
table tbody tr:nth-child(2n) td {
    background: rgba(0, 0, 0, 0.015);
}
table tbody tr:nth-child(2n) td:last-child {
    border-right: 0;
}
table tbody td {
    background: rgba(0, 0, 0, 0.025);
}
table tbody h2 {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: normal;
}
table tbody h2 a {
    font-weight: normal;
}
table tbody tr:last-child td {
    border-bottom: 0;
}
table tbody tr:last-child th:first-child {
    border-bottom: 0;
}
table tfoot th,
table tfoot td {
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

/**
 * Typography
 */

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: .938em;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
body,
button,
input,
textarea {
    color: #60646c;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.618;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
select {
    color: initial;
    font-family: 'Open Sans', sans-serif;
}
h1 {
    font-family: 'Russo One', sans-serif;
    clear: both;
    font-weight: 700;
    margin: 0 0 0.618em;
    color: rgba(0, 91, 170, 1);
}
h2 {
    font-family: 'Russo One', sans-serif;
    clear: both;
    font-weight: normal;
    color: rgba(0, 91, 170, 1);
}
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    clear: both;
    font-weight: 700;
    margin: 0 0 0.618em;
    color: #303236;
}
h1,
.alpha {
    font-size: 2.244em;
    letter-spacing: -1px;
    line-height: 1.214;
    font-weight: 300;
}
h1 a,
.alpha a {
    font-weight: 300;
}
h2,
.beta {
    font-size: 1.4em;
    letter-spacing: -1px;
}
h3,
.gamma {
    font-size: 1.387em;
}
h4,
.delta {
    font-size: 1em;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 0 0 1.618em;
}
p {
    margin: 0 0 1.618em;
}
ul,
ol {
    margin: 0 0 1.618em 3em;
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.618em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 1.618em;
}
b,
strong {
    font-weight: 700;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    padding: 0 1.618em;
    border-left: 3px solid rgba(0, 0, 0, 0.05);
    font-style: italic;
}
address {
    margin: 0 0 1.618em;
}
pre {
    background: #fff9c0;
    font-family: "Courier 10 Pitch", Courier, monospace;
    margin-bottom: 1.618em;
    padding: 1.618em;
    overflow: auto;
    max-width: 100%;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0.202em 0.53em;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    text-decoration: none;
    font-weight: 700;
    background: transparent;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.618em;
    width: 100%;
}
th {
    font-weight: bold;
}
img {
    height: auto;
    max-width: 100%;
    display: block;
}
a {
    color: #0c375d;
    text-decoration: none;
    font-weight: 700;
}
a:focus {
    outline: none;
}
.storefront-cute * {
    font-family: "Comic Sans MS", sans-serif;
}

/**
 * General Layout
 */

@media (min-width: 768px) and (max-width: 856px) {
    .secondary-navigation .menu a {
        padding-left: 0.5em;
        padding-right: 0.5em;
        font-size: 13px;
    }
}

.woocommerce-active .head-menu .storefront-breadcrumb {
    display: none;
    visibility: hidden;
}

@media (min-width: 768px) {
    table.shop_table_responsive tbody tr td,
    table.shop_table_responsive tbody tr th {
        text-align: left;
    }
    .site-header .site-branding,
    .site-header .site-logo-anchor,
    .site-header .site-logo-link {
        display: block;
        width: 23.7391304348%;
        float: left;
        margin-right: 2%;
        clear: both;
        margin-top: 5px;
    }
    .site-header .site-branding img,
    .site-header .site-logo-anchor img,
    .site-header .site-logo-link img {
        height: auto;
        max-width: 100%;
        max-height: none;
    }
    .woocommerce-active .site-header .secondary-navigation,
    .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
        width: 78%;
        float: left;
        margin-right: 1%;
    }
    .woocommerce-active .site-header .site-search,
    .storefront-secondary-navigation.woocommerce-active .site-header .site-search {
        width: 21.7391304348%;
        position: absolute;
        right: 0;
        top: 90px;
    }
    .woocommerce-active .head-menu .main-navigation {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-top: 8px;
        clear: both;
    }
    .woocommerce-active .head-menu .site-header-cart {
        width: 19%;
        float: right;
        margin-right: 0;
        margin-bottom: 0;
        padding-top: 0;
        background-color: #5c5c5c;
    }
    .site-branding .site-description {
        margin-bottom: 0;
        display: block;
    }
    .site-branding,
    .site-search,
    .site-header-cart,
    .site-logo-anchor,
    .site-logo-link {
        margin-bottom: 0;
    }
    .site-header .subscribe-and-connect-connect {
        float: right;
        margin-bottom: 1em;
    }
    .site-header .subscribe-and-connect-connect .icons {
        list-style: none;
        margin: 0;
    }
    .site-header .subscribe-and-connect-connect .icons a {
        font-size: 1em !important;
    }
    .site-header .subscribe-and-connect-connect .icons li {
        margin: 0 0 0 0.53em !important;
        display: inline-block;
    }
    .col-full {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .col-full::after {
        clear: both;
        content: "";
        display: table;
    }
    .col-full:after {
        content: " ";
        display: block;
        clear: both;
    }
    .head-bg {
        background: rgb(242,121,42);
        background: -moz-linear-gradient(left, rgb(242,121,42) 0%, rgb(213,83,25) 50%, rgb(242,121,42) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgb(242,121,42)), color-stop(50%, rgb(213,83,25)), color-stop(100%, rgb(242,121,42)));
        background: -webkit-linear-gradient(left, rgb(242,121,42) 0%, rgb(213,83,25) 50%, rgb(242,121,42) 100%);
        background: -o-linear-gradient(left, rgb(242,121,42) 0%, rgb(213,83,25) 50%, rgb(242,121,42) 100%);
        background: -ms-linear-gradient(left, rgb(242,121,42) 0%, rgb(213,83,25) 50%, rgb(242,121,42) 100%);
        background: linear-gradient(to right, rgb(242,121,42) 0%, rgb(213,83,25) 50%, rgb(242,121,42) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2792a', endColorstr='#f2792a', GradientType=1);
        width: 100%;
        box-shadow: 0px 2px 2.82px 0.18px rgba(35, 31, 32, 0.53);
    }


    .head-menu {
        /* max-width: 80em; */
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .head-menu::after {
        clear: both;
        content: "";
        display: table;
    }
    .head-menu:after {
        content: " ";
        display: block;
        clear: both;
    }
    .site-content {
        margin-top: 3em;
    }
    .site-content::after {
        clear: both;
        content: "";
        display: table;
    }
    .content-area {
        width: 73.9130434783%;
        float: left;
        margin-right: 4.347826087%;
    }
    .widget-area {
        width: 21.7391304348%;
        float: right;
        margin-right: 0;
    }
    .right-sidebar .content-area {
        width: 73.9130434783%;
        float: left;
        margin-right: 4.347826087%;
    }
    .right-sidebar .widget-area {
        width: 21.7391304348%;
        float: right;
        margin-right: 0;
    }
    .left-sidebar .content-area {
        width: 69.9130434783%;
        float: right;
        margin-right: 0;
    }
    .left-sidebar .widget-area {
        width: 25.7391304348%;
        float: left;
        margin-right: 4.347826087%;
        background: #f1f1f1 url(images/search-bg.png) repeat;
        padding: 10px 15px;
        border-radius: 15px;
        box-shadow: 0px 2px 2.82px 0.18px rgba(35, 31, 32, 0.53);
    }
    .storefront-full-width-content .content-area {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .content-area,
    .widget-area {
        margin-bottom: 2.618em;
    }
    /**
	 * Full width & homepage template
	 */
    .page-template-template-fullwidth-php .content-area,
    .page-template-template-homepage-php .content-area {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    /**
	 * Footer widgets
	 */
    .footer-widgets {
        padding-top: .8em;
        border-bottom: none;
        text-align: center;
    }
    .footer-widgets::after {
        clear: both;
        content: "";
        display: table;
    }
    .footer-widgets.col-2 .block {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%;
    }
    .footer-widgets.col-2 .block.footer-widget-2 {
        float: right;
        margin-right: 0;
    }
    .footer-widgets.col-3 .block {
        width: 30.4347826087%;
        float: left;
        margin-right: 4.347826087%;
    }
    .footer-widgets.col-3 .block.footer-widget-3 {
        float: right;
        margin-right: 0;
    }
    .footer-widgets.col-4 .block {
        width: 21.7391304348%;
        float: left;
        margin-right: 4.347826087%;
    }
    .footer-widgets.col-4 .block.footer-widget-4 {
        float: right;
        margin-right: 0;
    }
}
.footer-fringe-bottom {
    background: #d2d4c6 url(images/footer-fringe-bottom.gif) repeat-x center top;
    margin: 0 auto;
    text-align: center;
    height: 24px;
}
.footer-fringe-top {
    background: #d2d4c6 url(images/footer-fringe-top.gif) repeat-x center top;
    margin: 0 auto;
    text-align: center;
    height: 24px;
}
@media (max-width: 1200px) {
    .col-full {
        margin-left: 2.618em;
        margin-right: 2.618em;
    }
    .head-menu {
        padding-left: 2.618em;
        padding-right: 2.618em;
    }
}
@media (max-width: 568px) {
    .col-full {
        margin-left: 1.387em;
        margin-right: 1.387em;
    }
    .head-menu {
        padding-left: 1.387em;
        padding-right: 1.387em;
    }
}

/**
 * Forms
 */

form {
    margin-bottom: 1.618em;
}
button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"],
.button,
.added_to_cart {
    border: 0;
    background: none;
    background-color: #60646c;
    border-color: #60646c;
    color: #fff;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    line-height: 1;
    padding: 0.618em 1em;
    text-decoration: none;
    font-weight: 700;
    text-shadow: none;
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
}
button.cta,
button.alt,
input[type="button"].cta,
input[type="button"].alt,
input[type="reset"].cta,
input[type="reset"].alt,
input[type="submit"].cta,
input[type="submit"].alt,
button[type="submit"].cta,
button[type="submit"].alt,
.button.cta,
.button.alt,
.added_to_cart.cta,
.added_to_cart.alt {
    background-color: #f47b2a;
    border-color: #0c375d;
}
button.cta:hover,
button.alt:hover,
input[type="button"].cta:hover,
input[type="button"].alt:hover,
input[type="reset"].cta:hover,
input[type="reset"].alt:hover,
input[type="submit"].cta:hover,
input[type="submit"].alt:hover,
button[type="submit"].cta:hover,
button[type="submit"].alt:hover,
.button.cta:hover,
.button.alt:hover,
.added_to_cart.cta:hover,
.added_to_cart.alt:hover {
    background-color: #094f8b;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.button:hover,
.added_to_cart:hover {
    color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button[type="submit"]:focus,
.button:focus,
.added_to_cart:focus {
    outline: 2px solid #0c375d;
}
button.added:after,
input[type="button"].added:after,
input[type="reset"].added:after,
input[type="submit"].added:after,
button[type="submit"].added:after,
.button.added:after,
.added_to_cart.added:after {
    content: "\f00c";
    font-family: "FontAwesome";
    margin-left: .53em;
}
button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading,
button[type="submit"].loading,
.button.loading,
.added_to_cart.loading {
    opacity: 0.5;
}
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
button[type="submit"].small,
.button.small,
.added_to_cart.small {
    padding: 0.53em 0.857em;
    font-size: .857em;
}
button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
button[type="submit"].disabled,
button[type="submit"]:disabled,
.button.disabled,
.button:disabled,
.added_to_cart.disabled,
.added_to_cart:disabled {
    opacity: 0.5 !important;
}
button.disabled:hover,
button:disabled:hover,
input[type="button"].disabled:hover,
input[type="button"]:disabled:hover,
input[type="reset"].disabled:hover,
input[type="reset"]:disabled:hover,
input[type="submit"].disabled:hover,
input[type="submit"]:disabled:hover,
button[type="submit"].disabled:hover,
button[type="submit"]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover,
.added_to_cart.disabled:hover,
.added_to_cart:disabled:hover {
    opacity: 0.5 !important;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}
input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
input[type="search"] {
    box-sizing: border-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
    padding: .618em;
    background-color: #fff;
    color: #60646c;
    line-height: 1;
    outline: none;
    border: 1px solid gray;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    font-weight: normal;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.input-text:focus {
    background-color: #fff8d8;
    color: #484b51;
}
textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: .857em;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 100%;
}
label {
    font-weight: 700;
}
label.inline input {
    width: auto;
}
fieldset {
    padding: 0;
    border: 0;
    margin-bottom: 1.618em;
}
fieldset legend {
    font-weight: 700;
}
[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.5s 0.5s ease;
    -moz-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}

/**
 * Main Navigation
 */


/**
 * General Menu Styles
 */

.main-navigation {
    clear: both;
}
.secondary-navigation {
    display: none;
}
.primary-navigation {
    display: none;
}
.handheld-navigation,
.nav-menu,
.main-navigation div.menu > ul:not(.nav-menu) {
    display: none;
}
.handheld-navigation {
    margin-bottom: 2.244em;
}
.handheld-navigation ul {
    margin: 0;
}
.main-navigation.toggled .handheld-navigation,
.main-navigation.toggled .menu > ul:not(.nav-menu) {
    display: block;
}
#menu-item-114 > a .main-navigation ul {
    margin-left: 0;
    list-style: none;
}
.main-navigation ul ul {
    display: block;
    margin-left: 1.387em;
}
.main-navigation ul li a {
    padding: 0.857em 1.387em;
    display: block;
}
.main-navigation ul li a:before {
    font-family: "FontAwesome";
    content: "\f0f6";
    margin-right: .53em;
    font-weight: 400;
}
.main-navigation ul li a:hover {
    color: #fff391 !important;
}
.main-navigation ul ul li a:hover {
    color: #747474 !important;
}
@media (max-width: 767px) {
    .main-navigation {
        background: rgb(213,83,25);
        background: -moz-linear-gradient(left, rgb(213,83,25) 0%, rgb(242,121,42) 50%, rgb(213,83,25) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgb(213,83,25)), color-stop(50%, rgb(242,121,42)), color-stop(100%, rgb(213,83,25)));
        background: -webkit-linear-gradient(left, rgb(213,83,25) 0%, rgb(242,121,42) 50%, rgb(213,83,25) 100%);
        background: -o-linear-gradient(left, rgb(213,83,25) 0%, rgb(242,121,42) 50%, rgb(213,83,25) 100%);
        background: -ms-linear-gradient(left, rgb(213,83,25) 0%, rgb(242,121,42) 50%, rgb(213,83,25) 100%);
        background: linear-gradient(to right, rgb(213,83,25) 0%, rgb(242,121,42) 50%, rgb(213,83,25) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00396a', endColorstr='#00396a', GradientType=1);
    }
}
@media (min-width: 768px) {
    .menu-toggle,
    .handheld-navigation,
    .main-navigation.toggled .handheld-navigation,
    .main-navigation.toggled div.menu {
        display: none;
    }
    .primary-navigation {
        display: block;
		text-align: center;
    }
    .main-navigation,
    .secondary-navigation {
        clear: both;
        display: block;
        width: 100%;
    }
    .main-navigation ul,
    .secondary-navigation ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
        display: block;
        text-align: center;
    }
    .main-navigation ul li,
    .secondary-navigation ul li {
        position: relative;
        display: inline-block;
        text-align: left;
    }
    .main-navigation ul li a,
    .secondary-navigation ul li a {
        display: block;
    }
    .main-navigation ul li a:before,
    .secondary-navigation ul li a:before {
        display: none;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul,
    .secondary-navigation ul li:hover > ul,
    .secondary-navigation ul li.focus > ul {
        left: 0;
        display: block;
    }
    .main-navigation ul li:hover > ul li > ul,
    .main-navigation ul li.focus > ul li > ul,
    .secondary-navigation ul li:hover > ul li > ul,
    .secondary-navigation ul li.focus > ul li > ul {
        display: none;
    }
    .main-navigation ul li:hover > ul li:hover > ul,
    .main-navigation ul li:hover > ul li.focus > ul,
    .main-navigation ul li.focus > ul li:hover > ul,
    .main-navigation ul li.focus > ul li.focus > ul,
    .secondary-navigation ul li:hover > ul li:hover > ul,
    .secondary-navigation ul li:hover > ul li.focus > ul,
    .secondary-navigation ul li.focus > ul li:hover > ul,
    .secondary-navigation ul li.focus > ul li.focus > ul {
        left: 100%;
        top: 0;
        display: block;
    }
    .main-navigation ul ul,
    .secondary-navigation ul ul {
        float: left;
        position: absolute;
        top: 100%;
        z-index: 99999;
        background-color: #2c2d33;
        display: none;
    }
    .main-navigation ul ul li a,
    .secondary-navigation ul ul li a {
        width: auto;
    }
    ul.menu li.current-menu-item > a {
        color: #fff391 !important;
    }
    /**
	 * Primary Navigation
	 */
    .main-navigation {
        padding-top: 9px;
        z-index: 999999;
    }
    .main-navigation ul.menu > li > a,
    .main-navigation ul.nav-menu > li > a {
        padding: 0 .85em 1em;
        font-size: 16px;
        font-family: 'Russo One', sans-serif;
        color: rgb(255, 255, 255);
        font-weight: 300;
        line-height: 1.2;
        text-transform: uppercase;
    }
    .main-navigation ul.nav-menu > li > a:hover {
        color: #fff391;
    }
    .main-navigation ul.menu > li:first-child,
    .main-navigation ul.nav-menu > li:first-child {
        margin-left: -1em;
    }
    .main-navigation ul.menu > li.menu-item-has-children:hover:after,
    .main-navigation ul.menu > li.page_item_has_children:hover:after,
    .main-navigation ul.nav-menu > li.menu-item-has-children:hover:after,
    .main-navigation ul.nav-menu > li.page_item_has_children:hover:after {
        display: block;
    }
    .main-navigation ul.menu > li.menu-item-has-children > a:after,
    .main-navigation ul.menu > li.page_item_has_children > a:after,
    .main-navigation ul.nav-menu > li.menu-item-has-children > a:after,
    .main-navigation ul.nav-menu > li.page_item_has_children > a:after {
        content: " " !important;
        margin-left: 0;
        line-height: 1;
        font-weight: inherit;
    }
    .main-navigation ul.menu ul,
    .main-navigation ul.nav-menu ul {
        background-color: #2c2d33;
        margin-left: 0;
    }
    .main-navigation ul.menu ul li,
    .main-navigation ul.nav-menu ul li {
        background-color: rgba(0, 0, 0, 0.025);
    }
    .main-navigation ul.menu ul li a,
    .main-navigation ul.nav-menu ul li a {
        padding: 0.857em 1em;
        white-space: nowrap;
    }
    .main-navigation ul.menu ul li:last-child,
    .main-navigation ul.nav-menu ul li:last-child {
        border-bottom: 0;
    }
    .main-navigation ul.menu ul li.menu-item-has-children > a:after,
    .main-navigation ul.menu ul li.page_item_has_children > a:after,
    .main-navigation ul.nav-menu ul li.menu-item-has-children > a:after,
    .main-navigation ul.nav-menu ul li.page_item_has_children > a:after {
        content: " " !important;
        font-family: "FontAwesome";
        float: right;
    }
    .main-navigation ul.menu ul ul,
    .main-navigation ul.nav-menu ul ul {
        margin-left: 0;
        border-top-color: rgba(0, 0, 0, 0.1);
        box-shadow: none;
    }
    .main-navigation ul.menu ul a:hover,
    .main-navigation ul.menu ul li:hover > a,
    .main-navigation ul.nav-menu ul a:hover,
    .main-navigation ul.nav-menu ul li:hover > a {
        background-color: rgba(0, 0, 0, 0.025);
    }
    .main-navigation a {
        padding: 0 1em 2.244em;
    }
    .main-navigation .menu > li > a:before {
        display: block;
        content: url(images/bar.png);
        width: 1px;
        height: 25%;
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        bottom: 80%;
        left: -3px;
    }
    .main-navigation .menu > li:first-child a:before {
        display: none;
    }
    /**
	 * Secondary Navigation
	 */
    .secondary-navigation {
        margin: 0;
        width: auto;
        clear: none;
        line-height: 1;
    }
    .secondary-navigation .menu {
        width: auto;
        float: right;
        font-size: 15px;
    }
    .secondary-navigation .menu > li:hover > a {
        text-decoration: none;
        color: #fff391;
        opacity: 1
    }
    .secondary-navigation .menu > li > a {
        position: relative;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-weight: 400;
        display: inline-block;
    }
    .secondary-navigation .menu > li > a:before {
        display: block;
        width: 1px;
        height: 25%;
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        top: 30%;
    }
    .secondary-navigation .menu > li:first-child a:before {
        display: none;
    }
    .secondary-navigation .menu ul {
        background-color: #2c2d33;
    }
    .secondary-navigation .menu ul a {
        padding: 0.326em 0.857em;
        background: rgba(0, 0, 0, 0.05);
    }
    .secondary-navigation .menu ul li:first-child a {
        padding-top: 1em;
    }
    .secondary-navigation .menu ul li:last-child a {
        padding-bottom: 1em;
    }
    .secondary-navigation .menu ul ul {
        margin-top: -.618em;
    }
    .secondary-navigation .menu a {
        padding: 1.387em 0.857em;
        font-weight: 400;
        color: #93979f;
    }
    .secondary-navigation .menu a:hover {
        text-decoration: none;
    }
}

/**
 * Content
 */

.sticky .entry-title:before {
    font-family: "FontAwesome";
    font-weight: 400;
    margin-right: .53em;
    content: "\f08d";
}
.hentry {
    margin: 0 0 1.236em;
    padding-bottom: 1.631em;
    border-bottom: none;
}
.hentry .wp-post-image {
    margin-bottom: 1.618em;
    margin-left: auto;
    margin-right: auto;
}
.hentry .entry-header {
    border-bottom: none;
    margin-bottom: 3.631em;
}
.hentry .entry-header h1 {
    border-bottom: 1px solid rgba(0, 91, 170, 1);
    padding-bottom: .618em;
    margin-bottom: 3px;
}
.hentry .entry-header .posted-on,
.hentry .entry-header .byline {
    font-size: .857em;
}
.hentry .entry-meta a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hentry .entry-meta a:hover {
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 0 0 1.618em;
}
.cat-links,
.tags-links,
.comments-link,
.edit-link {
    display: block;
    margin-bottom: 1em;
}
.cat-links:before,
.tags-links:before,
.comments-link:before,
.edit-link:before {
    content: "\f114";
    font-family: "FontAwesome";
    margin-right: .53em;
    display: inline-block;
    width: 1em;
}
.tags-links:before {
    content: "\f02b";
}
.comments-link:before {
    content: "\f0e5";
}
.edit-link:before {
    content: "\f040";
}
@media (min-width: 768px) {
    .hentry.type-post::after {
        clear: both;
        content: "";
        display: table;
    }
    .hentry.type-post .entry-meta {
        width: 17.6470588235%;
        float: left;
        margin-right: 5.8823529412%;
        font-size: .857em;
    }
    .hentry.type-post .entry-content {
        width: 76.4705882353%;
        float: right;
        margin-right: 0;
    }
}

/**
 * Post Formats
 */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/**
 * Media
 */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    display: inline-block;
}

/**
 * Captions
 */

.wp-caption {
    margin-bottom: 1.618em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption .wp-caption-text {
    text-align: left;
    font-style: italic;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding: 1em 0;
}

/**
 * Galleries
 */

.gallery {
    margin-bottom: 1.618em;
}
.gallery .gallery-item {
    float: left;
}
.gallery .gallery-item .gallery-icon a {
    display: block;
}
.gallery .gallery-item .gallery-icon img {
    border: none;
    height: auto;
    margin: 0 auto;
}
.gallery .gallery-item .gallery-caption {
    margin: 0;
    text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
    width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
    width: 16.666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
    width: 14.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
    width: 11.111111111%;
}

/**
 * Embeds
 */

embed,
iframe,
object,
video {
    max-width: 100%;
}

/**
 * Pagination
 */

.site-main [class*="navigation"] {
    margin: 0 0 1.618em;
    overflow: hidden;
}
.site-main [class*="navigation"] .nav-previous {
    float: left;
    width: 50%;
}
.site-main [class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/**
 * Pagination
 */

.pagination,
.woocommerce-pagination {
    padding: 1em 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
    text-align: center;
    clear: both;
}
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
    list-style: none;
    margin: 0;
}
.pagination .page-numbers::after,
.woocommerce-pagination .page-numbers::after {
    clear: both;
    content: "";
    display: table;
}
.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
    display: inline-block;
}
.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    border-left-width: 0;
    display: inline-block;
    padding: 0.327em 0.857em;
    background-color: rgba(0, 0, 0, 0.025);
    color: #60646c;
}
.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
    font-weight: 700;
    background-color: #0c375d;
    border-color: #0c375d;
    color: #fff;
}
.pagination .page-numbers li .page-numbers.dots,
.woocommerce-pagination .page-numbers li .page-numbers.dots {
    background-color: transparent;
}
.pagination .page-numbers li .page-numbers.prev,
.pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.next {
    padding-left: 1em;
    padding-right: 1em;
}
.pagination .page-numbers li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.rtl .pagination a.next,
.rtl .pagination a.prev,
.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev {
    transform: rotateY(180deg);
}

/**
 * Comments
 */

#comments {
    padding-top: 2.618em;
}
#comments .comments-title {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    padding-bottom: .53em;
    margin-bottom: 1.618em;
}
#comments .comment-list {
    list-style: none;
    margin-left: 0;
}
#comments .comment-list .comment-body::after {
    clear: both;
    content: "";
    display: table;
}
#comments .comment-list .comment-content {
    padding-bottom: 1.618em;
    margin-bottom: 1.618em;
}
#comments .comment-list .comment-meta .avatar {
    margin-bottom: 1em;
    max-width: 32px;
    height: auto;
}
#comments .comment-list .comment-meta a.comment-date {
    opacity: 0.8;
    font-size: .857em;
}
#comments .comment-list .comment-meta a.comment-date:hover {
    color: #60646c;
}
#comments .comment-list .comment-meta cite {
    font-style: normal;
    clear: both;
    display: block;
}
#comments .comment-list .bypostauthor > .comment-body cite:after {
    font-family: "FontAwesome";
    font-weight: 400;
    margin-left: .53em;
    content: "\f097";
}
#comments .comment-list .reply {
    font-size: .857em;
    margin-bottom: 1.618em;
}
#comments .comment-list .reply::after {
    clear: both;
    content: "";
    display: table;
}
#comments .comment-list .reply .comment-edit-link {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#comments .comment-list .reply a {
    color: #60646c;
    background-color: rgba(0, 0, 0, 0.025);
    padding: 0.53em 1em;
    float: left;
}
#comments .comment-list .reply a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
#comments .comment-list .children {
    list-style: none;
}
.comment-content a {
    word-wrap: break-word;
}
#respond {
    margin-bottom: 4.236em;
    clear: both;
    padding: 1.618em;
    background-color: rgba(0, 0, 0, 0.0125);
    border-top: 0.236em solid rgba(0, 0, 0, 0.025);
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
    width: 100%;
}
#respond .form-submit,
#respond form {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .comment-list::after {
        clear: both;
        content: "";
        display: table;
    }
    .comment-list .comment {
        clear: both;
    }
    .comment-list .comment-meta {
        width: 17.6470588235%;
        float: left;
        margin-right: 5.8823529412%;
    }
    .comment-list .comment-meta .avatar {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .comment-list .comment-content {
        padding-bottom: 3.631em;
        margin-bottom: 3.631em;
    }
    .comment-list .comment-content,
    .comment-list #respond {
        width: 76.4705882353%;
        float: right;
        margin-right: 0;
    }
    .comment-list #respond {
        float: right;
    }
    .comment-list #respond .comment-form-author,
    .comment-list #respond .comment-form-email,
    .comment-list #respond .comment-form-url {
        width: 100%;
        margin-right: 0;
    }
    .comment-list .reply {
        clear: both;
    }
    .comment-list ol.children {
        width: 88.2352941176%;
        float: right;
        margin-right: 0;
        list-style: none;
    }
    .comment-list ol.children .comment-meta {
        width: 20%;
        float: left;
        margin-right: 6.6666666667%;
    }
    .comment-list ol.children .comment-content,
    .comment-list ol.children #respond {
        width: 73.3333333333%;
        float: right;
        margin-right: 0;
    }
    .comment-list ol.children ol.children {
        width: 86.6666666667%;
        float: right;
        margin-right: 0;
    }
    .comment-list ol.children ol.children .comment-meta {
        width: 23.0769230769%;
        float: left;
        margin-right: 7.6923076923%;
    }
    .comment-list ol.children ol.children .comment-content,
    .comment-list ol.children ol.children #respond {
        width: 69.2307692308%;
        float: right;
        margin-right: 0;
    }
    .comment-list ol.children ol.children ol.children {
        width: 84.6153846154%;
        float: right;
        margin-right: 0;
    }
    .comment-list ol.children ol.children ol.children .comment-meta {
        width: 27.2727272727%;
        float: left;
        margin-right: 9.0909090909%;
    }
    .comment-list ol.children ol.children ol.children .comment-content,
    .comment-list ol.children ol.children ol.children #respond {
        width: 63.6363636364%;
        float: right;
        margin-right: 0;
    }
    .comment-list ol.children ol.children ol.children ol.children {
        width: 81.8181818182%;
        float: right;
        margin-right: 0;
    }
    .comment-list ol.children ol.children ol.children ol.children .comment-meta {
        width: 33.3333333333%;
        float: left;
        margin-right: 11.1111111111%;
    }
    .comment-list ol.children ol.children ol.children ol.children .comment-content,
    .comment-list ol.children ol.children ol.children ol.children #respond {
        width: 55.5555555556%;
        float: right;
        margin-right: 0;
    }
    #respond .comment-form-author,
    #respond .comment-form-email,
    #respond .comment-form-url {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%;
    }
    #respond .comment-form-url {
        float: right;
        margin-right: 0;
    }
    #respond .comment-form-comment {
        clear: both;
    }
}

/**
 * Widgets
 */

.widget {
    margin: 0 0 3.631em;
}
.widget select {
    max-width: 100%;
}
.widget .widget-search .search-submit {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.widget h3.widget-title,
.widget h2.widgettitle {
    font-size: 1.387em;
    letter-spacing: 0;
    color: rgba(0, 91, 170, 1);
    border-bottom: 2px solid rgba(0, 91, 170, 1);
    padding: 0 0 .5em;
    margin-bottom: .5em;
    font-weight: 700;
}
.widget ul {
    margin-left: 0;
    list-style: none;
}
.widget ul ul {
    margin-left: 1.618em;
}
.widget-area .widget a.button {
    font-weight: 700 !important;
    color: #fff;
}
.widget-area .widget a.button:hover {
    color: #fff;
}
.header-widget-region::after {
    clear: both;
    content: "";
    display: table;
}
.header-widget-region .widget {
    margin: 0;
    padding: 1em 0;
    font-size: .857em;
}
.widget_search form,
.widget_product_search form {
    position: relative;
}
.widget_search form input[type=text],
.widget_search form input[type=search],
.widget_product_search form input[type=text],
.widget_product_search form input[type=search] {
    width: 100%;
    padding-left: 2.618em;
}
.widget_search form input[type=submit],
.widget_product_search form input[type=submit],
.widget_search form button[type=submit],
.widget_product_search form button[type=submit] {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    top: 0;
    left: 0;
}
.widget_search form:before,
.widget_product_search form:before {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    top: .618em;
    left: 1em;
    line-height: 1;
}
.widget_recent_entries ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul {
    margin: 0;
}
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li {
    list-style: none;
    margin-bottom: .618em;
}
.widget_recent_entries ul li:before,
.widget_pages ul li:before,
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_links ul li:before {
    font-family: "FontAwesome";
    margin-right: .53em;
    display: inline-block;
    opacity: 0.35;
}
.widget_recent_entries ul .sub-menu,
.widget_pages ul .sub-menu,
.widget_categories ul .sub-menu,
.widget_archive ul .sub-menu,
.widget_recent_comments ul .sub-menu,
.widget_nav_menu ul .sub-menu,
.widget_links ul .sub-menu {
    margin-top: .618em;
    margin-left: 1.618em;
}
.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
    padding: .236em;
    text-align: center;
}
.widget_recent_entries ul li:before,
.widget_pages ul li:before {
    content: "\f0f6";
}
.widget_recent_entries ul ul.children,
.widget_pages ul ul.children {
    margin: 0.618em 0 0 1.387em;
}
.widget_categories ul li:before {
    content: "\f114";
}
.widget_categories ul li.current-cat:before {
    content: "\f115";
}
.widget_archive ul li:before {
    content: "\f115";
}
.widget_recent_comments ul li:before {
    content: "\f0e5";
}
.widget_nav_menu ul li:before {
    content: "\f0f6";
}
.widget_links ul li:before {
    content: "\f08e";
}
.widget-area .widget {
    font-size: .857em;
}
.widget-area .widget h1.widget-title {
    font-size: 1.387em;
}
.widget-area .widget a {
    color: #60646c;
    font-weight: 400;
}
.widget-area .widget a:hover {
    color: #0c375d;
}

/* Cascade Filter */

.widget_id_cascade_filter select {
    width: 100%;
}

/**
 * Infinite Scroll
 */


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
    display: block;
}

/**
 * 404 Styles
 */

.error404 .site-content .widget_product_search {
    padding: 1.618em;
    background-color: rgba(0, 0, 0, 0.025);
}
.error404 .site-content .widget_product_search form {
    margin: 0;
}
.error404 .content-area {
    width: 100%;
}
.error404 .fourohfour-columns-2 {
    padding: 2.618em 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
    margin-bottom: 2.618em;
}
.error404 .fourohfour-columns-2::after {
    clear: both;
    content: "";
    display: table;
}
.error404 .fourohfour-columns-2 ul.products,
.error404 .fourohfour-columns-2 ul.products li.product,
.error404 .fourohfour-columns-2 .widget {
    margin-bottom: 0;
}
.error404 .fourohfour-columns-2 .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
}
.error404 .fourohfour-columns-2 .col-1 ul.products li.product {
    width: 45.4545454545%;
    float: left;
    margin-right: 9.0909090909%;
}
.error404 .fourohfour-columns-2 .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
    padding: 1.618em;
    background-color: rgba(0, 0, 0, 0.025);
}

/*------------------------------------
	Woocommerce stylings - various
    ----------------------------------*/

body.logged-in div.form-register {display:none;}

ul > li > a:hover > img {
    opacity: .85
}
.home h1 {
    display: none;
}
.onsale {
    background-color: #83eee3;
    display: none!important;
}
ul > li.product.type-product.status-publish.has-post-thumbnail > a > span.price > ins > span,
div.summary.entry-summary > div > p > ins > span {
    color: #f47b2a;
}
span.price {
    border-top: 1px solid #ededed;
    padding-top: 10px;
    background-image: -moz-linear-gradient( -90deg, rgb(240, 240, 240) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(240, 240, 240) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(240, 240, 240) 0%, rgba(255, 255, 255, 0) 100%);
}
.archive #main ul li a h3,
.home #main ul li a h3,
.products > ul > li.product h3,
ul.products > li.product h3,
.products > ul > li.product a h3,
ul.products > li.product a h3 {
    min-height: 75px;
}
.home .left-sidebar .content-area {
    width: 100%
}
.woocommerce-active .site-header .site-header-cart {
    position: absolute;
    right: 0;
    top: 1px;
    padding-top: 0;
}
.site-header-cart.menu .cart-contents {
    padding: 1em;
}
.site-header-cart.menu .cart-contents:after {
    top: 1.3em
}
.widget_shopping_cart_content {
    padding: 5px 11px 0;
}
.widget_shopping_cart .product_list_widget li {
    padding: 5px;
}
.widget_shopping_cart .product_list_widget li a.remove {
    padding-right: 5px;
    position: relative;
    float: left;
    top: auto;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    padding: 1em 1.618em;
    margin-bottom: 2.618em;
    background-color: #589fdf;
    color: #fff;
}
.dotted-header {
    width: 100%;
    height: 23px;
    border-bottom: 2px solid #d6d6d6;
    text-align: left;
    margin: 25px 0 65px 0;
}
.dotted-header span {
    font-family: 'Russo One', sans-serif;
    font-size: 30px;
    background-color: #FFF;
    padding: 0 10px 0 0;
    font-weight: 700;
    text-align: left;
    color: #231f20;
}
#text-2 > h3,
#text-3 > h3,
#text-4 > h3,
#text-5 > h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Russo One', sans-serif;
    line-height: 1;
    text-align: left;
    font-weight: normal;
	text-shadow: 0px 1px 2.88px rgba(35, 31, 32, 0.4);
}
#text-2 .textwidget,
#text-3 .textwidget,
#text-4 .textwidget,
#text-5 .textwidget {
    line-height: 1.75;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
.two-column {
    clear: both;
    width: 100%;
    display: block
}
.left-column {
    float: left;
    width: 48%;
}
.right-column {
    float: right;
    width: 48%;
}

.woocommerce.columns-4 > ul > li > a > h2,
#main > ul > li > a > h2, h2.woocommerce-loop-product__title
{
	min-height: 120px;
}

@media (max-width: 768px) {
    .left-column {
        float: left;
        width: 95%;
    }
    .right-column {
        float: right;
        width: 95%;
    }
}
.site-search .widget_product_search input[type="search"],
.site-search .widget_product_search input[type="text"] {
    padding: 1em 1.618em 1em 3.631em;
}
.site-search .widget_product_search form::before {
    top: 1em;
}
.footer-Glory-to-God {
    background: #242424 url(images/diamondplate-bg.jpg) repeat;
    height: auto;
    min-height: 165px;
    border-top: 1px solid #6488a8;
    border-bottom: 1px solid #6488a8;
    text-align: center;
}
#containerF {
    text-align: justify;
}
#containerF > div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    *display: inline;
    zoom: 1;
    padding-top: 35px;
}
#containerF > div:nth-child(1) {
    width: 26%;
}
#containerF > div:nth-child(2) {
    width: 12%;
    text-align: center;
}
#containerF > div:nth-child(3) {
    width: 17%;
}
#containerF > div:nth-child(4) {
    width: 32%;
}
#containerF:after {
    content: "";
    width: 100%;
    display: inline-block;
}
.widget_product_categories ul li > a {
    margin-left: -50px;
    padding-left: 50px;
}
.widget_product_categories ul li:before {
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(images/blue.png) no-repeat;
    border: none;
    cursor: pointer;
    content: " ";
    opacity: 1
}
.widget_product_categories ul li.current-cat:before {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(images/blue.png) no-repeat;
    border: none;
    cursor: pointer;
    content: " ";
    background-position: -22px 0;
}
#woocommerce_product_categories-3 > ul > li.cat-item.current-cat > a {
    font-weight: bold;
    color: #60646c;
}
.phone-link:before {
    background: none;
    content: "\f095";
    font-family: "FontAwesome";
    color: #fff391;
}
.login-menu:before {
    content: "\f007";
    font-family: "FontAwesome";
    color: #fff391;
}
.contact-us:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    color: #fff391;
}
.chat:before {
    content: "\f27a";
    font-family: "FontAwesome";
    color: #fff391;
}
.all-products:before {
    content: "\f0ac";
    font-family: "FontAwesome";
    color: #fff391;
}
#menu-item-2315 > a,
#menu-item-2317 > a,
#menu-item-4225 > a,
#menu-item-4298 > a,
#menu-item-9096 > a {
    padding-left: 5px
}
#menu-item-2315 > a:before,
#menu-item-2317 > a:before,
#menu-item-4225 > a:before,
#menu-item-4298 > a:before,
#menu-item-9096 > a:before {
    content: " ";
}

/*-----------------------------
	interior search panel
	------------------------*/

.cascade-filter-form .wcf_vehicle_label {
    padding: 0 1em 0 0;
    font-family: 'Russo One', sans-serif;
    font-size: 16px;
}
#wcf_change_link_id_cascade_filter_2,
#product_filter_clearsubmit_id_cascade_filter_2 {
    border: 0;
    background: none;
    background-color: #60646c;
    border-color: #60646c;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    padding: 0.5em 1em;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
    float: right;
    margin: 5px 0 5px 5px;
}

/*-----------------------------
	single product page
	--------------*/

.woocommerce-tabs ul.tabs {
    display: none;
    width: 0% !important;
    float: left;
    margin-right: 0% !important;
    text-align: left;
}
.woocommerce-tabs .panel {
    width: 90%;
    float: left;
    margin-right: 0;
    margin-top: 0;
    margin-left: 5%;
}
.single-product div.product form.cart {
    margin-bottom: 1.618em;
    padding: 1.618em 0;
    border-top: none;
    border-bottom: none;
    background-color: #f47b2a;
}
.single-product div.product form.cart .quantity {
    float: left;
    background-color: #f47b2a;
    margin-left: 25px;
}
.single-product div.product form.cart .button {
    float: right;
    margin-right: 25px;
    background-color: #fff;
    color: #0c375d;
}
.single-product div.product form.cart .button:hover {
    float: right;
    margin-right: 25px;
    background-color: #0c375d;
    color: #fff;
}
.single-product div.product .variations_button {
    padding: 1em;
}
div.summary.entry-summary .reset_variations {
    color: #fff;
}
.woocommerce-tabs {
    border: 1px solid #f47b2a;
    border-width: 1px 0;
}
.single-product div.product table.variations {
    margin: 0 25px;
}
.single-product div.product table.variations td {
    padding: 0 1em;
}
div.summary.entry-summary > form > table > tbody > tr > td.label > label {
    color: #fff;
    line-height: 2.5;
}
div.summary.entry-summary > form > table > tbody >tr {
    margin-left: 35px;
}
.woocommerce-variation-price {
    margin-left: 35px;
    color: rgba(0, 91, 170, 1);
    font-size: 25px;
    font-weight: normal;
}
.post-type-archive-product .page-title {
    display: none;
}
div.summary.entry-summary > form > div > div.woocommerce-variation.single_variation > div.woocommerce-variation-price {
    color: #fff
}
div.summary.entry-summary > form > div > div.woocommerce-variation.single_variation > div.woocommerce-variation-price > span > del > span {
    color: #fff;
}

/*-----------------------
	price styles
	----------------------------*/

span.price > del > span {}
span.price > del > span:before {
    content: 'List Price: ';
}
span.price > ins > span {
    display: block;
    font-size: 15px;
}
span.price > ins > span:before {
    content: 'Price: ';
}
.single-product div.product .price > del > span {
    color: #9d9d9d;
}
.single-product div.product .price del > span:before {
    content: 'List Price: ';
}
.single-product div.product .price > ins > span {
    display: block;
    font-size: 25px;
}
.single-product div.product .price > ins > span:before {
    content: 'Price: ';
}
.no-home {
    color: #9d9d9d;
}

/*-----------------------------
Sign in to view price
-----------------------------*/

.sign-in {
	width:100%;
    background-color: #4daafb;
    font-size: 15px;
    padding: 10px;
    text-shadow: 0px 1px 2.88px rgba(35, 31, 32, 0.4);
}

.sign-in > a {color:#fff; width:100%}

.sign-in > a:hover {color:rgba(0, 91, 170, 1);}


/*-----------------------------
	Home page featured sellers and prices
----------------------------------*/


.price {
    border-top: 1px solid red;
    margin: 0 -15px !important;
}
span.price > del > span {
    color: #9d9d9d !important;
    font-size: 16px;
    padding: 10px;
}
span.price > ins > span {
    background-color: #4daafb;
    color: #fff !important;
    font-size: 20px;
    padding: 10px;
    text-shadow: 0px 1px 2.88px rgba(35, 31, 32, 0.4);
}
ul.products > li {
    border: 1px solid #b9b9b9;
    padding: 15px;
    background-color: #fff;
}
ul.products > li > a > h3 {
    font-family: 'Russo One', sans-serif;
    font-size: 16px;
    font-weight: normal;
}
ul.products li.product .button {
    display: none;
}
span.price .no-home {
    display: none;
}
span.sku {
    color: #9d9d9d;
}

/*------------------------
   Slider Styles
   -----------------------------*/

.jssorb05 {
    position: absolute;
}
.jssorb05 div,
.jssorb05 div:hover,
.jssorb05 .av {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(images/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div {
    background-position: -7px -7px;
}
.jssorb05 div:hover,
.jssorb05 .av:hover {
    background-position: -37px -7px;
}
.jssorb05 .av {
    background-position: -67px -7px;
}
.jssorb05 .dn,
.jssorb05 .dn:hover {
    background-position: -97px -7px;
}
.slider-copy {
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.65);
    color: #FFF;
    text-align: center;
    font-size: 67px;
    position: absolute;
    display: inline-block;
    width: 1175px;
    top: 200px;
    line-height: 1;
    text-transform: uppercase;
}
.slider-link {
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.65);
    position: absolute;
    padding: 11px 20px;
    font-size: 24px;
    color: #FFF;
    text-align: right;
    bottom: 25px;
    right: 50px;
    text-transform: uppercase;
}
.slider-image {
    display: inline-block;
    padding-left: 5px
}
#jssor_1 img {
    padding: 12px;
}
#woocommerce_product_categories-2 > ul > li.cat-item > a {
    transition: all 0.3s ease;
}
#woocommerce_product_categories-2 > ul > li.cat-item > a:hover {
    margin: 5px;
}
#text-6 {
    margin-bottom: 0;
}

.home-welcome {color:#000;}

/*--------------------------------------------------------------
# Search for parts - Home page
--------------------------------------------------------------*/

#tabbed_box {
    margin: 0 auto;
    width: 300px;
}
.tab-container {
    clear: both;
    position: relative;
    width: 100%;
    height: 300px;
    padding: 10px 0;
    margin: 35px auto;
    background: #f1f1f1 url(images/search-bg.png) repeat;
}
.tabbed_area {
    position: relative;
    width: 30%;
    float: left;
    border-right: 1px solid #bababa;
}
ul.tabs {
    margin: 20px;
    padding: 15px;
    text-align: center;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
}
ul.tabs li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 10px;
}
ul.tabs li a {
    color: #5c6771;
    padding: 15px 20px 15px 20px;
    margin: 0 auto;
    text-decoration: none;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #bfbfbf;
    background: #d6d6d6;
    display: block;
    width: 80%;
    text-align: center;
}
ul.tabs li a:hover {
    background-color: #f47b2a;
    border-color: #bfbfbf;
    color: #fff;
}
ul.tabs li a.active {
    background-color: #ffffff;
    color: #fff;
    border: 1px solid #bfbfbf;
    border-bottom: none;
}
.tab-content {
    position: relative;
    padding: 10px;
    margin: 5px 3% 0 0;
    width: 65%;
    float: right;
}
#content_2,
#content_3 {
    display: none;
}
@media (max-width: 996px) {
    ul.tabs li a {
        color: #5c6771;
        padding: 7px 10px 7px 10px;
        margin: 0 auto;
        font-size: 15px;
    }
    .tabbed_area {
        width: 100%;
        border-right: none;
    }
    .tab-content {
        position: relative;
        padding: 10px 10%;
        margin: 10px 0;
        width: 100%;
        float: left;
        background: #f1f1f1 url(images/search-bg.png) repeat;
        border-top: 1px solid #bfbfbf;
    }
    #”sidebar2” > ul {
        margin-left: 0;
    }
}
ul.tabs {
    position: relative;
    margin: 5px 0 12px 0;
    padding: 0px;
}
ul.tabs li a.active {
    background-color: #f47b2a;
}
.grey-sect {
    padding: 0 !important;
    margin: 0;
    color: #bababa;
}
.dropdown_filter_box {
    padding: 15px 0;
}
#”sidebar2” > ul {
    list-style: none;
}
#”sidebar3” > ul {
    list-style: none;
    margin-left: 0
}
.widget h3.widget-title,
.widget h2.widgettitle {
    font-family: 'Russo One', sans-serif;
    clear: both;
    font-weight: normal;
    color: rgba(0, 91, 170, 1);
    border-bottom: 2px solid rgba(0, 91, 170, 1);
    padding: 0 0 .5em;
    margin-bottom: .5em;
}
#product_filter_searchsubmitid_cascade_filter_3 {
    float: right;
    margin: 10px 0 0;
    padding: 15px;
    background-color: #f47b2a;
    text-transform: uppercase;
}
#product_filter_searchsubmitid_cascade_filter_3:hover {
    background-color: #0c375d
}
.categs-box {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.categs-box > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.categs-box > ul > li > a {
    margin-left: 0;
    transition: all 0.3s ease;
}
.categs-box > ul > li > a:hover {
    margin-left: 5px;
}
@media (max-width: 768px) {
    .categs-box {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .categs-box > ul > li > a {
        margin-left: 1%;
    }
}
#product_filter_searchsubmitid_cascade_filter_2 {
    float: right;
    margin: 5px 0 20px;
    padding: 10px;
    background-color: #f47b2a;
    text-transform: uppercase;
}
#product_filter_searchsubmitid_cascade_filter_2:hover {
    background-color: #0c375d;
}
.cascade-filter-form .wcf_vehicle_label {
    padding: 0 1em 0 0;
    font-family: 'Russo One', sans-serif;
    font-size: 16px;
}
.home .cascade-filter-form .wcf_vehicle_label:before {
    content: 'Currently Searching: ';
}
.home .wcf_vehicle_label {
    font-family: 'Russo One', sans-serif;
    font-size: 25px;
}
#wcf_change_link_id_cascade_filter_3,
#product_filter_clearsubmit_id_cascade_filter_3,
#wcf_change_link_id_cascade_filter_4,
#product_filter_clearsubmit_id_cascade_filter_4 {
    border: 0;
    background: none;
    background-color: #60646c;
    border-color: #60646c;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    padding: 0.5em 1em;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 10px;
}

/*hide giant ugly paypal button in cart dropdown */

.mobile-navigation-container .paypal-express-checkout-button,
#masthead .paypal-express-checkout-button {
    display: none;
}
#payment {
    background: #fcfcfc;
}

.wcppec-checkout-buttons, .wcppec-cart-widget-button {

    display: none!important;
    }


/*----------------------------
	top menu styles
------------------------------*/

.main-navigation li.home-header a:after {
    content: ' ';
    background: url(images/home-icon.png) no-repeat;
    padding-left: 15px;
    float: right;
    height: 30px;
    width: 35px;
    margin-top: -3px;
    margin-left: 5px;
}
.woocommerce-breadcrumb {
    display: none;
}

/*--------------------------
	mobile / desk version tweaks
	----------*/

.desk-only {
    display: block
}
.mobile-only {
    display: none
}
@media (max-width: 996px) {
    .desk-only {
        display: none !important
    }
    .mobile-only {
        display: inline-block !important
    }
}

/*----------------------------
	mobile menu styles
------------------------------*/

.mobile-navigation-container {
    display: none;
    width: 100%;
    height: auto;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
body.fixfixed .mobile-navigation-container {
    position: absolute;
}
body.nav-open .mobile-navigation-container {
    height: 100%;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.mobile-navigation {
    height: auto;
    min-height: 70px;
    line-height: 70px;
    padding: 0 0 0.2em 0;
    box-sizing: content-box;

    width: 100%;
    height: auto;
    display: block;

    background: rgb(213,83,25);
    background: -moz-linear-gradient(left, rgb(213,83,25) 0%, rgb(242,121,42) 50%, rgb(213,83,25) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(213,83,25)), color-stop(50%, rgb(242,121,42)), color-stop(100%, rgb(213,83,25)));
    background: -webkit-linear-gradient(left, rgb(213,83,25) 0%, rgb(242,121,42) 50%, rgb(213,83,25) 100%);
    background: -o-linear-gradient(left, rgb(213,83,25) 0%, rgb(242,121,42) 50%, rgb(213,83,25) 100%);
    background: -ms-linear-gradient(left, rgb(213,83,25) 0%, rgb(242,121,42) 50%, rgb(213,83,25) 100%);
    background: linear-gradient(to right, rgb(213,83,25) 0%, rgb(242,121,42) 50%, rgb(213,83,25) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00396a', endColorstr='#00396a', GradientType=1);
    border-bottom: 3px solid #f47b2a;
    padding-top: .2em;
    color: #9aa0a7;
    background-position: center center;
    z-index: 9999;
}
.mobile-navigation .mobile-logo {
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    margin-left: 1em;
}
.mobile-navigation .mobile-logo img {
    height: 56px;
}
.mobile-navigation .mobile-items {
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    list-style: none;
    margin: 0 1em 0 0;
    padding: 0;
    float: right;
}
.mobile-navigation .mobile-items > li {
    display: inline-block;
    vertical-align: middle;
    line-height: initial;
    margin-right: 0.35em;
}
.mobile-navigation .mobile-items > li:last-child {
    margin-right: 0;
}

/* Buttons */
.mobile-navigation .mobile-items button,
.side-nav-container button {
    cursor: pointer;
    /* margin: 2.244em auto 0 auto; */
    margin: 0 auto;
    display: inline-block;
    width: auto;
    text-align: left;
}
@media (max-width: 320px) {
    .mobile-navigation .mobile-items button,
    .side-nav-container button {
        font-size: 75%;
    }
}
.mobile-navigation .mobile-items button:before,
.side-nav-container button:before {
    font-family: "FontAwesome";
    font-weight: 400;
    display: block;
    /* margin-right: .53em;
    margin: 0 auto; */
    text-align: center;
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-bottom: 0.2em;
}
.mobile-navigation .mobile-items .search-toggle:before {
    content: "\f002";
}
.mobile-navigation .mobile-items .cart-toggle:before {
    content: "\f07a";
}
.mobile-navigation .mobile-items .menu-toggle:before {
    content: "\f0c9";
}
.side-nav-container button:before {
    content: "\f00d";
}

/* Expanders */
/*
.mobile-navigation-container .expand-container {
    line-height: 100%;
    display: none;
}
.mobile-navigation-container .expand-container > div:not(.no-pad) {
    padding: 1em 0;
    text-align: center;
}
*/
.mobile-navigation-container .widget {
    margin: 0;
}
.mobile-navigation-container .search-container,
.mobile-navigation-container .cart-container,
.mobile-navigation-container .side-nav-container {
    -webkit-transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    height: auto;
    z-index: 9999;
    display: none;
    overflow-y: hidden;
    overflow-x: hidden;
    line-height: 1;
}
.mobile-navigation-container .search-container {
    padding: 1em 0;
    background-color: #2c2d33;
    color: #9aa0a7;
}
.mobile-navigation-container .woocommerce-product-search {
    display: inline-block;
    line-height: initial;
    margin: 0;
    width: 100%;
}
.mobile-navigation-container .cart-container .widget_shopping_cart {
    display: inline-block;
    background-color: #2c2d33;
    color: #9aa0a7;

    width: 100%;
    height: auto;
}
.mobile-navigation-container .cart-container .widget_shopping_cart a {
    color: #ffffff;
}
.mobile-navigation-container .cart-container .widget_shopping_cart a.remove {
    position: relative;
    float: left;
    top: auto;
    left: 0;
    opacity: 1;
    padding-right: 10px;
}
.mobile-navigation-container .cart-container .widget_shopping_cart a.remove:before {
    text-align: left;
}

/* Navigation Menu */

.side-nav-container {
    padding: 0;
    background: #333333;
    -webkit-transform: translateZ(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.side-nav-container .top-menu {
    display: block;
    height: 79px;
    min-height: 79px;
    max-height: 79px;
    line-height: 79px;
    width: 100%;
    text-align: right;
}
.side-nav-container .top-menu .menu-close {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    margin-right: 1em;
}
.side-nav-container .menu {
    display: block;
    clear: both;
}
.side-nav-container .menu:before,
.side-nav-container .menu:after {
    clear: both;
}
.side-nav-container .menu .menu-section,
.side-nav-container .menu .woof_list li,
.side-nav-container .menu .cascade-filter-form {
    padding-left: 1.387em!important;
    padding-right: 1.387em!important;
}
.side-nav-container .menu .woof_container_inner_brands {
    margin-left: 1.387em;
    margin-right: 1.387em;
}
.side-nav-container .menu .woof_container_inner_brands h4 {
    margin-left: -1.387em;
    margin-right: -1.387em;
}
.side-nav-container .menu h2,
.side-nav-container .menu h3,
.side-nav-container .menu h4 {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    padding: 8px 16px 8px 16px;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 18px;
    font-size: 1.125rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    background: #404040;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #1a1a1a;
    color: #999999;
    letter-spacing: .003em;
    font-family: 'Russo One', sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.1;
}
.side-nav-container .menu .woof_container {
    padding-bottom: 0;
    margin-bottom: 0;
}
.side-nav-container .menu .woof_submit_search_form_container {
    text-align: center;
}
.side-nav-container .menu .woof_submit_search_form_container button {
    float: none!important;
}
.side-nav-container .menu .button_filter_box .product_filter_searchsubmit_button {
    width: 100%;
    margin-bottom: 15px!important;
}
.side-nav-container .menu .chosen-container {
    width: 100%;
}
.side-nav-container .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.side-nav-container .menu li {
    padding: 0;
    list-style-type: none;
}
.side-nav-container .menu ul li {
    border-top: 1px solid #404040;
    border-bottom: 1px solid #1a1a1a;
}
.side-nav-container .menu ul li a {
    padding: 8px 16px 8px 16px;
    padding: 0.5rem 1rem 0.5rem 1rem;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    font-size: 15.2px;
    font-size: 0.95rem;
    text-decoration: none;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    background: transparent;
    cursor: auto;
}
.side-nav-container .menu ul li.telephone a:before {
    content: 'call: ';
    display: inline-block;
    color: #aaa;
    font-size: 0.875rem;
    line-height: 1;
    margin-right: 16px;
    text-transform: none;
}
.side-nav-container .menu .woof_list label {
    color: #ffffff;
}
.side-nav-container .cascade-filter-form .wcf_vehicle_label {
    font-family: 'Russo One', sans-serif;
    font-size: 22px;
    margin-top: 16px;
    display: block;
}
.side-nav-container .cascade-filter-form .wcf_vehicle_label:before {
    content: 'Currently Searching: ';
}

@media (max-width: 767px) {
    .desktop-navigation-container {
        display: none;
    }
    .mobile-navigation-container {
        display: block;
        z-index: 9999;
    }
    .site-header {
        display: none;
    }
    .logo-area {
        display: none;
    }
    html,
    body {
        overflow-x: hidden;
        position: relative;
    }
    body {
        padding-top: 87px;
        transition: all 0.5s ease;
        /* -webkit-transform: translate(0, 0)!important;
        -moz-transform: translate(0, 0)!important;
        -o-transform: translate(0, 0)!important;
        -ms-transform: translate(0, 0)!important;
        transform: translate(0, 0)!important; */
    }
    /* body.nav-open {
        -webkit-transform: translate(-80%, 0)!important;
        -moz-transform: translate(-80%, 0)!important;
        -o-transform: translate(-80%, 0)!important;
        -ms-transform: translate(-80%, 0)!important;
        transform: translate(-80%, 0)!important;
    } */
    body.admin-bar .site-header {
        top: 46px;
    }
}

/*-- JSSOR Styling --*/

#jssor_2 {
    position: relative;
    margin: 0 auto;
    top: 15px;
    left: 0px;
    width: 1200px;
    height: 450px;
    overflow: hidden;
    visibility: hidden;
}
#jssor_2 > div > div {
    position: initial !important;
}
#jssor_2 div[data-u="loading"] {
    position: absolute; top: 0px; left: 0px;
}
#jssor_2 div[data-u="loading"] > div:nth-child(1) {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    top: 15px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#jssor_2 div[data-u="loading"] > div:nth-child(2) {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#jssor_2 div[data-u="slides"] {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 1200px;
    height: 450px;
    overflow: hidden;
}

#jssor_1 {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 1200px;
    height: 180px;
    overflow: hidden;
    visibility: hidden;
}
#jssor_1 div[data-u="loading"] {
    position: absolute;
    top: 0px;
    left: 0px;
}
#jssor_1 div[data-u="loading"] > div:nth-child(1) {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#jssor_1 div[data-u="loading"] > div:nth-child(2) {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#jssor_1 div[data-u="slides"] {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 1200px;
    height: 180px;
    overflow: hidden;
}

/*-- MOBILE UPDATES --*/

/* Add drop shadow to slider dots */

.jssorb05 div {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

#containerF > div:nth-child(2) > div:nth-child(2) {
    display: none;
}

@media (max-width: 767px) {
    /* Fix header issue */
    .site-content .woocommerce {
        clear:both;
    }

    /* Footer */
    #containerF > div {
        text-align: center;
    }
    #containerF > div > img {
        display: inline-block;
    }
    #containerF > div:nth-child(1) {
        width: 100%;
    }
    #containerF > div:nth-child(2) {
        width: 100%;
        display: table;
    }
    #containerF > div:nth-child(2) > div {
        vertical-align: middle;
        padding: 0 5%;
        display: table-cell;
    }
    #containerF > div:nth-child(2) > div > img {
        display: inline-block;
    }
    #containerF > div:nth-child(2) > div:nth-child(1) {
        text-align: right;
        width: auto;
    }
    #containerF > div:nth-child(2) > div:nth-child(1) a {
        display: inline-block;
    }
    #containerF > div:nth-child(2) > div:nth-child(2) {
        display: table-cell;
        text-align: left;
    }
    #containerF > div:nth-child(3) {
        display: none;
    }
    #containerF > div:nth-child(4) {
        width: 100%;
    }

    /* Footer Links */
    .footer-widgets > .block {
        width: 46%;
        float: left;
        margin-right: 8%;
    }
    .footer-widgets > .block:nth-child(even) {
        float: right;
        margin-right: 0;
    }

    /* Brand Slider /
    #jssor_1 > div,
    #jssor_1 > div > div,
    #jssor_1 > div > div < div[data-u="slides"] {
        height: 264px!important;
    }
    */

    /* Page Numbers */
    .pagination .page-numbers,
    .woocommerce-pagination .page-numbers {
        display: table;
        width: 100%;
    }
    .pagination .page-numbers li,
    .woocommerce-pagination .page-numbers li {
        display: table-cell;
    }

    /* Hide Secondary Widget Area (unnecessary) */
    .widget-area#secondary {
        display: none;
    }

    /* Prevent hiding price */
    .price {
        margin: 0!important;
    }

    /* Fix border position */
    .woocommerce-tabs .panel {
        float: none;
    }

    /* Two-column related products /
    .related.products > ul > li {
        float: left;
        width: 47%;
        margin: 0 3% 2em;
    }
    .related.products > ul > li:nth-child(even) {
        margin-right: 0;
    }
    .related.products > ul > li:nth-child(odd) {
        margin-left: 0;
        clear: both;
    }
    */

    /* Basic Entry Styling */
    .hentry .entry-header {
        margin-bottom: 1.5em;
    }

    /* Cart */
    /*table.shop_table_responsive.cart tbody tr.cart_item {
        position: relative;
    }
    table.shop_table_responsive.cart tbody tr.cart_item td.product-remove {
        position: absolute;
        right: 15px;
    }
    table.shop_table_responsive.cart tbody tr.cart_item td.product-thumbnail {
        display: block;
        text-align: center;
        width: 100%;
        min-height: 45px;
    }
    table.shop_table_responsive.cart tbody tr.cart_item td.product-thumbnail:before {
        display: none;
    }
    table.shop_table_responsive.cart tbody tr.cart_item td.product-thumbnail img {
        display: inline-block;
        margin-bottom: 0;
    }*/

    /* Remove shop_table_responsive styling */
    /*
    table.shop_table_responsive.cart tbody th,
    table.shop_table_responsive.cart thead {
        display: table-header-group;
        text-indent: 0;
    }
    table.shop_table_responsive.cart thead th {
        padding: .53em;
    }
    table.shop_table_responsive.cart tr td {
        display: table-cell;
        text-align: left;
    }
    table.shop_table_responsive.cart tr td:before {
        display: none;
    }
    table.shop_table_responsive.cart thead th.product-quantity {
        text-align: center;
    }
    table.shop_table_responsive.cart tr td.product-quantity {
        text-align: center;
    }
    table.shop_table_responsive.cart tr td.product-thumbnail {
        display: none;
    }
    */

    table.shop_table_responsive.cart tr td.product-remove a.remove {
        top: 0;
        right: 0;
    }

    /* Two-column Products */
    .products > ul > li.product,
    ul.products > li.product {
        float: left;
        width: 47%;
        margin: 0 3% 2em;
        padding: 8px;
    }
    .products > ul > li:nth-child(even),
    ul.products > li:nth-child(even) {
        margin-right: 0;
    }
    .products > ul > li:nth-child(odd),
    ul.products > li:nth-child(odd) {
        margin-left: 0;
        clear: both;
    }
    .products > ul > li.product img,
    ul.products > li.product img {
        margin: 0 auto 0.25em;
    }
    .archive #main ul li a h3,
    .home #main ul li a h3,
    .products > ul > li.product h3,
    ul.products > li.product h3 {
        /*min-height: 0;*/
        height: auto;
    }
    .products > ul > li.product .price,
    ul.products > li.product .price {
        display: inline-block;
        width: 100%;
        padding-top: 0;
    }
    .products > ul > li.product .price ins,
    ul.products > li.product .price ins {
        margin-left: 0;
    }
    .products > ul > li.product .sku,
    ul.products > li.product .sku {
        /* display: none; */
    }

    .error404 .fourohfour-columns-2 .col-1,
    .error404 .fourohfour-columns-2 .col-2 {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .error404 .fourohfour-columns-2 .col-1 ul.products li.product.last {
        margin-left: 0;
        margin-right: 0;
    }

    .error404 .site-content .widget_product_search {
        margin-bottom: 1em;
    }

    #wp-live-chat-header {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    #wp-live-chat-header.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 425px) {
    /* Adjust cart font-size */
    table.shop_table_responsive.cart tbody {
        font-size: 80%;
    }
}

@media (max-width: 400px) {
    /* Fix header issue */
    .home .site-content .entry-content {
        padding-top: 32px;
    }

    /* Adjust Product font-size */
    .products > ul > li.product h3,
    ul.products > li.product h3 {
        font-size: 0.9em;
        margin-bottom: 0;
    }
    .products > ul > li.product .price del span,
    ul.products > li.product .price del span {
        font-size: 13px;
    }
    .products > ul > li.product .price ins span,
    ul.products > li.product .price ins span {
        font-size: 16px;
    }

    /* Fix options select */
    .single-product div.product table.variations .value select {
        width: 86%;
    }
}

@media (max-width: 375px) {
    /* Adjust cart font-size */
    table.shop_table_responsive.cart thead {
        font-size: 75%;
    }
    table.shop_table_responsive.cart tbody {
        font-size: 75%;
    }
}

@media (max-width: 320px) {
    /* Adjust Product font-size */
    .products > ul > li.product h3,
    ul.products > li.product h3 {
        font-size: 0.7em;
        margin-bottom: 0;
    }
    .products > ul > li.product .price del span,
    ul.products > li.product .price del span {
        font-size: 10px;
    }
    .products > ul > li.product .price ins span,
    ul.products > li.product .price ins span {
        font-size: 13px;
    }
    .products > ul > li.product,
    ul.products > li.product {
        margin-bottom: 1em;
    }
}

.accordionContent { display: none; }
.accordionButtonActive { font-family: 'Russo One', sans-serif; font-weight: normal; color: rgba(0, 91, 170, 1); cursor: pointer; font-size: 1.6em;   }
.accordionButtonActive:before {content: "-"; margin-right: 10px;}
.accordionButtonNotactive { font-family: 'Russo One', sans-serif; font-weight: normal; color: rgba(0, 91, 170, 1); cursor: pointer; font-size: 1.6em;  }
.accordionButtonNotactive:hover, .accordionButtonActive:hover {opacity: .7;}
.accordionButtonNotactive:before { content: "+"; margin-right: 10px;  }

.employ-desc {
	max-width: 100%;
	height: auto;
}

.employ-desc :before, .employ-desc :before {
	width: 0;
}
