html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
/* 2 */ }
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
/* 2 */ }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 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"] {
    -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;
}
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont914c.eot?v=4.6.1');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont914c.woff2?v=4.6.1') format('woff2'), url('../fonts/fontawesome-webfont914c.woff?v=4.6.1') format('woff'), url('../fonts/fontawesome-webfont914c.ttf?v=4.6.1') format('truetype'), url('../fonts/fontawesome-webfont914c.svg?v=4.6.1#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.2857142857em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.8571428571em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
 @-webkit-keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
 @keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before, .fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before, .fa-users:before {
    content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before, .fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}
.fa-won:before, .fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before, .fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
/**
 * Global styles applied to ecommerce template components. Includes styles for;
 *
 * Typography
 * Header
 * Footer
 * Main content area
 * Accessiblity helper classes
 * 404
 * Comments
 * Content (posts etc)
 * Forms
 * Media
 * pagination
 * Post formats
 * Widgets
 */
/**
 * Typography
 */
body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 16px;
}
body.grid {
    background-image: url(assets/images/grid.html);
    background-repeat: repeat-y;
    background-position: center;
}
body, button, input, textarea {
    color: #666666;
    font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.75em;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}
select {
    color: initial;
    font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.section-title, .error404 .page-content section h2, .error404 .fourohfour-columns-2 .col-1 h2, .related > h2:first-child, .upsells > h2:first-child, .woocommerce-cart .cart-collaterals + .cross-sells h2 {
    font-size: 1.625em;
    font-weight: normal;
    color: #484848;
    text-align: center;
    padding-bottom: 0.692em;
    margin-bottom: 2.692em;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.section-title::after, .error404 .page-content section h2::after, .error404 .fourohfour-columns-2 .col-1 h2::after, .related > h2:first-child::after, .upsells > h2:first-child::after, .woocommerce-cart .cart-collaterals + .cross-sells h2::after {
    content: "";
    width: 80px;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: -2px;
}
.container, .col-full, .woocommerce-tabs .panel, .woocommerce-breadcrumb, .section-product .product-wrapper, .woocommerce-page.archive.full-width .pizzaro-sorting .food-type-filter, .single-product.style-2 .woocommerce-tabs ul.tabs, .single-product.style-3 div.product form.cart {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before, .col-full:before, .woocommerce-tabs .panel:before, .woocommerce-breadcrumb:before, .section-product .product-wrapper:before, .woocommerce-page.archive.full-width .pizzaro-sorting .food-type-filter:before, .single-product.style-2 .woocommerce-tabs ul.tabs:before, .single-product.style-3 div.product form.cart:before, .container:after, .col-full:after, .woocommerce-tabs .panel:after, .woocommerce-breadcrumb:after, .section-product .product-wrapper:after, .woocommerce-page.archive.full-width .pizzaro-sorting .food-type-filter:after, .single-product.style-2 .woocommerce-tabs ul.tabs:after, .single-product.style-3 div.product form.cart:after {
    content: "";
    display: table;
}
.container:after, .col-full:after, .woocommerce-tabs .panel:after, .woocommerce-breadcrumb:after, .section-product .product-wrapper:after, .woocommerce-page.archive.full-width .pizzaro-sorting .food-type-filter:after, .single-product.style-2 .woocommerce-tabs ul.tabs:after, .single-product.style-3 div.product form.cart:after {
    clear: both;
}

@media (min-width: 768px) {
.container, .col-full, .woocommerce-tabs .panel, .woocommerce-breadcrumb, .section-product .product-wrapper, .woocommerce-page.archive.full-width .pizzaro-sorting .food-type-filter, .single-product.style-2 .woocommerce-tabs ul.tabs, .single-product.style-3 div.product form.cart {
    width: 750px;
}
}

@media (min-width: 992px) {
.container, .col-full, .woocommerce-tabs .panel, .woocommerce-breadcrumb, .section-product .product-wrapper, .woocommerce-page.archive.full-width .pizzaro-sorting .food-type-filter, .single-product.style-2 .woocommerce-tabs ul.tabs, .single-product.style-3 div.product form.cart {
    width: 970px;
}
}

@media (min-width: 1200px) {
.container, .col-full, .woocommerce-tabs .panel, .woocommerce-breadcrumb, .section-product .product-wrapper, .woocommerce-page.archive.full-width .pizzaro-sorting .food-type-filter, .single-product.style-2 .woocommerce-tabs ul.tabs, .single-product.style-3 div.product form.cart {
    width: 1200px;
}
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
    content: "";
    display: table;
}
.container-fluid:after {
    clear: both;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 700;
    margin: 0 0 0.5407911001em;
    color: #2d2b2d;
}
h1, .alpha {
    font-size: 2.617924em;
    line-height: 1.214;
    letter-spacing: -1px;
}
h2, .beta {
    font-size: 2em;
    line-height: 1.214;
}
h2 + h3, .beta + h3 {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 0.5407911001em;
}
h3, .gamma {
    font-size: 1.618em;
    font-weight: 600;
}
h4, .delta {
    font-size: 1.41575em;
    font-weight: 700;
}
.alpha, .beta, .gamma, .delta {
    display: block;
}
p + h2, p + header h2, p + h3, p + h4, ul + h2, ul + header h2, ul + h3, ul + h4, ol + h2, ol + header h2, ol + h3, ol + h4, table + h2, table + header h2, table + h3, table + h4, blockquote + h2, blockquote + header h2, blockquote + h3, blockquote + h4, form + h2, form + header h2, form + h3, form + h4 {
    margin-top: 2.2906835em;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 0.6em 0;
}
p {
    margin: 0 0 1em;
}
ul, ol {
    margin: 0 0 1em 3em;
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 1.618em;
}
b, strong {
    font-weight: 700;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    padding: 2.5em 4em 2.5em 0;
    margin: 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e9e9e9;
    font-size: 1em;
    color: #666666;
    font-style: italic;
    display: table;
    width: 100%;
}
blockquote:before {
    color: #cfcfcf;
    content: "\42";
    float: left;
    font-family: "font-pizzaro";
    font-size: 3em;
    font-style: normal;
    padding-right: 0.417em;
    line-height: 1.2;
}
blockquote::before, blockquote p {
    display: table-cell;
    vertical-align: middle;
}
blockquote p {
    font-size: 1.313em;
    line-height: 1.4;
    width: 100%;
}
blockquote p cite {
    display: block;
    margin-top: 24px;
    font-style: normal;
    font-size: 0.7em;
    color: #333e48;
    font-weight: 600;
}
address {
    margin: 0 0 1em;
}
pre {
    background: rgba(0, 0, 0, 0.1);
    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;
    padding: .202em 0.5407911001em;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    text-decoration: none;
    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 1em;
    width: 100%;
}
th {
    font-weight: bold;
}
img {
    height: auto;
    max-width: 100%;
    display: block;
}
a {
    color: #2d2b2d;
    text-decoration: none;
}
a:focus, a:hover {
    outline: none;
    color: #2d2b2d;
    text-decoration: none;
}
.pizzaro-cute * {
    font-family: "Comic Sans MS", sans-serif;
}
.strike-line-title, .section-recent-posts .pre-title {
    margin-right: 1em;
    margin-left: 1em;
    position: relative;
    z-index: 1;
    color: #2b2929;
    font-size: 0.875em;
    margin-bottom: 2.429em;
    margin-top: 0.857em;
}
.strike-line-title:before, .section-recent-posts .pre-title:before {
    border-top: 1px solid #e9e9e9;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}
.strike-line-title span, .section-recent-posts .pre-title span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 15px;
}
/**
 * Global styles
 */
* {
    box-sizing: border-box;
}
body {
    background-color: #ffffff;
    overflow-x: hidden;
}
.site {
    overflow-x: hidden;
}
/**
 * Header
 */
.pizzaro-logo {
    fill: #fff;
    max-height: 54px;
}
.site-header {
    padding-top: 1.618em;
    padding-bottom: 1.618em;
    background-position: center center;
    position: relative;
    z-index: 999;
}
.site-header .site-logo-anchor, .site-header .site-logo-link, .site-header .custom-logo-link {
    display: block;
}
.site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img {
    max-width: 200px;
}
.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link, .site-header .custom-logo-link {
    margin-bottom: 0;
    float: left;
}
.site-header .widget {
    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: 2em;
    letter-spacing: -1px;
    margin: 0;
}
.site-branding h1 a {
    font-weight: 700;
}
.site-branding .site-description {
    font-size: .857em;
    display: none;
}
.header-phone-numbers {
    text-align: right;
}
.header-phone-numbers .intro-text {
    color: #ffae00;
}
.header-phone-numbers .intro-text, .header-phone-numbers .select-city-phone-numbers {
    display: inline-block;
    font-size: 0.875em;
    line-height: 1;
    vertical-align: middle;
    letter-spacing: -0.025em;
}
.header-phone-numbers .select-city-phone-numbers {
    max-width: 100%;
    padding: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #fff;
    background-color: transparent;
    border: none;
    padding-right: 12px;
    text-indent: 6px;
    background-repeat: no-repeat;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAQAAAAHDYbIAAAAN0lEQVQI12P4f+S/OQMQ/Nf9v5uJYQvD5v8q/2UYtjGcAYlN+//k/73/S/4zgjjMQMbO/2wMDABu6BhjzbYAsAAAAABJRU5ErkJggg==) no-repeat right .15rem center;
}
.header-phone-numbers .select-city-phone-numbers:focus {
    border-color: #51a7e8;
    outline: none;
}
 .header-phone-numbers .select-city-phone-numbers::-ms-expand {
 opacity: 0;
}
.header-phone-numbers .select-city-phone-numbers option {
    background-color: #fff;
    color: #000;
}
.header-phone-numbers .phone-number a {
    font-weight: 800;
    color: #fff;
    font-size: 1.75em;
    line-height: 1;
    letter-spacing: -0.01em;
    display: block;
}
/**
 * Main content area
 */
.page .entry-header {
    text-align: center;
    margin-bottom: 2.857em;
}
.page .entry-header h1 {
    font-size: 2.125em;
    font-weight: normal;
    color: #454345;
    letter-spacing: -0.025em;
    margin-bottom: .6em;
}
.site-main {
    margin-bottom: 2.618em;
}
.site-content {
    outline: none;
}
.page-template-template-homepage .site-main {
    padding-top: 4.236em;
}
/**
 * Footer
 */
.site-footer {
    background-color: #f3f3f3;
    color: #999999;
    padding: 1.58em 0 1.5em;
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
    color: #888888;
}
/**
 * Alignment
 */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
}
.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;
}
.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;
    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
 */
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}
/**
 * Tables
 */
table {
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
}
table caption {
    padding: 1em 0;
    font-weight: 700;
}
table td, table th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top;
}
table td p:last-child, table th p:last-child {
    margin-bottom: 0;
}
table thead th {
    text-transform: uppercase;
    padding: 1.41575em;
    vertical-align: middle;
    font-weight: 900;
}
table tbody h2 {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: normal;
}
table tbody h2 a {
    font-weight: normal;
}
/**
 * 404 Styles
 */
.error404 .site-content .widget_product_search form {
    margin: 0;
}
.error404 .content-area {
    width: 100%;
}
.error404 .fourohfour-columns-2 {
    padding: 2.617924em 0;
}
.error404 .fourohfour-columns-2:before, .error404 .fourohfour-columns-2:after {
    content: "";
    display: table;
}
.error404 .fourohfour-columns-2:after {
    clear: both;
}
.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: 65.2173913043%;
    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-1 h2 {
    text-align: left;
    margin-bottom: 1.4em;
}
.error404 .fourohfour-columns-2 .col-2 {
    width: 30.4347826087%;
    float: right;
    margin-right: 0;
}
.error404 .fourohfour-columns-2 .col-2 h2 {
    font-size: 1.313em;
    color: #2d2b2d;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 0 1em;
    margin-bottom: 1em;
    font-weight: 300;
}
/**
 * Comments
 */
#comments {
    padding-top: 2.617924em;
}
#comments .comments-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 0.5407911001em;
    font-size: 2.2em;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
}
#comments .comment-list {
    list-style: none;
    margin-left: 0;
}
#comments .comment-list .comment-body:before, #comments .comment-list .comment-body:after {
    content: "";
    display: table;
}
#comments .comment-list .comment-body:after {
    clear: both;
}
#comments .comment-list .comment-content .comment-text {
    padding: 1.618em;
    border-radius: 3px;
}
#comments .comment-list .comment-content .comment-text p:last-child {
    margin-bottom: 0;
}
#comments .comment-list .comment-meta a.comment-date {
    font-size: 0.875em;
}
#comments .comment-list .comment-meta cite {
    font-style: normal;
    clear: both;
    display: block;
}
#comments .comment-list .children {
    list-style: none;
}
.comment-content a {
    word-wrap: break-word;
}
#respond {
    clear: both;
    position: relative;
    display: inline-block;
    width: 100%;
}
#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input {
    width: 100%;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
    margin-bottom: 2.4em;
}
#respond .comment-form-author label, #respond .comment-form-author .required, #respond .comment-form-email label, #respond .comment-form-email .required, #respond .comment-form-url label, #respond .comment-form-url .required, #respond .comment-form-comment label, #respond .comment-form-comment .required {
    font-size: 0.875em;
    color: #a1a1a1;
    font-weight: normal;
}
#respond .comment-reply-title, #respond .comment-form {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#respond .comment-reply-title {
    width: 100%;
    font-size: 1.875em;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: normal;
    padding-left: 0;
}

@media (min-width: 768px) {
#respond .comment-reply-title {
    width: 25%;
}
}

@media (min-width: 992px) {
#respond .comment-reply-title {
    width: 25%;
}
}
#respond .comment-form {
    width: 100%;
}

@media (min-width: 768px) {
#respond .comment-form {
    width: 75%;
}
}

@media (min-width: 992px) {
#respond .comment-form {
    width: 75%;
}
}
#respond.comment-respond .form-submit {
    clear: both;
}
#respond .form-submit, #respond form {
    margin-bottom: 0;
}
#respond input[type="submit"] {
    font-size: 0.938em;
    padding: .733em 2.063em;
}
#respond #cancel-comment-reply-link {
    display: block;
    height: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    font-size: 1.41575em;
    text-align: center;
    -webkit-transition: -webkit-transform, ease, 0.3s;
    -moz-transition: -moz-transform, ease, 0.3s;
    transition: transform, ease, 0.3s;
}
#respond #cancel-comment-reply-link:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
#respond #cancel-comment-reply-link:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f057";
    display: block;
}
/**
 * Content
 */
.sticky .entry-title:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5407911001em;
    content: "\f08d";
}
.dark .site-content {
    background-image: url('assets/images/dark-pat.html');
    background-repeat: repeat;
}
.hentry {
    margin: 0 0 4.235801032em;
}
.hentry .wp-post-image {
    margin-bottom: 1.618em;
    margin-left: auto;
    margin-right: auto;
}
.hentry .entry-header {
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.hentry .entry-meta {
    font-weight: 300;
}
.hentry.type-page .entry-header {
    border-bottom: 0;
    margin-bottom: 0;
}
.byline, .updated:not(.published) {
    display: none;
}
.single .byline, .group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 0 0 1em;
}
.po-veggie-icon {
    color: #4aaa19;
}
.fa-fire {
    color: #FF6600;
}
.fa-cutlery {
    color: #e3001c;
}
.author .avatar {
    width: 64px;
    margin-bottom: 1em;
}
/**
 * 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, .added_to_cart {
    border: 0;
    background: none;
    color: #fff;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    padding: 0.8999em 4.6em;
    text-decoration: none;
    font-weight: bold;
    text-shadow: none;
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 50px;
    box-shadow: none;
    transition: all 0.2s ease-in-out 0s;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover {
    color: #fff;
}
button.added:after, input[type="button"].added:after, input[type="reset"].added:after, input[type="submit"].added:after, .button.added:after, .added_to_cart.added:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    margin-left: 0.5407911001em;
}
button.loading, input[type="button"].loading, input[type="reset"].loading, input[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.small, .added_to_cart.small {
    padding: 0.5407911001em 0.875em;
    font-size: 0.875em;
}
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.disabled, .button:disabled, .added_to_cart.disabled, .added_to_cart:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
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.disabled:hover, .button:disabled:hover, .added_to_cart.disabled:hover, .added_to_cart:disabled:hover {
    opacity: 0.5;
}
.single_add_to_cart_button {
    padding: 1.219em 4.411em;
    line-height: 1;
}
.single_add_to_cart_button::before {
    font-family: "font-pizzaro";
    content: "\68";
    line-height: 1;
    margin-right: 0.6em;
    vertical-align: bottom;
    font-weight: 500;
    font-size: 1.125em;
}
.add_to_cart_button, .product_type_variable {
    padding: 0.907em 4.411em;
}
.add_to_cart_button::before, .product_type_variable::before {
    font-family: "font-pizzaro";
    content: "\78";
    font-size: 1.16em;
    line-height: 0;
    margin-right: 0.4em;
    vertical-align: middle;
    font-weight: 600;
}


.no_add_to_cart_button::before {
    font-family: "font-pizzaro";
    content: "\79";
    font-size: 1.16em;
    line-height: 0;
    margin-right: 0.4em;
    vertical-align: middle;
    font-weight: 600;
}



input[type="checkbox"], input[type="radio"] {
    padding: 0;
/* Addresses excess padding in IE8/9 */ }

input[type="checkbox"]::after,input[type="radio"]::after{
border: 1px solid #f00;}

 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;
}
.no-padding {
    padding: 0;
}
 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: 0.473em 1.2em;
    color: #666666;
    outline: none;
    border: 1px solid #cccccc;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    border-radius: 50px;
}
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 {
    color: #4d4d4d;
}
textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 0.875em;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 100%;
    border-radius: 20px;
}
label {
    font-weight: 600;
}
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;
}
/**
 * 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;
    border-radius: 0;
}
/**
 * Captions
 */
.wp-caption {
    margin-bottom: 1em;
    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.05);
    padding: 1em 0;
}
/**
 * Galleries
 */
.gallery {
    margin-bottom: 1em;
}
.gallery:before, .gallery:after {
    content: "";
    display: table;
}
.gallery:after {
    clear: both;
}
.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%;
    border: none;
}
/**
 * Pagination
 */
.site-main nav.navigation {
    margin: 0 0 1em;
}
.site-main nav.navigation:before, .site-main nav.navigation:after {
    content: "";
    display: table;
}
.site-main nav.navigation:after {
    clear: both;
}
.site-main nav.navigation .nav-previous a, .site-main nav.navigation .nav-next a {
    display: inline-block;
    -webkit-transition: all, ease, .3s;
    -moz-transition: all, ease, .3s;
    transition: all, ease, .3s;
    padding: 0.6180469716em 2em;
    border-radius: 50px;
    font-size: 15px;
    background-color: #fafafa;
    font-style: italic;
}
.site-main nav.navigation .nav-previous a:hover, .site-main nav.navigation .nav-next a:hover {
    background-color: #f1f1f1;
}
.site-main nav.navigation .nav-previous {
    float: left;
    width: 50%;
}
.site-main nav.navigation .nav-previous a:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f177";
    margin-right: 0.5407911001em;
}
.site-main nav.navigation .nav-previous a:hover {
    -webkit-transform: translate(-1em);
    -moz-transform: translate(-1em);
    -ms-transform: translate(-1em);
    -o-transform: translate(-1em);
    transform: translate(-1em);
}
.site-main nav.navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.site-main nav.navigation .nav-next a:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f178";
    margin-left: 0.5407911001em;
}
.site-main nav.navigation .nav-next a:hover {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -ms-transform: translate(1em);
    -o-transform: translate(1em);
    transform: translate(1em);
}
/**
 * Widgets
 */
.pizzaro-sorting select, .widget select {
    display: inline-block;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem \9;
    color: #8c8c8c;
    font-size: 0.875em;
    border: 1px solid #ebeaef;
    vertical-align: middle;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 1em center;
    background-image: none \9;
    background-size: 8px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1.4;
    border-color: #ebeaef;
    padding: 0.715em 2em 0.715em 1.6em;
    border-radius: 50px;
    background-position: right 1em center;
}
.pizzaro-sorting select:focus, .widget select:focus {
    outline: none;
}
 .pizzaro-sorting select::-ms-expand, .widget select::-ms-expand {
 opacity: 0;
}
.woocommerce-result-count {
    display: none;
}
.pizzaro-sorting .woocommerce-ordering, .woocommerce-ordering {
    padding: 0;
}
.pizzaro-wc-wppp-select {
    min-width: 150px;
}
.form-pizzaro-wc-ppp {
    display: inline-block;
}
.widget {
    margin: 0 0 3.706325903em;
}
.widget select {
    width: 100%;
}
.widget .widget-search .search-submit {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
.widget .widget-title, .widget .widgettitle {
    font-size: 1.5em;
    color: #2d2b2d;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 0 1em;
    margin-bottom: 1em;
    font-weight: 300;
}
.widget ul {
    margin-left: 0;
    list-style: none;
}
.widget ul ul {
    margin-left: 1.618em;
}
.widget a {
    font-weight: normal;
}
.widget.widget_product_tag_cloud .tagcloud a, .widget.widget_tag_cloud .tagcloud a {
    background: transparent;
    border-color: #e4e5e7;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    margin-right: 0.429em;
    margin-bottom: 0.714em;
    padding: 0.823em 0.788em;
}
.widget.widget_product_tag_cloud .tagcloud a:hover, .widget.widget_product_tag_cloud .tagcloud a:focus, .widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_tag_cloud .tagcloud a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #333e48;
    border-color: #333e48;
}
.widget-area .widget {
    font-weight: 300;
}
.widget-area .widget a.button {
    font-weight: 700;
    color: #fff;
}
.widget-area .widget a.button:hover {
    color: #fff;
}
.header-widget-region:before, .header-widget-region:after {
    content: "";
    display: table;
}
.header-widget-region:after {
    clear: both;
}
.header-widget-region .widget {
    margin: 0;
    padding: 1em 0;
    font-size: 0.875em;
}
.widget_search form, .widget_product_search form {
    position: relative;
}
.widget_search form::before, .widget_product_search form::before {
    content: "\46";
    font-family: "font-pizzaro";
    color: #b4b4b4;
    position: absolute;
    top: 50%;
    font-size: 19px;
    left: auto;
    right: 28px;
    transform: translateY(-50%);
}
.widget_search input[type=search], .widget_product_search input[type=search] {
    min-height: 56px;
    border: none;
    background-color: #f7f7f7;
    padding-left: 2em;
}
 .widget_search input[type=search]::-webkit-input-placeholder, .widget_product_search input[type=search]::-webkit-input-placeholder {
 color: #8f8d8d;
}
 .widget_search input[type=search]::-moz-placeholder, .widget_product_search input[type=search]::-moz-placeholder {
 color: #8f8d8d;
}
 .widget_search input[type=search]:-moz-placeholder, .widget_product_search input[type=search]:-moz-placeholder {
 color: #8f8d8d;
}
 .widget_search input[type=search]:-ms-input-placeholder, .widget_product_search input[type=search]:-ms-input-placeholder {
 color: #8f8d8d;
}
.widget_search input[type=text], .widget_search input[type=search], .widget_search label, .widget_product_search input[type=text], .widget_product_search input[type=search], .widget_product_search label {
    width: 100%;
}
.widget_search input[type=submit], .widget_product_search input[type=submit] {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    top: 0;
    left: 0;
}
.widget_recent_entries ul, .widget_pages ul, .widget_categories ul, .widget_archive ul, .widget_recent_comments ul, .widget_nav_menu ul, .page-template-template-homepage-v6 .secondary-navigation 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, .page-template-template-homepage-v6 .secondary-navigation ul li, .widget_links ul li {
    list-style: none;
    margin-bottom: 0.6180469716em;
}
.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, .page-template-template-homepage-v6 .secondary-navigation ul li:before, .widget_links ul li:before {
    font-family: "FontAwesome";
    margin-right: 0.5407911001em;
    display: inline-block;
    opacity: 0.4;
}
.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, .page-template-template-homepage-v6 .secondary-navigation ul .sub-menu, .widget_links ul .sub-menu {
    margin-top: 0.6180469716em;
    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.6180469716em 0 0 1.41575em;
}
.widget_categories ul li + li {
    border-top: 1px solid #ececec;
}
.widget_categories ul li {
    margin-bottom: 0;
    padding: 0.26em 0 0.26em 1em;
}
.widget_categories ul li:hover {
    color: #2d2b2d;
}
.widget_categories ul li a {
    color: #575560;
}
.widget_categories ul li a:hover {
    color: #2d2b2d;
}
.widget_categories ul li:before {
    content: "\f105";
    margin-right: 1em;
}
.widget_categories ul li.current-cat > a, .widget_categories ul li.current-cat-parent > a, .widget_categories ul li.current-cat-ancestor > a {
    font-weight: bold;
}
.widget_archive ul li:before {
    content: "\f115";
}
.widget_recent_comments ul li:before {
    content: "\f0e5";
}
.widget_nav_menu ul li:before, .page-template-template-homepage-v6 .secondary-navigation ul li:before {
    content: "\f0f6";
}
.widget_links ul li:before {
    content: "\f08e";
}
.widget_rating_filter .wc-layered-nav-rating {
    margin-bottom: 0.6180469716em;
}
.widget_rating_filter .wc-layered-nav-rating a {
    text-decoration: none;
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
    display: inline-block;
}
.widget-area .widget {
    font-size: 0.875em;
}
.widget-area .widget h1.widget-title {
    font-size: 1.41575em;
}
.pizzaro_about_widget {
    text-align: center;
}
.pizzaro_about_widget .about-image {
    position: relative;
}
.pizzaro_about_widget .about-info {
    padding: 90px 20px 10px 20px;
    border-width: 0 3px 3px 3px;
    border-color: #e9e9e9;
    border-style: solid;
}
.pizzaro_about_widget h2 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.857em;
    color: #1f1f1f;
    margin-bottom: 18px;
}
.pizzaro_about_widget p {
    font-size: 1.071em;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 40px;
}
.pizzaro_about_widget .social-icons li {
    padding-right: 14px;
    padding-left: 14px;
}
.pizzaro_about_widget .social-icons li a {
    font-size: 21.53px;
}
.pizzaro_about_widget .logo {
    position: absolute;
    left: 50%;
    border-radius: 90px;
    max-width: 130px;
    transform: translate(-50%, -50%);
}
/**
 * Strictly Layout Styles
 */
.page-template-template-homepage-v5 .site-main {
    margin-left: 60px;
    margin-right: 60px;
}
.stretch-full-width, .blog.full-width .pagination, .blog.full-width .woocommerce-pagination, .lite.full-width .pagination, .lite.full-width .woocommerce-pagination, .blog.full-width .blog-menu, .pizzaro-breadcrumb, .page-template-template-contactpage .contact-map {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.no-margin-header .site-header {
    margin-bottom: 0;
}
.no-margin-content .site-content, .no-margin-content .site-content .site-main {
    margin-bottom: 0;
}

@media (min-width: 768px) {
table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
    text-align: left;
}
.site-header {
    padding-top: 2.617924em;
}
.site-header .site-branding {
    display: block;
}
.site-header .site-branding img {
    height: auto;
    max-width: 100%;
    max-height: none;
}
.woocommerce-active .site-header .site-search {
    clear: none;
}
.woocommerce-active .site-header .site-header-cart {
    margin-bottom: 0;
}
.site-branding .site-description {
    margin-bottom: 0;
    display: block;
}
.site-branding, .site-search, .site-header-cart, .site-logo-anchor, .site-logo-link, .custom-logo-link {
    margin-bottom: 2.2906835em;
}
.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;
}
.site-header .subscribe-and-connect-connect .icons li {
    margin: 0 0 0 0.5407911001em;
    display: inline-block;
}
.pizzaro-full-width-content .content-area, .full-width .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.content-area, .widget-area {
    margin-bottom: 2.617924em;
}
/**
	 * 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: 4.235801032em;
    border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}
.footer-widgets:before, .footer-widgets:after {
    content: "";
    display: table;
}
.footer-widgets:after {
    clear: both;
}
.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;
}
/**
	 * Comments
	 */
.comment-list:before, .comment-list:after {
    content: "";
    display: table;
}
.comment-list:after {
    clear: both;
}
.comment-list .comment {
    clear: both;
}
.comment-list li > ol {
    margin-left: 0;
}
.comment-list .comment-meta {
    width: 17.6470588235%;
    float: left;
    margin-right: 5.8823529412%;
    text-align: center;
}
.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 .comment-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.comment-list .comment-body #respond {
    box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
    margin-bottom: 2.617924em;
    padding: 3em;
}
.comment-list .comment-body #respond small {
    display: inline-block;
    position: absolute;
    top: -60px;
    left: -60px;
}
.comment-list .reply {
    clear: both;
    text-align: right;
}
.comment-list ol.children {
    list-style: none;
    padding-left: 20px;
    margin-left: 0;
}
.comment-list ol.children .comment-meta {
    width: 20%;
    float: left;
    margin-right: 6.6666666667%;
    margin-right: 0;
}
.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 .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 .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 .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;
}
/**
	 * Content
	 */
.hentry .entry-header {
    margin-bottom: 2.617924em;
}
/**
	 * Menus
	 */
  /**
	 * Primary Navigation
	 */
.pizzaro-primary-navigation {
    clear: both;
    background: rgba(0, 0, 0, 0.06);
    margin-left: -99em;
    margin-right: -99em;
    padding-left: 99em;
    padding-right: 99em;
}
.pizzaro-primary-navigation:before, .pizzaro-primary-navigation:after {
    content: "";
    display: table;
}
.pizzaro-primary-navigation:after {
    clear: both;
}
.primary-navigation div.menu {
    display: block;
}
.primary-navigation ul.menu, .primary-navigation ul.nav-menu, .primary-navigation div.menu ul.nav-menu {
    max-height: none;
    overflow: visible;
}
.primary-navigation ul.menu > li > a, .primary-navigation ul.nav-menu > li > a, .primary-navigation div.menu ul.nav-menu > li > a {
    padding: 1.8em 1.27em 1.618em 1.27em;
}
.primary-navigation ul.menu > li > a i, .primary-navigation ul.nav-menu > li > a i, .primary-navigation div.menu ul.nav-menu > li > a i {
    margin-right: 12px;
}
.primary-navigation ul.menu > li.menu-item-has-children:hover:after, .primary-navigation ul.menu > li.page_item_has_children:hover:after, .primary-navigation ul.nav-menu > li.menu-item-has-children:hover:after, .primary-navigation ul.nav-menu > li.page_item_has_children:hover:after, .primary-navigation div.menu ul.nav-menu > li.menu-item-has-children:hover:after, .primary-navigation div.menu ul.nav-menu > li.page_item_has_children:hover:after {
    display: block;
}
.primary-navigation ul.menu > li.menu-item-has-children > a:after, .primary-navigation ul.menu > li.page_item_has_children > a:after, .primary-navigation ul.nav-menu > li.menu-item-has-children > a:after, .primary-navigation ul.nav-menu > li.page_item_has_children > a:after, .primary-navigation div.menu ul.nav-menu > li.menu-item-has-children > a:after, .primary-navigation div.menu ul.nav-menu > li.page_item_has_children > a:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    margin-left: 0.8em;
    position: absolute;
}
.primary-navigation ul.menu ul, .primary-navigation ul.nav-menu ul, .primary-navigation div.menu ul.nav-menu ul {
    margin-left: 0;
}
.primary-navigation ul.menu ul li a, .primary-navigation ul.nav-menu ul li a, .primary-navigation div.menu ul.nav-menu ul li a {
    padding: 0.875em 1.41575em;
    font-weight: 400;
    font-size: 0.875em;
}
.primary-navigation ul.menu ul li:last-child, .primary-navigation ul.nav-menu ul li:last-child, .primary-navigation div.menu ul.nav-menu ul li:last-child {
    border-bottom: 0;
}
.primary-navigation ul.menu ul li.menu-item-has-children > a:after, .primary-navigation ul.menu ul li.page_item_has_children > a:after, .primary-navigation ul.nav-menu ul li.menu-item-has-children > a:after, .primary-navigation ul.nav-menu ul li.page_item_has_children > a:after, .primary-navigation div.menu ul.nav-menu ul li.menu-item-has-children > a:after, .primary-navigation div.menu ul.nav-menu ul li.page_item_has_children > a:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    float: right;
    line-height: 1.118;
}
.primary-navigation ul.menu ul ul, .primary-navigation ul.nav-menu ul ul, .primary-navigation div.menu ul.nav-menu ul ul {
    margin-left: 0;
    box-shadow: none;
}
.primary-navigation ul.menu ul a:hover, .primary-navigation ul.menu ul li:hover > a, .primary-navigation ul.nav-menu ul a:hover, .primary-navigation ul.nav-menu ul li:hover > a, .primary-navigation div.menu ul.nav-menu ul a:hover, .primary-navigation div.menu ul.nav-menu ul li:hover > a {
    background-color: rgba(0, 0, 0, 0.025);
}
.primary-navigation a {
    padding: 0 1em 2.2906835em;
}
/**
	 * Secondary Navigation
	 */
.secondary-navigation {
    margin: 0 0 1.618em;
    width: auto;
    clear: none;
    line-height: 1;
}
.secondary-navigation .menu {
    width: auto;
}
.secondary-navigation .menu > li:hover > a {
    text-decoration: none;
}
.secondary-navigation .menu > li > a {
    position: relative;
}
.secondary-navigation .menu ul a {
    padding: .326em 0.875em;
    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: -ms(-2);
}
.secondary-navigation .menu a:hover {
    text-decoration: none;
}
}
/**
 * Footer
 */
.footer-logo {
    margin-bottom: 3.75em;
}
.footer-logo .custom-logo-link {
    float: none;
    display: block;
    margin-bottom: 0;
}
.site-info {
    margin-bottom: 2.5em;
}
.site-info .address {
    list-style: none;
    margin: 0;
    margin-bottom: 0.531em;
}
.site-info .address li {
    display: inline-block;
    color: #ddd;
    font-size: 0.875em;
    line-height: 1.5em;
}
.site-info .address li + li::before {
    content: '|';
    display: inline-block;
    margin: 0 1.563em;
    color: #c00a27;
}
.site-info .copyright {
    margin: 0;
    font-size: 0.813em;
    color: #7f7f7f;
    line-height: 1.615em;
}
/**
 * Handheld footer bar
 */
.pizzaro-handheld-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    z-index: 9999;
}
.pizzaro-handheld-footer-bar:before, .pizzaro-handheld-footer-bar:after {
    content: "";
    display: table;
}
.pizzaro-handheld-footer-bar:after {
    clear: both;
}
.pizzaro-handheld-footer-bar ul {
    margin: 0;
}
.pizzaro-handheld-footer-bar ul li {
    display: inline-block;
    float: left;
    text-align: center;
}
.pizzaro-handheld-footer-bar ul li:last-child > a {
    border-right: 0;
}
.pizzaro-handheld-footer-bar ul li > a {
    height: 4.235801032em;
    display: block;
    position: relative;
    text-indent: -9999px;
    z-index: 999;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.pizzaro-handheld-footer-bar ul li > a:active, .pizzaro-handheld-footer-bar ul li > a:focus {
    outline: none;
}
.pizzaro-handheld-footer-bar ul li > a:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 2.618046972;
    font-weight: 400;
    font-size: 1.618em;
    text-indent: 0;
    display: block;
    cursor: pointer;
}
.pizzaro-handheld-footer-bar ul li.search > a:before {
    content: "\f015";
}
.pizzaro-handheld-footer-bar ul li.left > a:before {
    content: "\f060";
}
.pizzaro-handheld-footer-bar ul li.right > a:before {
    content: "\f061";
}
.pizzaro-handheld-footer-bar ul li.home > a:before {
    content: "\f015";
}
.pizzaro-handheld-footer-bar ul li.search .site-search {
    position: absolute;
    bottom: -2em;
    left: 0;
    right: 0;
    -webkit-transition: all, ease, .2s;
    -moz-transition: all, ease, .2s;
    transition: all, ease, .2s;
    padding: 1em;
    visibility: hidden;
    z-index: 1;
    display: block;
}
.pizzaro-handheld-footer-bar ul li.search.active .site-search {
    bottom: 100%;
    visibility: visible;
}
.pizzaro-handheld-footer-bar ul li.search .site-search, .pizzaro-handheld-footer-bar ul li.search .widget, .pizzaro-handheld-footer-bar ul li.search form {
    margin-bottom: 0;
}
.pizzaro-handheld-footer-bar ul li.my-account > a:before {
    content: "\f09d";
}
.pizzaro-handheld-footer-bar ul li.cart > a:before {
    content: "\f291";
}
.pizzaro-handheld-footer-bar ul li.cart .count {
    text-indent: 0;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2;
    box-sizing: content-box;
    font-size: .75em;
    position: absolute;
    top: 0.875em;
    left: 50%;
    border-radius: 100%;
    border: 1px solid;
}
.pizzaro-handheld-footer-bar ul.columns-1 li {
    width: 100%;
    display: block;
    float: none;
}
.pizzaro-handheld-footer-bar ul.columns-2 li {
    width: 50%;
}
.pizzaro-handheld-footer-bar ul.columns-3 li {
    width: 33.33333%;
}
.pizzaro-handheld-footer-bar ul.columns-4 li {
    width: 25%;
}
.pizzaro-handheld-footer-bar ul.columns-5 li {
    width: 20%;
}
.pizzaro-handheld-footer-bar, .pizzaro-handheld-footer-bar ul li > a, .pizzaro-handheld-footer-bar ul li.search .site-search {
    color: #fff;
}
/*.pizzaro-handheld-footer-bar .site-search .widget_product_search form:before {
    top: 50%;
    left: auto;
}*/
.pizzaro-handheld-footer-bar .widget_product_search form input[type=submit], .pizzaro-handheld-footer-bar .widget_search form input[type=submit] {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    top: 0;
    left: 0;
}
.pizzaro-handheld-footer-bar .site-search .widget_product_search input[type=search], .pizzaro-handheld-footer-bar .site-search .widget_product_search input[type=text] {
    padding: 1.41575em 3.706325903em 1.41575em 1.618em;
    line-height: 1;
    width: 80%;
    border-radius: 0;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
    float: left
}
.footer-v1.site-footer {
    position: relative;
    background-color: #2c2c2c;
    text-align: center;
    padding-top: 1.5em;
}
.footer-v1.site-footer .footer-logo {
    width: 200px;
    margin: 0 auto 12px auto;
}
.footer-v1.site-footer .footer-logo .site-description {
    color: #888;
}
.footer-v1.site-footer .footer-logo .site-title {
    margin-bottom: 0;
}
.footer-v1.site-footer .footer-social-icons {
    margin-bottom: 1.375em;
}
.footer-v1.site-footer .footer-social-icons .social-icons {
    margin: 0;
}
.footer-v1.site-footer .footer-social-icons .social-icons > li {
    display: inline-block;
}
.footer-v1.site-footer .footer-social-icons .social-icons > li + li {
    margin-left: 1.563em;
}
.footer-v1.site-footer .footer-social-icons .social-icons a {
    color: #969696;
    font-size: 1.125em;
    border: 1px solid #969696;
    border-radius: 50%;
    display: block;
    width: 52px;
    height: 52px;
    position: relative;
}
.footer-v1.site-footer .footer-social-icons .social-icons a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer-v1.site-footer .footer-social-icons .social-icons a:hover, .footer-v1.site-footer .footer-social-icons .social-icons a:focus {
    text-decoration: none;
    color: #636363;
    border-color: #636363;
}
.footer-v1.site-footer .footer-social-icons .social-icon-text {
    display: none;
}
.footer-v1.site-footer .site-address {
    margin-bottom: 8px;
}
.footer-v1.site-footer .site-address .address {
    list-style: none;
    margin: 0;
}
.footer-v1.site-footer .site-address .address li {
    display: inline-block;
    vertical-align: middle;
    font-size: .875em;
    color: #dddddd;
}
.footer-v1.site-footer .site-address .address li + li::before {
    content: " ";
    width: 1px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 22px;
}
.footer-v1.site-footer .site-info {
    margin-bottom: 1.34em;
}
.footer-v1.site-footer .footer-action-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 900;
    font-size: 0.875em;
    line-height: 1.929em;
    background-color: #f0002f;
    display: inline-block;
    padding: 1.214em 3.746em;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.footer-v1.site-footer .footer-action-btn i {
    font-size: 1.8em;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.338em;
}
.footer-v1-static-content:before, .footer-v1-static-content:after {
    content: "";
    display: table;
}
.footer-v1-static-content:after {
    clear: both;
}
.footer-v1-static-content .kc_wrap_instagram ul li {
    margin: 0;
    padding: 0;
}
/**
 * Footer v2
 */
.site-footer.footer-v2 {
    background-color: #232d35;
    color: #ddd;
    padding-top: 4.125em;
    padding-bottom: 4.125em;
}
.site-footer.footer-v2 .footer-contact-form {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
.site-footer.footer-v2 .footer-contact-form {
    width: 100%;
}
}

@media (min-width: 992px) {
.site-footer.footer-v2 .footer-contact-form {
    width: 50%;
}
}

@media (min-width: 1200px) {
.site-footer.footer-v2 .footer-contact-form {
    width: 50%;
}
}
.site-footer.footer-v2 .footer-store-info, .site-footer.footer-v2 .footer-contact-info {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
.site-footer.footer-v2 .footer-store-info, .site-footer.footer-v2 .footer-contact-info {
    width: 100%;
}
}

@media (min-width: 992px) {
.site-footer.footer-v2 .footer-store-info, .site-footer.footer-v2 .footer-contact-info {
    width: 25%;
}
}

@media (min-width: 1200px) {
.site-footer.footer-v2 .footer-store-info, .site-footer.footer-v2 .footer-contact-info {
    width: 25%;
}
}
.site-footer.footer-v2 .footer-store-info .pizzaro-logo, .site-footer.footer-v2 .footer-store-info a img {
    width: 140px;
}
.site-footer.footer-v2 .footer-store-info .store-timings, .site-footer.footer-v2 .footer-store-info .social-icon-text {
    font-size: 0.938em;
}
.site-footer.footer-v2 .footer-store-info .social-icons {
    display: inline-block;
    float: right;
}
.site-footer.footer-v2 .footer-logo {
    margin: 0;
    margin-bottom: 2.188em;
}
.site-footer.footer-v2 .footer-logo .site-title {
    margin: 0;
}
.site-footer.footer-v2 .footer-logo .site-description {
    color: #888;
}
.site-footer.footer-v2 .footer-logo .custom-logo-link .custom-logo {
    margin: 0;
}
.site-footer.footer-v2 ul.store-timings {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1.25em;
}
.site-footer.footer-v2 ul.store-timings > li:before, .site-footer.footer-v2 ul.store-timings > li:after {
    content: "";
    display: table;
}
.site-footer.footer-v2 ul.store-timings > li:after {
    clear: both;
}
.site-footer.footer-v2 ul.store-timings .store-timing-label {
    float: left;
}
.site-footer.footer-v2 ul.store-timings .store-timing-value {
    float: right;
}
.site-footer.footer-v2 ul.social-icons {
    padding: 0;
    margin: 0;
}
.site-footer.footer-v2 ul.social-icons > li {
    display: inline-block;
}
.site-footer.footer-v2 ul.social-icons > li a {
    color: #c8cacc;
    font-size: 1.2em;
}
.site-footer.footer-v2 ul.social-icons > li a:focus, .site-footer.footer-v2 ul.social-icons > li a:hover {
    color: #fff;
}
.site-footer.footer-v2 ul.social-icons > li + li {
    margin-left: 1.75em;
}
.site-footer.footer-v2 .footer-contact-form .contact-form {
    background-color: #fff;
    margin: 0 auto;
    padding: 2.875em 2.188em 2.375em 2.188em;
    position: absolute;
    width: 83%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32px;
}
.site-footer.footer-v2 .footer-contact-form .contact-form label {
    display: none;
}
.site-footer.footer-v2 .footer-contact-form .contact-form form {
    margin: 0;
}
.site-footer.footer-v2 .footer-contact-form .contact-form form .form-control {
    height: 50px;
    border-color: #ccc;
    box-shadow: none;
    padding-left: 23px;
}
.site-footer.footer-v2 .footer-contact-form .contact-form form .form-control:focus {
    border-color: #ccc;
}
.site-footer.footer-v2 .footer-contact-form .contact-form form textarea.form-control {
    height: auto;
    border-radius: 20px;
    padding: 15px 25px;
    margin-bottom: 26px;
}
.site-footer.footer-v2 .footer-contact-form .contact-form form .button {
    background-color: #b8b8b8;
    font-size: 0.938em;
    padding: 0.867em 2.18em;
}
.site-footer.footer-v2 .footer-contact-form .contact-form form .button:hover {
    background-color: #6c6c6c;
}
.site-footer.footer-v2 .footer-contact-form .contact-form .contact-form-title {
    font-weight: normal;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-align: center;
    color: #393939;
    font-size: 2.25em;
    border-bottom: 1px dashed #c2c1c0;
    padding-bottom: 0.444em;
    margin-bottom: 1em;
}
.site-footer.footer-v2 .footer-contact-info .address {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-footer.footer-v2 .footer-contact-info .address > li {
    margin-bottom: 28px;
}
.site-footer.footer-v2 .footer-contact-info .address > li:before, .site-footer.footer-v2 .footer-contact-info .address > li:after {
    content: "";
    display: table;
}
.site-footer.footer-v2 .footer-contact-info .address > li:after {
    clear: both;
}
.site-footer.footer-v2 .footer-contact-info .address > li i {
    float: left;
    display: block;
    width: 40px;
}
.site-footer.footer-v2 .footer-contact-info .address > li .address-text {
    font-size: 0.938em;
    display: block;
    float: left;
    line-height: 1.6;
    width: calc( 100% - 40px);
}
.site-footer.footer-v2 .footer-contact-info .address > li .fa {
    font-size: 28px;
    line-height: 28px;
}
.site-footer.footer-v2 .footer-contact-info .address > li .fa::before {
    margin-left: 8px;
}
.site-footer.footer-v2 .footer-contact-info .address > li .po {
    font-size: 24px;
    line-height: 28px;
}
.site-footer.footer-v2 .footer-contact-info .address > li .po-mail-icon {
    font-size: 22px;
}
.site-footer.footer-v2 .footer-contact-info .address > li .po-mail-icon::before {
    margin-left: 5px;
}
.footer-v2 + .site-info {
    background-color: #131b21;
    margin: 0;
    padding: 2.188em 0;
}
.footer-v2 + .site-info .copyright {
    font-size: 0.875em;
    color: #919293;
    text-align: center;
}
.footer-map {
    height: 462px;
    background-color: #cbcbcb;
}
.footer-map iframe {
    width: 100%;
    border: none;
}
.footer-about-info {
    background-color: #f5f5f5;
    padding-top: 46px;
    padding-bottom: 10px;
}
.footer-about-info .image img {
    position: relative;
    top: -76px;
}
.footer-about-info h2 {
    color: #2d2b2d;
    font-size: 1.5em;
    margin-bottom: 1.542em;
}
.footer-about-info .content {
    padding-left: 20px;
}
.footer-about-info p {
    color: #666666;
    margin-bottom: 1.8em;
}
.footer-about-info a {
    color: #6d6d6d;
    font-size: .86em;
}
.site-footer.footer-v3 {
    background-color: #2b2b2b;
    color: #8c8c8c;
    border-top: 1px solid #565656;
    padding: 0;
}
.site-footer.footer-v3 .footer-row {
    padding-top: 1.875em;
    padding-bottom: 1.24em;
    border-bottom: 1px solid #565656;
    margin-bottom: 2.125em;
}
.site-footer.footer-v3 .footer-logo, .site-footer.footer-v3 .footer-menu, .site-footer.footer-v3 .footer-social-icons {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.site-footer.footer-v3 .footer-logo {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.site-footer.footer-v3 .footer-logo {
    width: 100%;
}
}

@media (min-width: 992px) {
.site-footer.footer-v3 .footer-logo {
    width: 16.6666666667%;
}
}

@media (min-width: 1200px) {
.site-footer.footer-v3 .footer-logo {
    width: 16.6666666667%;
}
}
.site-footer.footer-v3 .footer-logo .pizzaro-logo {
    width: 138px;
}
.site-footer.footer-v3 .footer-menu {
    width: 100%;
}

@media (min-width: 768px) {
.site-footer.footer-v3 .footer-menu {
    width: 100%;
}
}

@media (min-width: 992px) {
.site-footer.footer-v3 .footer-menu {
    width: 66.6666666667%;
}
}

@media (min-width: 1200px) {
.site-footer.footer-v3 .footer-menu {
    width: 66.6666666667%;
}
}
.site-footer.footer-v3 .footer-social-icons {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.site-footer.footer-v3 .footer-social-icons {
    width: 100%;
}
}

@media (min-width: 992px) {
.site-footer.footer-v3 .footer-social-icons {
    width: 16.6666666667%;
}
}

@media (min-width: 1200px) {
.site-footer.footer-v3 .footer-social-icons {
    width: 16.6666666667%;
}
}
.site-footer.footer-v3 .footer-logo {
    margin: 0;
}
.site-footer.footer-v3 .footer-logo h1.logo {
    margin: 0;
}
.site-footer.footer-v3 .footer-logo .custom-logo-link .pizzaro-logo {
    width: 138px;
}
.site-footer.footer-v3 .footer-logo .custom-logo-link .site-description {
    color: #888;
}
.site-footer.footer-v3 .footer-logo .custom-logo-link .custom-logo {
    margin: 0;
    width: 138px;
}
.site-footer.footer-v3 .footer-logo .custom-logo-link .site-title {
    margin-bottom: 0;
}
.site-footer.footer-v3 .social-icon-text {
    display: none;
}
.site-footer.footer-v3 .footer-menu ul, .site-footer.footer-v3 ul.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0.938em;
    display: inline-block;
    text-align: center;
}
.site-footer.footer-v3 .footer-menu ul > li, .site-footer.footer-v3 ul.footer-menu > li {
    display: inline-block;
}
.site-footer.footer-v3 .footer-menu ul > li a, .site-footer.footer-v3 ul.footer-menu > li a {
    display: inline-block;
    color: #8c8c8c;
}
.site-footer.footer-v3 .footer-menu ul > li a:focus, .site-footer.footer-v3 .footer-menu ul > li a:hover, .site-footer.footer-v3 ul.footer-menu > li a:focus, .site-footer.footer-v3 ul.footer-menu > li a:hover {
    color: #fff;
}
.site-footer.footer-v3 .footer-menu ul > li + li::before, .site-footer.footer-v3 ul.footer-menu > li + li::before {
    content: "|";
    display: inline-block;
    margin: 0 1.467em;
}
.site-footer.footer-v3 .social-icons {
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}
.site-footer.footer-v3 .social-icons > li {
    display: inline-block;
}
.site-footer.footer-v3 .social-icons > li a {
    color: #959595;
}
.site-footer.footer-v3 .social-icons > li a:focus, .site-footer.footer-v3 .social-icons > li a:hover {
    color: #fff;
}
.site-footer.footer-v3 .social-icons > li + li {
    margin-left: 2.5em;
}
.site-footer.footer-v3 .site-info {
    margin-bottom: 1em;
    font-size: 0.875em;
}
.site-footer.footer-v3 .site-info .copyright {
    text-align: center;
    color: #8d8c8c;
    font-size: 1em;
}
.site-footer.footer-v3 .footer-payment-icons {
    margin-bottom: 2em;
}
.site-footer.footer-v3 .footer-payment-icons .list-payment-icons {
    margin: 0;
    padding: 0;
    text-align: center;
}
.site-footer.footer-v3 .footer-payment-icons .list-payment-icons > li {
    display: inline-block;
}
.site-footer.footer-v3 .footer-payment-icons .list-payment-icons > li .fa {
    font-size: 1.5em;
}
.site-footer.footer-v3 .footer-payment-icons .list-payment-icons > li + li {
    margin-left: 0.875em;
}
.site-footer.footer-v4 {
    background-color: #fff;
    padding: 10px 0 42px 0;
}
.site-footer.footer-v4 .footer-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.site-footer.footer-v4 .footer-logo, .site-footer.footer-v4 .site-address, .site-footer.footer-v4 .footer-social-icons {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.site-footer.footer-v4 .footer-logo {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
.site-footer.footer-v4 .footer-logo {
    width: 100%;
}
}

@media (min-width: 992px) {
.site-footer.footer-v4 .footer-logo {
    width: 16.6666666667%;
}
}

@media (min-width: 1200px) {
.site-footer.footer-v4 .footer-logo {
    width: 16.6666666667%;
}
}
.site-footer.footer-v4 .footer-logo .pizzaro-logo, .site-footer.footer-v4 .footer-logo a img {
    width: 154px;
}
.site-footer.footer-v4 .footer-logo .site-title {
    margin-bottom: 0;
}
.site-footer.footer-v4 .site-address {
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
.site-footer.footer-v4 .site-address {
    width: 100%;
}
}

@media (min-width: 992px) {
.site-footer.footer-v4 .site-address {
    width: 66.6666666667%;
}
}

@media (min-width: 1200px) {
.site-footer.footer-v4 .site-address {
    width: 66.6666666667%;
}
}
.site-footer.footer-v4 .footer-social-icons {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.site-footer.footer-v4 .footer-social-icons {
    width: 100%;
}
}

@media (min-width: 992px) {
.site-footer.footer-v4 .footer-social-icons {
    width: 16.6666666667%;
}
}

@media (min-width: 1200px) {
.site-footer.footer-v4 .footer-social-icons {
    width: 16.6666666667%;
}
}
.site-footer.footer-v4 .col-full {
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
}
.site-footer.footer-v4 .address {
    margin: 0;
    list-style: none;
    font-size: 0.938em;
}
.site-footer.footer-v4 .address li {
    display: inline-block;
    color: #191919;
}
.site-footer.footer-v4 .address li + li::before {
    content: "|";
    display: inline-block;
    margin: 0 1.467em;
}
.site-footer.footer-v4 .social-icons {
    margin: 0;
    padding-left: 20px;
}
.site-footer.footer-v4 .social-icons li + li {
    padding-left: 30px;
}
.site-footer.footer-v4 .social-icons, .site-footer.footer-v4 .social-icons li, .site-footer.footer-v4 .social-icon-text {
    display: inline-block;
}
.site-footer.footer-v4 .footer-social-icons {
    text-align: right;
}
.site-footer.footer-v4 .footer-social-icons .social-icon-text {
    font-size: 0.938em;
    color: #919191;
}
.site-footer.footer-v5 {
    text-align: center;
    padding-top: 4.375em;
    padding-bottom: 1.75em;
    background-color: #f1f1f1;
}
.site-footer.footer-v5 .site-info {
    margin-bottom: 0;
    padding: 0;
    font-size: 0.875em;
    margin: 0 2.143em;
    padding-top: 2.143em;
    border-top: 1px solid #d9d9d9;
}
.site-footer.footer-v5 .site-info p {
    font-size: 1em;
}
.site-footer.footer-v5 .footer-logo {
    margin-bottom: 1.75em;
}
.site-footer.footer-v5 .footer-logo .pizzaro-logo, .site-footer.footer-v5 .footer-logo a {
    width: 200px;
    margin: 0 auto;
}
.site-footer.footer-v5 .footer-logo .site-title {
    margin-bottom: 0;
}
.site-footer.footer-v5 .footer-menu {
    margin: 0;
    list-style: none;
    font-size: 0.938em;
}
.site-footer.footer-v5 .footer-menu li {
    display: inline-block;
}
.site-footer.footer-v5 .footer-menu li a {
    color: #404040;
}
.site-footer.footer-v5 .footer-menu li + li::before {
    content: "|";
    display: inline-block;
    margin: 0 1.467em;
    color: #dcdcdc;
}
.site-footer.footer-v5 .footer-newsletter {
    width: 900px;
    margin: 1.5em auto 3.5em auto;
}
.header-v1, .header-v2, .header-v3, .header-v4, .header-v5 {
    margin-bottom: 4em;
}
.header-v1.site-header .custom-logo-link, .header-v1.site-header .site-logo-anchor, .header-v1.site-header .site-logo-link, .header-v2.site-header .custom-logo-link, .header-v2.site-header .site-logo-anchor, .header-v2.site-header .site-logo-link, .header-v3.site-header .custom-logo-link, .header-v3.site-header .site-logo-anchor, .header-v3.site-header .site-logo-link, .header-v4.site-header .custom-logo-link, .header-v4.site-header .site-logo-anchor, .header-v4.site-header .site-logo-link, .header-v5.site-header .custom-logo-link, .header-v5.site-header .site-logo-anchor, .header-v5.site-header .site-logo-link {
    float: none;
}
.header-v1 {
    padding-bottom: 0;
}
.header-v1 .site-branding, .header-v1 .main-navigation, .header-v1 .header-info-wrapper, .header-v1 .header-phone-numbers, .header-v1 .site-header-cart, .header-v1 .site-header-cart-v2 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.header-v1 .site-branding {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.header-v1 .site-branding {
    width: 16.6666666667%;
}
}

@media (min-width: 992px) {
.header-v1 .site-branding {
    width: 16.6666666667%;
}
}
.header-v1 .site-branding .site-title, .header-v1 .site-branding .site-description {
    color: #fff;
}
.header-v1 .header-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.header-v1 .main-navigation {
    width: 100%;
}

@media (min-width: 768px) {
.header-v1 .main-navigation {
    width: 41.6666666667%;
}
}

@media (min-width: 992px) {
.header-v1 .main-navigation {
    width: 41.6666666667%;
}
}
.header-v1 .header-info-wrapper {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.header-v1 .header-info-wrapper {
    width: 41.6666666667%;
}
}

@media (min-width: 992px) {
.header-v1 .header-info-wrapper {
    width: 41.6666666667%;
}
}
.header-v1 .header-phone-numbers {
    width: 100%;
    padding-left: 0;
    padding-right: 32px;
}

@media (min-width: 768px) {
.header-v1 .header-phone-numbers {
    width: 50%;
}
}

@media (min-width: 992px) {
.header-v1 .header-phone-numbers {
    width: 50%;
}
}
.header-v1 .site-header-cart, .header-v1 .site-header-cart-v2 {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.header-v1 .site-header-cart, .header-v1 .site-header-cart-v2 {
    width: 50%;
}
}

@media (min-width: 992px) {
.header-v1 .site-header-cart, .header-v1 .site-header-cart-v2 {
    width: 50%;
}
}
.header-v1 .secondary-navigation {
    margin-bottom: 0;
}
.header-v1 .primary-navigation {
    text-align: center;
    margin-bottom: 0;
}
.header-v1 .primary-navigation .menu > li > a::before, .header-v1 .primary-navigation .menu ul.nav-menu > li > a::before {
    content: " ";
    display: block;
    height: 2px;
    width: 42px;
    margin: 0 auto;
    margin-top: 6px;
    background-color: #ffae00;
    visibility: hidden;
    bottom: 14px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.header-v1 .primary-navigation .menu > li:hover > a::before, .header-v1 .primary-navigation .menu ul.nav-menu > li:hover > a::before {
    visibility: visible;
}
.header-v2 .main-navigation, .header-v2 .site-branding, .header-v2 .header-info-wrapper, .header-v2 .header-nav-links, .header-v2 .site-header-cart {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.header-v2 .main-navigation {
    width: 100%;
}

@media (min-width: 768px) {
.header-v2 .main-navigation {
    width: 41.6666666667%;
}
}

@media (min-width: 992px) {
.header-v2 .main-navigation {
    width: 41.6666666667%;
}
}
.header-v2 .site-branding {
    width: 100%;
    text-align: center;
    padding: 0;
}

@media (min-width: 768px) {
.header-v2 .site-branding {
    width: 16.6666666667%;
}
}

@media (min-width: 992px) {
.header-v2 .site-branding {
    width: 16.6666666667%;
}
}
.header-v2 .site-branding a img {
    width: 180px;
    margin: 0 auto;
}
.header-v2 .header-info-wrapper {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
.header-v2 .header-info-wrapper {
    width: 41.6666666667%;
}
}

@media (min-width: 992px) {
.header-v2 .header-info-wrapper {
    width: 41.6666666667%;
}
}
.header-v2 .header-nav-links {
    width: 100%;
}

@media (min-width: 768px) {
.header-v2 .header-nav-links {
    width: 50%;
}
}

@media (min-width: 992px) {
.header-v2 .header-nav-links {
    width: 50%;
}
}
.header-v2 .site-header-cart {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.header-v2 .site-header-cart {
    width: 50%;
}
}

@media (min-width: 992px) {
.header-v2 .site-header-cart {
    width: 50%;
}
}
.header-v2 .col-full {
    display: flex;
    align-items: center;
}
.header-v2 .primary-navigation {
    margin-bottom: 0;
}
.header-nav-links {
    font-size: 0.813em;
    text-align: center;
}
.header-nav-links ul {
    margin: 0;
}
.header-nav-links ul li {
    list-style: none;
}
.header-nav-links ul li a {
    color: #fff;
}
.page-template-template-homepage-v2 .header-v2 {
    background-color: transparent;
    position: absolute;
    width: 100%;
}
.header-v3 {
    padding: 6.54px 0;
}
.header-v3 .col-full {
    display: flex;
    align-items: center;
    padding-right: 0;
}
.header-v3 .site-branding, .header-v3 .main-navigation, .header-v3 .site-header-cart {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.header-v3 .site-branding {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.header-v3 .site-branding {
    width: 16.6666666667%;
}
}

@media (min-width: 992px) {
.header-v3 .site-branding {
    width: 16.6666666667%;
}
}
.header-v3 .site-branding .pizzaro-logo, .header-v3 .site-branding a img {
    width: 138px;
    display: block;
}
.header-v3 .main-navigation {
    width: 100%;
    padding-left: 2.875em;
}

@media (min-width: 768px) {
.header-v3 .main-navigation {
    width: 66.6666666667%;
}
}

@media (min-width: 992px) {
.header-v3 .main-navigation {
    width: 66.6666666667%;
}
}
.header-v3 .site-header-cart {
    width: 100%;
    padding-right: 0;
}

@media (min-width: 768px) {
.header-v3 .site-header-cart {
    width: 16.6666666667%;
}
}

@media (min-width: 992px) {
.header-v3 .site-header-cart {
    width: 16.6666666667%;
}
}
.header-v3 .primary-navigation {
    margin-bottom: 0;
}
.header-v3 .primary-navigation > .menu > li > a {
    text-transform: uppercase;
    font-weight: 800;
}
.header-v3 .primary-navigation > .menu > li > a i {
    font-size: 0.933em;
    margin-right: 8px;
}
.header-v3 .primary-navigation > .menu li, .header-v3 .primary-navigation > .menu li::before, .header-v3 .primary-navigation > .menu li a {
    display: inline-block;
    vertical-align: middle;
}
.header-v3 .primary-navigation > .menu > li:hover > a {
    text-decoration: none;
}
.header-v3 .primary-navigation > .menu > li + li::before {
    width: 1px;
    content: " ";
    display: inline-block;
    height: 50px;
    margin: 0 12px;
    background-color: #ef575d;
    opacity: .4;
}
.lite-bg.header-v3 {
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(1, 1, 1, 0.15);
}
.lite-bg.header-v3 .primary-navigation > .menu > li > a {
    color: #b3b3b3;
}
.lite-bg.header-v3 .primary-navigation > .menu > li:hover a, .lite-bg.header-v3 .primary-navigation > .menu > li.focus a {
    color: #343433;
}
.lite-bg.header-v3 .primary-navigation > .menu > li .sub-menu li:hover > a, .lite-bg.header-v3 .primary-navigation > .menu > li .sub-menu li.focus > a {
    color: #fff;
}
.lite-bg.header-v3 .primary-navigation > .menu > li + li::before {
    background-color: #e6e6e6;
    opacity: 1;
}
.lite-bg.header-v3 .site-header-cart .cart-contents::before, .lite-bg.header-v3 .site-header-cart .cart-contents::after, .lite-bg.header-v3 .site-header-cart .cart-contents .amount {
    color: #343433;
}
.header-v4 {
    padding: 18px 0;
}
.header-v4 .col-full {
    width: 100%;
    padding: 0 52px;
    display: flex;
    align-items: center;
}
.header-v4 .site-branding, .header-v4 .main-navigation, .header-v4 .site-header-cart {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.header-v4 .site-branding {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.header-v4 .site-branding {
    width: 16.6666666667%;
}
}

@media (min-width: 992px) {
.header-v4 .site-branding {
    width: 16.6666666667%;
}
}
.header-v4 .site-branding .pizzaro-logo, .header-v4 .site-branding a img {
    width: 162px;
    display: block;
}
.header-v4 .main-navigation {
    width: 100%;
}

@media (min-width: 768px) {
.header-v4 .main-navigation {
    width: 66.6666666667%;
}
}

@media (min-width: 992px) {
.header-v4 .main-navigation {
    width: 66.6666666667%;
}
}
.header-v4 .site-header-cart {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.header-v4 .site-header-cart {
    width: 16.6666666667%;
}
}

@media (min-width: 992px) {
.header-v4 .site-header-cart {
    width: 16.6666666667%;
}
}
.header-v4 .site-header-cart .cart-contents {
    float: right;
}
.header-v4 .site-header-cart .cart-contents .amount span {
    display: none;
}
.header-v4 .primary-navigation {
    margin-bottom: 0;
    text-align: center;
}
.header-v4 .primary-navigation ul.menu > li > a, .header-v4 .primary-navigation ul.nav-menu > li > a {
    padding: 1.8em 1.84em 1.618em;
}
.header-v4 .primary-navigation .current-menu-item > a {
    color: #262626;
}
.header-v4 .primary-navigation .menu > li > a::before, .header-v4 .primary-navigation .current-menu-item > a::before {
    content: " ";
    display: block;
    height: 2px;
    width: 42px;
    margin: 0 auto;
    margin-top: 6px;
    background-color: #ffae00;
    bottom: 14px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.header-v4 .primary-navigation .menu > li > a::before {
    visibility: hidden;
}
.header-v4 .primary-navigation .menu > li:hover > a::before {
    visibility: visible;
}
.header-v4 .primary-navigation .menu .current-menu-item > a::before {
    visibility: visible;
}
.lite-bg.header-v4.site-header {
    background-color: #fff;
}
.lite-bg.header-v4 .primary-navigation {
    text-align: right;
}
.lite-bg.header-v4 .primary-navigation .menu > li > a {
    color: #969696;
}
.lite-bg.header-v4 .primary-navigation .menu > li:hover a, .lite-bg.header-v4 .primary-navigation .menu > li.focus a {
    color: #262626;
}
.lite-bg.header-v4 .primary-navigation .menu > li .sub-menu li:hover > a, .lite-bg.header-v4 .primary-navigation .menu > li .sub-menu li.focus > a {
    color: #fff;
}
.lite-bg.header-v4 .primary-navigation .menu .current-menu-item > a {
    color: #262626;
}
.lite-bg.header-v4 .site-header-cart .cart-contents {
    color: #a3a3a3;
}
.lite-bg.header-v4 .site-header-cart .cart-contents .amount {
    color: #262626;
}
.lite-bg.header-v4 .site-header-cart .cart-contents .count {
    color: #fff;
}
.page-template-template-homepage-v6 footer {
    clear: both;
}
.page-template-template-homepage-v6 .site-content, .page-template-template-homepage-v6 .site-footer {
    box-shadow: inset 9px 0px 16px -8px rgba(1, 1, 1, 0.3);
}
.page-template-template-homepage-v6 .products-card .media-body img, .page-template-template-homepage-v6 .banner {
    position: relative;
    z-index: -1;
}
.page-template-template-homepage-v6 .products-card .media-body img {
    width: 100%;
}
.page-template-template-homepage-v6 .products-card .media ul.products li.product .ywapo_input_container_radio {
    margin: 0 .6em 1.36em;
}
.page-template-template-homepage-v6 .header-v1, .page-template-template-homepage-v6 .header-v2, .page-template-template-homepage-v6 .header-v3, .page-template-template-homepage-v6 .header-v4, .page-template-template-homepage-v6 .header-v5, .page-template-template-homepage-v6 .header-v6 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 328px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    height: 100%;
    position: fixed;
    -moz-appearance: none;
}
 .page-template-template-homepage-v6 .header-v1::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v2::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v3::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v4::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v5::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v6::-webkit-scrollbar {
 display: none;
}
.page-template-template-homepage-v6 .header-v1 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v2 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v3 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v4 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v5 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v6 .primary-navigation .menu > li a::before {
    display: none;
}
.page-template-template-homepage-v6 .header-v1 .col-full, .page-template-template-homepage-v6 .header-v2 .col-full, .page-template-template-homepage-v6 .header-v3 .col-full, .page-template-template-homepage-v6 .header-v4 .col-full, .page-template-template-homepage-v6 .header-v5 .col-full, .page-template-template-homepage-v6 .header-v6 .col-full {
    width: 300px;
    background-color: #fff;
    margin: 0;
    padding: 2.61792em 0 0;
}
.page-template-template-homepage-v6 .header-v1 .site-branding, .page-template-template-homepage-v6 .header-v1 .site-header-cart, .page-template-template-homepage-v6 .header-v1 .main-navigation, .page-template-template-homepage-v6 .header-v1 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v1 .secondary-navigation, .page-template-template-homepage-v6 .header-v1 .footer-social-icons, .page-template-template-homepage-v6 .header-v1 .site-info, .page-template-template-homepage-v6 .header-v2 .site-branding, .page-template-template-homepage-v6 .header-v2 .site-header-cart, .page-template-template-homepage-v6 .header-v2 .main-navigation, .page-template-template-homepage-v6 .header-v2 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v2 .secondary-navigation, .page-template-template-homepage-v6 .header-v2 .footer-social-icons, .page-template-template-homepage-v6 .header-v2 .site-info, .page-template-template-homepage-v6 .header-v3 .site-branding, .page-template-template-homepage-v6 .header-v3 .site-header-cart, .page-template-template-homepage-v6 .header-v3 .main-navigation, .page-template-template-homepage-v6 .header-v3 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v3 .secondary-navigation, .page-template-template-homepage-v6 .header-v3 .footer-social-icons, .page-template-template-homepage-v6 .header-v3 .site-info, .page-template-template-homepage-v6 .header-v4 .site-branding, .page-template-template-homepage-v6 .header-v4 .site-header-cart, .page-template-template-homepage-v6 .header-v4 .main-navigation, .page-template-template-homepage-v6 .header-v4 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v4 .secondary-navigation, .page-template-template-homepage-v6 .header-v4 .footer-social-icons, .page-template-template-homepage-v6 .header-v4 .site-info, .page-template-template-homepage-v6 .header-v5 .site-branding, .page-template-template-homepage-v6 .header-v5 .site-header-cart, .page-template-template-homepage-v6 .header-v5 .main-navigation, .page-template-template-homepage-v6 .header-v5 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v5 .secondary-navigation, .page-template-template-homepage-v6 .header-v5 .footer-social-icons, .page-template-template-homepage-v6 .header-v5 .site-info, .page-template-template-homepage-v6 .header-v6 .site-branding, .page-template-template-homepage-v6 .header-v6 .site-header-cart, .page-template-template-homepage-v6 .header-v6 .main-navigation, .page-template-template-homepage-v6 .header-v6 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v6 .secondary-navigation, .page-template-template-homepage-v6 .header-v6 .footer-social-icons, .page-template-template-homepage-v6 .header-v6 .site-info {
    width: 100%;
    clear: both;
}
.page-template-template-homepage-v6 .header-v1 .main-navigation, .page-template-template-homepage-v6 .header-v2 .main-navigation, .page-template-template-homepage-v6 .header-v3 .main-navigation, .page-template-template-homepage-v6 .header-v4 .main-navigation, .page-template-template-homepage-v6 .header-v5 .main-navigation, .page-template-template-homepage-v6 .header-v6 .main-navigation {
    padding: 0;
}
.page-template-template-homepage-v6 .header-v1 .site-branding, .page-template-template-homepage-v6 .header-v2 .site-branding, .page-template-template-homepage-v6 .header-v3 .site-branding, .page-template-template-homepage-v6 .header-v4 .site-branding, .page-template-template-homepage-v6 .header-v5 .site-branding, .page-template-template-homepage-v6 .header-v6 .site-branding {
    padding: 0 57px;
    margin-bottom: 2.688em;
}
.page-template-template-homepage-v6 .header-v1 .site-branding .site-title, .page-template-template-homepage-v6 .header-v1 .site-branding .site-description, .page-template-template-homepage-v6 .header-v2 .site-branding .site-title, .page-template-template-homepage-v6 .header-v2 .site-branding .site-description, .page-template-template-homepage-v6 .header-v3 .site-branding .site-title, .page-template-template-homepage-v6 .header-v3 .site-branding .site-description, .page-template-template-homepage-v6 .header-v4 .site-branding .site-title, .page-template-template-homepage-v6 .header-v4 .site-branding .site-description, .page-template-template-homepage-v6 .header-v5 .site-branding .site-title, .page-template-template-homepage-v6 .header-v5 .site-branding .site-description, .page-template-template-homepage-v6 .header-v6 .site-branding .site-title, .page-template-template-homepage-v6 .header-v6 .site-branding .site-description {
    color: #555;
    text-align: center;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart, .page-template-template-homepage-v6 .header-v2 .site-header-cart, .page-template-template-homepage-v6 .header-v3 .site-header-cart, .page-template-template-homepage-v6 .header-v4 .site-header-cart, .page-template-template-homepage-v6 .header-v5 .site-header-cart, .page-template-template-homepage-v6 .header-v6 .site-header-cart {
    padding: 0 30px;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart, .page-template-template-homepage-v6 .header-v2 .site-header-cart, .page-template-template-homepage-v6 .header-v3 .site-header-cart, .page-template-template-homepage-v6 .header-v4 .site-header-cart, .page-template-template-homepage-v6 .header-v5 .site-header-cart, .page-template-template-homepage-v6 .header-v6 .site-header-cart {
    margin-bottom: 2.25em;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v2 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v3 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v4 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v5 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v6 .site-header-cart:hover .widget_shopping_cart {
    left: 5px;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents {
    padding: .106em .8em;
    color: #fff;
    line-height: 1;
    font-size: 1.188em;
    border-radius: 50px;
    border: 1px solid #dadada;
    background-color: #fff;
    max-width: 100%;
    margin-left: 0;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents::before {
    font-family: "font-pizzaro";
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents::after {
    color: white;
    content: "\69";
    line-height: 1;
    font-size: 0.4em;
    float: none;
    color: #8e8e8e;
    background: none;
    border: none;
    position: relative;
    padding-bottom: 0;
    bottom: auto;
    left: auto;
    transform: none;
    width: inherit;
    display: none;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents::before {
    content: "\47";
    display: inline-block;
    vertical-align: middle;
    padding: 0.44em;
    font-size: 1.158em;
    color: #a3a3a3;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount {
    font-weight: 900;
    vertical-align: middle;
    color: #333e48;
    margin-right: 0;
    min-width: 150px;
    text-align: right;
    display: inline-block;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount::after {
    color: white;
    content: "\69";
    line-height: 1;
    font-size: 0.5em;
    float: none;
    color: #8e8e8e;
    margin-left: 10px;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount span {
    font-weight: normal;
    font-size: 0.929em;
    color: #747474;
    float: left;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents > span {
    font-size: 0.737em;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .count {
    font-weight: bold;
    opacity: 1;
    vertical-align: middle;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .count {
    position: absolute;
    padding: 0.5em 0;
    background: #4caf50;
    font-size: 0.579em;
    text-align: center;
    width: 22px;
    border-radius: 50px;
    font-weight: 900;
    left: 10px;
    line-height: 1;
    top: -6px;
    display: block;
}
.page-template-template-homepage-v6 .site-content, .page-template-template-homepage-v6 footer {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 300px);
    float: right;
    padding: 0;
}
.page-template-template-homepage-v6 .site-content .col-full, .page-template-template-homepage-v6 footer .col-full {
    width: 100%;
    padding: 0;
}
.page-template-template-homepage-v6 footer {
    float: right;
}
.page-template-template-homepage-v6 .primary-navigation > ul > li, .page-template-template-homepage-v6 .footer-social-icons, .page-template-template-homepage-v6 .site-info {
    padding: 0 40px;
}
.page-template-template-homepage-v6 .site-info .copyright {
    color: #838383;
}
.page-template-template-homepage-v6 .footer-social-icons {
    margin-bottom: 12px;
}
.page-template-template-homepage-v6 .footer-social-icons .social-icon-text {
    display: none;
}
.page-template-template-homepage-v6 .footer-social-icons ul {
    margin: 0;
}
.page-template-template-homepage-v6 .footer-social-icons ul li {
    display: inline-block;
}
.page-template-template-homepage-v6 .footer-social-icons ul li a {
    border: 1px solid #d8d8d8;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: relative;
}
.page-template-template-homepage-v6 .footer-social-icons ul li a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-template-template-homepage-v6 .footer-social-icons ul li a:hover {
    color: #fff;
}
.page-template-template-homepage-v6 .footer-social-icons ul li + li {
    margin-left: 18px;
}
.page-template-template-homepage-v6 .primary-navigation > ul > li > a {
    color: #fff;
}
.page-template-template-homepage-v6 .primary-navigation ul.menu > li.menu-item-has-children > a:after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.page_item_has_children > a:after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.menu-item-has-children > a:after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.page_item_has_children > a:after, .page-template-template-homepage-v6 .primary-navigation > ul > li > a::after {
    position: relative;
    float: right;
    transform: rotate(-90deg);
}
.page-template-template-homepage-v6 .primary-navigation {
    margin-bottom: 2.375em;
}
.page-template-template-homepage-v6 .primary-navigation ul li {
    display: block;
}
.page-template-template-homepage-v6 .primary-navigation ul li a {
    color: #4a4a4a;
    padding: .7em 0;
}
.page-template-template-homepage-v6 .primary-navigation ul li a::before {
    display: none;
}
.page-template-template-homepage-v6 .primary-navigation ul li:hover > a, .page-template-template-homepage-v6 .primary-navigation ul li.focus > a {
    color: #fff;
}
.page-template-template-homepage-v6 .primary-navigation ul li .sub-menu li:hover > a, .page-template-template-homepage-v6 .primary-navigation ul li .sub-menu li.focus > a {
    color: #fff;
}
.page-template-template-homepage-v6 .primary-navigation .primary-navigation > ul > li > a {
    color: #fff;
}
.page-template-template-homepage-v6 .primary-navigation ul.menu > li:first-child, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li:first-child {
    margin: 0;
}
.page-template-template-homepage-v6 .primary-navigation ul.menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.page_item_has_children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.page_item_has_children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.page_item_has_children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.page_item_has_children:hover::after {
    display: none;
}
.page-template-template-homepage-v6 .primary-navigation .menu > li > a::after {
    display: none;
}
.page-template-template-homepage-v6 .secondary-navigation {
    margin: 0 0 2.8em;
}
.page-template-template-homepage-v6 .secondary-navigation .menu li {
    padding: 0 40px;
}
.page-template-template-homepage-v6 .secondary-navigation ul.menu > li, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li {
    display: block;
}
.page-template-template-homepage-v6 .secondary-navigation ul.menu > li a, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li a {
    line-height: 1.75em;
    font-size: 1em;
}
.page-template-template-homepage-v6 .secondary-navigation ul.menu > li a i, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li a i {
    float: none;
    margin-right: 0;
}
.page-template-template-homepage-v6 .secondary-navigation ul.menu > li + li, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li + li {
    margin-left: 0;
}
.mCustomScrollbar .mCSB_inside > .mCSB_container {
    margin: 0;
}
.mCustomScrollbar .mCSB_inside > .mCSB_scrollTools {
    opacity: 0;
}
.mCustomScrollbar .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCustomScrollbar .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollbar .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollbar .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 0;
}
.mCustomScrollbar .mCSB_draggerContainer {
    opacity: 0;
}
.single-post blockquote {
    margin: 1em 0;
}
.single-post blockquote.single-blockquote {
    margin: 3.375em 0 4.64em 0;
}
.single-post article.post .entry-header {
    margin-bottom: 2.5em;
}
.single-post article.post .entry-content .para-title {
    font-size: 1em;
    margin-bottom: 2.125em;
}
.single-post article.post .entry-content p {
    letter-spacing: -0.4px;
}
.single-post article.post .entry-content p img {
    margin-bottom: 3.75em;
    margin-top: 4.875em;
}
.single-post article.post .entry-content p strong {
    color: #2d2b2d;
}
.single-post article.post .entry-content blockquote p {
    margin-bottom: 0;
}
.post-author-info {
    background: #f5f5f5;
    padding: 1.125em;
    margin-bottom: 4em;
    margin-top: 2.857em;
}
.post-author-info .media .media-left {
    padding-right: 1.786em;
}
.post-author-info .media img {
    max-width: none;
}
.post-author-info .media .media-body h4.media-heading {
    font-size: 1.125em;
    line-height: 1.474em;
    margin-bottom: 1.5em;
    margin-top: 0.526em;
}
.post-author-info .media .media-body h4.media-heading a {
    color: #333e48;
}
.post-author-info .media .media-body p {
    color: #747474;
    line-height: 1.714em;
}
.post-author-info .media .media-body p:last-child {
    margin-bottom: 0;
}
#comments .comment-list .comment-body, #comments .children .comment-body {
    border-bottom: 1px dashed #c7c7c6;
    padding-top: 2.9em;
    padding-bottom: 2.9em;
    position: relative;
}
#comments .comment-navigation {
    padding-top: 20px;
}
#comments .comment-navigation:before, #comments .comment-navigation:after {
    content: "";
    display: table;
}
#comments .comment-navigation:after {
    clear: both;
}
#comments .comment-navigation a:hover {
    text-shadow: 0 0 0.35px #000, 0 0 0.35px #000;
}
#comments .comment-navigation .nav-previous {
    float: left;
}
#comments .comment-navigation .nav-next {
    float: right;
}
#comments li > ol {
    margin-left: 0;
}
#comments #comment-nav-below {
    padding-top: 0;
    margin-bottom: 40px;
}
#comments .comment-list {
    padding-bottom: 3.938em;
}
#comments .comment-list .comment-meta .avatar {
    margin-bottom: 1em;
    max-width: 100px;
    height: auto;
    display: inline-block;
    border-radius: 50px;
}
#comments .comment-list .comment-meta cite {
    font-weight: bold;
    color: #2d2b2d;
}
#comments .comment-list .bypostauthor > .comment-body cite:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f097";
    display: block;
}
#comments .comment-list .reply {
    position: absolute;
    bottom: 24px;
    right: 0;
    font-size: .875em;
}
#comments .comment-list .reply:before, #comments .comment-list .reply:after {
    content: "";
    display: table;
}
#comments .comment-list .reply:after {
    clear: both;
}
#comments .comment-list .reply a {
    display: inline-block;
    margin-right: 1em;
}
#comments .comment-list .reply a:last-child {
    margin-right: 0;
}
/**
 * Header Elements
 */
.woocommerce-active .site-header .col-full {
    position: relative;
}
.woocommerce-active .site-branding {
    float: left;
}
.site-header-cart {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
}
.site-header-cart .cart-contents {
    display: none;
}
.site-header-cart .widget_shopping_cart {
    display: none;
    background-color: #fff;
}
.site-header-cart .widget_shopping_cart .quantity {
    color: #7f7f7f;
}
.site-search {
    font-size: 0.875em;
    clear: both;
    display: none;
}
.site-search .widget_product_search input[type=text], .site-search .widget_product_search input[type=search] {
    padding: 1.41575em 1.618em;
    line-height: 1;
    padding-left: 3.706325903em;
}
.site-search .widget_product_search form:before {
    top: 1.41575em;
    left: 1.618em;
}
.site-search .widget_product_search #searchsubmit {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
/**
 * Shop tables
 */
table.shop_table_responsive thead {
    display: none;
}
table.shop_table_responsive tbody th {
    display: none;
}
table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}
table.shop_table_responsive tr td:before {
    content: attr(data-title) ': ';
    font-weight: 700;
    float: left;
}
table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}
table.shop_table_responsive tr td.product-remove:before {
    display: none;
}
table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
    display: none;
}
table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}
table.shop_table_responsive.my_account_orders .order-actions {
    text-align: right;
}
table.shop_table_responsive.my_account_orders .order-actions:before {
    display: none;
}
/**
 * Products
 */
ul.products {
    margin-left: 0;
    clear: both;
}
ul.products:before, ul.products:after {
    content: "";
    display: table;
}
ul.products:after {
    clear: both;
}
ul.products li.product {
    list-style: none;
    margin-left: 0;
    text-align: center;
    position: relative;
}
ul.products li.product .star-rating, ul.products li.product .price {
    margin: 0 auto 1em;
}
ul.products li.product .woocommerce-LoopProduct-link {
    display: block;
}
ul.products li.product .price {
    display: block;
    color: #666666;
    font-weight: 400;
    font-size: 1.063em;
    height: 1.647em;
}
ul.products li.product .price .variableshopmessage + br, ul.products li.product .price .simpleshopmessage + br {
    display: none;
}
ul.products li.product .star-rating {
    display: none;
}
ul.products li.product img {
    display: block;
    margin: 0 auto 1.02em;
}
ul.products li.product.product-category img {
    margin-bottom: 1.618em;
}
.price del {
    opacity: .5;
    font-weight: 400;
}
.price del + ins {
    margin-left: .327em;
}
/**
 * Single Product
 */
.single-product div.product {
    position: relative;
}
.single-product div.product:before, .single-product div.product:after {
    content: "";
    display: table;
}
.single-product div.product:after {
    clear: both;
}
.single-product div.product .images, .single-product div.product .summary {
    margin-bottom: 2.617924em;
    margin-top: 0;
}
.single-product div.product .images .woocommerce-main-image {
    margin-bottom: 1.618em;
    display: block;
}
.single-product div.product .images .thumbnails a.zoom {
    display: block;
    float: left;
    margin-bottom: 1em;
}
.single-product div.product .images .thumbnails a.zoom.last {
    margin-right: 0;
}
.single-product div.product .images .thumbnails a.zoom.first {
    clear: both;
}
.single-product div.product form.cart {
    margin-bottom: 1.618em;
    padding: 1em 0;
}
.single-product div.product form.cart:before, .single-product div.product form.cart:after {
    content: "";
    display: table;
}
.single-product div.product form.cart:after {
    clear: both;
}
.single-product div.product form.cart .quantity {
    float: left;
}
.single-product div.product form.cart .button {
    float: right;
}
.single-product div.product .summary .price {
    font-size: 1.5em;
    color: #2d2b2d;
}
.single-product div.product .summary .price .woocommerce-Price-currencySymbol {
    font-size: 0.6em;
    vertical-align: top;
    line-height: normal;
}
.single-product div.product .summary .price del {
    font-size: 0.75em;
}
.single-product div.product table.variations {
    margin: 0;
}
.single-product div.product table.variations th, .single-product div.product table.variations td {
    display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent;
}
.single-product div.product table.variations .value {
    margin-bottom: 1em;
}
.single-product div.product .single_variation .price {
    margin-bottom: 1em;
    display: block;
}
.single-product div.product .variations_button {
    padding-top: 1em;
}
.single-product div.product .variations_button:before, .single-product div.product .variations_button:after {
    content: "";
    display: table;
}
.single-product div.product .variations_button:after {
    clear: both;
}
.single-product div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
    line-height: 1;
    margin-top: -ms(-1);
}
.single-product div.product .woocommerce-product-rating:before, .single-product div.product .woocommerce-product-rating:after {
    content: "";
    display: table;
}
.single-product div.product .woocommerce-product-rating:after {
    clear: both;
}
.single-product div.product .woocommerce-product-rating a {
    font-weight: 400;
    text-decoration: underline;
}
.single-product div.product .woocommerce-product-rating a:hover {
    text-decoration: none;
}
.single-product div.product .woocommerce-product-rating .star-rating {
    float: left;
    margin-right: 0.6180469716em;
}
.single-product div.product .product_meta {
    font-size: 0.875em;
    padding-top: 1em;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.single-product div.product .product_meta .sku_wrapper, .single-product div.product .product_meta .posted_in, .single-product div.product .product_meta .tagged_as {
    display: block;
}
.single-product div.product .product_meta .sku_wrapper:last-child, .single-product div.product .product_meta .posted_in:last-child, .single-product div.product .product_meta .tagged_as:last-child {
    border-bottom: 0;
}
.single-product div.product .product_meta a {
    font-weight: 400;
    text-decoration: underline;
}
.single-product div.product .product_meta a:hover {
    text-decoration: none;
}
.stock:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5407911001em;
}
.stock.in-stock {
    color: #0f834d;
}
.stock.in-stock:before {
    content: "\f118";
}
.stock.out-of-stock {
    color: #e2401c;
}
.stock.out-of-stock:before {
    content: "\f119";
}
a.reset_variations {
    display: inline-block;
    margin-left: 1em;
}
a.reset_variations:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-right: 0.5407911001em;
}
/**
 * Reviews
 */
#reviews #comments {
    padding-top: 0;
    padding-bottom: 3.938em;
}
#reviews .woocommerce-Reviews-title {
    font-weight: 300;
}
#reviews .woocommerce-Reviews-title span {
    font-weight: 700;
}
#reviews.woocommerce-Reviews #respond .comment-form-author, #reviews.woocommerce-Reviews #respond .comment-form-email {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-right: 0;
}

@media (min-width: 768px) {
#reviews.woocommerce-Reviews #respond .comment-form-author, #reviews.woocommerce-Reviews #respond .comment-form-email {
    width: 50%;
}
}

@media (min-width: 992px) {
#reviews.woocommerce-Reviews #respond .comment-form-author, #reviews.woocommerce-Reviews #respond .comment-form-email {
    width: 50%;
}
}
#reviews.woocommerce-Reviews #respond .comment-form-author {
    padding-left: 0;
}
#reviews.woocommerce-Reviews #respond .comment-form-email {
    padding-right: 0;
}
#reviews .commentlist {
    list-style: none;
    margin-left: 0;
}
#reviews .commentlist li {
    list-style: none;
    clear: both;
    border-bottom: 1px dashed #c7c7c6;
    padding-top: 2.7em;
    padding-bottom: 1.7em;
}
#reviews .commentlist li:before, #reviews .commentlist li:after {
    content: "";
    display: table;
}
#reviews .commentlist li:after {
    clear: both;
}
#reviews .commentlist li .comment_container .comment-text {
    position: relative;
}
#reviews .commentlist li .comment_container .comment-text:before, #reviews .commentlist li .comment_container .comment-text:after {
    content: "";
    display: table;
}
#reviews .commentlist li .comment_container .comment-text:after {
    clear: both;
}
#reviews .commentlist li .comment_container .comment-text .star-rating {
    position: absolute;
    bottom: 8px;
}
#reviews .commentlist li .comment_container .comment-text p:last-of-type {
    margin-bottom: 0;
}
#reviews .commentlist li time {
    opacity: 0.5;
}
#reviews .commentlist li .avatar {
    float: left;
    width: 2.2906835em;
    height: auto;
    margin-right: 1em;
    display: none;
}
#reviews .commentlist li p.meta, #reviews .commentlist li div[itemprop="description"] {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#reviews .commentlist li p.meta {
    width: 100%;
    margin-bottom: 1em;
    padding-left: 0;
    font-size: 0;
}

@media (min-width: 768px) {
#reviews .commentlist li p.meta {
    width: 25%;
}
}

@media (min-width: 992px) {
#reviews .commentlist li p.meta {
    width: 25%;
}
}
#reviews .commentlist li p.meta strong {
    display: block;
    color: #4c4c4c;
    line-height: 1;
    font-size: 16px;
}
#reviews .commentlist li p.meta time {
    color: #aeaeae;
    font-size: 14px;
    font-size: 0.875em;
}
#reviews .commentlist li div[itemprop="description"] {
    width: 100%;
}

@media (min-width: 768px) {
#reviews .commentlist li div[itemprop="description"] {
    width: 75%;
}
}

@media (min-width: 992px) {
#reviews .commentlist li div[itemprop="description"] {
    width: 75%;
}
}
#reviews .commentlist li ul.children {
    margin-bottom: 0;
    padding-top: 1.618em;
}
#reviews .commentlist li ul.children li {
    margin-bottom: 1.618em;
}
#reviews .commentlist li ul.children li:last-child {
    margin-bottom: 0;
}
#reviews .comment-form-rating {
    clear: both;
}
#reviews .comment-form-rating label {
    display: block;
}
/**
 * Widgets
 */
.product_list_widget {
    list-style: none;
    margin-left: 0;
}
.product_list_widget li {
    padding: 1em 0;
}
.product_list_widget li:before, .product_list_widget li:after {
    content: "";
    display: table;
}
.product_list_widget li:after {
    clear: both;
}
.product_list_widget li img {
    float: right;
}
.product_list_widget li > a {
    display: block;
}
.product_list_widget li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.widget ul.products li.product a {
    text-decoration: none;
}
.widget_products a {
    display: block;
}
.widget_shopping_cart .product_list_widget {
    margin-bottom: 0;
}
.widget_shopping_cart .product_list_widget li {
    position: relative;
}
.widget_shopping_cart .product_list_widget li a.remove {
    float: right;
    color: #000;
    font-size: 10px;
}
.widget_shopping_cart .product_list_widget li a:not(.remove) {
    line-height: 1.4;
}
.widget_shopping_cart .product_list_widget li dl {
    color: #5b5b5b;
    padding-top: 0.816em;
}
.widget_shopping_cart .product_list_widget li dl + .quantity, .widget_shopping_cart .product_list_widget li dl {
    margin-left: 115px;
}
.widget_shopping_cart p.total, .widget_shopping_cart p.buttons {
    padding: 1em 0;
    margin: 0;
    text-align: center;
}
.widget_shopping_cart p.total {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 1em 0 0.714em 0;
    color: #2b2b2b;
}
.widget_shopping_cart .buttons .button {
    display: block;
}
.widget_shopping_cart .buttons .button:not(.checkout) {
    background-color: #e8e8e8;
    color: #2b2b2b;
}
.widget_shopping_cart .buttons .button:not(.checkout):hover {
    color: #2b2b2b;
    background-color: #cfcfcf;
}
.widget_shopping_cart .buttons .button:nth-child(odd) {
    margin-bottom: 1em;
}
.widget_product_categories ul {
    margin: 0;
}
.widget_product_categories ul li {
    list-style: none;
    margin-bottom: 0.6180469716em;
}
.widget_product_categories ul li:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5407911001em;
    opacity: 0.25;
    content: "\f114";
}
.widget_product_categories ul li.current-cat:before {
    content: "\f115";
}
.widget_product_categories .children {
    margin-top: 0.6180469716em;
    margin-left: 1.618em;
}
.site-header .widget_shopping_cart p.total, .site-header .widget_shopping_cart p.buttons, .site-header .widget_shopping_cart li {
    padding-left: 1.41575em;
    padding-right: 1.41575em;
}
.widget_layered_nav li {
    margin-bottom: 0.6180469716em;
}
.widget_layered_nav li:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5407911001em;
    opacity: 0.35;
    content: "\f0a3";
    display: none;
}
.widget_layered_nav .chosen:before {
    content: "\f14a";
}
.widget_layered_nav_filters ul li.chosen a:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    margin-right: 0.5407911001em;
    color: #e2401c;
}
.widget.woocommerce li .count {
    font-size: 1em;
    float: right;
}
.widget_price_filter .price_slider {
    margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
    float: left;
}
.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    cursor: ew-resize;
    outline: none;
    background: #2d2b2d;
    box-sizing: border-box;
    margin-top: -.25em;
    opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 .236em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #2d2b2d;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
    height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
/**
 * Checkout
 */
.checkout_coupon {
    margin-bottom: 2.617924em;
}
.checkout_coupon .form-row {
    margin-bottom: 0;
}
.checkout_coupon .form-row-last {
    font-size: 0.86em;
}
form.checkout:before, form.checkout:after {
    content: "";
    display: table;
}
form.checkout:after {
    clear: both;
}
#ship-to-different-address label {
    display: inline-block;
}
#payment:before, #payment:after {
    content: "";
    display: table;
}
#payment:after {
    clear: both;
}
#payment .create-account {
    clear: both;
}
#payment .payment_methods > .wc_payment_method > label {
    display: block;
    margin: 0;
    cursor: pointer;
}
#payment .payment_methods > .wc_payment_method > label:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10c";
    margin-right: 0.5407911001em;
    -webkit-transition: color, ease, .2s;
    -moz-transition: color, ease, .2s;
    transition: color, ease, .2s;
}
#payment .payment_methods li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1px;
    position: relative;
}
#payment .payment_methods li img {
    float: right;
    border: 0;
    padding: 0;
    max-height: 1.618em;
}
#payment .payment_methods li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label:before {
    content: "\f192";
}
#payment .payment_methods li p {
    margin: 0;
}
#payment .payment_methods li .payment_box fieldset {
    border: 0;
    margin: 0;
    padding: 1em 0 0 0;
    font-size: 0.875em;
}
#payment .payment_methods li .payment_box fieldset label {
    width: auto;
    margin-left: 0;
}
#payment .payment_methods li .payment_box fieldset .form-row {
    margin-bottom: 1em;
}
#payment .payment_methods li .payment_box fieldset .form-row input[type="checkbox"] {
    margin-right: 5px;
}
#payment .payment_methods li .payment_box fieldset #cvv {
    width: 22%;
}
#payment .payment_methods li .payment_box fieldset .help {
    width: 75%;
    float: right;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
    padding-top: 1em;
    margin: 0;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
    margin-top: 0.6180469716em;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
    margin-right: .236em;
}
#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
    margin-left: 0;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number, #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry, #payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
    font-size: 1.41575em;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
    background-repeat: no-repeat;
    background-position: right 0.6180469716em center;
    background-size: 31px 20px;
    background-image: url(https://transvelo.github.io/assets/images/credit-cards/unknown.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(https://transvelo.github.io/assets/images/credit-cards/visa.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(https://transvelo.github.io/assets/images/credit-cards/mastercard.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(https://transvelo.github.io/assets/images/credit-cards/laser.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(https://transvelo.github.io/assets/images/credit-cards/diners.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(https://transvelo.github.io/assets/images/credit-cards/maestro.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(https://transvelo.github.io/assets/images/credit-cards/jcb.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(https://transvelo.github.io/assets/images/credit-cards/amex.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(https://transvelo.github.io/assets/images/credit-cards/discover.svg);
}
#payment .terms {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 0;
    margin-bottom: 1em;
}
#payment .terms label {
    display: block;
    cursor: pointer;
}
#payment .terms label:before {
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c8";
    margin-right: 0.5407911001em;
    opacity: .25;
}
#payment .terms input[type=checkbox] {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
#payment .terms input[type=checkbox]:checked + label:before {
    content: "\f14a";
    opacity: 1;
}
#payment .place-order {
    padding: 1.387em 0;
    margin-bottom: 0;
    float: none;
    width: 100%;
}
#payment .place-order .button {
    font-size: 1.41575em;
    width: 100%;
    white-space: pre-wrap;
}
.woocommerce-checkout .payment-fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
}
.admin-bar .woocommerce-checkout .payment-fixed {
    top: 32px;
}
.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
    display: none;
}
/**
 * Password strength meter
 */
.woocommerce-password-strength {
    text-align: left;
    font-weight: 600;
    padding: 0.5407911001em 0;
    display: none;
    text-align: right;
    font-size: 0.875em;
}
.woocommerce-password-strength:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f119";
    margin-left: 0.5407911001em;
}
.woocommerce-password-strength.strong {
    color: #0f834d;
}
.woocommerce-password-strength.strong:after {
    content: "\f118";
}
.woocommerce-password-strength.short {
    color: #e2401c;
}
.woocommerce-password-strength.bad {
    color: #e2401c;
}
.woocommerce-password-strength.good {
    color: #3D9CD2;
}
.woocommerce-password-strength.good:after {
    content: "\f11a";
}
/**
 * My Account
 */
ul.order_details {
    list-style: none;
    position: relative;
    margin: 3.706325903em 0;
}
ul.order_details:before, ul.order_details:after {
    content: "";
    display: table;
}
ul.order_details:after {
    clear: both;
}
ul.order_details:before, ul.order_details:after {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0px 100%, 16px 16px, 16px 16px;
}
ul.order_details:after {
    top: auto;
    bottom: -16px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
ul.order_details li {
    padding: 1em 1.618em;
    font-size: .8em;
    text-transform: uppercase;
}
ul.order_details li:first-child {
    padding-top: 1.618em;
}
ul.order_details li:last-child {
    border: 0;
    padding-bottom: 1.618em;
}
ul.order_details li strong {
    display: block;
    font-size: 1.41575em;
    text-transform: none;
}
.my_account_orders .button, .woocommerce-MyAccount-downloads .button {
    padding: 0.6180469716em 0.875em;
    font-size: 0.875em;
    margin-right: .236em;
}
.my_account_orders .button.view:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06e";
    margin-left: 0.5407911001em;
}
p.order-again .button:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-left: 0.5407911001em;
}
.woocommerce-MyAccount-downloads .button:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0ed";
    margin-left: 0.5407911001em;
}
.woocommerce-MyAccount-content h2 {
    font-size: 2em;
    font-weight: 600;
}
.woocommerce-MyAccount-content #payment .payment_methods {
    margin-bottom: 1.618em;
}
.woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
    background-color: rgba(0, 0, 0, 0.05);
}
/**
 * General WooCommerce components
 */
.form-row label {
    display: block;
}
.form-row input, .form-row textarea, .form-row select {
    width: 100%;
}
.form-row input[type=checkbox], .form-row input[type=radio] {
    width: auto;
}
.form-row .button {
    width: auto;
}
.form-row.create-account label {
    display: inline-block;
}
.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}
.form-row-last {
    margin-right: 0;
}
.form-row-wide {
    clear: both;
    width: 100%;
}
.required {
    border-bottom: 0;
    color: red;
}
.demo_store {
    position: fixed;
    left: 0;
    bottom: 69px;
    right: 0;
    margin: 0;
    padding: 1em 1.41575em;
    background-color: #3D9CD2;
    color: #fff;
    z-index: 999;
}
.demo_store:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5407911001em;
    content: "\f05a";
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 0.875em;
    width: 6.286em;
    font-family: 'star';
    font-weight: 400;
    letter-spacing: 3px;
}
.star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #fed700;
}
p.stars {
    display: inline-block;
    margin: 0;
}
p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
    color: #fed700;
}
p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "WooCommerce";
    content: "\e021";
    text-indent: 0;
}
p.stars a:hover ~ a:before {
    content: "\e021";
}
p.stars:hover a:before {
    content: "\e020";
}
p.stars.selected a.active:before {
    content: "\e020";
}
p.stars.selected a.active ~ a:before {
    content: "\e021";
}
p.stars.selected a:not(.active):before {
    content: "\e020";
}
.onsale {
    color: #fff;
    padding: 0.4em 1em;
    font-size: 0.875em;
    text-transform: uppercase;
    display: inline-block;
    background-color: #8ca93e;
    line-height: 1;
    z-index: 1;
}
.quantity, .woocommerce .quantity, .woocommerce-page .quantity, .single-product.woocommerce .quantity, .woocommerce-cart .woocommerce .quantity {
    padding-right: 0;
}
.quantity .qty, .quantity input.qty, .woocommerce .quantity .qty, .woocommerce .quantity input.qty, .woocommerce-page .quantity .qty, .woocommerce-page .quantity input.qty, .single-product.woocommerce .quantity .qty, .single-product.woocommerce .quantity input.qty {
    max-width: 9.445em;
    text-align: center;
    font-size: 1.125em;
    width: inherit;
    height: inherit;
    border-radius: 50px;
    border: 1px solid #ccc;
    font-weight: 400;
    padding: .473em .5em;
}
.woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce .quantity .minus:hover, .woocommerce .quantity .plus:hover, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .single-product.woocommerce .quantity .minus, .single-product.woocommerce .quantity .plus, .single-product.woocommerce .quantity .minus:hover, .single-product.woocommerce .quantity .plus:hover, .single-product.woocommerce-page .quantity .minus, .single-product.woocommerce-page .quantity .plus, .single-product.woocommerce-page .quantity .minus:hover, .single-product.woocommerce-page .quantity .plus:hover {
    background-color: transparent;
    border: none;
    font-size: 1.3em;
}
.woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus, .single-product.woocommerce .quantity .minus, .single-product.woocommerce .quantity .plus, .single-product.woocommerce-page .quantity .minus, .single-product.woocommerce-page .quantity .plus {
    font-weight: 100;
}
.woocommerce .quantity .minus:focus, .woocommerce .quantity .plus:focus, .woocommerce-page .quantity .minus:focus, .woocommerce-page .quantity .plus:focus, .single-product.woocommerce .quantity .minus:focus, .single-product.woocommerce .quantity .plus:focus, .single-product.woocommerce-page .quantity .minus:focus, .single-product.woocommerce-page .quantity .plus:focus {
    outline: none;
}
.woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .single-product.woocommerce .quantity .minus, .single-product.woocommerce-page .quantity .minus {
    transform: translateY(-50%);
    top: 50%;
    left: 0.6em;
}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus, .single-product.woocommerce .quantity .plus, .single-product.woocommerce-page .quantity .plus {
    transform: translateY(-50%);
    top: 50%;
    right: 0.6em;
}
.woocommerce-tabs {
    margin: 1em 0 5.99em -50vw;
    width: 100vw;
    position: relative;
    left: 50%;
    background-color: #f5f5f5;
}
.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    text-align: center;
    font-size: 1.25em;
    background-color: #fff;
}
.woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0;
    position: relative;
}
.woocommerce-tabs ul.tabs li a {
    padding: 0.85em;
    display: block;
    font-weight: normal;
    color: #71706c;
}
.woocommerce-tabs ul.tabs li a:focus {
    outline: none;
}
.woocommerce-tabs ul.tabs li.active a {
    font-weight: bold;
    padding: 0.85em 2.9em;
    color: #2d2b2d;
    background-color: #f5f5f5;
}
.woocommerce-tabs ul.tabs li + li {
    margin-left: 0.96em;
}
.woocommerce-tabs #tab-description {
    text-align: center;
}
.woocommerce-tabs .panel {
    padding: 5.8em 2em 5em 2em;
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.woocommerce-tabs .panel h2 {
    display: none;
}
.woocommerce-tabs .panel .table-version {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-align: left;
    font-size: 1.875em;
    font-weight: normal;
    margin-bottom: 1.4em;
    border-top: 1px dashed #c7c7c6;
    padding-top: 70px;
    margin-top: 90px;
}
.woocommerce-tabs .panel table {
    font-size: 0.875em;
}
.woocommerce-tabs .panel table th, .woocommerce-tabs .panel table tbody td {
    background-color: transparent;
}
.woocommerce-tabs .panel table .food-name, .woocommerce-tabs .panel table .allergies-food, .woocommerce-tabs .panel table .value {
    display: block;
}
.woocommerce-tabs .panel table .value {
    font-size: 2.143em;
}
.woocommerce-tabs .panel table .food-name, .woocommerce-tabs .panel table .value, .woocommerce-tabs .panel table .allergies-food {
    font-weight: bold;
    color: #2d2b2d;
}
.woocommerce-tabs .panel table .food-name, .woocommerce-tabs .panel table .allergies-food {
    font-size: 1.286em;
    font-weight: bold;
}
.woocommerce-tabs .panel table th {
    font-weight: normal;
}
.woocommerce-tabs .panel table td {
    text-align: center;
}
.woocommerce-tabs .panel table .food-nutrition th, .woocommerce-tabs .panel table .food-nutrition td {
    border-bottom: 1px solid #d0d0d0;
}
.woocommerce-tabs .panel table .food-nutrition th {
    padding-right: 5.143em;
    padding-bottom: 2.571em;
}
.woocommerce-tabs .panel table .food-nutrition td:nth-of-type(1) {
    padding-left: 2.643em;
}
.woocommerce-tabs .panel table .food-nutrition th, .woocommerce-tabs .panel table .allergies-name th {
    border-right: 1px solid #d0d0d0;
}
.woocommerce-tabs .panel table.table-style-02 {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    font-size: 0.875em;
}
.woocommerce-tabs .panel table.table-style-02 > thead > tr > th, .woocommerce-tabs .panel table.table-style-02 > thead > tr > td, .woocommerce-tabs .panel table.table-style-02 > tbody > tr > th, .woocommerce-tabs .panel table.table-style-02 > tbody > tr > td, .woocommerce-tabs .panel table.table-style-02 > tfoot > tr > th, .woocommerce-tabs .panel table.table-style-02 > tfoot > tr > td {
    border-top: 1px solid #d0d0d0;
}
.woocommerce-tabs .panel table.table-style-02 > thead > tr > td, .woocommerce-tabs .panel table.table-style-02 > thead > tr > th + th, .woocommerce-tabs .panel table.table-style-02 > tbody > tr > td, .woocommerce-tabs .panel table.table-style-02 > tbody > tr > th + th, .woocommerce-tabs .panel table.table-style-02 > tfoot > tr > td, .woocommerce-tabs .panel table.table-style-02 > tfoot > tr > th + th {
    border-left: 1px solid #d0d0d0;
}
.woocommerce-tabs .panel table.table-style-02 thead th {
    padding: 0.5em;
    font-weight: normal;
    text-transform: capitalize;
}
.woocommerce-tabs .panel table.table-style-02 tbody th {
    color: #2d2b2d;
    font-weight: bold;
}
.woocommerce-tabs .panel table.table-style-02 td, .woocommerce-tabs .panel table.table-style-02 th {
    padding: 0.78em 1.41575em;
}
.woocommerce-tabs .panel table.table-style-02 th, .woocommerce-tabs .panel table.table-style-02 tbody td {
    text-align: center;
}
.woocommerce-tabs .panel .ingredients {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 40px;
    border-top: 1px dashed #c7c7c6;
    margin-top: 80px;
}
.woocommerce-tabs .panel .ingredients:before, .woocommerce-tabs .panel .ingredients:after {
    content: "";
    display: table;
}
.woocommerce-tabs .panel .ingredients:after {
    clear: both;
}
.woocommerce-tabs .panel .ingredients .title, .woocommerce-tabs .panel .ingredients .food-items, .woocommerce-tabs .panel .ingredients .items {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce-tabs .panel .ingredients .title {
    width: 100%;
    text-align: left;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    padding-left: 0;
}

@media (min-width: 768px) {
.woocommerce-tabs .panel .ingredients .title {
    width: 25%;
}
}

@media (min-width: 992px) {
.woocommerce-tabs .panel .ingredients .title {
    width: 25%;
}
}
.woocommerce-tabs .panel .ingredients .title h3 {
    font-weight: normal;
    font-size: 1.875em;
    padding-top: 20px;
}
.woocommerce-tabs .panel .ingredients .food-items {
    width: 100%;
}

@media (min-width: 768px) {
.woocommerce-tabs .panel .ingredients .food-items {
    width: 75%;
}
}

@media (min-width: 992px) {
.woocommerce-tabs .panel .ingredients .food-items {
    width: 75%;
}
}
.woocommerce-tabs .panel .ingredients .items {
    width: 100%;
    padding-bottom: 34px;
    text-align: left;
    padding-left: 0;
}

@media (min-width: 768px) {
.woocommerce-tabs .panel .ingredients .items {
    width: 33.3333333333%;
}
}

@media (min-width: 992px) {
.woocommerce-tabs .panel .ingredients .items {
    width: 33.3333333333%;
}
}
.woocommerce-tabs .panel .ingredients .items span {
    display: inline-block;
    vertical-align: middle;
}
.woocommerce-tabs .panel .ingredients .items .info {
    padding-left: 19px;
    line-height: 1.4;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    padding: 1em 1.618em;
    margin-bottom: 2.617924em;
    background-color: #0f834d;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
}
.woocommerce-message:before, .woocommerce-message:after, .woocommerce-info:before, .woocommerce-info:after, .woocommerce-error:before, .woocommerce-error:after, .woocommerce-noreviews:before, .woocommerce-noreviews:after, p.no-comments:before, p.no-comments:after {
    content: "";
    display: table;
}
.woocommerce-message:after, .woocommerce-info:after, .woocommerce-error:after, .woocommerce-noreviews:after, p.no-comments:after {
    clear: both;
}
.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
    color: #fff;
}
.woocommerce-message a:hover, .woocommerce-info a:hover, .woocommerce-error a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover {
    color: #fff;
    opacity: 0.7;
}
.woocommerce-message a.button:hover, .woocommerce-info a.button:hover, .woocommerce-error a.button:hover, .woocommerce-noreviews a.button:hover, p.no-comments a.button:hover {
    opacity: 1;
}
.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button, .woocommerce-noreviews .button, p.no-comments .button {
    float: right;
    padding: 0;
    background: none;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255, 255, 255, 0.25);
    border-radius: 0;
}
.woocommerce-message .button:hover, .woocommerce-info .button:hover, .woocommerce-error .button:hover, .woocommerce-noreviews .button:hover, p.no-comments .button:hover {
    background: none;
    color: #fff;
    opacity: 0.7;
}
.woocommerce-message pre, .woocommerce-info pre, .woocommerce-error pre, .woocommerce-noreviews pre, p.no-comments pre {
    background-color: rgba(0, 0, 0, 0.1);
}
.site-content > .col-full > .woocommerce > .woocommerce-message:first-child, .site-content > .col-full > .woocommerce > .woocommerce-info:first-child, .site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
    margin-top: 2.617924em;
}
.wc-forward:after, .woocommerce-Button--next:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f178";
    margin-left: 0.5407911001em;
    display: none;
}
.woocommerce-Button--previous:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f177";
    margin-right: 0.5407911001em;
}
.woocommerce-error {
    list-style: none;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #3D9CD2;
}
.woocommerce-error {
    background-color: #e2401c;
}
dl.variation {
    font-size: 0.875em;
}
dl.variation dd {
    margin: 0 0 1em;
}
/**
 * Homepage
 */
.pizzaro-product-section .section-title, .pizzaro-product-section .error404 .page-content section h2, .error404 .page-content section .pizzaro-product-section h2, .pizzaro-product-section .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .pizzaro-product-section h2, .pizzaro-product-section .related > h2:first-child, .pizzaro-product-section .upsells > h2:first-child, .pizzaro-product-section .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .pizzaro-product-section h2 {
    text-align: center;
    margin-bottom: 1.618em;
}
.pizzaro-product-section:last-child {
    border-bottom: 0;
}

@media (min-width: 768px) {
.demo_store {
    bottom: 0;
}
/**
	 * Responsive tables
	 */
table.shop_table_responsive thead {
    display: table-header-group;
}
table.shop_table_responsive tbody th {
    display: table-cell;
}
table.shop_table_responsive tr td {
    display: table-cell;
}
table.shop_table_responsive tr td:before {
    display: none;
}
/**
	 * Header Elements
	 */
.site-header-cart {
    position: relative;
}
.site-header-cart .cart-contents {
    padding: 1.618em 0;
    display: block;
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    text-indent: 0;
}
.site-header-cart .cart-contents:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 1em;
    float: right;
    content: "\f291";
    line-height: 1.618;
}
.site-header-cart .cart-contents .amount {
    margin-right: .327em;
}
.site-header-cart .cart-contents .count {
    font-weight: 300;
    opacity: 0.5;
    font-size: 0.875em;
}
.site-header-cart .cart-contents span {
    display: inline;
}
.site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 300px;
    z-index: 999999;
    font-size: 0.875em;
    right: -999em;
    display: block;
    background-color: #fdfdfd;
    padding: 12px 0;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
}
.site-header-cart .widget_shopping_cart h2.widgettitle {
    display: none;
}
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    position: relative;
    top: 0.6em;
    font-size: 10px;
}
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
    text-align: left;
}
.site-header-cart .widget_shopping_cart .product_list_widget li > a {
    color: #2b2b2b;
}
.site-header-cart .mini-cart:before, .site-header-cart .mini-cart:after {
    content: "";
    display: table;
}
.site-header-cart .mini-cart:after {
    clear: both;
}
.site-header-cart .mini-cart .mini-cart-toggle:hover .widget_shopping_cart {
    right: 0;
}
.site-search {
    display: block;
}
.site-search form {
    margin: 0;
}
/**
	 * Reset mobile product styles
	 */
ul.products li.product {
    clear: none;
    width: 100%;
    float: left;
}
ul.products li.product.last {
    margin-right: 0;
}
/**
	 * Single product page
	 */
#reviews .comment-form-author, #reviews .comment-form-email {
    width: 47%;
}
#reviews .comment-form-email {
    margin-right: 0;
}
.woocommerce .page-description {
    margin-bottom: 1.618em;
}
.woocommerce-result-count {
    float: left;
    position: relative;
    margin-bottom: 0;
    padding: .327em 0;
}
.woocommerce-ordering {
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    padding: .327em 0;
}
.woocommerce-pagination {
    float: right;
    border: 0;
    clear: none;
    padding: 0;
    margin-bottom: 0;
}
/**
	 * Cart
	 */
.woocommerce-cart .hentry, .woocommerce-checkout .hentry {
    border-bottom: 0;
    padding-bottom: 0;
}
.page-template-template-fullwidth-php table.cart .product-thumbnail {
    display: table-cell;
}
.page-template-template-fullwidth-php table.cart thead {
    font-size: 1em;
    text-indent: 0;
}
table.cart th, table.cart td {
    padding: 1.618em;
}
table.cart .qty {
    padding: 0.875em;
    max-width: 3.632em;
}
table.cart td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    right: auto;
}
table.cart .product-quantity .plus, table.cart .product-quantity .minus {
    display: inline-block;
}
table.cart .quantity .qty {
    padding: 0.6180469716em;
}
table.cart td.actions label {
    display: none;
}
table.cart td.actions .coupon {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
table.cart td.actions input {
    display: inline-block;
    width: auto;
    margin: 0;
}
.cart-collaterals:before, .cart-collaterals:after {
    content: "";
    display: table;
}
.cart-collaterals:after {
    clear: both;
}
.cart-collaterals h2 {
    font-size: 1.618em;
}
.cart-collaterals .cross-sells {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
 @media (min-width: 768px) {
 .cart-collaterals .cross-sells {
 width: 58.3333333333%;
}
}
 @media (min-width: 992px) {
 .cart-collaterals .cross-sells {
 width: 58.3333333333%;
}
}
.cart-collaterals .cross-sells ul.products li.product {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
 @media (min-width: 768px) {
 .cart-collaterals .cross-sells ul.products li.product {
 width: 50%;
}
}
 @media (min-width: 992px) {
 .cart-collaterals .cross-sells ul.products li.product {
 width: 50%;
}
}
.cart-collaterals .cart_totals small.includes_tax {
    display: block;
}
.cart-collaterals .shipping_calculator {
    clear: right;
}
.page-template-template-fullwidth-php .cart-collaterals .cross-sells {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
}
.page-template-template-fullwidth-php .cart-collaterals .cross-sells ul.products li.product {
    width: 45.4545454545%;
    float: left;
    margin-right: 9.0909090909%;
}
/**
	 * Checkout
	 */
#customer_details + #wc_checkout_add_ons {
    width: 30.4347826087%;
    float: right;
    margin-right: 0;
    width: 32.5%;
}
#wc_checkout_add_ons input[type=radio] {
    float: left;
    margin-right: 0.5407911001em;
    clear: left;
    margin-top: .35em;
}
#order_review_heading, #order_review {
    width: 30.4347826087%;
    float: right;
    margin-right: 0;
    width: 32.5%;
    clear: right;
}
#order_review {
    transition: box-shadow ease .4s;
}
#order_review_heading {
    margin-bottom: 0;
    padding-bottom: 0.6180469716em;
}
.woocommerce-order-pay #order_review, .page-template-template-fullwidth-php.woocommerce-order-pay #order_review {
    width: 100%;
    float: none;
}
.woocommerce-order-pay #order_review #payment h3, .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3 {
    padding-left: 1em;
    padding-top: 1em;
}
.woocommerce-order-pay #order_review #payment .form-row, .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row {
    padding: 1em;
}
.woocommerce-order-pay #order_review .payment_methods + .form-row, .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods + .form-row {
    padding: 1em;
}
.woocommerce-order-pay #order_review .button#place_order, .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: 1.41575em;
}
#order_review .shop_table {
    margin-bottom: 2.617924em;
}
/**
	 * My Account
	 */
table + .addresses {
    margin-top: 1.618em;
}
table.my_account_orders {
    font-size: 0.875em;
}
.addresses header.title:before, .addresses header.title:after {
    content: "";
    display: table;
}
.addresses header.title:after {
    clear: both;
}
.addresses header.title h3 {
    float: left;
}
.addresses header.title a {
    float: right;
    display: block;
    width: 1em;
    height: 1em;
    text-indent: -9999px;
    position: relative;
    padding: 0.875em;
    margin-top: 0.6180469716em;
}
.addresses header.title a:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f044";
    line-height: 1.618;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    text-indent: 0;
}
/**
	 * General WooCommerce Components
	 */
.form-row-first {
    width: 47.0588235294%;
    float: left;
    margin-right: 5.8823529412%;
    clear: both;
}
.form-row-last {
    width: 47.0588235294%;
    float: right;
    margin-right: 0;
}
.page-template-template-fullwidth-php .form-row-first {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
}
.page-template-template-fullwidth-php .form-row-last {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
}
.woocommerce-tabs:before, .woocommerce-tabs:after {
    content: "";
    display: table;
}
.woocommerce-tabs:after {
    clear: both;
}
.woocommerce-tabs .panel {
    margin-top: 0;
}
}
/*===================================================================================*/
/*	PRODUCTS
/*===================================================================================*/
ul.products > li.product {
    float: left;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
ul.products > li.product {
    width: 33.3333333333%;
}
}
ul.products > li.product.first {
    clear: both;
}
ul.products > li.product.last:after {
    content: none;
}
.columns-1 ul.products > li {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
.columns-1 ul.products > li {
    width: 100%;
}
}

@media (min-width: 992px) {
.columns-1 ul.products > li {
    width: 100%;
}
}

@media (min-width: 1200px) {
.columns-1 ul.products > li {
    width: 100%;
}
}
.columns-2 ul.products > li {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
.columns-2 ul.products > li {
    width: 50%;
}
}

@media (min-width: 992px) {
.columns-2 ul.products > li {
    width: 50%;
}
}

@media (min-width: 1200px) {
.columns-2 ul.products > li {
    width: 50%;
}
}
.columns-3 ul.products > li {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
.columns-3 ul.products > li {
    width: 50%;
}
}

@media (min-width: 992px) {
.columns-3 ul.products > li {
    width: 50%;
}
}

@media (min-width: 1200px) {
.columns-3 ul.products > li {
    width: 33.3333333333%;
}
}
.columns-4 ul.products > li, ul.products > li {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
.columns-4 ul.products > li, ul.products > li {
    width: 50%;
}
}

@media (min-width: 992px) {
.columns-4 ul.products > li, ul.products > li {
    width: 50%;
}
}

@media (min-width: 1200px) {
.columns-4 ul.products > li, ul.products > li {
    width: 25%;
}
}
.columns-5 ul.products > li {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 568px) {
.columns-5 ul.products > li {
    width: 50%;
}
}

@media (min-width: 768px) {
.columns-5 ul.products > li {
    width: 50%;
}
}

@media (min-width: 992px) {
.columns-5 ul.products > li {
    width: 50%;
}
}

@media (min-width: 992px) {
.columns-5 ul.products > li {
    width: 20%;
}
.columns-5 ul.products > li a.button-quick-view {
    padding: 0 3em;
    top: 30px;
}
}
.columns-6 ul.products > li {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
.columns-6 ul.products > li {
    width: 50%;
}
}

@media (min-width: 992px) {
.columns-6 ul.products > li {
    width: 50%;
}
}

@media (min-width: 1200px) {
.columns-6 ul.products > li {
    width: 16.6666666667%;
}
}
.columns-4 ul.products li.product .product-image-wrapper, .columns-4 ul.products li.product .product-content-wrapper, .columns-6 ul.products li.product .product-image-wrapper, .columns-6 ul.products li.product .product-content-wrapper, .full-width.columns-5 ul.products li.product .product-image-wrapper, .full-width.columns-5 ul.products li.product .product-content-wrapper, .left-sidebar.columns-5 ul.products li.product .product-image-wrapper, .left-sidebar.columns-5 ul.products li.product .product-content-wrapper, .right-sidebar.columns-5 ul.products li.product .product-image-wrapper, .right-sidebar.columns-5 ul.products li.product .product-content-wrapper {
    border-width: 3px;
}
.full-width.columns-6 ul.products li.product div[itemprop="description"], .full-width.columns-5 ul.products li.product div[itemprop="description"], .full-width.columns-4 ul.products li.product div[itemprop="description"] {
    display: none;
}
.full-width.columns-6 ul.products li.product .price {
    display: block;
}
.left-sidebar.columns-4 ul.products li.product div[itemprop="description"], .left-sidebar.columns-5 ul.products li.product div[itemprop="description"], .left-sidebar.columns-6 ul.products li.product div[itemprop="description"], .left-sidebar.columns-3 ul.products li.product div[itemprop="description"], .right-sidebar.columns-4 ul.products li.product div[itemprop="description"], .right-sidebar.columns-5 ul.products li.product div[itemprop="description"], .right-sidebar.columns-6 ul.products li.product div[itemprop="description"], .right-sidebar.columns-3 ul.products li.product div[itemprop="description"] {
    display: none;
}
.left-sidebar.columns-4 ul.products li.product .button, .right-sidebar.columns-4 ul.products li.product .button {
    font-size: .838em;
    padding: .733em 2em;
}
.left-sidebar.columns-6 ul.products li.product .yith_wapo_groups_container, .right-sidebar.columns-6 ul.products li.product .yith_wapo_groups_container {
    display: none;
}
.left-sidebar.columns-3 ul.products li.product .ywapo_input_container_radio, .right-sidebar.columns-3 ul.products li.product .ywapo_input_container_radio {
    font-size: 0.875em;
    margin-right: 0;
}
.left-sidebar.columns-3 ul.products li.product:hover .button.added, .right-sidebar.columns-3 ul.products li.product:hover .button.added {
    display: none;
}
.left-sidebar.columns-3 ul.products li.product .product-image-wrapper, .left-sidebar.columns-3 ul.products li.product .product-content-wrapper, .right-sidebar.columns-3 ul.products li.product .product-image-wrapper, .right-sidebar.columns-3 ul.products li.product .product-content-wrapper {
    border-width: 3px;
}
.full-width.columns-5 ul.products li.product h3, .left-sidebar.columns-5 ul.products li.product h3, .right-sidebar.columns-5 ul.products li.product h3 {
    font-size: 1.125em;
}
.full-width.columns-5 ul.products li.product .ywapo_group_container h3, .left-sidebar.columns-5 ul.products li.product .ywapo_group_container h3, .right-sidebar.columns-5 ul.products li.product .ywapo_group_container h3 {
    font-size: 1em;
}
.full-width.grid-view .site-header, .full-width.list-view .site-header, .left-sidebar.grid-view .site-header, .left-sidebar.list-view .site-header, .right-sidebar.grid-view .site-header, .right-sidebar.list-view .site-header {
    margin-bottom: 0;
}
.full-width.grid-view .site-content, .full-width.list-view .site-content, .left-sidebar.grid-view .site-content, .left-sidebar.list-view .site-content, .right-sidebar.grid-view .site-content, .right-sidebar.list-view .site-content {
    padding-top: 4.236em;
}
.page-template-template-homepage-v1 .stretch-full-width.columns-6 ul.products li.product div[itemprop="description"], .page-template-template-homepage-v1 .blog.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v1 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v1 .blog.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v1 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v1 .lite.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v1 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v1 .lite.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v1 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v1 .blog.full-width .columns-6.blog-menu ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v1 .columns-6.blog-menu ul.products li.product div[itemprop="description"], .page-template-template-homepage-v1 .columns-6.pizzaro-breadcrumb ul.products li.product div[itemprop="description"], .page-template-template-homepage-v1 .page-template-template-contactpage .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-contactpage .page-template-template-homepage-v1 .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .stretch-full-width.columns-6 ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .blog.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v2 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .blog.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v2 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .lite.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v2 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .lite.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v2 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .blog.full-width .columns-6.blog-menu ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v2 .columns-6.blog-menu ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .columns-6.pizzaro-breadcrumb ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .page-template-template-contactpage .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-contactpage .page-template-template-homepage-v2 .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .stretch-full-width.columns-6 ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .blog.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v3 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .blog.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v3 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .lite.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v3 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .lite.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v3 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .blog.full-width .columns-6.blog-menu ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v3 .columns-6.blog-menu ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .columns-6.pizzaro-breadcrumb ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .page-template-template-contactpage .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-contactpage .page-template-template-homepage-v3 .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .stretch-full-width.columns-6 ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .blog.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v4 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .blog.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v4 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .lite.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v4 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .lite.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v4 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .blog.full-width .columns-6.blog-menu ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v4 .columns-6.blog-menu ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .columns-6.pizzaro-breadcrumb ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .page-template-template-contactpage .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-contactpage .page-template-template-homepage-v4 .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .stretch-full-width.columns-6 ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .blog.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v5 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .blog.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v5 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .lite.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v5 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .lite.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v5 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .blog.full-width .columns-6.blog-menu ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v5 .columns-6.blog-menu ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .columns-6.pizzaro-breadcrumb ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .page-template-template-contactpage .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-contactpage .page-template-template-homepage-v5 .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .stretch-full-width.columns-6 ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .blog.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v6 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .blog.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v6 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .lite.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v6 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .lite.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v6 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .blog.full-width .columns-6.blog-menu ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v6 .columns-6.blog-menu ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .columns-6.pizzaro-breadcrumb ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .page-template-template-contactpage .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-contactpage .page-template-template-homepage-v6 .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .stretch-full-width.columns-6 ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .blog.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v7 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .blog.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v7 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .lite.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v7 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .lite.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v7 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .blog.full-width .columns-6.blog-menu ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v7 .columns-6.blog-menu ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .columns-6.pizzaro-breadcrumb ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .page-template-template-contactpage .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-contactpage .page-template-template-homepage-v7 .columns-6.contact-map ul.products li.product div[itemprop="description"] {
    display: none;
}
.left-sidebar.columns-6 ul.products li.product .added_to_cart, .right-sidebar.columns-6 ul.products li.product .added_to_cart, .left-sidebar.columns-5 ul.products li.product .added_to_cart, .right-sidebar.columns-5 ul.products li.product .added_to_cart, .full-width.columns-6 ul.products li.product .added_to_cart, .full-width.columns-5 ul.products li.product .added_to_cart {
    font-size: .838em;
    font-weight: normal;
    padding: .733em 2em;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 90%;
    right: 0;
    line-height: 1.2;
}
.left-sidebar.columns-6 ul.products li.product .hover-area, .right-sidebar.columns-6 ul.products li.product .hover-area, .left-sidebar.columns-5 ul.products li.product .hover-area, .right-sidebar.columns-5 ul.products li.product .hover-area, .full-width.columns-6 ul.products li.product .hover-area, .full-width.columns-5 ul.products li.product .hover-area {
    height: 2.063em;
}
.full-width.columns-6 ul.products li.product, .full-width .columns-6 ul.products li.product, .full-width.columns-5 ul.products li.product, .full-width .columns-5 ul.products li.product, .left-sidebar.columns-6 ul.products li.product, .left-sidebar .columns-6 ul.products li.product, .left-sidebar.columns-5 ul.products li.product, .left-sidebar .columns-5 ul.products li.product, .right-sidebar.columns-6 ul.products li.product, .right-sidebar .columns-6 ul.products li.product, .right-sidebar.columns-5 ul.products li.product, .right-sidebar .columns-5 ul.products li.product {
    padding-bottom: 30px;
}
.full-width.columns-6 ul.products li.product h3, .full-width .columns-6 ul.products li.product h3, .full-width.columns-5 ul.products li.product h3, .full-width .columns-5 ul.products li.product h3, .left-sidebar.columns-6 ul.products li.product h3, .left-sidebar .columns-6 ul.products li.product h3, .left-sidebar.columns-5 ul.products li.product h3, .left-sidebar .columns-5 ul.products li.product h3, .right-sidebar.columns-6 ul.products li.product h3, .right-sidebar .columns-6 ul.products li.product h3, .right-sidebar.columns-5 ul.products li.product h3, .right-sidebar .columns-5 ul.products li.product h3 {
    font-size: 1.1em;
}
.full-width.columns-6 ul.products li.product .yith_wapo_groups_container, .full-width .columns-6 ul.products li.product .yith_wapo_groups_container, .full-width.columns-5 ul.products li.product .yith_wapo_groups_container, .full-width .columns-5 ul.products li.product .yith_wapo_groups_container, .left-sidebar.columns-6 ul.products li.product .yith_wapo_groups_container, .left-sidebar .columns-6 ul.products li.product .yith_wapo_groups_container, .left-sidebar.columns-5 ul.products li.product .yith_wapo_groups_container, .left-sidebar .columns-5 ul.products li.product .yith_wapo_groups_container, .right-sidebar.columns-6 ul.products li.product .yith_wapo_groups_container, .right-sidebar .columns-6 ul.products li.product .yith_wapo_groups_container, .right-sidebar.columns-5 ul.products li.product .yith_wapo_groups_container, .right-sidebar .columns-5 ul.products li.product .yith_wapo_groups_container {
    display: none;
}
.full-width.columns-6 ul.products li.product .button, .full-width .columns-6 ul.products li.product .button, .full-width.columns-5 ul.products li.product .button, .full-width .columns-5 ul.products li.product .button, .left-sidebar.columns-6 ul.products li.product .button, .left-sidebar .columns-6 ul.products li.product .button, .left-sidebar.columns-5 ul.products li.product .button, .left-sidebar .columns-5 ul.products li.product .button, .right-sidebar.columns-6 ul.products li.product .button, .right-sidebar .columns-6 ul.products li.product .button, .right-sidebar.columns-5 ul.products li.product .button, .right-sidebar .columns-5 ul.products li.product .button {
    overflow: hidden;
    height: 20px;
    width: 20px;
    padding: 1.6em;
    text-indent: -9999px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
}
.full-width.columns-6 ul.products li.product .button::before, .full-width .columns-6 ul.products li.product .button::before, .full-width.columns-5 ul.products li.product .button::before, .full-width .columns-5 ul.products li.product .button::before, .left-sidebar.columns-6 ul.products li.product .button::before, .left-sidebar .columns-6 ul.products li.product .button::before, .left-sidebar.columns-5 ul.products li.product .button::before, .left-sidebar .columns-5 ul.products li.product .button::before, .right-sidebar.columns-6 ul.products li.product .button::before, .right-sidebar .columns-6 ul.products li.product .button::before, .right-sidebar.columns-5 ul.products li.product .button::before, .right-sidebar .columns-5 ul.products li.product .button::before {
    float: left;
    font-size: 18px;
    content: "\68";
    line-height: 16px;
    margin: 0;
    text-indent: 0;
    height: 20px;
    width: 20px;
    font-weight: 100;
    top: -9px;
    right: 9px;
    position: relative;
}
.full-width.columns-6 ul.products li.product .price, .full-width .columns-6 ul.products li.product .price, .full-width.columns-5 ul.products li.product .price, .full-width .columns-5 ul.products li.product .price, .left-sidebar.columns-6 ul.products li.product .price, .left-sidebar .columns-6 ul.products li.product .price, .left-sidebar.columns-5 ul.products li.product .price, .left-sidebar .columns-5 ul.products li.product .price, .right-sidebar.columns-6 ul.products li.product .price, .right-sidebar .columns-6 ul.products li.product .price, .right-sidebar.columns-5 ul.products li.product .price, .right-sidebar .columns-5 ul.products li.product .price {
    display: block;
    margin-bottom: 0;
    font-size: 0.9em;
}
.header-v1, .header-v2, .header-v3, .header-v4, .header-v5 {
    margin-bottom: 4em;
}
.header-v1.site-header .custom-logo-link, .header-v1.site-header .site-logo-anchor, .header-v1.site-header .site-logo-link, .header-v2.site-header .custom-logo-link, .header-v2.site-header .site-logo-anchor, .header-v2.site-header .site-logo-link, .header-v3.site-header .custom-logo-link, .header-v3.site-header .site-logo-anchor, .header-v3.site-header .site-logo-link, .header-v4.site-header .custom-logo-link, .header-v4.site-header .site-logo-anchor, .header-v4.site-header .site-logo-link, .header-v5.site-header .custom-logo-link, .header-v5.site-header .site-logo-anchor, .header-v5.site-header .site-logo-link {
    float: none;
}
.header-v1 {
    padding-bottom: 0;
}
.header-v1 .site-branding, .header-v1 .main-navigation, .header-v1 .header-info-wrapper, .header-v1 .header-phone-numbers, .header-v1 .site-header-cart, .header-v1 .site-header-cart-v2 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.header-v1 .site-branding {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.header-v1 .site-branding {
    width: 16.6666666667%;
}
}

@media (min-width: 992px) {
.header-v1 .site-branding {
    width: 16.6666666667%;
}
}
.header-v1 .site-branding .site-title, .header-v1 .site-branding .site-description {
    color: #fff;
}
.header-v1 .header-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.header-v1 .main-navigation {
    width: 100%;
}

@media (min-width: 768px) {
.header-v1 .main-navigation {
    width: 41.6666666667%;
}
}

@media (min-width: 992px) {
.header-v1 .main-navigation {
    width: 41.6666666667%;
}
}
.header-v1 .header-info-wrapper {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.header-v1 .header-info-wrapper {
    width: 41.6666666667%;
}
}

@media (min-width: 992px) {
.header-v1 .header-info-wrapper {
    width: 41.6666666667%;
}
}
.header-v1 .header-phone-numbers {
    width: 100%;
    padding-left: 0;
    padding-right: 32px;
}

@media (min-width: 768px) {
.header-v1 .header-phone-numbers {
    width: 50%;
}
}

@media (min-width: 992px) {
.header-v1 .header-phone-numbers {
    width: 50%;
}
}
.header-v1 .site-header-cart, .header-v1 .site-header-cart-v2 {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.header-v1 .site-header-cart, .header-v1 .site-header-cart-v2 {
    width: 50%;
}
}

@media (min-width: 992px) {
.header-v1 .site-header-cart, .header-v1 .site-header-cart-v2 {
    width: 50%;
}
}
.header-v1 .secondary-navigation {
    margin-bottom: 0;
}
.header-v1 .primary-navigation {
    text-align: center;
    margin-bottom: 0;
}
.header-v1 .primary-navigation .menu > li > a::before, .header-v1 .primary-navigation .menu ul.nav-menu > li > a::before {
    content: " ";
    display: block;
    height: 2px;
    width: 42px;
    margin: 0 auto;
    margin-top: 6px;
    background-color: #ffae00;
    visibility: hidden;
    bottom: 14px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.header-v1 .primary-navigation .menu > li:hover > a::before, .header-v1 .primary-navigation .menu ul.nav-menu > li:hover > a::before {
    visibility: visible;
}
.header-v2 .main-navigation, .header-v2 .site-branding, .header-v2 .header-info-wrapper, .header-v2 .header-nav-links, .header-v2 .site-header-cart {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.header-v2 .main-navigation {
    width: 100%;
}

@media (min-width: 768px) {
.header-v2 .main-navigation {
    width: 41.6666666667%;
}
}

@media (min-width: 992px) {
.header-v2 .main-navigation {
    width: 41.6666666667%;
}
}
.header-v2 .site-branding {
    width: 100%;
    text-align: center;
    padding: 0;
}

@media (min-width: 768px) {
.header-v2 .site-branding {
    width: 16.6666666667%;
}
}

@media (min-width: 992px) {
.header-v2 .site-branding {
    width: 16.6666666667%;
}
}
.header-v2 .site-branding a img {
    width: 180px;
    margin: 0 auto;
}
.header-v2 .header-info-wrapper {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
.header-v2 .header-info-wrapper {
    width: 41.6666666667%;
}
}

@media (min-width: 992px) {
.header-v2 .header-info-wrapper {
    width: 41.6666666667%;
}
}
.header-v2 .header-nav-links {
    width: 100%;
}

@media (min-width: 768px) {
.header-v2 .header-nav-links {
    width: 50%;
}
}

@media (min-width: 992px) {
.header-v2 .header-nav-links {
    width: 50%;
}
}
.header-v2 .site-header-cart {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.header-v2 .site-header-cart {
    width: 50%;
}
}

@media (min-width: 992px) {
.header-v2 .site-header-cart {
    width: 50%;
}
}
.header-v2 .col-full {
    display: flex;
    align-items: center;
}
.header-v2 .primary-navigation {
    margin-bottom: 0;
}
.header-nav-links {
    font-size: 0.813em;
    text-align: center;
}
.header-nav-links ul {
    margin: 0;
}
.header-nav-links ul li {
    list-style: none;
}
.header-nav-links ul li a {
    color: #fff;
}
.page-template-template-homepage-v2 .header-v2 {
    background-color: transparent;
    position: absolute;
    width: 100%;
}
.header-v3 {
    padding: 6.54px 0;
}
.header-v3 .col-full {
    display: flex;
    align-items: center;
    padding-right: 0;
}
.header-v3 .site-branding, .header-v3 .main-navigation, .header-v3 .site-header-cart {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.header-v3 .site-branding {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.header-v3 .site-branding {
    width: 16.6666666667%;
}
}

@media (min-width: 992px) {
.header-v3 .site-branding {
    width: 16.6666666667%;
}
}
.header-v3 .site-branding .pizzaro-logo, .header-v3 .site-branding a img {
    width: 138px;
    display: block;
}
.header-v3 .main-navigation {
    width: 100%;
    padding-left: 2.875em;
}

@media (min-width: 768px) {
.header-v3 .main-navigation {
    width: 66.6666666667%;
}
}

@media (min-width: 992px) {
.header-v3 .main-navigation {
    width: 66.6666666667%;
}
}
.header-v3 .site-header-cart {
    width: 100%;
    padding-right: 0;
}

@media (min-width: 768px) {
.header-v3 .site-header-cart {
    width: 16.6666666667%;
}
}

@media (min-width: 992px) {
.header-v3 .site-header-cart {
    width: 16.6666666667%;
}
}
.header-v3 .primary-navigation {
    margin-bottom: 0;
}
.header-v3 .primary-navigation > .menu > li > a {
    text-transform: uppercase;
    font-weight: 800;
}
.header-v3 .primary-navigation > .menu > li > a i {
    font-size: 0.933em;
    margin-right: 8px;
}
.header-v3 .primary-navigation > .menu li, .header-v3 .primary-navigation > .menu li::before, .header-v3 .primary-navigation > .menu li a {
    display: inline-block;
    vertical-align: middle;
}
.header-v3 .primary-navigation > .menu > li:hover > a {
    text-decoration: none;
}
.header-v3 .primary-navigation > .menu > li + li::before {
    width: 1px;
    content: " ";
    display: inline-block;
    height: 50px;
    margin: 0 12px;
    background-color: #ef575d;
    opacity: .4;
}
.lite-bg.header-v3 {
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(1, 1, 1, 0.15);
}
.lite-bg.header-v3 .primary-navigation > .menu > li > a {
    color: #b3b3b3;
}
.lite-bg.header-v3 .primary-navigation > .menu > li:hover a, .lite-bg.header-v3 .primary-navigation > .menu > li.focus a {
    color: #343433;
}
.lite-bg.header-v3 .primary-navigation > .menu > li .sub-menu li:hover > a, .lite-bg.header-v3 .primary-navigation > .menu > li .sub-menu li.focus > a {
    color: #fff;
}
.lite-bg.header-v3 .primary-navigation > .menu > li + li::before {
    background-color: #e6e6e6;
    opacity: 1;
}
.lite-bg.header-v3 .site-header-cart .cart-contents::before, .lite-bg.header-v3 .site-header-cart .cart-contents::after, .lite-bg.header-v3 .site-header-cart .cart-contents .amount {
    color: #343433;
}
.header-v4 {
    padding: 18px 0;
}
.header-v4 .col-full {
    width: 100%;
    padding: 0 52px;
    display: flex;
    align-items: center;
}
.header-v4 .site-branding, .header-v4 .main-navigation, .header-v4 .site-header-cart {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.header-v4 .site-branding {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.header-v4 .site-branding {
    width: 16.6666666667%;
}
}

@media (min-width: 992px) {
.header-v4 .site-branding {
    width: 16.6666666667%;
}
}
.header-v4 .site-branding .pizzaro-logo, .header-v4 .site-branding a img {
    width: 162px;
    display: block;
}
.header-v4 .main-navigation {
    width: 100%;
}

@media (min-width: 768px) {
.header-v4 .main-navigation {
    width: 66.6666666667%;
}
}

@media (min-width: 992px) {
.header-v4 .main-navigation {
    width: 66.6666666667%;
}
}
.header-v4 .site-header-cart {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
.header-v4 .site-header-cart {
    width: 16.6666666667%;
}
}

@media (min-width: 992px) {
.header-v4 .site-header-cart {
    width: 16.6666666667%;
}
}
.header-v4 .site-header-cart .cart-contents {
    float: right;
}
.header-v4 .site-header-cart .cart-contents .amount span {
    display: none;
}
.header-v4 .primary-navigation {
    margin-bottom: 0;
    text-align: center;
}
.header-v4 .primary-navigation ul.menu > li > a, .header-v4 .primary-navigation ul.nav-menu > li > a {
    padding: 1.8em 1.84em 1.618em;
}
.header-v4 .primary-navigation .current-menu-item > a {
    color: #262626;
}
.header-v4 .primary-navigation .menu > li > a::before, .header-v4 .primary-navigation .current-menu-item > a::before {
    content: " ";
    display: block;
    height: 2px;
    width: 42px;
    margin: 0 auto;
    margin-top: 6px;
    background-color: #ffae00;
    bottom: 14px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.header-v4 .primary-navigation .menu > li > a::before {
    visibility: hidden;
}
.header-v4 .primary-navigation .menu > li:hover > a::before {
    visibility: visible;
}
.header-v4 .primary-navigation .menu .current-menu-item > a::before {
    visibility: visible;
}
.lite-bg.header-v4.site-header {
    background-color: #fff;
}
.lite-bg.header-v4 .primary-navigation {
    text-align: right;
}
.lite-bg.header-v4 .primary-navigation .menu > li > a {
    color: #969696;
}
.lite-bg.header-v4 .primary-navigation .menu > li:hover a, .lite-bg.header-v4 .primary-navigation .menu > li.focus a {
    color: #262626;
}
.lite-bg.header-v4 .primary-navigation .menu > li .sub-menu li:hover > a, .lite-bg.header-v4 .primary-navigation .menu > li .sub-menu li.focus > a {
    color: #fff;
}
.lite-bg.header-v4 .primary-navigation .menu .current-menu-item > a {
    color: #262626;
}
.lite-bg.header-v4 .site-header-cart .cart-contents {
    color: #a3a3a3;
}
.lite-bg.header-v4 .site-header-cart .cart-contents .amount {
    color: #262626;
}
.lite-bg.header-v4 .site-header-cart .cart-contents .count {
    color: #fff;
}
.page-template-template-homepage-v6 footer {
    clear: both;
}
.page-template-template-homepage-v6 .site-content, .page-template-template-homepage-v6 .site-footer {
    box-shadow: inset 9px 0px 16px -8px rgba(1, 1, 1, 0.3);
}
.page-template-template-homepage-v6 .products-card .media-body img, .page-template-template-homepage-v6 .banner {
    position: relative;
    z-index: -1;
}
.page-template-template-homepage-v6 .products-card .media-body img {
    width: 100%;
}
.page-template-template-homepage-v6 .products-card .media ul.products li.product .ywapo_input_container_radio {
    margin: 0 .6em 1.36em;
}
.page-template-template-homepage-v6 .header-v1, .page-template-template-homepage-v6 .header-v2, .page-template-template-homepage-v6 .header-v3, .page-template-template-homepage-v6 .header-v4, .page-template-template-homepage-v6 .header-v5, .page-template-template-homepage-v6 .header-v6 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 328px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    height: 100%;
    position: fixed;
    -moz-appearance: none;
}
 .page-template-template-homepage-v6 .header-v1::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v2::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v3::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v4::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v5::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v6::-webkit-scrollbar {
 display: none;
}
.page-template-template-homepage-v6 .header-v1 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v2 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v3 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v4 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v5 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v6 .primary-navigation .menu > li a::before {
    display: none;
}
.page-template-template-homepage-v6 .header-v1 .col-full, .page-template-template-homepage-v6 .header-v2 .col-full, .page-template-template-homepage-v6 .header-v3 .col-full, .page-template-template-homepage-v6 .header-v4 .col-full, .page-template-template-homepage-v6 .header-v5 .col-full, .page-template-template-homepage-v6 .header-v6 .col-full {
    width: 300px;
    background-color: #fff;
    margin: 0;
    padding: 2.61792em 0 0;
}
.page-template-template-homepage-v6 .header-v1 .site-branding, .page-template-template-homepage-v6 .header-v1 .site-header-cart, .page-template-template-homepage-v6 .header-v1 .main-navigation, .page-template-template-homepage-v6 .header-v1 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v1 .secondary-navigation, .page-template-template-homepage-v6 .header-v1 .footer-social-icons, .page-template-template-homepage-v6 .header-v1 .site-info, .page-template-template-homepage-v6 .header-v2 .site-branding, .page-template-template-homepage-v6 .header-v2 .site-header-cart, .page-template-template-homepage-v6 .header-v2 .main-navigation, .page-template-template-homepage-v6 .header-v2 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v2 .secondary-navigation, .page-template-template-homepage-v6 .header-v2 .footer-social-icons, .page-template-template-homepage-v6 .header-v2 .site-info, .page-template-template-homepage-v6 .header-v3 .site-branding, .page-template-template-homepage-v6 .header-v3 .site-header-cart, .page-template-template-homepage-v6 .header-v3 .main-navigation, .page-template-template-homepage-v6 .header-v3 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v3 .secondary-navigation, .page-template-template-homepage-v6 .header-v3 .footer-social-icons, .page-template-template-homepage-v6 .header-v3 .site-info, .page-template-template-homepage-v6 .header-v4 .site-branding, .page-template-template-homepage-v6 .header-v4 .site-header-cart, .page-template-template-homepage-v6 .header-v4 .main-navigation, .page-template-template-homepage-v6 .header-v4 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v4 .secondary-navigation, .page-template-template-homepage-v6 .header-v4 .footer-social-icons, .page-template-template-homepage-v6 .header-v4 .site-info, .page-template-template-homepage-v6 .header-v5 .site-branding, .page-template-template-homepage-v6 .header-v5 .site-header-cart, .page-template-template-homepage-v6 .header-v5 .main-navigation, .page-template-template-homepage-v6 .header-v5 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v5 .secondary-navigation, .page-template-template-homepage-v6 .header-v5 .footer-social-icons, .page-template-template-homepage-v6 .header-v5 .site-info, .page-template-template-homepage-v6 .header-v6 .site-branding, .page-template-template-homepage-v6 .header-v6 .site-header-cart, .page-template-template-homepage-v6 .header-v6 .main-navigation, .page-template-template-homepage-v6 .header-v6 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v6 .secondary-navigation, .page-template-template-homepage-v6 .header-v6 .footer-social-icons, .page-template-template-homepage-v6 .header-v6 .site-info {
    width: 100%;
    clear: both;
}
.page-template-template-homepage-v6 .header-v1 .main-navigation, .page-template-template-homepage-v6 .header-v2 .main-navigation, .page-template-template-homepage-v6 .header-v3 .main-navigation, .page-template-template-homepage-v6 .header-v4 .main-navigation, .page-template-template-homepage-v6 .header-v5 .main-navigation, .page-template-template-homepage-v6 .header-v6 .main-navigation {
    padding: 0;
}
.page-template-template-homepage-v6 .header-v1 .site-branding, .page-template-template-homepage-v6 .header-v2 .site-branding, .page-template-template-homepage-v6 .header-v3 .site-branding, .page-template-template-homepage-v6 .header-v4 .site-branding, .page-template-template-homepage-v6 .header-v5 .site-branding, .page-template-template-homepage-v6 .header-v6 .site-branding {
    padding: 0 57px;
    margin-bottom: 2.688em;
}
.page-template-template-homepage-v6 .header-v1 .site-branding .site-title, .page-template-template-homepage-v6 .header-v1 .site-branding .site-description, .page-template-template-homepage-v6 .header-v2 .site-branding .site-title, .page-template-template-homepage-v6 .header-v2 .site-branding .site-description, .page-template-template-homepage-v6 .header-v3 .site-branding .site-title, .page-template-template-homepage-v6 .header-v3 .site-branding .site-description, .page-template-template-homepage-v6 .header-v4 .site-branding .site-title, .page-template-template-homepage-v6 .header-v4 .site-branding .site-description, .page-template-template-homepage-v6 .header-v5 .site-branding .site-title, .page-template-template-homepage-v6 .header-v5 .site-branding .site-description, .page-template-template-homepage-v6 .header-v6 .site-branding .site-title, .page-template-template-homepage-v6 .header-v6 .site-branding .site-description {
    color: #555;
    text-align: center;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart, .page-template-template-homepage-v6 .header-v2 .site-header-cart, .page-template-template-homepage-v6 .header-v3 .site-header-cart, .page-template-template-homepage-v6 .header-v4 .site-header-cart, .page-template-template-homepage-v6 .header-v5 .site-header-cart, .page-template-template-homepage-v6 .header-v6 .site-header-cart {
    padding: 0 30px;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart, .page-template-template-homepage-v6 .header-v2 .site-header-cart, .page-template-template-homepage-v6 .header-v3 .site-header-cart, .page-template-template-homepage-v6 .header-v4 .site-header-cart, .page-template-template-homepage-v6 .header-v5 .site-header-cart, .page-template-template-homepage-v6 .header-v6 .site-header-cart {
    margin-bottom: 2.25em;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v2 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v3 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v4 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v5 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v6 .site-header-cart:hover .widget_shopping_cart {
    left: 5px;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents {
    padding: .106em .8em;
    color: #fff;
    line-height: 1;
    font-size: 1.188em;
    border-radius: 50px;
    border: 1px solid #dadada;
    background-color: #fff;
    max-width: 100%;
    margin-left: 0;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents::before {
    font-family: "font-pizzaro";
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents::after {
    color: white;
    content: "\69";
    line-height: 1;
    font-size: 0.4em;
    float: none;
    color: #8e8e8e;
    background: none;
    border: none;
    position: relative;
    padding-bottom: 0;
    bottom: auto;
    left: auto;
    transform: none;
    width: inherit;
    display: none;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents::before {
    content: "\47";
    display: inline-block;
    vertical-align: middle;
    padding: 0.44em;
    font-size: 1.158em;
    color: #a3a3a3;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount {
    font-weight: 900;
    vertical-align: middle;
    color: #333e48;
    margin-right: 0;
    min-width: 150px;
    text-align: right;
    display: inline-block;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount::after {
    color: white;
    content: "\69";
    line-height: 1;
    font-size: 0.5em;
    float: none;
    color: #8e8e8e;
    margin-left: 10px;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount span {
    font-weight: normal;
    font-size: 0.929em;
    color: #747474;
    float: left;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents > span {
    font-size: 0.737em;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .count {
    font-weight: bold;
    opacity: 1;
    vertical-align: middle;
}
.page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .count {
    position: absolute;
    padding: 0.5em 0;
    background: #4caf50;
    font-size: 0.579em;
    text-align: center;
    width: 22px;
    border-radius: 50px;
    font-weight: 900;
    left: 10px;
    line-height: 1;
    top: -6px;
    display: block;
}
.page-template-template-homepage-v6 .site-content, .page-template-template-homepage-v6 footer {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 300px);
    float: right;
    padding: 0;
}
.page-template-template-homepage-v6 .site-content .col-full, .page-template-template-homepage-v6 footer .col-full {
    width: 100%;
    padding: 0;
}
.page-template-template-homepage-v6 footer {
    float: right;
}
.page-template-template-homepage-v6 .primary-navigation > ul > li, .page-template-template-homepage-v6 .footer-social-icons, .page-template-template-homepage-v6 .site-info {
    padding: 0 40px;
}
.page-template-template-homepage-v6 .site-info .copyright {
    color: #838383;
}
.page-template-template-homepage-v6 .footer-social-icons {
    margin-bottom: 12px;
}
.page-template-template-homepage-v6 .footer-social-icons .social-icon-text {
    display: none;
}
.page-template-template-homepage-v6 .footer-social-icons ul {
    margin: 0;
}
.page-template-template-homepage-v6 .footer-social-icons ul li {
    display: inline-block;
}
.page-template-template-homepage-v6 .footer-social-icons ul li a {
    border: 1px solid #d8d8d8;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: relative;
}
.page-template-template-homepage-v6 .footer-social-icons ul li a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-template-template-homepage-v6 .footer-social-icons ul li a:hover {
    color: #fff;
}
.page-template-template-homepage-v6 .footer-social-icons ul li + li {
    margin-left: 18px;
}
.page-template-template-homepage-v6 .primary-navigation > ul > li > a {
    color: #fff;
}
.page-template-template-homepage-v6 .primary-navigation ul.menu > li.menu-item-has-children > a:after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.page_item_has_children > a:after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.menu-item-has-children > a:after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.page_item_has_children > a:after, .page-template-template-homepage-v6 .primary-navigation > ul > li > a::after {
    position: relative;
    float: right;
    transform: rotate(-90deg);
}
.page-template-template-homepage-v6 .primary-navigation {
    margin-bottom: 2.375em;
}
.page-template-template-homepage-v6 .primary-navigation ul li {
    display: block;
}
.page-template-template-homepage-v6 .primary-navigation ul li a {
    color: #4a4a4a;
    padding: .7em 0;
}
.page-template-template-homepage-v6 .primary-navigation ul li a::before {
    display: none;
}
.page-template-template-homepage-v6 .primary-navigation ul li:hover > a, .page-template-template-homepage-v6 .primary-navigation ul li.focus > a {
    color: #fff;
}
.page-template-template-homepage-v6 .primary-navigation ul li .sub-menu li:hover > a, .page-template-template-homepage-v6 .primary-navigation ul li .sub-menu li.focus > a {
    color: #fff;
}
.page-template-template-homepage-v6 .primary-navigation .primary-navigation > ul > li > a {
    color: #fff;
}
.page-template-template-homepage-v6 .primary-navigation ul.menu > li:first-child, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li:first-child {
    margin: 0;
}
.page-template-template-homepage-v6 .primary-navigation ul.menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.page_item_has_children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.page_item_has_children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.page_item_has_children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.page_item_has_children:hover::after {
    display: none;
}
.page-template-template-homepage-v6 .primary-navigation .menu > li > a::after {
    display: none;
}
.page-template-template-homepage-v6 .secondary-navigation {
    margin: 0 0 2.8em;
}
.page-template-template-homepage-v6 .secondary-navigation .menu li {
    padding: 0 40px;
}
.page-template-template-homepage-v6 .secondary-navigation ul.menu > li, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li {
    display: block;
}
.page-template-template-homepage-v6 .secondary-navigation ul.menu > li a, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li a {
    line-height: 1.75em;
    font-size: 1em;
}
.page-template-template-homepage-v6 .secondary-navigation ul.menu > li a i, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li a i {
    float: none;
    margin-right: 0;
}
.page-template-template-homepage-v6 .secondary-navigation ul.menu > li + li, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li + li {
    margin-left: 0;
}
.mCustomScrollbar .mCSB_inside > .mCSB_container {
    margin: 0;
}
.mCustomScrollbar .mCSB_inside > .mCSB_scrollTools {
    opacity: 0;
}
.mCustomScrollbar .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCustomScrollbar .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollbar .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollbar .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 0;
}
.mCustomScrollbar .mCSB_draggerContainer {
    opacity: 0;
}
/**
 * Main Naivgation
 */
/**
 * General Menu Styles
 */
.secondary-navigation {
    display: none;
}
button.menu-toggle {
    cursor: pointer;
    text-align: left;
    float: right;
    position: relative;
    border: none;
    background-image: none;
    padding: 0;
    font-size: .857em;
}
button.menu-toggle:hover {
    background-image: none;
}
button.menu-toggle span:before {
    -webkit-transition: all, ease, .2s;
    -moz-transition: all, ease, .2s;
    transition: all, ease, .2s;
}
button.menu-toggle:before, button.menu-toggle:after, button.menu-toggle span:before {
    content: "";
    display: block;
    height: 2px;
    width: 14px;
    position: absolute;
    top: 50%;
    left: 1em;
    margin-top: -1px;
    -webkit-transition: all, ease, .2s;
    -moz-transition: all, ease, .2s;
    transition: all, ease, .2s;
    border-radius: 3px;
}
button.menu-toggle:before {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
button.menu-toggle:after {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
}
button.menu-toggle .close-icon {
    display: none;
}
.toggled button.menu-toggle:before, .toggled button.menu-toggle:after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggled button.menu-toggle:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.toggled button.menu-toggle span:before {
    opacity: 0;
}
.toggled button.menu-toggle .menu-icon {
    display: none;
}
.toggled button.menu-toggle .close-icon {
    display: block;
}
.primary-navigation {
    display: none;
}
.main-navigation:before, .main-navigation:after {
    content: "";
    display: table;
}
.main-navigation:after {
    clear: both;
}
.main-navigation div.menu {
    display: none;
}
.main-navigation div.menu:last-child {
    display: block;
}
.main-navigation .menu {
    clear: both;
}
.handheld-navigation, .nav-menu, .main-navigation div.menu > ul:not(.nav-menu) {
    overflow: hidden;
    max-height: 0;
    /* We have to use max-height because `height` isn't animatable */
    -webkit-transition: all, ease, .8s;
    -moz-transition: all, ease, .8s;
    transition: all, ease, .8s;
}
.handheld-navigation {
    clear: both;
}
.handheld-navigation ul {
    margin: 0;
}
.main-navigation.toggled .handheld-navigation, .main-navigation.toggled .menu > ul:not(.nav-menu), .main-navigation.toggled ul[aria-expanded=true] {
    max-height: 1750px;
}
.main-navigation ul {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.main-navigation ul ul {
    display: block;
    margin-left: 1.387em;
}
.main-navigation ul li a {
    padding: .857em 0;
    display: block;
}
.main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
    color: #e6e6e6;
}

@media (min-width: 768px) {
.primary-navigation, .secondary-navigation {
    width: 100%;
}
.primary-navigation ul, .secondary-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;
}
.primary-navigation ul li, .secondary-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left;
}
.primary-navigation ul li a, .secondary-navigation ul li a {
    display: block;
}
.primary-navigation ul li:hover > ul, .primary-navigation ul li.focus > ul, .secondary-navigation ul li:hover > ul, .secondary-navigation ul li.focus > ul {
    left: 0;
    display: block;
}
.primary-navigation ul li:hover > ul li > ul, .primary-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;
}
.primary-navigation ul li:hover > ul li:hover > ul, .primary-navigation ul li:hover > ul li.focus > ul, .primary-navigation ul li.focus > ul li:hover > ul, .primary-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;
}
.primary-navigation ul ul.sub-menu, .primary-navigation ul ul.children, .secondary-navigation ul ul.sub-menu, .secondary-navigation ul ul.children {
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    display: none;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
}
.primary-navigation ul ul.sub-menu li a, .primary-navigation ul ul.children li a, .secondary-navigation ul ul.sub-menu li a, .secondary-navigation ul ul.children li a {
    width: 200px;
}
/**
	 * Secondary Navigation
	 */
.pizzaro-secondary-navigation {
    clear: both;
    margin-left: -99em;
    margin-right: -99em;
    padding-left: 99em;
    padding-right: 99em;
}
.pizzaro-secondary-navigation:before, .pizzaro-secondary-navigation:after {
    content: "";
    display: table;
}
.pizzaro-secondary-navigation:after {
    clear: both;
}
.secondary-navigation {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.secondary-navigation ul.menu, .secondary-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    text-align: center;
}
.secondary-navigation ul.menu > li > a, .secondary-navigation ul.nav-menu > li > a {
    padding: 1em 0.5em;
    color: #fda319;
    font-size: 1em;
    line-height: 2.813em;
    text-align: center;
}
.secondary-navigation ul.menu > li > a i, .secondary-navigation ul.nav-menu > li > a i {
    font-size: 2.813em;
    display: inline-block;
   /* float: left;
    margin-right: 0.4em;*/
}
    .secondary-navigation ul.menu > li > a i.fa-credit-card {
    font-size: 2.413em;
    display: inline-block;
    color:#8ca93e;
}
.secondary-navigation ul.menu > li > a i.icon, .secondary-navigation ul.nav-menu > li > a i.icon {
    font-size: 76px;
    margin-right: 5px;
    margin-left: -16px;
}
.secondary-navigation ul.menu > li > a:hover, .secondary-navigation ul.menu > li > a:focus, .secondary-navigation ul.nav-menu > li > a:hover, .secondary-navigation ul.nav-menu > li > a:focus {
    color: #fff;
    /*text-shadow: 0 0 .65px #fff, 0 0 .65px #fff;*/
}.secondary-navigation ul.menu > li > a:hover i { 
    color: #ffc600 !important;
    }
.secondary-navigation ul.menu > li + li, .secondary-navigation ul.nav-menu > li + li {
    margin-left: 32px;
}
.secondary-navigation ul.menu ul, .secondary-navigation ul.nav-menu ul {
    margin-left: 0;
}
.secondary-navigation ul.menu ul li a, .secondary-navigation ul.nav-menu ul li a {
    padding: .857em 1.387em;
    font-weight: 400;
    font-size: .857em;
}
.secondary-navigation ul.menu ul li:last-child, .secondary-navigation ul.nav-menu ul li:last-child {
    border-bottom: 0;
}
.secondary-navigation ul.menu ul li.menu-item-has-children > a:after, .secondary-navigation ul.menu ul li.page_item_has_children > a:after, .secondary-navigation ul.nav-menu ul li.menu-item-has-children > a:after, .secondary-navigation ul.nav-menu ul li.page_item_has_children > a:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    float: right;
    line-height: 1.118;
}
.secondary-navigation ul.menu ul ul, .secondary-navigation ul.nav-menu ul ul {
    margin-left: 0;
    box-shadow: none;
}
.secondary-navigation ul.menu ul a:hover, .secondary-navigation ul.menu ul li:hover > a, .secondary-navigation ul.nav-menu ul a:hover, .secondary-navigation ul.nav-menu ul li:hover > a {
    background-color: rgba(0, 0, 0, 0.025);
}
.secondary-navigation a {
    padding: 0 1em 2.244em;
}
/**
	 * Primary Navigation
	 */
.primary-navigation {
    margin: 0 0 1.618em;
    width: auto;
    clear: none;
    line-height: 1;
}
.primary-navigation .menu, .primary-navigation .menu .nav-menu {
    font-size: 0.938em;
    width: auto;
}
.primary-navigation .menu > li > a, .primary-navigation .menu .nav-menu > li > a,  .primary-navigation .menu > li, .primary-navigation .menu .nav-menu > li {
    position: relative;
    color: #fff;
    font-weight: bold;
}
.primary-navigation .menu > li:hover > a, .primary-navigation .menu > li.focus > a, .primary-navigation .menu .nav-menu > li:hover > a, .primary-navigation .menu .nav-menu > li.focus > a {
    text-decoration: none;
}
.primary-navigation .menu li.current-menu-item > a::after, .primary-navigation .menu .nav-menu li.current-menu-item > a::after {
    visibility: visible;
}
.primary-navigation .menu ul, .primary-navigation .menu .nav-menu ul {
    padding: 10px 0;
    background-color: #fff;
}
.primary-navigation .menu ul a, .primary-navigation .menu .nav-menu ul a {
    padding: .326em .857em;
    color: #464646;
}
.primary-navigation .menu ul li:first-child a, .primary-navigation .menu .nav-menu ul li:first-child a {
    padding-top: 1em;
}
.primary-navigation .menu ul li:last-child a, .primary-navigation .menu .nav-menu ul li:last-child a {
    padding-bottom: 1em;
}
.primary-navigation .menu ul ul, .primary-navigation .menu .nav-menu ul ul {
    margin-top: -.618em;
}
.primary-navigation .menu a, .primary-navigation .menu .nav-menu a {
    padding: 1.387em 1.5em;
    font-weight: 300;
    color: #999999;
}
.primary-navigation .menu a:hover, .primary-navigation .menu .nav-menu a:hover {
    text-decoration: none;
}
.primary-navigation div.menu > ul {
    background-color: transparent;
}
.primary-navigation div.menu > ul li:hover > a {
    color: #e6e6e6;
}
}
.vertical-align {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}
.vertical-align > [class^="col-"], .vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    display: none;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */
.no-js .owl-carousel {
    display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #bcbcbc;
    display: inline-block;
    border-radius: 50%;
}
.owl-dots .owl-dot.active {
    width: 30px;
    height: 8px;
    border-radius: 3px;
}
.owl-dots .owl-dot + .owl-dot {
    margin-left: 1em;
}
