/*
Theme Name:     Ink Ammunition
Author:         Argon Design
Author URI:     http://www.argondesign.com.au
Version:        1.0
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, 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/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
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 { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

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

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

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

::-moz-selection { background: #FFE9A1; color: #000; text-shadow: none; }

::selection { background: #FFE9A1; color: #000; text-shadow: none; }

a { color: #891111; text-decoration: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

a:hover { text-decoration: underline; }

a:focus { outline: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; font-family: "Oswald", "Open Sans", sans-serif; font-weight: 300; color: #DDD; line-height: 1.2; text-rendering: optimizelegibility; }

h1, h2, h3 { margin: 0 0 26px; }

h1 { font-size: 30px; font-size: 1.875rem; color: #891111; text-transform: uppercase; font-weight: 400; }

h2 { font-size: 24px; font-size: 1.5rem; }

h3 { font-size: 18px; font-size: 1.125rem; }

h4 { font-size: 18px; font-size: 1.125rem; }

h5 { font-size: 16px; font-size: 1rem; }

h6 { font-size: 14px; font-size: 0.875rem; }

p { margin: 0 0 26px; }

ul, ol { padding: 0; margin: 0 0 26px 26px; }

strong { font-weight: 700; }

em { font-style: italic; }

abbr { cursor: help; }

hr { height: 0; margin-bottom: 26px; border: 0; border-top: 1px solid #DDD; border-bottom: 1px solid transparent; }

blockquote { padding: 26px; margin-bottom: 26px; background: #F5F5F5; border-left: 5px solid #EEE; font-style: italic; }

blockquote footer, blockquote small { display: block; color: #891111; font-weight: 700; }

blockquote footer cite, blockquote small cite { font-style: normal; font-weight: normal; }

address { display: block; margin-bottom: 26px; font-style: normal; }

table { max-width: 100%; border-collapse: collapse; border-spacing: 0; }

.table { width: 100%; margin: 0 0 26px; }

.table th, .table td { padding: 8px; text-align: left; vertical-align: top; border-top: 1px solid #DDD; }

.table th { font-weight: bold; }

.table thead th { vertical-align: bottom; background-color: #FFF; }

.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; }

.table tbody + tbody { border-top: 2px solid #DDD; }

.table-bordered { border: 1px solid #DDD; border-collapse: separate; *border-collapse: collapsed; border-left: 0; }

.table-bordered th, .table-bordered td { border-left: 1px solid #DDD; }

.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top: 0; }

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th { background-color: #F9F9F9; }

.table tbody tr:hover td, .table tbody tr:hover th { background-color: #F5F5F5; }

fieldset { margin-bottom: 26px; padding: 0; border: none; }

fieldset legend { width: 100%; display: block; color: #891111; font-weight: bold; font-size: 1em; border-bottom: 1px solid #DDD; margin: 0 0 26px; padding: 0; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select, select[multiple=multiple], textarea { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 8px; outline: none; font-size: 1em !important; color: #333; border: none; background: #DDD; border-radius: 0; }

input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, select[multiple=multiple]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #000; font-family: "Oswald", "Open Sans", sans-serif; text-transform: uppercase; font-weight: 400; }

input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, select[multiple=multiple]::-moz-placeholder, textarea::-moz-placeholder { color: #000; font-family: "Oswald", "Open Sans", sans-serif; text-transform: uppercase; font-weight: 400; }

input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, select[multiple=multiple]:-moz-placeholder, textarea:-moz-placeholder { color: #000; font-family: "Oswald", "Open Sans", sans-serif; text-transform: uppercase; font-weight: 400; }

input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, select[multiple=multiple]:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #000; font-family: "Oswald", "Open Sans", sans-serif; text-transform: uppercase; font-weight: 400; }

input[type="radio"], input[type="checkbox"] { margin: 0; cursor: pointer; }

input[type="search"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

textarea { width: 100%; height: 138px; resize: vertical; overflow: auto; }

select[multiple], select[size] { height: auto; }

::-moz-focus-inner { border: 0; padding: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"], button, .btn, .woocommerce .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt, .woocommerce input.button.alt, .button { padding: 3px 13px; display: inline-block; font-weight: normal; font-family: "Oswald", "Open Sans", sans-serif; vertical-align: middle; cursor: pointer; color: #DDD; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 13px; font-size: 0.8125rem; line-height: 1; background: #891111; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; border-width: 5px; border-style: solid; border-radius: 0; border-color: #891111; -webkit-border-image: url(images/borders.png) 5 repeat; border-image: url(images/borders.png) 5 repeat; border-style: solid; }

button:hover, button:active, input[type="button"]:hover, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:active, button:hover, button:active, .btn:hover, .woocommerce .button:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .btn:active, .woocommerce .button:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active, .button:hover, .button:active { color: #DDD; text-decoration: underline; }

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, button:disabled, .btn:disabled, .woocommerce .button:disabled, .woocommerce button.button.alt:disabled, .woocommerce input.button.alt:disabled, .button:disabled { cursor: not-allowed; opacity: 0.5; }

input[type="image"] { border: 0; }

.form-row { margin: 0 0 10px; }

.form-row::after { content: ''; display: table; clear: both; }

.searchform .form-row { margin: 0 0 5px; }

.alert-success, .alert-warning, .alert-error, #cancel-comment-reply-link, .gform_confirmation_message, .woocommerce-error { display: block; margin: 0 0 26px; padding: 10px 20px; border-radius: 3px; }

.alert-success, .gform_confirmation_message { background: #DFF0D8; border: 1px solid #b2dba1; color: #529138; }

.alert-warning { background: #FCF8E3; border: 1px solid #f5e79e; color: #caad16; }

.alert-error, #cancel-comment-reply-link, .woocommerce-error { background: #F2DEDE; border: 1px solid #e4b9b9; color: #c77070; }

div.wpcf7-validation-errors { text-align: center; border-radius: 1px; margin: 0px !important; color: #898137; padding: 10px !important; background-color: #FFFFE0 !important; border: 1px solid #E6DB55 !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.3; }

span.wpcf7-not-valid-tip, .ajax-loader { display: none !important; }

div.wpcf7-mail-sent-ok { background-color: #EBFFE0 !important; border: 1px solid #73D042 !important; border-radius: 2px 2px 2px 2px !important; color: #568937 !important; font-size: 10pt !important; margin: 0px !important; padding: 13px !important; text-align: center !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.wpcf7-not-valid { background-color: #FFE0E0 !important; border: 1px solid #E65555 !important; }

.wpcf7-not-valid::-webkit-input-placeholder { color: darkred !important; }

.wpcf7-not-valid::-moz-placeholder { color: darkred !important; }

.wpcf7-not-valid:-moz-placeholder { color: darkred !important; }

.wpcf7-not-valid:-ms-input-placeholder { color: darkred !important; }

.gform_wrapper .validation_error { color: #FFF !important; font-size: 16px !important; font-weight: 600 !important; border: none !important; }

.gform_wrapper .gfield { margin: 0 0 10px; }

.gform_wrapper .gfield.gf-hide-label .gfield_label { display: none !important; }

.gform_wrapper .gform_footer { margin: 0 !important; padding: 0 !important; }

.wp-caption { background: #DDD; text-align: center; padding-top: 5px; }

.wp-caption-text { color: #000; font-weight: 700; margin: 0; padding: 0 5px 5px; }

.widget_nav_menu ul, .widget_pages ul, .widget_categories ul, .widget_recent_entries ul, .widget_meta ul, .widget_archive ul, .widget_product_categories ul { margin: 0; list-style: none; }

.widget_nav_menu ul li, .widget_pages ul li, .widget_categories ul li, .widget_recent_entries ul li, .widget_meta ul li, .widget_archive ul li, .widget_product_categories ul li { display: block; }

.widget_nav_menu ul li ul, .widget_pages ul li ul, .widget_categories ul li ul, .widget_recent_entries ul li ul, .widget_meta ul li ul, .widget_archive ul li ul, .widget_product_categories ul li ul { margin-left: 10px; }

.widget_recent_entries ul li .post-date { display: block; font-size: 0.8em; color: #AAA; }

.widget-subscribe { background: url(images/widget_subscribe.jpg) no-repeat center center/cover; }

.widget-subscribe .inner { padding: 20px; }

.widget-subscribe h3 { margin: 0 0 10px; font-size: 18px; font-size: 1.125rem; color: #DDD; text-transform: uppercase; font-weight: 400; }

.widget-subscribe input[type="text"], .widget-subscribe input[type="email"] { padding: 5px; background: #610000; font-weight: 300; color: #DDD; }

.widget-subscribe input[type="text"]::-webkit-input-placeholder, .widget-subscribe input[type="email"]::-webkit-input-placeholder { font-weight: 300; color: #DDD; }

.widget-subscribe input[type="text"]::-moz-placeholder, .widget-subscribe input[type="email"]::-moz-placeholder { font-weight: 300; color: #DDD; }

.widget-subscribe input[type="text"]:-moz-placeholder, .widget-subscribe input[type="email"]:-moz-placeholder { font-weight: 300; color: #DDD; }

.widget-subscribe input[type="text"]:-ms-input-placeholder, .widget-subscribe input[type="email"]:-ms-input-placeholder { font-weight: 300; color: #DDD; }

.widget-subscribe input[type="submit"] { padding: 6px 12px; font-size: 16px; font-size: 1rem; color: #891111; background: #DDD; border: none; }

#sitemap ul { margin-bottom: 10px; margin-top: 10px; }

html { font-size: 16px; }

body { background-color: #000; color: #DDD; line-height: 1.612; font-family: "Open Sans", sans-serif; font-weight: 300; }

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

.container { max-width: 1200px; margin: 0 5%; }

.container::after { content: ''; display: table; clear: both; }

#header { width: 100%; position: relative; z-index: 500; }

#header .header-contents::after { content: ''; display: table; clear: both; }

#header .header-contents .header-buttons { float: right; }

#header .header-contents .social-icons { display: inline-block; vertical-align: middle; margin: 0 0 30px; }

#header .header-contents .social-icons ul { margin: 0; list-style: none; font-size: 20px; }

#header .header-contents .social-icons ul::after { content: ''; display: table; clear: both; }

#header .header-contents .social-icons ul li { display: block; margin: 0 0 0 10px; float: left; }

#header .header-contents .social-icons ul li a { color: #DDD; }

#header .header-contents .shop-buttons { display: inline-block; vertical-align: middle; margin: 0 0 30px; }

#header .header-contents .shop-buttons ul { margin: 0; list-style: none; text-transform: uppercase; letter-spacing: 1px; font-weight: 400; font-family: "Oswald", "Open Sans", sans-serif; font-size: 12px; font-size: 0.75rem; }

#header .header-contents .shop-buttons ul::after { content: ''; display: table; clear: both; }

#header .header-contents .shop-buttons ul li { display: block; margin: 0 0 0 10px; float: left; }

#header .header-contents .shop-buttons ul li a { display: block; padding: 0 5px; background: #891111; color: #DDD; text-decoration: none; border-width: 5px; border-style: solid; border-color: #891111; -webkit-border-image: url(images/borders.png) 5 repeat; border-image: url(images/borders.png) 5 repeat; border-style: solid; }

#header .header-contents .shop-buttons ul li a:hover { text-decoration: underline; }

#header .header-contents .shop-buttons ul li ul { display: none; }

#header .header-contents .secondary-menu { clear: both; }

#header .header-contents .secondary-menu ul { margin: 0; list-style: none; text-align: center; text-transform: uppercase; font-weight: 400; font-family: "Oswald", "Open Sans", sans-serif; font-size: 18px; font-size: 1.125rem; }

#header .header-contents .secondary-menu ul li { display: inline-block; margin: 0 10px; }

#header .header-contents .secondary-menu ul li a { color: #DDD; text-decoration: none; }

#header .header-contents .secondary-menu ul li a:hover { text-decoration: underline; }

#header .header-contents .secondary-menu ul li ul { display: none; }

#header .header-contents .secondary-menu ul li.current-menu-item > a { text-decoration: underline; }

#header .logo { padding: 30px 0; }

#header .logo img { margin: 0 auto; }

#header #nav { background: #891111; border-width: 5px; border-style: solid; border-color: #891111; -webkit-border-image: url(images/borders.png) 5 repeat; border-image: url(images/borders.png) 5 repeat; border-style: solid; }

#header #nav .menu-collapser { padding: 0 5%; color: #DDD; }

#header #nav .menu-collapser .collapse-button { font-size: 24px; font-size: 1.5rem; cursor: pointer; }

#header #nav ul { margin: 0; list-style: none; font-size: 14px; font-size: 0.875rem; font-family: "Oswald", "Open Sans", sans-serif; font-weight: 400; letter-spacing: 1px; line-height: 1.2; text-transform: uppercase; }

#header #nav ul li { display: block; position: relative; border-top: 1px solid #5c0b0b; }

#header #nav ul li a { display: block; padding: 12px 5%; color: #DDD; }

#header #nav ul li ul li a { background: #7b0f0f; }

#header #nav ul li ul li ul li a { background: #720e0e; }

#header #nav ul li ul li .sub-collapser { background: #720e0e; }

#header #nav ul li .sub-collapser { width: 48px; height: 100%; position: absolute; right: 0; top: 0; text-align: center; z-index: 999; cursor: pointer; border-left: 1px solid #5c0b0b; background: #7b0f0f; }

#header #nav ul li .sub-collapser > i { color: #FFF; }

#header #nav ul li .sub-collapser:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; }

#header #nav ul li .sub-collapser.expanded { height: 42px; }

#main { padding: 60px 0; }

#main::after { content: ''; display: table; clear: both; }

#main .main-title { margin: 0 0 45px; text-align: center; }

#main .main-title h1 { margin: 0; }

#main .content, #main .content-full { margin-bottom: 60px; }

#main .content::after, #main .content-full::after { content: ''; display: table; clear: both; }

#main .sidebar .widget { margin: 0 0 20px; }

#main .sidebar .widget-title { text-transform: uppercase; font-weight: 400; font-size: 24px; font-size: 1.5rem; }

#main .sidebar .widget_simpleimage img { width: 100%; }

#main .sidebar .widget_nav_menu, #main .sidebar .widget_pages, #main .sidebar .widget_categories, #main .sidebar .widget_recent_entries, #main .sidebar .widget_meta, #main .sidebar .widget_archive, #main .sidebar .widget_product_categories { background: url(images/rough_line_hor.png) repeat-x bottom, url(images/rough_line_hor.png) repeat-x top, url(images/rough_line_vert.png) repeat-y left, url(images/rough_line_vert.png) repeat-y right; }

#main .sidebar .widget_nav_menu .widget-title, #main .sidebar .widget_pages .widget-title, #main .sidebar .widget_categories .widget-title, #main .sidebar .widget_recent_entries .widget-title, #main .sidebar .widget_meta .widget-title, #main .sidebar .widget_archive .widget-title, #main .sidebar .widget_product_categories .widget-title { margin: 0; padding: 15px 30px; background: url(images/rough_line_hor.png) repeat-x bottom; }

#main .sidebar .widget_nav_menu ul, #main .sidebar .widget_pages ul, #main .sidebar .widget_categories ul, #main .sidebar .widget_recent_entries ul, #main .sidebar .widget_meta ul, #main .sidebar .widget_archive ul, #main .sidebar .widget_product_categories ul { margin: 0; padding: 20px; list-style: none; font-family: "Oswald", "Open Sans", sans-serif; font-weight: 300; }

#main .sidebar .widget_nav_menu ul li, #main .sidebar .widget_pages ul li, #main .sidebar .widget_categories ul li, #main .sidebar .widget_recent_entries ul li, #main .sidebar .widget_meta ul li, #main .sidebar .widget_archive ul li, #main .sidebar .widget_product_categories ul li { display: block; padding: 10px; }

#main .sidebar .widget_nav_menu ul li a, #main .sidebar .widget_pages ul li a, #main .sidebar .widget_categories ul li a, #main .sidebar .widget_recent_entries ul li a, #main .sidebar .widget_meta ul li a, #main .sidebar .widget_archive ul li a, #main .sidebar .widget_product_categories ul li a { color: #DDD; }

#main .sidebar .widget_nav_menu ul li ul, #main .sidebar .widget_pages ul li ul, #main .sidebar .widget_categories ul li ul, #main .sidebar .widget_recent_entries ul li ul, #main .sidebar .widget_meta ul li ul, #main .sidebar .widget_archive ul li ul, #main .sidebar .widget_product_categories ul li ul { margin: 0 0 0 10px; padding: 0; }

#main .sidebar .widget_nav_menu ul li ul li, #main .sidebar .widget_pages ul li ul li, #main .sidebar .widget_categories ul li ul li, #main .sidebar .widget_recent_entries ul li ul li, #main .sidebar .widget_meta ul li ul li, #main .sidebar .widget_archive ul li ul li, #main .sidebar .widget_product_categories ul li ul li { padding: 5px; }

#main .sidebar .widget_nav_menu ul li.current-cat > a, #main .sidebar .widget_pages ul li.current-cat > a, #main .sidebar .widget_categories ul li.current-cat > a, #main .sidebar .widget_recent_entries ul li.current-cat > a, #main .sidebar .widget_meta ul li.current-cat > a, #main .sidebar .widget_archive ul li.current-cat > a, #main .sidebar .widget_product_categories ul li.current-cat > a { color: #891111; }

#main .sidebar .purchaser-notice { border-width: 5px; border-style: solid; border-color: #891111; -webkit-border-image: url(images/borders.png) 5 repeat; border-image: url(images/borders.png) 5 repeat; border-style: solid; }

#main .sidebar .purchaser-notice .inner { padding: 20px; background: #891111; color: #DDD; text-align: center; }

#main .sidebar .purchaser-notice h3 { margin: 0 0 5px; text-transform: uppercase; }

#main .sidebar .purchaser-notice a { color: #DDD; text-decoration: underline; }

#main .sidebar .purchaser-notice .btn, #main .sidebar .purchaser-notice .woocommerce .button, .woocommerce #main .sidebar .purchaser-notice .button { padding: 6px 12px; border: none; color: #891111; background: #DDD; font-size: 16px; font-size: 1rem; }

#footer { padding: 40px 0; background: #891111; }

#footer a { color: #DDD; text-decoration: none; }

#footer a:hover { text-decoration: underline; }

#footer .widget { margin-bottom: 30px; }

#footer .widget_nav_menu ul li.strong, #footer .widget_pages ul li.strong, #footer .widget_categories ul li.strong, #footer .widget_recent_entries ul li.strong, #footer .widget_meta ul li.strong, #footer .widget_archive ul li.strong, #footer .widget_product_categories ul li.strong { font-weight: 600; }

#footer .widget_nav_menu ul li.spacer, #footer .widget_pages ul li.spacer, #footer .widget_categories ul li.spacer, #footer .widget_recent_entries ul li.spacer, #footer .widget_meta ul li.spacer, #footer .widget_archive ul li.spacer, #footer .widget_product_categories ul li.spacer { margin-bottom: 30px; }

#footer .footer-r nav ul { margin: 0 0 40px; }

#footer .footer-r nav ul li { display: inline-block; margin-left: 10px; }

#footer .footer-r nav ul li:first-child { margin-left: 0; }

#footer .footer-r nav ul li ul { display: none; }

#main .home-content .content { margin-bottom: 0; font-size: 18px; font-size: 1.125rem; }

#main .home-banners .banner { margin-bottom: 20px; }

#main .home-banners .banner img { width: 100%; }

#main .brands { padding: 40px 0 0; text-align: center; }

#main .brands h3 { margin: 0 0 40px; text-transform: uppercase; font-weight: 400; font-size: 20px; font-size: 1.25rem; }

#main .brands img { display: inline-block; vertical-align: middle; margin: 0 40px 40px; }

.faqs { background: url(images/line.png) repeat-x top; }

.faqs .faq { padding: 25px 25px 25px 70px; background: url(images/line.png) repeat-x bottom; }

.faqs .faq .faq-question, .faqs .faq .faq-answer { position: relative; }

.faqs .faq .faq-question:before, .faqs .faq .faq-answer:before { position: absolute; top: 0; left: -50px; font-size: 30px; font-weight: 700; line-height: 1; }

.faqs .faq .faq-question { padding: 0 55px 0 0; cursor: pointer; }

.faqs .faq .faq-question h2 { margin: 0; }

.faqs .faq .faq-question:before { content: 'Q.'; }

.faqs .faq .faq-question:after { position: absolute; right: 25px; top: -5px; content: '\f0ab'; font-family: FontAwesome; font-size: 24px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.faqs .faq .faq-answer { margin-top: 26px; }

.faqs .faq .faq-answer:before { content: 'A.'; }

.faqs .faq.open .faq-question:after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.contacts { margin: 0 0 26px; list-style: none; }

.contacts li { display: block; position: relative; margin-left: 35px; }

.contacts li:before { width: 35px; position: absolute; left: -35px; font-family: FontAwesome; font-size: 18px; text-align: center; }

.contacts li.phone:before { content: '\f095'; }

.contacts li.email:before { content: '\f003'; }

.register-col .register .label { display: none; }

.register-col .login { max-width: 270px; }

.register-col:first-child { margin-bottom: 70px; }

.post-nav { clear: both; text-align: center; }

.post-nav .page-numbers { padding: 3px 5px; display: inline-block; line-height: 1; }

.post-nav .current { font-weight: 700; }

.row::after { content: ''; display: table; clear: both; }

.row-margin { margin-bottom: 50px; }

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth { position: relative; margin-bottom: 26px; }

.alignright, .alignleft, .aligncenter, .alignnone { margin: 0 0 26px; display: block; }

.accordion { margin: 0 0 26px; border-bottom: 2px solid #000; }

.accordion .accordion-item { border-top: 2px solid #000; }

.accordion .accordion-item .accordion-handle { cursor: pointer; position: relative; }

.accordion .accordion-item .accordion-handle h3 { padding: 10px 50px 10px 40px; margin: 0; font-size: 36px; font-size: 2.25rem; font-family: "Oswald", "Open Sans", sans-serif; font-weight: 700; color: #891111; }

.accordion .accordion-item .accordion-handle h3:after { font-family: FontAwesome; content: "\f13a"; font-size: 24px; position: absolute; right: 20px; top: 21px; }

.accordion .accordion-item .accordion-content { padding: 30px 40px; }

.accordion .accordion-item.selected { background-color: #F2F2F2; }

.accordion .accordion-item.selected .accordion-handle h3:after { content: "\f139"; }

.flexslider { margin: 0; padding: 0; }

.flexslider .slides { margin: 0; list-style: none; }

.flexslider .slides::after { content: ''; display: table; clear: both; }

.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }

.flexslider .slides img { width: 100%; display: block; }

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

.no-js .slides > li:first-child { display: block; }

#fb-root { display: none; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { width: 100% !important; }

.woocommerce ul.products li.product { width: 100% !important; margin: 0 0 70px !important; float: none !important; clear: none !important; }

.woocommerce ul.products li.product .product-loop-thumb { margin: 0 0 30px; background: #FFF; }

.woocommerce ul.products li.product img { width: auto !important; margin: 0 auto 30px !important; }

.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 !important; margin: 0 0 20px !important; font-size: 16px !important; font-weight: 300 !important; }

.woocommerce ul.products li.product .woocommerce-loop-product__title a { color: #DDD; }

.woocommerce ul.products li.product .price { margin: 0 0 20px !important; color: #DDD !important; font-size: 30px !important; font-family: "Oswald", "Open Sans", sans-serif; line-height: 1; font-weight: 300 !important; }

.woocommerce ul.products li.product .price del { display: none !important; }

.woocommerce ul.products li.product .price ins { font-weight: 300 !important; text-decoration: none !important; }

.woocommerce ul.products li.product .added_to_cart { color: #DDD; }

.woocommerce ul.products li.product.product-type-simple .loop-quantity-input { margin: 0 0 20px; }

.woocommerce ul.products li.product.product-type-simple .loop-quantity-input::after { content: ''; display: table; clear: both; }

.woocommerce ul.products li.product.product-type-simple .loop-quantity-input .quantity, .woocommerce ul.products li.product.product-type-simple .loop-quantity-input .price { display: inline-block !important; vertical-align: middle; }

.woocommerce ul.products li.product.product-type-simple .loop-quantity-input .quantity { margin-right: 15px; }

.woocommerce ul.products li.product.product-type-simple .loop-quantity-input .quantity .qty { padding: 5px; }

.woocommerce ul.products li.product.product-type-simple .loop-quantity-input .price { margin: 0 !important; }

.woocommerce .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { text-decoration: underline; background: #891111; color: #DDD; }

.woocommerce .button:disabled, .woocommerce .button:disabled[disabled], .woocommerce .button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce a.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button.disabled { padding: 3px 13px; background: #891111; }

.woocommerce .button:disabled:hover, .woocommerce .button:disabled[disabled]:hover, .woocommerce .button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover { text-decoration: underline; background: #891111; color: #DDD; }

.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { text-decoration: underline; background: #891111; color: #DDD; }

.woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt.disabled, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt.disabled { background: #891111; }

.woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled:hover { text-decoration: underline; background: #891111; color: #DDD; }

.woocommerce table.shop_table { border: none !important; }

.woocommerce table.shop_table th { font-family: "Oswald", "Open Sans", sans-serif; font-weight: 400 !important; }

.woocommerce table.shop_table td { border-top: 1px solid #DDD !important; }

.woocommerce table.shop_table .actions { padding: 15px 0; }

.woocommerce table.shop_table .actions p { margin: 0; }

.single-product div.product div.images { margin-bottom: 60px !important; margin-bottom: 60px; }

.single-product div.product div.images figure { margin: 0; }

.single-product div.product div.images .flex-viewport { margin-bottom: 2%; }

.single-product div.product div.images .flex-control-thumbs::after { content: ''; display: table; clear: both; }

.single-product div.product div.images .flex-control-thumbs li { margin-bottom: 2%; float: left; clear: none; text-align: inherit; width: 23.5%; margin-left: 0%; margin-right: 2%; }

.single-product div.product div.images .flex-control-thumbs li::after { content: ''; display: table; clear: both; }

.single-product div.product div.images .flex-control-thumbs li:nth-child(n) { margin-right: 2%; float: left; clear: none; }

.single-product div.product div.images .flex-control-thumbs li:nth-child(4n) { margin-right: 0%; float: right; }

.single-product div.product div.images .flex-control-thumbs li:nth-child(4n + 1) { clear: both; }

.single-product div.product div.images .flex-control-thumbs li img { opacity: 1; border: 1px solid transparent; transition: 0.5s ease; }

.single-product div.product div.images .flex-control-thumbs li:hover img { border-color: #891111; }

.single-product div.product div.summary { margin-bottom: 60px !important; }

.single-product div.product div.summary .product_title { font-size: 30px; font-size: 1.875rem; }

.single-product div.product div.summary .price { color: #DDD !important; font-size: 30px !important; font-family: "Oswald", "Open Sans", sans-serif; line-height: 1.2; font-weight: 300 !important; }

.single-product div.product div.summary table.variations td { display: block; padding: 10px 0; }

.single-product div.product div.summary table.variations td.label { padding: 0; }

.single-product div.product div.summary table.variations td.label label { margin: 0; font-size: 16px; font-weight: 400; }

.single-product div.product div.summary table.variations td.value { padding: 0 0 10px; }

@media (min-width: 1240px) { .single-product div.product div.summary table.variations td { display: table-cell; }
  .single-product div.product div.summary table.variations td.label { width: 140px; padding: 10px 0; }
  .single-product div.product div.summary table.variations td.label label { padding: 7px 0 0; }
  .single-product div.product div.summary table.variations td.value { padding: 10px 0; } }

.single-product div.product div.summary .single_variation_wrap::after { content: ''; display: table; clear: both; }

.single-product div.product div.summary .single_variation_wrap .single_variation { margin: 0 0 20px; }

@media (min-width: 1240px) { .single-product div.product div.summary .single_variation_wrap .stock, .single-product div.product div.summary .single_variation_wrap .price { margin-left: 140px; } }

.single-product div.product div.summary div.quantity { width: 100%; margin: 0 0 30px; float: none; }

.single-product div.product div.summary div.quantity label { font-weight: 400; }

.single-product div.product div.summary div.quantity div .qty { width: 100%; }

@media (min-width: 1240px) { .single-product div.product div.summary div.quantity::after { content: ''; display: table; clear: both; }
  .single-product div.product div.summary div.quantity label { width: 140px; padding: 10px 0 0; float: left; }
  .single-product div.product div.summary div.quantity div { margin-left: 140px; }
  .single-product div.product div.summary div.quantity div .qty { max-width: 190px; } }

.single-product div.product div.summary .single_add_to_cart_button { padding: 12px 20px; font-size: 24px; font-size: 1.5rem; }

@media (min-width: 1240px) { .single-product div.product div.summary .single_add_to_cart_button { margin-left: 140px; } }

.single-product .related { clear: both; }

.single-product .related > h2 { margin: 0 0 55px; text-align: center; text-transform: uppercase; }

.woocommerce-message .button, .wc-proceed-to-checkout .button { background: #891111 !important; color: #DDD !important; border-radius: 0 !important; font-family: "Oswald", "Open Sans", sans-serif !important; font-weight: 400 !important; }

.woocommerce-cart .cart-collaterals .cart_totals table { width: 100%; }

.woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td { padding: 10px !important; }

.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator br { display: none; }

.woocommerce-cart #coupon_code { width: 150px; }

.checkout_coupon { border: none !important; border-width: 1px 0 1px 0 !important; border-style: solid !important; border-color: #DDD !important; border-radius: 0 !important; }

#payment { color: #333; }

@media (min-width: 480px) { #footer .footer-l::after { content: ''; display: table; clear: both; }
  #footer .footer-l .widget { width: 47.5%; margin-left: 5%; float: left; }
  #footer .footer-l .widget:nth-child(2n+1) { margin-left: 0; clear: left; }
  .alignright { float: right; margin: 0 0 26px 26px; }
  .alignleft { float: left; margin: 0 26px 26px 0; }
  .aligncenter { margin: 0 auto 26px; }
  .alignnone { margin: 0 0 26px; }
  .woocommerce ul.products::after { content: ''; display: table; clear: both; }
  .woocommerce ul.products li.product { width: 47.5% !important; margin-left: 5% !important; float: left !important; }
  .woocommerce ul.products li.product:nth-child(2n+1) { margin-left: 0 !important; clear: left !important; } }

@media (min-width: 768px) { #wrapper { padding-bottom: 340px; background-image: url(images/bottom_splash.png), url(images/bg.jpg); background-repeat: no-repeat, no-repeat; background-position: bottom center, top center; }
  #header::after { content: ''; display: table; clear: both; }
  #header .header-contents { width: 47.5%; padding-top: 50px; float: right; }
  #header .header-contents .secondary-menu ul { text-align: right; }
  #header .logo { width: 47.5%; float: left; }
  #header .logo img { margin: 0; }
  #header #nav { clear: both; }
  #header #nav .menu-collapser, #header #nav .sub-collapser { display: none; }
  #header #nav ul { text-align: center; font-size: 12px; font-size: 0.75rem; }
  #header #nav ul li { display: inline-block; margin: 0 5px; border: none; }
  #header #nav ul li a { padding: 7px 0; text-decoration: none; }
  #header #nav ul li a:hover { text-decoration: underline; }
  #header #nav ul li ul { width: 160px; position: absolute; top: 100%; left: 0; z-index: 1; font-family: "Open Sans", sans-serif; font-weight: 300; font-size: 13px; font-size: 0.8125rem; text-transform: none; text-align: left; }
  #header #nav ul li ul li { display: block; margin: 0; }
  #header #nav ul li ul li a { padding: 8px 12px; background: #891111; }
  #header #nav ul li ul li a:hover { text-decoration: none; background: #720e0e; }
  #header #nav ul li ul li ul { left: 157px; top: -3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); z-index: 2; }
  #header #nav ul li ul li ul li a { background: #891111; }
  #header #nav ul li ul li:hover > a { text-decoration: none; background: #720e0e; }
  #header #nav ul li:hover > a { text-decoration: underline; }
  #main .sidebar::after { content: ''; display: table; clear: both; }
  #main .sidebar .widget { width: 47.5%; margin-left: 5%; float: left; }
  #main .sidebar .widget:nth-child(2n+1) { margin-left: 0; clear: left; }
  #main .sidebar .widget_simpleimage img { margin: 0 auto; }
  #footer .footer-l .widget { width: 21.25%; margin-left: 5%; }
  #footer .footer-l .widget:nth-child(2n+1) { margin-left: 5%; clear: none; }
  #footer .footer-l .widget:first-child { margin-left: 0; }
  .page-template-template-home-php #wrapper { padding-bottom: 60px; }
  #main .home-content .content { width: 47.5%; float: left; }
  #main .home-content .subscribe { width: 47.5%; float: right; }
  #main .home-banners .banner { width: 30%; margin-left: 5%; margin-bottom: 0; float: left; }
  #main .home-banners .banner:first-child { margin-left: 0; }
  .register-col { width: 47.5%; float: left; }
  .register-col:first-child { margin-bottom: 0; margin-right: 5%; }
  .one-half { width: 48%; }
  .one-third { width: 30.66%; }
  .two-third { width: 65.33%; }
  .one-fourth { width: 22%; }
  .three-fourth { width: 74%; }
  .one-fifth { width: 16.8%; }
  .two-fifth { width: 37.6%; }
  .three-fifth { width: 58.4%; }
  .four-fifth { width: 67.2%; }
  .one-sixth { width: 13.33%; }
  .five-sixth { width: 82.67%; }
  .one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth { margin-right: 4%; float: left; }
  .last { margin-right: 0 !important; clear: right; }
  .single-product #wrapper { padding-bottom: 60px; }
  .single-product .related ul.products li.product { width: 28.33333% !important; margin-left: 5% !important; }
  .single-product .related ul.products li.product:nth-child(2n+1) { margin-left: 5% !important; clear: none !important; }
  .single-product .related ul.products li.product:nth-child(3n+1) { margin-left: 0 !important; clear: left !important; } }

@media (min-width: 960px) { #header #nav ul { font-size: 14px; font-size: 0.875rem; }
  #header #nav ul li { margin: 0 8px; }
  #main .content { width: 70%; margin-bottom: 0; float: left; }
  #main .content-full { margin-bottom: 0; }
  #main .sidebar { width: 25%; float: right; }
  #main .sidebar .widget { width: auto; margin-left: 0 !important; float: none; clear: none !important; }
  #main .home-content .content { width: 65%; }
  #main .home-content .subscribe { width: 30%; }
  .form-col { width: 46.42857%; margin-left: 7.14286%; float: left; }
  .form-col:first-child { margin-left: 0; }
  .woocommerce ul.products li.product { width: 30.95238% !important; margin-left: 3.57143% !important; }
  .woocommerce ul.products li.product:nth-child(2n+1) { margin-left: 3.57143% !important; clear: none !important; }
  .woocommerce ul.products li.product:nth-child(3n+1) { margin-left: 0 !important; clear: left !important; }
  .single-product .related ul.products li.product { width: 21.25% !important; margin-left: 5% !important; }
  .single-product .related ul.products li.product:nth-child(2n+1), .single-product .related ul.products li.product:nth-child(3n+1) { margin-left: 5% !important; clear: none !important; }
  .single-product .related ul.products li.product:nth-child(4n+1) { margin-left: 0 !important; clear: left !important; } }

@media (min-width: 1240px) { .container { margin: 0 auto; }
  #header #nav ul { font-size: 18px; font-size: 1.125rem; }
  #header #nav ul li { margin: 0 12px; }
  #footer .footer-l { width: 70%; float: left; }
  #footer .footer-l .widget { width: 22.32143%; margin-left: 3.57143%; }
  #footer .footer-l .widget:nth-child(2n+1) { margin-left: 3.57143%; clear: none; }
  #footer .footer-l .widget:first-child { margin-left: 0; }
  #footer .footer-r { width: 25%; float: right; text-align: right; }
  .single-product .product .summary { padding-top: 40px; } }

@media print { * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  @page { margin: 0.5cm; }
  h2, h3 { orphans: 3; widows: 3; page-break-after: avoid; }
  p { orphans: 3; widows: 3; }
  pre, blockquote { border: 1px solid gray; page-break-inside: avoid; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  img { max-width: 100% !important; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr { page-break-inside: avoid; } }
