@charset "UTF-8"; /*!
Theme Name:         Pizzaro
Theme URI:          https://themeforest.net/item/pizzaro-food-online-ordering-woocommerce-theme/19209143
Author:             MadrasThemes
Author URI:         https://madrasthemes.com/
Description:        Pizzaro is the perfect theme for your next WooCommerce project. Designed and developed by MadrasThemes, it features a deep integration with our market leading WooCommerce plugin, several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love it's lean and extensible codebase making it a joy to customise and extend. Looking for a WooCommerce theme? Look no further!
Version:            1.3.22
GitHub Theme URI:   https://github.com/Transvelo/pizzaro
GitHub Branch:      theme
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:        pizzaro
Tags:               two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Pizzaro is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

All sizing (typography, layout, padding/margins etc) are inspired by a modular scale that uses 12px/14px as base sizes with a 1.618 ratio.
We use the excellent modular scale tool built by Tim Brown to calculate this. http://modularscale.com/scale/?px1=14&px2=12&ra1=1.618&ra2=0

FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later

======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*/ /*!
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.site-header {
	padding-top: 0px!important;
}
.header-v1 .header-wrap {
	margin-bottom: 0px!important;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
} /*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("assets/sass/vendors/fontawesome/webfonts/fa-regular-400.eot");
  src: url("assets/sass/vendors/fontawesome/webfonts/fa-regular-400.eot?#iefix")
      format("embedded-opentype"),
    url("assets/sass/vendors/fontawesome/webfonts/fa-regular-400.woff2")
      format("woff2"),
    url("assets/sass/vendors/fontawesome/webfonts/fa-regular-400.woff")
      format("woff"),
    url("assets/sass/vendors/fontawesome/webfonts/fa-regular-400.ttf")
      format("truetype"),
    url("assets/sass/vendors/fontawesome/webfonts/fa-regular-400.svg#fontawesome")
      format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
} /*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("assets/sass/vendors/fontawesome/webfonts/fa-solid-900.eot");
  src: url("assets/sass/vendors/fontawesome/webfonts/fa-solid-900.eot?#iefix")
      format("embedded-opentype"),
    url("assets/sass/vendors/fontawesome/webfonts/fa-solid-900.woff2")
      format("woff2"),
    url("assets/sass/vendors/fontawesome/webfonts/fa-solid-900.woff")
      format("woff"),
    url("assets/sass/vendors/fontawesome/webfonts/fa-solid-900.ttf")
      format("truetype"),
    url("assets/sass/vendors/fontawesome/webfonts/fa-solid-900.svg#fontawesome")
      format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
} /*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("assets/sass/vendors/fontawesome/webfonts/fa-brands-400.eot");
  src: url("assets/sass/vendors/fontawesome/webfonts/fa-brands-400.eot?#iefix")
      format("embedded-opentype"),
    url("assets/sass/vendors/fontawesome/webfonts/fa-brands-400.woff2")
      format("woff2"),
    url("assets/sass/vendors/fontawesome/webfonts/fa-brands-400.woff")
      format("woff"),
    url("assets/sass/vendors/fontawesome/webfonts/fa-brands-400.ttf")
      format("truetype"),
    url("assets/sass/vendors/fontawesome/webfonts/fa-brands-400.svg#fontawesome")
      format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
} /*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 16px;
}
body.grid {
  background-image: url(assets/images/grid.png);
  background-repeat: repeat-y;
  background-position: center;
}
body,
button,
input,
textarea {
  color: #666;
  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;
}
.error404 .fourohfour-columns-2 .col-1 h2,
.error404 .page-content section h2,
.section-title {
  font-size: 1.625em;
  font-weight: 400;
  color: #484848;
  text-align: center;
  padding-bottom: 0.692em;
  margin-bottom: 2.692em;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.error404 .fourohfour-columns-2 .col-1 h2::after,
.error404 .page-content section h2::after,
.section-title::after {
  content: "";
  width: 80px;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -2px;
}
.col-full,
.container,
.woocommerce-breadcrumb {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.col-full:after,
.col-full:before,
.container:after,
.container:before,
.woocommerce-breadcrumb:after,
.woocommerce-breadcrumb:before {
  content: "";
  display: table;
}
.col-full:after,
.container:after,
.woocommerce-breadcrumb:after {
  clear: both;
}
@media (min-width: 768px) {
  .col-full,
  .container,
  .woocommerce-breadcrumb {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .col-full,
  .container,
  .woocommerce-breadcrumb {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .col-full,
  .container,
  .woocommerce-breadcrumb {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:after,
.container-fluid:before {
  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: #FFF;
}
.alpha,
h1 {
  font-size: 2.617924em;
  line-height: 1.214;
  letter-spacing: -1px;
}
.beta,
h2 {
  font-size: 2em;
  line-height: 1.214;
}
.beta + h3,
h2 + h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 0.5407911001em;
}
.gamma,
h3 {
  font-size: 1.618em;
  font-weight: 600;
}
.delta,
h4 {
  font-size: 1.41575em;
  font-weight: 700;
}
.alpha,
.beta,
.delta,
.gamma {
  display: block;
}
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + header h2,
form + h2,
form + h3,
form + h4,
form + header h2,
ol + h2,
ol + h3,
ol + h4,
ol + header h2,
p + h2,
p + h3,
p + h4,
p + header h2,
table + h2,
table + h3,
table + h4,
table + header h2,
ul + h2,
ul + h3,
ul + h4,
ul + header h2 {
  margin-top: 2.2906835em;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1em;
}
p {
  margin: 0 0 1em;
}
ol,
ul {
  margin: 0 0 1em 3em;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1.618em;
}
b,
strong {
  font-weight: 700;
}
cite,
dfn,
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: #666;
  font-style: italic;
  display: table;
  width: 100%;
}
blockquote:before {
  color: #cfcfcf;
  content: "B";
  float: left;
  font-family: font-pizzaro;
  font-size: 3em;
  font-style: normal;
  padding-right: 0.417em;
  line-height: 1.2;
}
blockquote p,
blockquote::before {
  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: 0.202em 0.5407911001em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins,
mark {
  text-decoration: none;
  background: 0 0;
}
sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1em;
  width: 100%;
}
th {
  font-weight: 700;
}
img {
  height: auto;
  max-width: 100%;
  display: block;
}
a {
  color: #2d2b2d;
  text-decoration: none;
}
a:focus,
a:hover {
  outline: 0;
  color: #2d2b2d;
  text-decoration: none;
}
.pizzaro-cute * {
  font-family: "Comic Sans MS", sans-serif;
}
.section-recent-posts .pre-title,
.strike-line-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;
}
.section-recent-posts .pre-title:before,
.strike-line-title:before {
  border-top: 1px solid #e9e9e9;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
.section-recent-posts .pre-title span,
.strike-line-title span {
  background: #fff;
  padding: 0 15px;
}
* {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  overflow-x: hidden;
}
.site {
  overflow-x: hidden;
}
.grid .site-header {
  background-image: url(assets/images/grid.png) !important;
  background-repeat: repeat-y;
  background-position: center;
}
#pizzaro-logo {
  fill: #fff;
  max-height: 54px;
}
.site-header {
  padding-bottom: 1.618em;
  background-position: center center;
  position: relative;
  z-index: 999;
}
.site-header .custom-logo-link,
.site-header .site-logo-anchor,
.site-header .site-logo-link {
  display: block;
}
.site-header .custom-logo-link img,
.site-header .site-logo-anchor img,
.site-header .site-logo-link img {
  max-width: 200px;
}
.site-header .custom-logo-link,
.site-header .site-branding,
.site-header .site-logo-anchor,
.site-header .site-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: 0.857em;
  display: none;
}
.header-phone-numbers {
  text-align: right;
}
.header-phone-numbers .intro-text {
  color: #ed1d24;
  flex-shrink: 0;
  padding-right: 8px;
}
.header-phone-numbers .header-phone-numbers-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.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-align-last: right;
  line-height: 1.8;
  background-repeat: no-repeat;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAQAAAAHDYbIAAAAN0lEQVQI12P4f+S/OQMQ/Nf9v5uJYQvD5v8q/2UYtjGcAYlN+//k/73/S/4zgjjMQMbO/2wMDABu6BhjzbYAsAAAAABJRU5ErkJggg==)
    no-repeat right 0.15rem center;
}
.header-phone-numbers .select-city-phone-numbers:focus {
  border-color: #51a7e8;
  outline: 0;
}
.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 {
  font-weight: 800;
  color: #fff;
  font-size: 1.75em;
  line-height: 1;
  letter-spacing: -0.01em;
  display: block;
}
.header-phone-numbers .phone-number a {
  color: #fff;
}
.page .entry-header {
  text-align: center;
  margin-bottom: 2.857em;
}
.page .entry-header h1 {
  font-size: 2.125em;
  font-weight: 400;
  color: #454345;
  letter-spacing: -0.025em;
  margin-bottom: 0.6em;
}
.site-main {
  margin-bottom: 2.618em;
}
.site-content {
  outline: 0;
}
.page-template-template-homepage .site-main {
  padding-top: 4.236em;
}
.grid .site-footer-v2 {
  background-image: url(assets/images/grid.png) !important;
  background-repeat: repeat-y;
  background-position: center;
}
.site-footer {
  background-color: #f3f3f3;
  color: #999;
  padding: 1.618em 0 3.706325903em;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: #888;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:hover {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: 700;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  outline: 0;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: "";
  display: table;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both;
}
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: 400;
}
table tbody h2 a {
  font-weight: 400;
}
.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:after,
.error404 .fourohfour-columns-2:before {
  content: "";
  display: table;
}
.error404 .fourohfour-columns-2:after {
  clear: both;
}
.error404 .fourohfour-columns-2 .widget,
.error404 .fourohfour-columns-2 ul.products,
.error404 .fourohfour-columns-2 ul.products li.product {
  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 {
  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:after,
#comments .comment-list .comment-body:before {
  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-comment,
#respond .comment-form-email,
#respond .comment-form-url {
  margin-bottom: 2.4em;
}
#respond .comment-form-author .required,
#respond .comment-form-author label,
#respond .comment-form-comment .required,
#respond .comment-form-comment label,
#respond .comment-form-email .required,
#respond .comment-form-email label,
#respond .comment-form-url .required,
#respond .comment-form-url label {
  font-size: 0.875em;
  color: #a1a1a1;
  font-weight: 400;
}
#respond .comment-form,
#respond .comment-reply-title {
  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: 400;
  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: 0.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;
  transition: transform, ease, 0.3s;
}
#respond #cancel-comment-reply-link:hover {
  transform: scale(1.3);
}
#respond #cancel-comment-reply-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  content: "\f057";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.sticky .entry-title:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  margin-right: 0.5407911001em;
  content: "\f08d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.dark .site-content {
  background-image: url("./assets/images/dark-pat.jpg");
  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;
}
.group-blog .byline,
.single .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1em;
}
.po-veggie-icon {
  color: #4aaa19;
}
.fa-fire {
  color: #f60;
}
.fa-cutlery {
  color: #e3001c;
}
.author .avatar {
  width: 64px;
  margin-bottom: 1em;
}
form {
  margin-bottom: 1.618em;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
.added_to_cart,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  background: 0 0;
  color: #fff;
  cursor: pointer;
  padding: 0.8999em 4.6em;
  text-decoration: none;
  font-weight: 700;
  text-shadow: none;
  display: inline-block;
  outline: 0;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 50px;
  box-shadow: none;
  transition: all 0.2s ease-in-out 0s;
}
.added_to_cart:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
}
.added_to_cart.added:after,
.button.added:after,
button.added:after,
input[type="button"].added:after,
input[type="reset"].added:after,
input[type="submit"].added:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  content: "\f00c";
  margin-left: 0.5407911001em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.added_to_cart.loading,
.button.loading,
button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading {
  opacity: 0.5;
}
.added_to_cart.small,
.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 0.5407911001em 0.875em;
  font-size: 0.875em;
}
.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
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 {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.added_to_cart.disabled:hover,
.added_to_cart:disabled:hover,
.button.disabled:hover,
.button:disabled:hover,
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 {
  opacity: 0.5 !important;
}
.single_add_to_cart_button {
  padding: 1.219em 4.411em;
  line-height: 1;
}
.single_add_to_cart_button::before {
  font-family: font-pizzaro;
  content: "h";
  line-height: 1;
  margin-right: 0.6em;
  vertical-align: bottom;
  font-weight: 500;
  font-size: 1.125em;
}
.add_to_cart_button,
.product_type_external,
.product_type_simple,
.product_type_variable {
  padding: 0.907em 4.411em;
}
.add_to_cart_button::before,
.product_type_external::before,
.product_type_simple::before,
.product_type_variable::before {
  font-family: font-pizzaro;
  content: "x";
  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;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="search"] {
  box-sizing: border-box;
}
.no-padding {
  padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.input-text,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
textarea {
  padding: 0.473em 1.2em;
  color: #666;
  outline: 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 50px;
}
.input-text:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  color: rgb(76.5, 76.5, 76.5);
}
textarea {
  overflow: auto;
  padding-left: 0.875em;
  vertical-align: top;
  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;
}
.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}
.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;
}
.gallery {
  margin-bottom: 1em;
}
.gallery:after,
.gallery:before {
  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%;
}
embed,
iframe,
object,
video {
  max-width: 100%;
  border: none;
}
.site-main nav.navigation {
  margin: 0 0 1em;
}
.site-main nav.navigation:after,
.site-main nav.navigation:before {
  content: "";
  display: table;
}
.site-main nav.navigation:after {
  clear: both;
}
.site-main nav.navigation .nav-next a,
.site-main nav.navigation .nav-previous a {
  display: inline-block;
  transition: all, ease, 0.3s;
  padding: 0.6180469716em 2em;
  border-radius: 50px;
  font-size: 15px;
  background-color: #fafafa;
  font-style: italic;
}
.site-main nav.navigation .nav-next a:hover,
.site-main nav.navigation .nav-previous a:hover {
  background-color: #f1f1f1;
}
.site-main nav.navigation .nav-previous {
  float: left;
  width: 50%;
}
.site-main nav.navigation .nav-previous a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  content: "\f30a";
  margin-right: 0.5407911001em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.site-main nav.navigation .nav-previous a:hover {
  transform: translate(-1em);
}
.site-main nav.navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.site-main nav.navigation .nav-next a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  content: "\f30b";
  margin-left: 0.5407911001em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.site-main nav.navigation .nav-next a:hover {
  transform: translate(1em);
}
.pizzaro-sorting select,
.widget select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  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-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: 0;
}
.pizzaro-sorting select::-ms-expand,
.widget select::-ms-expand {
  opacity: 0;
}
.woocommerce-result-count {
  display: none;
}
.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);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.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: 400;
}
.widget.widget_product_tag_cloud .tagcloud a,
.widget.widget_tag_cloud .tagcloud a {
  background: 0 0;
  border-color: #e4e5e7;
  border-style: solid;
  border-width: 1px;
  color: #565656;
  display: inline-block;
  font-size: 1em !important;
  line-height: 1;
  margin-right: 0.429em;
  margin-bottom: 0.714em;
  padding: 0.823em 0.788em;
}
.widget.widget_product_tag_cloud .tagcloud a:focus,
.widget.widget_product_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:focus,
.widget.widget_tag_cloud .tagcloud a:hover {
  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 !important;
  color: #fff;
}
.widget-area .widget a.button:hover {
  color: #fff;
}
.header-widget-region:after,
.header-widget-region:before {
  content: "";
  display: table;
}
.header-widget-region:after {
  clear: both;
}
.header-widget-region .widget {
  margin: 0;
  padding: 1em 0;
  font-size: 0.875em;
}
.widget_product_search form,
.widget_search form {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 50px;
}
.widget_product_search form:not(.woocommerce-product-search)::after,
.widget_search form:not(.woocommerce-product-search)::after {
  content: "F";
  font-family: font-pizzaro;
  color: #b4b4b4;
  font-size: 20px;
  position: absolute;
  right: 20px;
}
.widget_product_search input[type="search"],
.widget_search input[type="search"] {
  min-height: 56px;
  border: none;
  background-color: transparent;
  padding-left: 2em;
}
.widget_product_search input[type="search"]:-ms-input-placeholder,
.widget_product_search input[type="search"]::-moz-placeholder,
.widget_product_search input[type="search"]::-webkit-input-placeholder,
.widget_search input[type="search"]:-ms-input-placeholder,
.widget_search input[type="search"]::-moz-placeholder,
.widget_search input[type="search"]::-webkit-input-placeholder {
  color: #8f8d8d;
}
.widget_product_search input[type="search"],
.widget_product_search input[type="text"],
.widget_product_search label,
.widget_search input[type="search"],
.widget_search input[type="text"],
.widget_search label {
  flex-grow: 1;
  margin-bottom: 0;
}
.widget_product_search input[type="submit"],
.widget_search input[type="submit"] {
  width: 36px;
  margin-right: 10px;
  z-index: 1;
}
.widget_product_search input[type="submit"]:hover,
.widget_search input[type="submit"]:hover {
  background-color: transparent;
}
.widget_product_search button[type="submit"]::before,
.widget_search button[type="submit"]::before {
  content: "F";
  font-family: font-pizzaro;
  color: #b4b4b4;
  font-size: 20px;
}
.widget_product_search button[type="submit"],
.widget_product_search input[type="submit"],
.widget_search button[type="submit"],
.widget_search input[type="submit"] {
  font-size: 0;
  background-color: transparent;
  padding: 18px 20px 18px 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.pizzaro-sidebar-header .secondary-navigation ul,
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  margin: 0;
}
.pizzaro-sidebar-header .secondary-navigation ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li {
  list-style: none;
  margin-bottom: 0.6180469716em;
}
.pizzaro-sidebar-header .secondary-navigation ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_links ul li:before,
.widget_nav_menu ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5407911001em;
  display: inline-block;
  opacity: 0.4;
}
.pizzaro-sidebar-header .secondary-navigation ul .sub-menu,
.widget_archive ul .sub-menu,
.widget_categories ul .sub-menu,
.widget_links ul .sub-menu,
.widget_nav_menu ul .sub-menu,
.widget_pages ul .sub-menu,
.widget_recent_comments ul .sub-menu,
.widget_recent_entries ul .sub-menu {
  margin-top: 0.6180469716em;
  margin-left: 1.618em;
}
.footer-widgets #wp-calendar td,
.footer-widgets #wp-calendar th,
.widget-area #wp-calendar td,
.widget-area #wp-calendar th {
  padding: 0.236em;
  text-align: center;
}
.widget_pages ul li:before,
.widget_recent_entries ul li:before {
  content: "\f105";
}
.widget_pages ul ul.children,
.widget_recent_entries 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-ancestor > a,
.widget_categories ul li.current-cat-parent > a,
.widget_categories ul li.current-cat > a {
  font-weight: 700;
}
.widget_archive ul li:before {
  content: "\f105";
}
.widget_recent_comments ul li:before {
  content: "\f105";
}
.pizzaro-sidebar-header .secondary-navigation ul li:before,
.widget_nav_menu ul li:before {
  content: "\f105";
}
.widget_links ul li:before {
  content: "\f105";
}
.widget_rating_filter .wc-layered-nav-rating {
  margin-bottom: 0.6180469716em;
}
.widget_rating_filter .wc-layered-nav-rating a {
  text-decoration: none !important;
}
.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: 400;
  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%);
}
@media (min-width: 1200px) {
  .terms-conditions.pizzaro-sidebar-header .content-area,
  .woocommerce-account.pizzaro-sidebar-header .content-area,
  .woocommerce-checkout.pizzaro-sidebar-header .content-area {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .blog.pizzaro-sidebar-header .site-content,
  .page-template-template-contactpage.pizzaro-sidebar-header .site-content,
  .single-product.pizzaro-sidebar-header .site-content {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-contactpage.pizzaro-sidebar-header .contact-map,
  .page-template-template-contactpage.pizzaro-sidebar-header .woocommerce-tabs,
  .single-product.pizzaro-sidebar-header .contact-map,
  .single-product.pizzaro-sidebar-header .woocommerce-tabs {
    width: 100%;
    margin-left: auto;
    left: 0;
  }
}
.page-template-template-homepage-v5 .site-main {
  margin-left: 60px;
  margin-right: 60px;
}
.blog.full-width .blog-menu,
.blog.full-width .pagination,
.blog.full-width .woocommerce-pagination,
.lite.full-width .pagination,
.lite.full-width .woocommerce-pagination,
.page-template-template-contactpage .contact-map,
.pizzaro-breadcrumb,
.stretch-full-width {
  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 .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;
  }
  .custom-logo-link,
  .site-branding,
  .site-header-cart,
  .site-logo-anchor,
  .site-logo-link,
  .site-search {
    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 !important;
  }
  .site-header .subscribe-and-connect-connect .icons li {
    margin: 0 0 0 0.5407911001em !important;
    display: inline-block;
  }
  .full-width .content-area,
  .pizzaro-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .content-area,
  .widget-area {
    margin-bottom: 2.617924em;
  }
  .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 {
    padding-top: 4.235801032em;
    border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  }
  .footer-widgets:after,
  .footer-widgets:before {
    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;
  }
  .comment-list:after,
  .comment-list:before {
    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 #respond,
  .comment-list .comment-content {
    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 #respond,
  .comment-list ol.children .comment-content {
    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 #respond,
  .comment-list ol.children ol.children .comment-content {
    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 #respond,
  .comment-list ol.children ol.children ol.children .comment-content {
    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 #respond,
  .comment-list
    ol.children
    ol.children
    ol.children
    ol.children
    .comment-content {
    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;
  }
  .hentry .entry-header {
    margin-bottom: 2.617924em;
  }
  .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:after,
  .pizzaro-primary-navigation:before {
    content: "";
    display: table;
  }
  .pizzaro-primary-navigation:after {
    clear: both;
  }
  .primary-navigation div.menu {
    display: block;
  }
  .primary-navigation div.menu ul.nav-menu,
  .primary-navigation ul.menu,
  .primary-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
  }
  .primary-navigation div.menu ul.nav-menu > li > a,
  .primary-navigation ul.menu > li > a,
  .primary-navigation ul.nav-menu > li > a {
    padding: 1.8em 1.27em 1.618em 1.27em;
  }
  .primary-navigation div.menu ul.nav-menu > li > a i,
  .primary-navigation ul.menu > li > a i,
  .primary-navigation ul.nav-menu > li > a i {
    margin-right: 12px;
  }
  .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,
  .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 {
    display: block;
  }
  .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,
  .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 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    content: "\f107";
    margin-left: 0.8em;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .primary-navigation div.menu ul.nav-menu ul,
  .primary-navigation ul.menu ul,
  .primary-navigation ul.nav-menu ul {
    margin-left: 0;
  }
  .primary-navigation div.menu ul.nav-menu ul li a,
  .primary-navigation ul.menu ul li a,
  .primary-navigation ul.nav-menu ul li a {
    padding: 0.875em 1.41575em;
    font-weight: 400;
    font-size: 0.875em;
  }
  .primary-navigation div.menu ul.nav-menu ul li:last-child,
  .primary-navigation ul.menu ul li:last-child,
  .primary-navigation ul.nav-menu ul li:last-child {
    border-bottom: 0;
  }
  .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,
  .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 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    content: "\f105";
    float: right;
    line-height: 1.118;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .primary-navigation div.menu ul.nav-menu ul ul,
  .primary-navigation ul.menu ul ul,
  .primary-navigation ul.nav-menu ul ul {
    margin-left: 0;
    box-shadow: none;
  }
  .primary-navigation div.menu ul.nav-menu ul a:hover,
  .primary-navigation div.menu ul.nav-menu ul li:hover > a,
  .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 {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .primary-navigation a {
    padding: 0 1em 2.2906835em;
  }
  .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: 0.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;
  }
}
div.wpforms-container-full.contact-form .wpforms-form .wpforms-field-label {
  font-size: 0.875em;
  line-height: 1.286em;
  color: #333e48;
  font-weight: 700;
  margin-bottom: 0.857em;
}
div.wpforms-container-full.contact-form .wpforms-form input[type="email"],
div.wpforms-container-full.contact-form .wpforms-form input[type="password"],
div.wpforms-container-full.contact-form .wpforms-form input[type="search"],
div.wpforms-container-full.contact-form .wpforms-form input[type="text"],
div.wpforms-container-full.contact-form .wpforms-form input[type="url"],
div.wpforms-container-full.contact-form .wpforms-form textarea {
  padding: 0.473em 1.2em;
  color: #666;
  outline: 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 50px;
  max-width: 100%;
  line-height: 1.75em;
}
div.wpforms-container-full.contact-form .wpforms-form input[type="email"],
div.wpforms-container-full.contact-form .wpforms-form input[type="password"],
div.wpforms-container-full.contact-form .wpforms-form input[type="search"],
div.wpforms-container-full.contact-form .wpforms-form input[type="text"],
div.wpforms-container-full.contact-form .wpforms-form input[type="url"] {
  height: auto;
}
@media (max-width: 700px) {
  div.wpforms-container-full.contact-form .wpforms-form .wpforms-one-half,
  div.wpforms-container-full.contact-form .wpforms-form .wpforms-three-sixths,
  div.wpforms-container-full.contact-form .wpforms-form .wpforms-two-fourths {
    width: 100%;
  }
  div.wpforms-container-full.contact-form
    .wpforms-form
    .wpforms-one-half
    + .wpforms-one-half,
  div.wpforms-container-full.contact-form
    .wpforms-form
    .wpforms-three-sixths
    + .wpforms-one-half,
  div.wpforms-container-full.contact-form
    .wpforms-form
    .wpforms-two-fourths
    + .wpforms-one-half {
    margin-left: 0;
    margin-top: 20px;
  }
}
div.wpforms-container-full.contact-form .wpforms-form textarea {
  height: 200px;
  width: 80%;
  float: none;
  margin-bottom: 13px;
  overflow: auto;
  padding-left: 0.875em;
  vertical-align: top;
  width: 100%;
  border-radius: 20px;
}
div.wpforms-container-full.contact-form .wpforms-form .wpforms-field {
  padding: 0;
  margin-bottom: 1.714em;
}
div.wpforms-container-full.contact-form
  .wpforms-form
  .wpforms-submit-container {
  padding: 0;
}
div.wpforms-container-full.contact-form .wpforms-form input[type="email"]:focus,
div.wpforms-container-full.contact-form
  .wpforms-form
  input[type="password"]:focus,
div.wpforms-container-full.contact-form
  .wpforms-form
  input[type="search"]:focus,
div.wpforms-container-full.contact-form .wpforms-form input[type="text"]:focus,
div.wpforms-container-full.contact-form .wpforms-form input[type="url"]:focus,
div.wpforms-container-full.contact-form .wpforms-form textarea:focus {
  border: 1px solid #ccc;
  outline: 0;
}
div.wpforms-container-full.contact-form .wpforms-form .wpforms-page-button,
div.wpforms-container-full.contact-form .wpforms-form button[type="submit"],
div.wpforms-container-full.contact-form .wpforms-form input[type="submit"] {
  border: 0;
  background: 0 0;
  color: #fff;
  cursor: pointer;
  padding: 0.8999em 4.6em;
  text-decoration: none;
  font-weight: 700;
  text-shadow: none;
  display: inline-block;
  outline: 0;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 50px;
  box-shadow: none;
  transition: all 0.2s ease-in-out 0s;
}
div.wpforms-container-full.contact-form
  .wpforms-form
  .wpforms-page-button:active,
div.wpforms-container-full.contact-form
  .wpforms-form
  .wpforms-page-button:focus,
div.wpforms-container-full.contact-form
  .wpforms-form
  .wpforms-page-button:hover,
div.wpforms-container-full.contact-form
  .wpforms-form
  button[type="submit"]:active,
div.wpforms-container-full.contact-form
  .wpforms-form
  button[type="submit"]:focus,
div.wpforms-container-full.contact-form
  .wpforms-form
  button[type="submit"]:hover,
div.wpforms-container-full.contact-form
  .wpforms-form
  input[type="submit"]:active,
div.wpforms-container-full.contact-form
  .wpforms-form
  input[type="submit"]:focus,
div.wpforms-container-full.contact-form
  .wpforms-form
  input[type="submit"]:hover {
  border: 0;
}
div.wpforms-container-full.contact-form-2 .wpforms-form .wpforms-title {
  font-weight: 400;
  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;
  line-height: 1.1;
}
div.wpforms-container-full.contact-form-2
  .wpforms-form
  input[type="email"]::-webkit-input-placeholder,
div.wpforms-container-full.contact-form-2
  .wpforms-form
  input[type="password"]::-webkit-input-placeholder,
div.wpforms-container-full.contact-form-2
  .wpforms-form
  input[type="search"]::-webkit-input-placeholder,
div.wpforms-container-full.contact-form-2
  .wpforms-form
  input[type="text"]::-webkit-input-placeholder,
div.wpforms-container-full.contact-form-2
  .wpforms-form
  input[type="url"]::-webkit-input-placeholder,
div.wpforms-container-full.contact-form-2
  .wpforms-form
  textarea::-webkit-input-placeholder {
  color: #999;
}
div.wpforms-container-full.contact-form-2 .wpforms-form input[type="email"],
div.wpforms-container-full.contact-form-2 .wpforms-form input[type="password"],
div.wpforms-container-full.contact-form-2 .wpforms-form input[type="search"],
div.wpforms-container-full.contact-form-2 .wpforms-form input[type="text"],
div.wpforms-container-full.contact-form-2 .wpforms-form input[type="url"] {
  font-size: 14px;
  line-height: 1.42857143;
  height: 50px;
  border-color: #ccc;
  box-shadow: none;
  padding-left: 23px;
  width: 100%;
}
div.wpforms-container-full.contact-form-2 .wpforms-form textarea {
  font-size: 14px;
  line-height: 1.42857143;
  height: auto;
  width: 100%;
  border-radius: 20px;
  padding: 15px 25px;
  margin-bottom: 26px;
}
div.wpforms-container-full.contact-form.contact-form-2
  .wpforms-form
  .wpforms-field {
  margin-bottom: 15px;
}
div.wpforms-container-full.contact-form-2
  .wpforms-form
  .wpforms-submit-container {
  text-align: center;
}
div.wpforms-container-full.contact-form.contact-form-2
  .wpforms-form
  .wpforms-page-button,
div.wpforms-container-full.contact-form.contact-form-2
  .wpforms-form
  button[type="submit"],
div.wpforms-container-full.contact-form.contact-form-2
  .wpforms-form
  input[type="submit"] {
  background-color: #b8b8b8;
  font-size: 0.938em;
  padding: 0.867em 2.18em;
  line-height: 1.42857143;
}
div.wpforms-container-full.contact-form.contact-form-2
  .wpforms-form
  .wpforms-page-button:active,
div.wpforms-container-full.contact-form.contact-form-2
  .wpforms-form
  .wpforms-page-button:focus,
div.wpforms-container-full.contact-form.contact-form-2
  .wpforms-form
  .wpforms-page-button:hover
  div.wpforms-container-full.contact-form.contact-form-2
  .wpforms-form
  input[type="submit"]:focus,
div.wpforms-container-full.contact-form.contact-form-2
  .wpforms-form
  button[type="submit"]:active,
div.wpforms-container-full.contact-form.contact-form-2
  .wpforms-form
  button[type="submit"]:focus,
div.wpforms-container-full.contact-form.contact-form-2
  .wpforms-form
  button[type="submit"]:hover,
div.wpforms-container-full.contact-form.contact-form-2
  .wpforms-form
  input[type="submit"]:active,
div.wpforms-container-full.contact-form.contact-form-2
  .wpforms-form
  input[type="submit"]:hover {
  background-color: #6c6b6b;
}
.site-footer.footer-v2 .footer-contact-form .contact-form .contact-form-title {
  display: none;
}
.site-footer.footer-v2
  .footer-contact-form
  .contact-form
  div.wpforms-container-full.contact-form-2 {
  width: 100%;
}
@media (max-width: 480px) {
  .site-footer.footer-v2
    .footer-contact-form
    .contact-form
    div.wpforms-container-full.contact-form-2 {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .site-footer.footer-v2 .footer-contact-form .contact-form {
    bottom: -16px !important;
  }
}
div.wpforms-container-full.subscribe-form .wpforms-form {
  position: relative;
}
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-field,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  .wpforms-submit-container {
  padding: 0;
}
div.wpforms-container-full.subscribe-form
  .wpforms-form
  .wpforms-submit-container {
  position: absolute;
  top: 50%;
  right: 7px;
}
div.wpforms-container-full.subscribe-form .wpforms-form input[type="email"],
div.wpforms-container-full.subscribe-form .wpforms-form input[type="password"],
div.wpforms-container-full.subscribe-form .wpforms-form input[type="search"],
div.wpforms-container-full.subscribe-form .wpforms-form input[type="text"],
div.wpforms-container-full.subscribe-form .wpforms-form input[type="url"] {
  padding: 0.473em 1.2em;
  color: #666;
  outline: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 50px;
  width: 100%;
  min-height: 3.938em;
  padding-left: 1.875em;
  border: none;
}
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="email"]:-ms-input-placeholder,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="email"]::-moz-placeholder,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="email"]::-webkit-input-placeholder,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="password"]:-ms-input-placeholder,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="password"]::-moz-placeholder,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="password"]::-webkit-input-placeholder,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="search"]:-ms-input-placeholder,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="search"]::-moz-placeholder,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="search"]::-webkit-input-placeholder,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="text"]:-ms-input-placeholder,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="text"]::-moz-placeholder,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="text"]::-webkit-input-placeholder,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="url"]:-ms-input-placeholder,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="url"]::-moz-placeholder,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="url"]::-webkit-input-placeholder {
  color: #6f6f6f;
  font-size: 0.938em;
}
div.wpforms-container-full.subscribe-form .wpforms-form .wpforms-page-button,
div.wpforms-container-full.subscribe-form .wpforms-form button[type="submit"],
div.wpforms-container-full.subscribe-form .wpforms-form input[type="submit"] {
  border: 0;
  background: 0 0;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.2s ease-in-out 0s;
  padding: 0.657em 3.575em;
  white-space: nowrap;
}
div.wpforms-container-full.subscribe-form
  .wpforms-form
  .wpforms-page-button:active,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  .wpforms-page-button:focus,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  .wpforms-page-button:hover,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  button[type="submit"]:active,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  button[type="submit"]:focus,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  button[type="submit"]:hover,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="submit"]:active,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="submit"]:focus,
div.wpforms-container-full.subscribe-form
  .wpforms-form
  input[type="submit"]:hover {
  border: 0;
}
div.wpforms-container-full.subscribe-form .wpforms-form label.wpforms-error {
  position: absolute;
}
@media (max-width: 767px) {
  div.wpforms-container-full.subscribe-form
    .wpforms-form
    .wpforms-submit-container,
  div.wpforms-container-full.subscribe-form .wpforms-form label.wpforms-error {
    position: relative;
  }
  div.wpforms-container-full.subscribe-form .wpforms-form input[type="email"],
  div.wpforms-container-full.subscribe-form
    .wpforms-form
    input[type="password"],
  div.wpforms-container-full.subscribe-form .wpforms-form input[type="search"],
  div.wpforms-container-full.subscribe-form .wpforms-form input[type="text"],
  div.wpforms-container-full.subscribe-form .wpforms-form input[type="url"] {
    margin-bottom: 1em;
  }
}
.grid .site-footer {
  background-image: url(assets/images/grid.png) !important;
  background-repeat: repeat-y;
  background-position: center;
}
.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;
}
.site-info .copyright a {
  color: #7f7f7f;
}
.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:after,
.pizzaro-handheld-footer-bar:before {
  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 {
  display: block;
  position: relative;
  z-index: 999;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 2.618046972;
  font-weight: 400;
  font-size: 1.618em;
}
.pizzaro-handheld-footer-bar ul li > a:active,
.pizzaro-handheld-footer-bar ul li > a:focus {
  outline: 0;
}
.pizzaro-handheld-footer-bar ul li.footer-link__search .site-search {
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  transition: all, ease, 0.2s;
  padding: 0;
  visibility: hidden;
  z-index: 1;
  display: block;
}
.pizzaro-handheld-footer-bar ul li.footer-link__search.active .site-search {
  bottom: 100%;
  visibility: visible;
}
.pizzaro-handheld-footer-bar ul li.footer-link__search .site-search,
.pizzaro-handheld-footer-bar ul li.footer-link__search .widget,
.pizzaro-handheld-footer-bar ul li.footer-link__search form {
  margin-bottom: 0;
}
.pizzaro-handheld-footer-bar ul li.footer-link__cart .count {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2;
  font-size: 8px;
  position: absolute;
  top: 1.5em;
  left: 55%;
  border-radius: 100%;
  border: 1px solid #2c2c2c;
  background-color: #2c2c2c;
}
.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.search .site-search,
.pizzaro-handheld-footer-bar ul li > a {
  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 !important;
  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: 100%;
  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);
}
.footer-v1.site-footer {
  position: relative;
  background-color: #2c2c2c;
  text-align: center;
  padding-top: 5.5em;
}
.footer-v1.site-footer .footer-logo {
  width: 200px;
  margin: 0 auto 52px 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: 3.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:focus,
.footer-v1.site-footer .footer-social-icons .social-icons a:hover {
  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: 0.875em;
  color: #ddd;
}
.footer-v1.site-footer .site-address .address li a {
  color: #ddd;
}
.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: 4.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;
  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:after,
.footer-v1-static-content:before {
  content: "";
  display: table;
}
.footer-v1-static-content:after {
  clear: both;
}
.footer-v1-static-content .kc_wrap_instagram ul li {
  margin: 0;
  padding: 0;
}
.site-footer.footer-v2 {
  background-color: #000;
  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-contact-info,
.site-footer.footer-v2 .footer-store-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-contact-info,
  .site-footer.footer-v2 .footer-store-info {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .site-footer.footer-v2 .footer-contact-info,
  .site-footer.footer-v2 .footer-store-info {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .site-footer.footer-v2 .footer-contact-info,
  .site-footer.footer-v2 .footer-store-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 .social-icon-text,
.site-footer.footer-v2 .footer-store-info .store-timings {
  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:after,
.site-footer.footer-v2 ul.store-timings > li:before {
  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 input[type="email"],
.site-footer.footer-v2 .footer-contact-form .contact-form input[type="text"],
.site-footer.footer-v2 .footer-contact-form .contact-form textarea {
  width: 100%;
}
.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;
  width: 100%;
}
.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;
  width: 100%;
  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: rgb(107.5, 107.5, 107.5);
}
.site-footer.footer-v2 .footer-contact-form .contact-form .contact-form-title {
  font-weight: 400;
  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:after,
.site-footer.footer-v2 .footer-contact-info .address > li:before {
  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-v2 + .site-info .copyright a {
  color: #919293;
}
@media (min-width: 1200px) {
  .pizzaro-sidebar-header .footer-v2 + .site-info {
    width: calc(100% - 300px);
    margin-left: auto;
  }
}
.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: #666;
  margin-bottom: 1.8em;
}
.footer-about-info a {
  color: #6d6d6d;
  font-size: 0.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: flex;
  align-items: 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 .site-info .copyright a {
  color: #8d8c8c;
}
.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 i {
  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: flex;
  align-items: center;
}
.site-footer.footer-v4 .footer-logo,
.site-footer.footer-v4 .footer-social-icons,
.site-footer.footer-v4 .site-address {
  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-icon-text,
.site-footer.footer-v4 .social-icons,
.site-footer.footer-v4 .social-icons li {
  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 .header-info-wrapper,
.header-v1 .header-phone-numbers,
.header-v1 .main-navigation,
.header-v1 .site-branding,
.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: auto;
  }
}
@media (min-width: 992px) {
  .header-v1 .site-branding {
    width: auto;
  }
}
.header-v1 .site-branding .site-description,
.header-v1 .site-branding .site-title {
  color: #fff;
}
.header-v1 .header-wrap {
  display: flex;
  align-items: center;
}
.header-v1 .main-navigation {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.header-v1 .header-info-wrapper {
  padding: 0;
  display: flex;
}
.header-v1 .header-phone-numbers {
  padding-left: 0;
  padding-right: 40px;
}
.header-v1 .site-header-cart,
.header-v1 .site-header-cart-v2 {
  padding: 0;
  min-width: 225px;
}
.header-v1 .secondary-navigation {
  margin-bottom: 0;
}
.header-v1 .primary-navigation {
  margin-bottom: 0;
}
.header-v1 .primary-navigation .menu ul.nav-menu > li > a::before,
.header-v1 .primary-navigation .menu > li > a::before {
  content: " ";
  display: block;
  height: 2px;
  width: 42px;
  margin: 0 auto;
  margin-top: 6px;
  background-color: #ed1d24;
  visibility: hidden;
  bottom: 14px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.header-v1 .primary-navigation .menu ul.nav-menu > li:hover > a::before,
.header-v1 .primary-navigation .menu > li:hover > a::before {
  visibility: visible;
}
.catalog-mode-enabled .header-v1 .header-phone-numbers {
  padding-right: 0;
}
.header-v2 .header-info-wrapper,
.header-v2 .header-nav-links,
.header-v2 .main-navigation,
.header-v2 .site-branding,
.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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header-v2 .site-header-cart {
  padding: 0;
}
.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 .main-navigation,
.header-v3 .site-branding,
.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 {
  padding-left: 2.875em;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.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 a,
.header-v3 .primary-navigation > .menu li::before {
  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: 0.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.focus a,
.lite-bg.header-v3 .primary-navigation > .menu > li:hover a {
  color: #343433;
}
.lite-bg.header-v3 .primary-navigation > .menu > li + li::before {
  background-color: #e6e6e6;
  opacity: 1;
}
.lite-bg.header-v3 .site-header-cart .cart-contents .amount,
.lite-bg.header-v3 .site-header-cart .cart-contents::after,
.lite-bg.header-v3 .site-header-cart .cart-contents::before {
  color: #343433;
}
.header-v4 {
  padding: 18px 0;
}
.header-v4 .col-full {
  width: 100%;
  padding: 0 52px;
  display: flex;
  align-items: center;
}
.header-v4 .main-navigation,
.header-v4 .site-branding,
.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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.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 .current-menu-item > a::before,
.header-v4 .primary-navigation .menu > li > a::before {
  content: " ";
  display: block;
  height: 2px;
  width: 42px;
  margin: 0 auto;
  margin-top: 6px;
  background-color: #ed1d24;
  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.focus a,
.lite-bg.header-v4 .primary-navigation .menu > li:hover a {
  color: #262626;
}
.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;
}
.pizzaro-sidebar-header footer {
  clear: both;
}
@media (min-width: 1200px) {
  .pizzaro-sidebar-header .footer-about-info,
  .pizzaro-sidebar-header .footer-map,
  .pizzaro-sidebar-header .site-content,
  .pizzaro-sidebar-header .site-footer {
    box-shadow: inset 9px 0 16px -8px rgba(1, 1, 1, 0.3);
  }
}
.pizzaro-sidebar-header .shop-archive-header {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .pizzaro-sidebar-header .shop-archive-header {
    width: calc(100% - 300px);
    margin-left: auto;
    box-shadow: inset 9px 0 16px -8px rgba(1, 1, 1, 0.3);
  }
}
.pizzaro-sidebar-header .pizzaro-sorting {
  padding: 22px 20px 0;
}
.pizzaro-sidebar-header .banner,
.pizzaro-sidebar-header .products-card .media-body img {
  position: relative;
}
.pizzaro-sidebar-header .banner a {
  display: block;
}
.pizzaro-sidebar-header .products-card .media-body img {
  width: 100%;
  z-index: -1;
}
@media (min-width: 1200px) {
  .pizzaro-sidebar-header .footer-about-info,
  .pizzaro-sidebar-header .footer-map {
    width: calc(100% - 300px);
    margin-left: auto;
  }
  .pizzaro-sidebar-header .pizzaro-breadcrumb {
    margin-top: 0;
    padding-top: 30px;
    width: 100%;
    margin-left: auto;
    left: 0;
  }
  .pizzaro-sidebar-header .pizzaro-breadcrumb .woocommerce-breadcrumb {
    width: 100%;
  }
  .pizzaro-sidebar-header .woocommerce-tabs .panel {
    width: 100%;
  }
  .pizzaro-sidebar-header.single-product.style-2
    .woocommerce-tabs
    ul.tabs::after,
  .pizzaro-sidebar-header.single-product.style-2
    .woocommerce-tabs
    ul.tabs::before {
    width: 173px;
  }
  .pizzaro-sidebar-header.single-product.style-3
    div.product
    .product-form-wrapper {
    width: 100%;
    margin-left: auto;
    left: 0;
  }
  .pizzaro-sidebar-header .footer-about-info .col-full,
  .pizzaro-sidebar-header .footer-about-info .container,
  .pizzaro-sidebar-header .footer-about-info .woocommerce-breadcrumb {
    width: auto;
  }
  .pizzaro-sidebar-header .footer-about-info .image {
    display: flex;
    justify-content: center;
  }
  .pizzaro-sidebar-header .footer-v2 .footer-row {
    margin: 0;
  }
  .pizzaro-sidebar-header .product-filters-widgets .collapse,
  .pizzaro-sidebar-header .product-filters-widgets .collapsing {
    top: 100%;
    box-shadow: inset 9px 0 16px -8px rgba(1, 1, 1, 0.3);
  }
  .pizzaro-sidebar-header #wpsl-wrap,
  .pizzaro-sidebar-header .contact-form-with-address,
  .pizzaro-sidebar-header .woocommerce .track_order,
  .pizzaro-sidebar-header table.cart td.actions,
  .pizzaro-sidebar-header.left-sidebar .pizzaro-sorting,
  .pizzaro-sidebar-header.right-sidebar .pizzaro-sorting {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pizzaro-sidebar-header #main .widget_woothemes_features .features {
    margin: 0;
  }
  .pizzaro-sidebar-header .cart-collaterals {
    padding-right: 30px;
  }
  .pizzaro-sidebar-header .widget-area .menu-food-menu-container,
  .pizzaro-sidebar-header .widget-area .secondary-navigation,
  .pizzaro-sidebar-header .widget-area .widget_nav_menu {
    display: none;
  }
}
.pizzaro-sidebar-header
  .products-card
  .media
  ul.products
  li.product
  .ywapo_input_container_radio:not(.pz-radio-default) {
  margin: 0 0.6em 1.36em;
}
.pizzaro-sidebar-header .footer-v1.site-footer .footer-social-icons,
.pizzaro-sidebar-header .footer-v2.site-footer .footer-social-icons {
  display: none;
}
.pizzaro-sidebar-header .header-v1,
.pizzaro-sidebar-header .header-v2,
.pizzaro-sidebar-header .header-v3,
.pizzaro-sidebar-header .header-v4,
.pizzaro-sidebar-header .header-v5,
.pizzaro-sidebar-header .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 !important;
}
.pizzaro-sidebar-header .header-v1::-webkit-scrollbar,
.pizzaro-sidebar-header .header-v2::-webkit-scrollbar,
.pizzaro-sidebar-header .header-v3::-webkit-scrollbar,
.pizzaro-sidebar-header .header-v4::-webkit-scrollbar,
.pizzaro-sidebar-header .header-v5::-webkit-scrollbar,
.pizzaro-sidebar-header .header-v6::-webkit-scrollbar {
  display: none;
}
.pizzaro-sidebar-header .header-v1 .primary-navigation .menu > li a::before,
.pizzaro-sidebar-header .header-v2 .primary-navigation .menu > li a::before,
.pizzaro-sidebar-header .header-v3 .primary-navigation .menu > li a::before,
.pizzaro-sidebar-header .header-v4 .primary-navigation .menu > li a::before,
.pizzaro-sidebar-header .header-v5 .primary-navigation .menu > li a::before,
.pizzaro-sidebar-header .header-v6 .primary-navigation .menu > li a::before {
  display: none;
}
.pizzaro-sidebar-header .header-v1 .col-full,
.pizzaro-sidebar-header .header-v2 .col-full,
.pizzaro-sidebar-header .header-v3 .col-full,
.pizzaro-sidebar-header .header-v4 .col-full,
.pizzaro-sidebar-header .header-v5 .col-full,
.pizzaro-sidebar-header .header-v6 .col-full {
  width: 300px;
  background-color: #fff;
  margin: 0;
  padding: 2.61792em 0 0;
}
.pizzaro-sidebar-header .header-v1 .site-header-cart .widget_shopping_cart,
.pizzaro-sidebar-header .header-v2 .site-header-cart .widget_shopping_cart,
.pizzaro-sidebar-header .header-v3 .site-header-cart .widget_shopping_cart,
.pizzaro-sidebar-header .header-v4 .site-header-cart .widget_shopping_cart,
.pizzaro-sidebar-header .header-v5 .site-header-cart .widget_shopping_cart,
.pizzaro-sidebar-header .header-v6 .site-header-cart .widget_shopping_cart {
  display: none;
}
.pizzaro-sidebar-header .header-v1 .footer-social-icons,
.pizzaro-sidebar-header .header-v1 .main-navigation,
.pizzaro-sidebar-header .header-v1 .pizzaro-secondary-navigation,
.pizzaro-sidebar-header .header-v1 .secondary-navigation,
.pizzaro-sidebar-header .header-v1 .site-branding,
.pizzaro-sidebar-header .header-v1 .site-header-cart,
.pizzaro-sidebar-header .header-v1 .site-info,
.pizzaro-sidebar-header .header-v2 .footer-social-icons,
.pizzaro-sidebar-header .header-v2 .main-navigation,
.pizzaro-sidebar-header .header-v2 .pizzaro-secondary-navigation,
.pizzaro-sidebar-header .header-v2 .secondary-navigation,
.pizzaro-sidebar-header .header-v2 .site-branding,
.pizzaro-sidebar-header .header-v2 .site-header-cart,
.pizzaro-sidebar-header .header-v2 .site-info,
.pizzaro-sidebar-header .header-v3 .footer-social-icons,
.pizzaro-sidebar-header .header-v3 .main-navigation,
.pizzaro-sidebar-header .header-v3 .pizzaro-secondary-navigation,
.pizzaro-sidebar-header .header-v3 .secondary-navigation,
.pizzaro-sidebar-header .header-v3 .site-branding,
.pizzaro-sidebar-header .header-v3 .site-header-cart,
.pizzaro-sidebar-header .header-v3 .site-info,
.pizzaro-sidebar-header .header-v4 .footer-social-icons,
.pizzaro-sidebar-header .header-v4 .main-navigation,
.pizzaro-sidebar-header .header-v4 .pizzaro-secondary-navigation,
.pizzaro-sidebar-header .header-v4 .secondary-navigation,
.pizzaro-sidebar-header .header-v4 .site-branding,
.pizzaro-sidebar-header .header-v4 .site-header-cart,
.pizzaro-sidebar-header .header-v4 .site-info,
.pizzaro-sidebar-header .header-v5 .footer-social-icons,
.pizzaro-sidebar-header .header-v5 .main-navigation,
.pizzaro-sidebar-header .header-v5 .pizzaro-secondary-navigation,
.pizzaro-sidebar-header .header-v5 .secondary-navigation,
.pizzaro-sidebar-header .header-v5 .site-branding,
.pizzaro-sidebar-header .header-v5 .site-header-cart,
.pizzaro-sidebar-header .header-v5 .site-info,
.pizzaro-sidebar-header .header-v6 .footer-social-icons,
.pizzaro-sidebar-header .header-v6 .main-navigation,
.pizzaro-sidebar-header .header-v6 .pizzaro-secondary-navigation,
.pizzaro-sidebar-header .header-v6 .secondary-navigation,
.pizzaro-sidebar-header .header-v6 .site-branding,
.pizzaro-sidebar-header .header-v6 .site-header-cart,
.pizzaro-sidebar-header .header-v6 .site-info {
  width: 100%;
  clear: both;
}
.pizzaro-sidebar-header .header-v1 .main-navigation,
.pizzaro-sidebar-header .header-v2 .main-navigation,
.pizzaro-sidebar-header .header-v3 .main-navigation,
.pizzaro-sidebar-header .header-v4 .main-navigation,
.pizzaro-sidebar-header .header-v5 .main-navigation,
.pizzaro-sidebar-header .header-v6 .main-navigation {
  padding: 0;
}
.pizzaro-sidebar-header .header-v1 .site-branding,
.pizzaro-sidebar-header .header-v2 .site-branding,
.pizzaro-sidebar-header .header-v3 .site-branding,
.pizzaro-sidebar-header .header-v4 .site-branding,
.pizzaro-sidebar-header .header-v5 .site-branding,
.pizzaro-sidebar-header .header-v6 .site-branding {
  padding: 0 57px;
  margin-bottom: 2.688em;
}
.pizzaro-sidebar-header .header-v1 .site-branding .site-description,
.pizzaro-sidebar-header .header-v1 .site-branding .site-title,
.pizzaro-sidebar-header .header-v2 .site-branding .site-description,
.pizzaro-sidebar-header .header-v2 .site-branding .site-title,
.pizzaro-sidebar-header .header-v3 .site-branding .site-description,
.pizzaro-sidebar-header .header-v3 .site-branding .site-title,
.pizzaro-sidebar-header .header-v4 .site-branding .site-description,
.pizzaro-sidebar-header .header-v4 .site-branding .site-title,
.pizzaro-sidebar-header .header-v5 .site-branding .site-description,
.pizzaro-sidebar-header .header-v5 .site-branding .site-title,
.pizzaro-sidebar-header .header-v6 .site-branding .site-description,
.pizzaro-sidebar-header .header-v6 .site-branding .site-title {
  color: #555;
  text-align: center;
}
.pizzaro-sidebar-header .header-v1 .site-header-cart,
.pizzaro-sidebar-header .header-v2 .site-header-cart,
.pizzaro-sidebar-header .header-v3 .site-header-cart,
.pizzaro-sidebar-header .header-v4 .site-header-cart,
.pizzaro-sidebar-header .header-v5 .site-header-cart,
.pizzaro-sidebar-header .header-v6 .site-header-cart {
  padding: 0 30px;
}
.pizzaro-sidebar-header .header-v1 .site-header-cart,
.pizzaro-sidebar-header .header-v2 .site-header-cart,
.pizzaro-sidebar-header .header-v3 .site-header-cart,
.pizzaro-sidebar-header .header-v4 .site-header-cart,
.pizzaro-sidebar-header .header-v5 .site-header-cart,
.pizzaro-sidebar-header .header-v6 .site-header-cart {
  margin-bottom: 2.25em;
}
.pizzaro-sidebar-header
  .header-v1
  .site-header-cart:hover
  .widget_shopping_cart,
.pizzaro-sidebar-header
  .header-v2
  .site-header-cart:hover
  .widget_shopping_cart,
.pizzaro-sidebar-header
  .header-v3
  .site-header-cart:hover
  .widget_shopping_cart,
.pizzaro-sidebar-header
  .header-v4
  .site-header-cart:hover
  .widget_shopping_cart,
.pizzaro-sidebar-header
  .header-v5
  .site-header-cart:hover
  .widget_shopping_cart,
.pizzaro-sidebar-header
  .header-v6
  .site-header-cart:hover
  .widget_shopping_cart {
  left: 5px;
}
.pizzaro-sidebar-header .header-v1 .site-header-cart .cart-contents,
.pizzaro-sidebar-header .header-v2 .site-header-cart .cart-contents,
.pizzaro-sidebar-header .header-v3 .site-header-cart .cart-contents,
.pizzaro-sidebar-header .header-v4 .site-header-cart .cart-contents,
.pizzaro-sidebar-header .header-v5 .site-header-cart .cart-contents,
.pizzaro-sidebar-header .header-v6 .site-header-cart .cart-contents {
  padding: 0.106em 0.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;
}
.pizzaro-sidebar-header
  .header-v1
  .site-header-cart
  .cart-contents
  .amount::after,
.pizzaro-sidebar-header .header-v1 .site-header-cart .cart-contents::before,
.pizzaro-sidebar-header
  .header-v2
  .site-header-cart
  .cart-contents
  .amount::after,
.pizzaro-sidebar-header .header-v2 .site-header-cart .cart-contents::before,
.pizzaro-sidebar-header
  .header-v3
  .site-header-cart
  .cart-contents
  .amount::after,
.pizzaro-sidebar-header .header-v3 .site-header-cart .cart-contents::before,
.pizzaro-sidebar-header
  .header-v4
  .site-header-cart
  .cart-contents
  .amount::after,
.pizzaro-sidebar-header .header-v4 .site-header-cart .cart-contents::before,
.pizzaro-sidebar-header
  .header-v5
  .site-header-cart
  .cart-contents
  .amount::after,
.pizzaro-sidebar-header .header-v5 .site-header-cart .cart-contents::before,
.pizzaro-sidebar-header
  .header-v6
  .site-header-cart
  .cart-contents
  .amount::after,
.pizzaro-sidebar-header .header-v6 .site-header-cart .cart-contents::before {
  font-family: font-pizzaro;
}
.pizzaro-sidebar-header .header-v1 .site-header-cart .cart-contents::after,
.pizzaro-sidebar-header .header-v2 .site-header-cart .cart-contents::after,
.pizzaro-sidebar-header .header-v3 .site-header-cart .cart-contents::after,
.pizzaro-sidebar-header .header-v4 .site-header-cart .cart-contents::after,
.pizzaro-sidebar-header .header-v5 .site-header-cart .cart-contents::after,
.pizzaro-sidebar-header .header-v6 .site-header-cart .cart-contents::after {
  color: #fff;
  content: "i";
  line-height: 1;
  font-size: 0.4em;
  float: none;
  color: #8e8e8e;
  background: 0 0;
  border: none;
  position: relative;
  padding-bottom: 0;
  bottom: auto;
  left: auto;
  transform: none;
  width: inherit;
  display: none;
}
.pizzaro-sidebar-header .header-v1 .site-header-cart .cart-contents::before,
.pizzaro-sidebar-header .header-v2 .site-header-cart .cart-contents::before,
.pizzaro-sidebar-header .header-v3 .site-header-cart .cart-contents::before,
.pizzaro-sidebar-header .header-v4 .site-header-cart .cart-contents::before,
.pizzaro-sidebar-header .header-v5 .site-header-cart .cart-contents::before,
.pizzaro-sidebar-header .header-v6 .site-header-cart .cart-contents::before {
  content: "G";
  display: inline-block;
  vertical-align: middle;
  padding: 0.44em;
  font-size: 1.158em;
  color: #a3a3a3;
}
.pizzaro-sidebar-header .header-v1 .site-header-cart .cart-contents .amount,
.pizzaro-sidebar-header .header-v2 .site-header-cart .cart-contents .amount,
.pizzaro-sidebar-header .header-v3 .site-header-cart .cart-contents .amount,
.pizzaro-sidebar-header .header-v4 .site-header-cart .cart-contents .amount,
.pizzaro-sidebar-header .header-v5 .site-header-cart .cart-contents .amount,
.pizzaro-sidebar-header .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;
}
.pizzaro-sidebar-header
  .header-v1
  .site-header-cart
  .cart-contents
  .amount::after,
.pizzaro-sidebar-header
  .header-v2
  .site-header-cart
  .cart-contents
  .amount::after,
.pizzaro-sidebar-header
  .header-v3
  .site-header-cart
  .cart-contents
  .amount::after,
.pizzaro-sidebar-header
  .header-v4
  .site-header-cart
  .cart-contents
  .amount::after,
.pizzaro-sidebar-header
  .header-v5
  .site-header-cart
  .cart-contents
  .amount::after,
.pizzaro-sidebar-header
  .header-v6
  .site-header-cart
  .cart-contents
  .amount::after {
  color: #fff;
  content: "i";
  line-height: 1;
  font-size: 0.5em;
  float: none;
  color: #8e8e8e;
  margin-left: 10px;
}
.pizzaro-sidebar-header
  .header-v1
  .site-header-cart
  .cart-contents
  .amount
  span,
.pizzaro-sidebar-header
  .header-v2
  .site-header-cart
  .cart-contents
  .amount
  span,
.pizzaro-sidebar-header
  .header-v3
  .site-header-cart
  .cart-contents
  .amount
  span,
.pizzaro-sidebar-header
  .header-v4
  .site-header-cart
  .cart-contents
  .amount
  span,
.pizzaro-sidebar-header
  .header-v5
  .site-header-cart
  .cart-contents
  .amount
  span,
.pizzaro-sidebar-header
  .header-v6
  .site-header-cart
  .cart-contents
  .amount
  span {
  font-weight: 400;
  font-size: 0.929em;
  color: #747474;
  float: left;
}
.pizzaro-sidebar-header .header-v1 .site-header-cart .cart-contents > span,
.pizzaro-sidebar-header .header-v2 .site-header-cart .cart-contents > span,
.pizzaro-sidebar-header .header-v3 .site-header-cart .cart-contents > span,
.pizzaro-sidebar-header .header-v4 .site-header-cart .cart-contents > span,
.pizzaro-sidebar-header .header-v5 .site-header-cart .cart-contents > span,
.pizzaro-sidebar-header .header-v6 .site-header-cart .cart-contents > span {
  font-size: 0.737em;
}
.pizzaro-sidebar-header .header-v1 .site-header-cart .cart-contents .count,
.pizzaro-sidebar-header .header-v1 .site-header-cart .cart-contents > span,
.pizzaro-sidebar-header .header-v2 .site-header-cart .cart-contents .count,
.pizzaro-sidebar-header .header-v2 .site-header-cart .cart-contents > span,
.pizzaro-sidebar-header .header-v3 .site-header-cart .cart-contents .count,
.pizzaro-sidebar-header .header-v3 .site-header-cart .cart-contents > span,
.pizzaro-sidebar-header .header-v4 .site-header-cart .cart-contents .count,
.pizzaro-sidebar-header .header-v4 .site-header-cart .cart-contents > span,
.pizzaro-sidebar-header .header-v5 .site-header-cart .cart-contents .count,
.pizzaro-sidebar-header .header-v5 .site-header-cart .cart-contents > span,
.pizzaro-sidebar-header .header-v6 .site-header-cart .cart-contents .count,
.pizzaro-sidebar-header .header-v6 .site-header-cart .cart-contents > span {
  font-weight: 700;
  opacity: 1;
  vertical-align: middle;
}
.pizzaro-sidebar-header .header-v1 .site-header-cart .cart-contents .count,
.pizzaro-sidebar-header .header-v2 .site-header-cart .cart-contents .count,
.pizzaro-sidebar-header .header-v3 .site-header-cart .cart-contents .count,
.pizzaro-sidebar-header .header-v4 .site-header-cart .cart-contents .count,
.pizzaro-sidebar-header .header-v5 .site-header-cart .cart-contents .count,
.pizzaro-sidebar-header .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;
}
.pizzaro-sidebar-header .site-content,
.pizzaro-sidebar-header footer {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 300px);
  float: none;
  padding: 0;
  margin-left: auto;
}
.pizzaro-sidebar-header .site-content .col-full,
.pizzaro-sidebar-header footer .col-full {
  width: 100%;
  padding: 0;
}
.pizzaro-sidebar-header .site-header .footer-social-icons,
.pizzaro-sidebar-header .site-header .primary-navigation > ul > li,
.pizzaro-sidebar-header .site-header .site-info {
  padding: 0 40px;
}
.pizzaro-sidebar-header .site-info .copyright {
  color: #838383;
}
.pizzaro-sidebar-header .site-info .copyright a {
  color: #838383;
}
.pizzaro-sidebar-header .footer-social-icons {
  margin-bottom: 12px;
}
.pizzaro-sidebar-header .footer-social-icons .social-icon-text {
  display: none;
}
.pizzaro-sidebar-header .footer-social-icons ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.pizzaro-sidebar-header .footer-social-icons ul li {
  display: inline-block;
  margin-bottom: 4px;
}
.pizzaro-sidebar-header .footer-social-icons ul li a {
  border: 1px solid #d8d8d8;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: relative;
}
.pizzaro-sidebar-header .footer-social-icons ul li a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pizzaro-sidebar-header .footer-social-icons ul li a:hover {
  color: #fff;
}
.pizzaro-sidebar-header .footer-social-icons ul li + li {
  margin-left: 20px;
}
.pizzaro-sidebar-header .footer-social-icons ul li:nth-child(5) {
  margin-left: 0;
}
.pizzaro-sidebar-header .primary-navigation > ul > li > a {
  color: #fff;
}
.pizzaro-sidebar-header
  .primary-navigation
  ul.menu
  > li.menu-item-has-children
  > a:after,
.pizzaro-sidebar-header
  .primary-navigation
  ul.menu
  > li.page_item_has_children
  > a:after,
.pizzaro-sidebar-header
  .primary-navigation
  ul.nav-menu
  > li.menu-item-has-children
  > a:after,
.pizzaro-sidebar-header
  .primary-navigation
  ul.nav-menu
  > li.page_item_has_children
  > a:after,
.pizzaro-sidebar-header .primary-navigation > ul > li > a::after {
  position: relative;
  float: right;
  transform: rotate(-90deg);
}
.pizzaro-sidebar-header .primary-navigation {
  margin-bottom: 2.375em;
}
.pizzaro-sidebar-header .primary-navigation ul li {
  display: block;
}
.pizzaro-sidebar-header .primary-navigation ul li a {
  color: #4a4a4a;
  padding: 0.7em 0;
}
.pizzaro-sidebar-header .primary-navigation ul li a::before {
  display: none;
}
.pizzaro-sidebar-header .primary-navigation ul li.focus > a,
.pizzaro-sidebar-header .primary-navigation ul li:hover > a {
  color: #fff;
}
.pizzaro-sidebar-header .primary-navigation ul li .sub-menu li.focus > a,
.pizzaro-sidebar-header .primary-navigation ul li .sub-menu li:hover > a {
  color: #fff;
}
.pizzaro-sidebar-header .primary-navigation .primary-navigation > ul > li > a {
  color: #fff;
}
.pizzaro-sidebar-header .primary-navigation ul.menu > li:first-child,
.pizzaro-sidebar-header .primary-navigation ul.nav-menu > li:first-child {
  margin: 0;
}
.pizzaro-sidebar-header
  .primary-navigation
  ul.menu
  > li.menu-item-has-children:hover::after,
.pizzaro-sidebar-header
  .primary-navigation
  ul.menu
  > li.page_item_has_children:hover::after,
.pizzaro-sidebar-header
  .primary-navigation
  ul.nav-menu
  > li.menu-item-has-children:hover::after,
.pizzaro-sidebar-header
  .primary-navigation
  ul.nav-menu
  > li.page_item_has_children:hover::after {
  display: none;
}
.pizzaro-sidebar-header .primary-navigation .menu > li > a::after {
  display: none;
}
.pizzaro-sidebar-header .secondary-navigation {
  margin: 0 0 2.8em;
}
.pizzaro-sidebar-header .secondary-navigation .menu li {
  padding: 0 40px;
}
.pizzaro-sidebar-header .secondary-navigation ul.menu > li,
.pizzaro-sidebar-header .secondary-navigation ul.nav-menu > li {
  display: block;
}
.pizzaro-sidebar-header .secondary-navigation ul.menu > li a,
.pizzaro-sidebar-header .secondary-navigation ul.nav-menu > li a {
  line-height: 1.75em;
  font-size: 1em;
}
.pizzaro-sidebar-header .secondary-navigation ul.menu > li a i,
.pizzaro-sidebar-header .secondary-navigation ul.nav-menu > li a i {
  float: none;
  margin-right: 0;
}
.pizzaro-sidebar-header .secondary-navigation ul.menu > li + li,
.pizzaro-sidebar-header .secondary-navigation ul.nav-menu > li + li {
  margin-left: 0;
}
.pizzaro-sidebar-header .secondary-navigation ul li ul.sub-menu {
  background-color: #fff;
  overflow: hidden;
}
.pizzaro-sidebar-header .secondary-navigation ul li ul.sub-menu li {
  display: block;
}
.pizzaro-sidebar-header .secondary-navigation ul li ul.sub-menu li:after {
  display: none;
}
.pizzaro-sidebar-header .secondary-navigation ul li ul.sub-menu li a {
  background-color: transparent;
}
.pizzaro-sidebar-header .secondary-navigation ul li:hover ul.sub-menu li a {
  color: #333e48;
  font-weight: 400;
  border-bottom: 1px solid #d9d9d9;
}
.pizzaro-sidebar-header .secondary-navigation ul li:hover ul.sub-menu li a i {
  color: #333e48;
}
.pizzaro-sidebar-header
  .secondary-navigation
  ul
  li:hover
  ul.sub-menu
  li:hover
  a {
  border-color: #c00a27;
  color: #fff;
  font-weight: 700;
}
.pizzaro-sidebar-header
  .secondary-navigation
  ul
  li:hover
  ul.sub-menu
  li:hover
  a
  i {
  color: #fff;
}
.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 !important;
}
.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 .children .comment-body,
#comments .comment-list .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:after,
#comments .comment-navigation:before {
  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: 700;
  color: #2d2b2d;
}
#comments .comment-list .reply {
  position: absolute;
  bottom: 24px;
  right: 0;
  font-size: 0.875em;
}
#comments .comment-list .reply:after,
#comments .comment-list .reply:before {
  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;
}
.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: 25px;
}
button.menu-toggle:hover {
  background-image: none;
}
button.menu-toggle span:before {
  transition: all, ease, 0.2s;
}
button.menu-toggle span:before,
button.menu-toggle:after,
button.menu-toggle:before {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -1px;
  transition: all, ease, 0.2s;
  border-radius: 3px;
}
button.menu-toggle:before {
  transform: translateY(-4px);
}
button.menu-toggle:after {
  transform: translateY(4px);
}
button.menu-toggle .close-icon {
  display: none;
}
.toggled button.menu-toggle:after,
.toggled button.menu-toggle:before {
  transform: translateY(0);
  transform: rotate(45deg);
}
.toggled button.menu-toggle:after {
  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:after,
.main-navigation:before {
  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,
.main-navigation div.menu > ul:not(.nav-menu),
.nav-menu {
  overflow: hidden;
  max-height: 0;
  transition: all, ease, 0.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: 0.857em 0;
  display: block;
}
.main-navigation ul li.focus > a,
.main-navigation ul li:hover > 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.focus > ul,
  .primary-navigation ul li:hover > ul,
  .secondary-navigation ul li.focus > ul,
  .secondary-navigation ul li:hover > ul {
    left: 0;
    display: block;
  }
  .primary-navigation ul li.focus > ul li > ul,
  .primary-navigation ul li:hover > ul li > ul,
  .secondary-navigation ul li.focus > ul li > ul,
  .secondary-navigation ul li:hover > ul li > ul {
    display: none;
  }
  .primary-navigation ul li.focus > ul li.focus > ul,
  .primary-navigation ul li.focus > ul li:hover > ul,
  .primary-navigation ul li:hover > ul li.focus > ul,
  .primary-navigation ul li:hover > ul li:hover > ul,
  .secondary-navigation ul li.focus > ul li.focus > ul,
  .secondary-navigation ul li.focus > ul li:hover > ul,
  .secondary-navigation ul li:hover > ul li.focus > ul,
  .secondary-navigation ul li:hover > ul li:hover > ul {
    left: 100%;
    top: 0;
    display: block;
  }
  .primary-navigation ul ul.children,
  .primary-navigation ul ul.sub-menu,
  .secondary-navigation ul ul.children,
  .secondary-navigation ul ul.sub-menu {
    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.children li a,
  .primary-navigation ul ul.sub-menu li a,
  .secondary-navigation ul ul.children li a,
  .secondary-navigation ul ul.sub-menu li a {
    width: 200px;
  }
  .pizzaro-secondary-navigation {
    clear: both;
    margin-left: -99em;
    margin-right: -99em;
    padding-left: 99em;
    padding-right: 99em;
  }
  .pizzaro-secondary-navigation:after,
  .pizzaro-secondary-navigation:before {
    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: 2em 0;
    font-size: 1em;
    line-height: 2.813em;
  }
  .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.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:focus,
  .secondary-navigation ul.menu > li > a:hover,
  .secondary-navigation ul.nav-menu > li > a:focus,
  .secondary-navigation ul.nav-menu > li > a:hover {
    color: #fff;
    text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff;
  }
  .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: 0.857em 1.387em;
    font-weight: 400;
    font-size: 0.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 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    content: "\f105";
    float: right;
    line-height: 1.118;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .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 {
    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 .nav-menu > li > a,
  .primary-navigation .menu > li > a {
    position: relative;
    color: #fff;
    font-weight: 700;
  }
  .primary-navigation .menu .nav-menu > li.focus > a,
  .primary-navigation .menu .nav-menu > li:hover > a,
  .primary-navigation .menu > li.focus > a,
  .primary-navigation .menu > li:hover > a {
    text-decoration: none;
  }
  .primary-navigation .menu .nav-menu li.current-menu-item > a::after,
  .primary-navigation .menu li.current-menu-item > a::after {
    visibility: visible;
  }
  .primary-navigation .menu .nav-menu ul,
  .primary-navigation .menu ul {
    padding: 10px 0;
    background-color: #fff;
  }
  .primary-navigation .menu .nav-menu ul a,
  .primary-navigation .menu ul a {
    padding: 0.326em 0.857em;
    color: #464646;
  }
  .primary-navigation .menu .nav-menu ul li:first-child a,
  .primary-navigation .menu ul li:first-child a {
    padding-top: 1em;
  }
  .primary-navigation .menu .nav-menu ul li:last-child a,
  .primary-navigation .menu ul li:last-child a {
    padding-bottom: 1em;
  }
  .primary-navigation .menu .nav-menu ul ul,
  .primary-navigation .menu ul ul {
    margin-top: -0.618em;
  }
  .primary-navigation .menu .nav-menu a,
  .primary-navigation .menu a {
    padding: 1.387em 1.5em;
    font-weight: 300;
    color: #999;
  }
  .primary-navigation .menu .nav-menu a:hover,
  .primary-navigation .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 {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  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;
  -webkit-transform: translate3d(0, 0, 0);
}
.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-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  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 .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1s;
  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 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s 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;
}
div.jp-jplayer,
div.jp-jplayer img {
  max-width: 100%;
}
div.jp-jplayer.jp-jplayer-video {
  background-color: #292a2b;
}
div.jp-jplayer video {
  margin-bottom: 0;
}
div.jp-jplayer img,
div.jp-jplayer-video,
div.jp-jplayer-video video {
  height: auto !important;
  vertical-align: top;
}
.jp-audio-container,
.jp-video-container {
  background-color: #f1f1f1;
  box-shadow: 1px 1px 1px #ddd;
}
.post-header .jp-audio-container,
.post-header .jp-video-container {
  margin-bottom: 0;
}
div.jp-interface {
  position: relative;
  width: 97%;
  z-index: 100;
}
.jp-video div.jp-interface {
  -webkit-border-radius: 0 0 2px;
  -moz-border-radius: 0 0 2px;
  border-radius: 0 0 2px;
}
.jp-interface,
.seperator-first,
.seperator-second,
a.jp-pause,
a.jp-play {
  height: 34px;
}
.jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jp-controls li {
  display: inline;
  margin: 0;
}
.jp-controls a {
  color: #404040;
  text-shadow: 1px 1px #fff;
  background: 0 0 !important;
  width: 24px;
  height: 34px;
  padding: 0 0 0 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  border-bottom: none;
  font-size: 14px;
  line-height: 34px;
  text-decoration: none;
  outline: 0;
  overflow: hidden;
  z-index: 1;
  opacity: 0.6;
}
.jp-controls a:hover {
  color: #262626;
  background: 0 0 !important;
  text-decoration: none;
  opacity: 0.8;
}
.jp-controls a span {
  text-indent: -9999px;
  display: block;
}
a.jp-pause,
a.jp-play {
  left: 0;
}
a.jp-pause {
  display: none;
}
a.jp-pause:hover {
  background-position: -33px -30px;
}
a.jp-mute,
a.jp-unmute {
  right: 55px;
}
.jp-progress-container,
.jp-volume-bar-container {
  position: absolute;
  top: 0;
  height: 8px;
  padding: 13px 10px;
}
.jp-progress-container {
  left: 34px;
  right: 92px;
}
.jp-progress,
.jp-volume-bar {
  height: 9px;
  background: #e7e7e7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.09);
  -moz-box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.09);
  box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.09);
}
.jp-seek-bar {
  width: 0;
  height: 9px;
  cursor: pointer;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: #e0e0e0;
}
.jp-progress,
.jp-seek-bar {
  background: rgba(102, 102, 102, 0.05);
}
.jp-play-bar,
.jp-volume-bar-value {
  width: 0;
  height: 9px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: #bababa;
}
.jp-volume-bar-container {
  right: 2px;
  width: 40px;
}
.jp-volume-bar {
  position: relative;
  overflow: hidden;
  width: 40px;
  cursor: pointer;
  background: rgba(102, 102, 102, 0.1);
}
.jp-volume-bar-value {
  width: 0;
}
.seperator-first,
.seperator-second {
  width: 0;
  position: absolute;
  top: 0;
  left: 33px;
  border: 1px solid #fff;
  border-left-color: #ddd;
  border-width: 0 1px;
}
.seperator-second {
  left: auto;
  right: 89px;
}
.no-volume .jp-progress-container {
  right: 0;
}
.no-volume .jp-mute,
.no-volume .jp-unmute,
.no-volume .jp-volume-bar-container,
.no-volume .seperator-second {
  display: none;
}
#scrollUp {
  border-radius: 3px;
  bottom: 1.25rem;
  color: #fff;
  font-size: 2.25rem;
  height: 2.625rem;
  line-height: 100%;
  opacity: 0.5;
  padding: 3px;
  right: 1.25rem;
  text-align: center;
  width: 2.625rem;
}
#scrollUp:active,
#scrollUp:focus,
#scrollUp:hover {
  opacity: 1;
}
#scrollUp i {
  display: inline-block;
  vertical-align: top;
}
.features-list {
  text-align: center;
  padding: 6.478em 0;
}
.features-list .feature {
  font-size: 1.125em;
  color: #2d2b2d;
}
.features-list .feature .feature-icon {
  margin-bottom: 1em;
}
.features-list .feature i {
  color: #bdbdbd;
  display: table;
  margin: 0 auto;
  height: 124px;
}
.features-list .feature i::before {
  vertical-align: middle;
  display: table-cell;
}
.features-list .feature .po-best-quality {
  font-size: 5.056em;
}
.features-list .feature .po-on-time {
  font-size: 5.722em;
}
.features-list .feature .po-master-chef {
  font-size: 4.444em;
}
.features-list .feature .po-ready-delivery {
  font-size: 6.889em;
}
.features-list .feature h4 {
  font-size: 1em;
  font-weight: 400;
}
.features-list .feature p {
  font-size: 0.778em;
  color: #71706c;
  padding: 0 2.6em;
  line-height: 1.6;
}
.menu-card {
  font-family: "Yanone Kaffeesatz", sans-serif;
  padding-top: 9em;
}
.menu-card .menu-items {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .menu-card .menu-items {
    margin-left: 33.3333333333%;
  }
}
.menu-card .menus {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 68px;
  -moz-column-gap: 68px;
  column-gap: 68px;
  -webkit-column-rule: 1px solid #4c4c4c;
  -moz-column-rule: 1px solid #4c4c4c;
  column-rule: 1px solid #4c4c4c;
  margin: 0;
  list-style: none;
}
.menu-card .menus h3 {
  color: #ed1d24;
  font-size: 2.25em;
  font-weight: 300;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.menu-card .menus h3 .title {
  max-width: 222px;
  display: inline-block;
}
.menu-card .menus h3 .price {
  float: right;
}
.menu-card .menus h3 .price .decimals,
.menu-card .menus h4 .price .decimals {
  font-size: large;
  vertical-align: top;
  line-height: 1.5;
}
.menu-card .menus h3 .price .currency,
.menu-card .menus h4 .price .currency {
  display: none;
}
.menu-card .menus .menu {
  margin-bottom: 2.25em;
}
.menu-card .menus .description {
  color: #fff;
  font-style: italic;
}
.menu-card .menus .description p {
  line-height: 1.4;
  font-family: "Open Sans", HelveticaNeue-Light, "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
}
.menu-card .menus .description ul {
  margin: 0;
  list-style: none;
}
.menu-card .menus .description ul h4 {
  font-size: 1.5em;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
}
.menu-card .menus .description ul h4 .title {
  max-width: 222px;
  display: inline-block;
}
.menu-card .menus .description ul h4 .price {
  position: absolute;
  font-size: 1.5em;
  top: -10px;
  right: 0;
  color: #ed1d24;
}
.error404 .fourohfour-columns-2 .col-1 .menu-card h2,
.error404 .page-content section .menu-card h2,
.menu-card .error404 .fourohfour-columns-2 .col-1 h2,
.menu-card .error404 .page-content section h2,
.menu-card .pre-title,
.menu-card .section-title {
  text-transform: uppercase;
  color: #fff;
}
.error404 .fourohfour-columns-2 .col-1 .menu-card h2,
.error404 .page-content section .menu-card h2,
.menu-card .error404 .fourohfour-columns-2 .col-1 h2,
.menu-card .error404 .page-content section h2,
.menu-card .section-title {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  padding-bottom: 0.77em;
  border: none;
}
.error404 .fourohfour-columns-2 .col-1 .menu-card h2::after,
.error404 .page-content section .menu-card h2::after,
.menu-card .error404 .fourohfour-columns-2 .col-1 h2::after,
.menu-card .error404 .page-content section h2::after,
.menu-card .section-title::after {
  display: none;
}
.menu-card .pre-title {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 300;
  font-size: 1.563em;
  margin-bottom: 0;
}
.menu-card .pre-title span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  position: relative;
  padding: 0 20px;
}
.menu-card .pre-title span::after,
.menu-card .pre-title span::before {
  content: "";
  display: block;
  width: 53px;
  position: absolute;
  top: 0.73em;
  border-top: 1px solid #d5d5d5;
}
.menu-card .pre-title span::before {
  right: 100%;
}
.menu-card .pre-title span::after {
  left: 100%;
}
.section-tabs .nav {
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 5em;
  text-align: center;
}
.section-tabs .nav .nav-item {
  display: inline-block;
}
.section-tabs .nav .nav-item .nav-link {
  font-size: 1.625em;
  font-weight: 400;
  color: #9b959b;
  text-align: center;
  padding: 10px 26px;
  padding-bottom: 0.692em;
  position: relative;
}
.section-tabs .nav .nav-item .nav-link:focus,
.section-tabs .nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.section-tabs .nav .nav-item.active a {
  font-weight: 700;
  color: #2d2b2d;
}
.section-tabs .nav .nav-item.active a::after {
  content: "";
  width: 80px;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -2px;
}
.page-template-template-homepage-v5 .section-tabs > .nav {
  margin: 0 0 5.2em;
}
.page-template-template-homepage-v1 .section-tabs .nav {
  padding-top: 48px;
}
.page-template-template-homepage-v2 .section-tabs .nav {
  padding-top: 98px;
}
.page-template-template-homepage-v6 .section-tabs .nav {
  padding-top: 83px;
}
.page-template-template-homepage-v2
  .products-with-gallery-tabs.section-tabs
  .nav,
.products-with-gallery-tabs.section-tabs .nav {
  padding: 1.266em 0;
  margin: 0;
  font-size: 0.938em;
}
.page-template-template-homepage-v2
  .products-with-gallery-tabs.section-tabs
  .nav
  li
  + li::before,
.products-with-gallery-tabs.section-tabs .nav li + li::before {
  content: " ";
  width: 2px;
  height: 40px;
  background-color: #df8392;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page-template-template-homepage-v2
  .products-with-gallery-tabs.section-tabs
  .nav
  .nav-item
  .nav-link,
.products-with-gallery-tabs.section-tabs .nav .nav-item .nav-link {
  font-size: 1em;
  color: #e0929d;
  padding: 10px 52px 0.692em;
}
.page-template-template-homepage-v2
  .products-with-gallery-tabs.section-tabs
  .nav
  .nav-item
  .nav-link
  i,
.products-with-gallery-tabs.section-tabs .nav .nav-item .nav-link i {
  display: block;
  font-size: 2.133em;
}
.page-template-template-homepage-v2
  .products-with-gallery-tabs.section-tabs
  .nav
  .nav-item
  .nav-link:hover,
.products-with-gallery-tabs.section-tabs .nav .nav-item .nav-link:hover {
  color: #fff;
  text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff;
}
.page-template-template-homepage-v2
  .products-with-gallery-tabs.section-tabs
  .nav
  .nav-item.active
  a,
.products-with-gallery-tabs.section-tabs .nav .nav-item.active a {
  color: #fff;
  text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff;
  font-weight: 400;
}
.page-template-template-homepage-v2
  .products-with-gallery-tabs.section-tabs
  .nav
  .nav-item.active
  a::after,
.products-with-gallery-tabs.section-tabs .nav .nav-item.active a::after {
  width: 27px;
  height: 27px;
  left: 50%;
  transform: rotate(45deg) translate(-50%, 0);
  bottom: -46%;
  border-radius: 6px;
}
.kc-section-tab.kc_tabs .kc_tabs_nav,
.kc_tabs .kc_tabs_nav {
  border-bottom: 1px solid #e9e9e9 !important;
  margin: 0 0 5em;
  text-align: center;
  line-height: 1;
}
.kc-section-tab.kc_tabs .kc_tabs_nav li,
.kc_tabs .kc_tabs_nav li {
  display: inline-block;
  border-right: none;
}
.kc-section-tab.kc_tabs .kc_tabs_nav li a,
.kc_tabs .kc_tabs_nav li a {
  font-size: 1.625em;
  font-weight: 400;
  color: #9b959b;
  text-align: center;
  padding: 10px 26px;
  padding-bottom: 0.692em;
  position: relative;
}
.kc-section-tab.kc_tabs .kc_tabs_nav li a:focus,
.kc-section-tab.kc_tabs .kc_tabs_nav li a:hover,
.kc_tabs .kc_tabs_nav li a:focus,
.kc_tabs .kc_tabs_nav li a:hover {
  background-color: transparent;
}
.kc-section-tab.kc_tabs .kc_tabs_nav li.ui-tabs-active a,
.kc_tabs .kc_tabs_nav li.ui-tabs-active a {
  font-weight: 700;
  color: #2d2b2d;
}
.kc-section-tab.kc_tabs .kc_tabs_nav li.ui-tabs-active a::after,
.kc_tabs .kc_tabs_nav li.ui-tabs-active a::after {
  content: "";
  width: 80px;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -2px;
}
.kc-section-tab.kc_tabs .ui-tabs,
.kc_tabs .ui-tabs {
  padding: 0;
}
.kc-section-tab.kc_tabs > .kc_wrapper > .kc_tabs_nav,
.kc_tabs > .kc_wrapper > .kc_tabs_nav {
  background-color: transparent !important;
  margin: 0 0 5em;
}
.kc-section-tab.kc_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.kc_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
.kc-section-tab.kc_tabs .kc_wrapper > ul.ui-tabs-nav > li,
.kc_tabs .kc_wrapper > ul.ui-tabs-nav > li {
  overflow: visible;
}
.kc-section-tab.kc_tabs .kc_tabs_nav > .ui-tabs-active > a,
.kc-section-tab.kc_tabs .kc_tabs_nav > li:hover,
.kc-section-tab.kc_tabs .kc_tabs_nav > li > a:hover,
.kc_tabs .kc_tabs_nav > .ui-tabs-active > a,
.kc_tabs .kc_tabs_nav > li:hover,
.kc_tabs .kc_tabs_nav > li > a:hover {
  background-color: transparent;
}
.kc-section-tab.kc_tabs .kc_tabs_nav > .ui-tabs-active,
.kc-section-tab.kc_tabs .kc_tabs_nav > .ui-tabs-active:hover,
.kc-section-tab.kc_tabs .kc_tabs_nav > .ui-tabs-active > a,
.kc-section-tab.kc_tabs .kc_tabs_nav > .ui-tabs-active > a:hover,
.kc_tabs .kc_tabs_nav > .ui-tabs-active,
.kc_tabs .kc_tabs_nav > .ui-tabs-active:hover,
.kc_tabs .kc_tabs_nav > .ui-tabs-active > a,
.kc_tabs .kc_tabs_nav > .ui-tabs-active > a:hover {
  display: inline-block;
}
.kc-section-tab.kc_tabs .kc_tabs_nav > li > a,
.kc_tabs .kc_tabs_nav > li > a {
  line-height: 1.077em;
}
.kc-section-tab.kc_tabs .ui-tabs .ui-tabs-nav li,
.kc_tabs .ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}
.kc-section-tab.kc_tabs .ui-tabs .ui-tabs-nav,
.kc_tabs .ui-tabs .ui-tabs-nav {
  padding: 0;
}
.kc-section-tab.kc_tabs .kc_tabs_nav ~ .kc_tab .kc_tab_content,
.kc-section-tab.kc_tabs .ui-tabs .ui-tabs-panel,
.kc_tabs .kc_tabs_nav ~ .kc_tab .kc_tab_content,
.kc_tabs .ui-tabs .ui-tabs-panel {
  padding: 0;
}
.kc-section-tab.kc_tabs .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active,
.kc_tabs .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
  background-color: transparent;
}
.page-template-template-homepage-v5 .kc_tabs > .kc_tabs_nav {
  margin: 0 0 5.2em;
}
.page-template-template-homepage-v1 .kc_tabs .kc_tabs_nav {
  padding-top: 48px;
}
.page-template-template-homepage-v2 .kc_tabs .kc_tabs_nav {
  padding-top: 98px;
}
.page-template-template-homepage-v6 .kc_tabs .kc_tabs_nav {
  padding-top: 83px;
}
.page-template-template-homepage-v2
  .products-with-gallery-tabs.kc_tabs
  .kc_tabs_nav,
.products-with-gallery-tabs.kc_tabs .kc_tabs_nav {
  padding: 1.266em 0;
  margin: 0;
  font-size: 0.938em;
}
.page-template-template-homepage-v2
  .products-with-gallery-tabs.kc_tabs
  .kc_tabs_nav
  li
  + li::before,
.products-with-gallery-tabs.kc_tabs .kc_tabs_nav li + li::before {
  content: " ";
  width: 2px;
  height: 40px;
  background-color: #df8392;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page-template-template-homepage-v2
  .products-with-gallery-tabs.kc_tabs
  .kc_tabs_nav
  li
  a,
.products-with-gallery-tabs.kc_tabs .kc_tabs_nav li a {
  font-size: 1em;
  color: #e0929d;
  padding: 10px 52px 0.692em;
  line-height: 1.75em;
}
.page-template-template-homepage-v2
  .products-with-gallery-tabs.kc_tabs
  .kc_tabs_nav
  li
  a
  i,
.products-with-gallery-tabs.kc_tabs .kc_tabs_nav li a i {
  display: block;
  font-size: 2.133em;
}
.page-template-template-homepage-v2
  .products-with-gallery-tabs.kc_tabs
  .kc_tabs_nav
  li
  a:hover,
.products-with-gallery-tabs.kc_tabs .kc_tabs_nav li a:hover {
  color: #fff;
  text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff;
}
.page-template-template-homepage-v2
  .products-with-gallery-tabs.kc_tabs
  .kc_tabs_nav
  li.ui-tabs-active
  a,
.products-with-gallery-tabs.kc_tabs .kc_tabs_nav li.ui-tabs-active a {
  color: #fff;
  text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff;
  font-weight: 400;
}
.page-template-template-homepage-v2
  .products-with-gallery-tabs.kc_tabs
  .kc_tabs_nav
  li.ui-tabs-active
  a::after,
.products-with-gallery-tabs.kc_tabs .kc_tabs_nav li.ui-tabs-active a::after {
  width: 27px;
  height: 27px;
  left: 50%;
  transform: rotate(45deg) translate(-50%, 0);
  bottom: -46%;
  border-radius: 6px;
}
.kc_tabs .kc_tabs_nav ~ .section-products-with-gallery.ui-tabs-body-active {
  background: #f6f6f6;
  padding: 140px 0 107px 0;
}
.kc_tabs_nav ~ .kc_tab.section-products-with-gallery .kc_tab_content {
  padding: 0;
}
.blog.full-width .kc_row .blog-menu,
.blog.full-width .kc_row .pagination,
.blog.full-width .kc_row .woocommerce-pagination,
.kc_row .blog.full-width .blog-menu,
.kc_row .blog.full-width .pagination,
.kc_row .blog.full-width .woocommerce-pagination,
.kc_row .lite.full-width .pagination,
.kc_row .lite.full-width .woocommerce-pagination,
.kc_row .page-template-template-contactpage .contact-map,
.kc_row .pizzaro-breadcrumb,
.kc_row .stretch-full-width,
.lite.full-width .kc_row .pagination,
.lite.full-width .kc_row .woocommerce-pagination,
.page-template-template-contactpage .kc_row .contact-map {
  width: 100vw;
}
.pz-section-tab .kc-section-active {
  overflow: visible;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-tabs.vc_tta-tabs
  .vc_tta-tabs-container {
  margin: 0 !important;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-tabs.vc_tta-tabs
  .vc_tta-tabs-container
  ul {
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 5em;
  text-align: center;
  padding-top: 3em;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-tabs.vc_tta-tabs
  .vc_tta-tabs-container
  ul
  li
  a {
  border: 0;
  background-color: transparent;
  font-size: 1.625em;
  color: #9b959b;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-tabs.vc_tta-tabs
  .vc_tta-tabs-container
  ul
  li
  a:hover {
  background-color: transparent;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-tabs.vc_tta-tabs
  .vc_tta-tabs-container
  ul
  li.vc_active
  a {
  border: 0;
  background-color: transparent;
  font-weight: 700;
  color: #2d2b2d;
  padding: 0.385em 1em 0.692em;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-tabs.vc_tta-tabs
  .vc_tta-tabs-container
  ul
  li.vc_active
  a:after {
  content: "";
  width: 80px;
  height: 3px !important;
  left: 50% !important;
  top: initial !important;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -2px;
  background-color: #c00a27;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-tabs.vc_tta-tabs
  .vc_tta-panels-container
  .vc_tta-panels {
  border: 0;
  background-color: transparent;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-tabs.vc_tta-tabs
  .vc_tta-panel-body {
  padding: 0 10px;
  overflow: inherit;
}
body.wpb-js-composer .vc_tta-container .pizzaro-vc-full-width-tabs {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-full-width-tabs
  .vc_tta-tabs-container {
  overflow: initial !important;
  margin: 0 !important;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-full-width-tabs
  .vc_tta-tabs-container
  ul {
  background-color: #c00a27;
  text-align: center;
  padding: 1.188em 0;
  overflow: initial;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-full-width-tabs
  .vc_tta-tabs-container
  ul
  li {
  position: relative;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-full-width-tabs
  .vc_tta-tabs-container
  ul
  li
  a {
  background-color: transparent;
  border: 0;
  color: #e0929d;
  padding: 10px 52px 0.692em;
  font-size: 15px;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-full-width-tabs
  .vc_tta-tabs-container
  ul
  li
  a:hover {
  background-color: transparent;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-full-width-tabs
  .vc_tta-tabs-container
  ul
  li
  a
  i {
  font-size: 2.134em;
  padding: 0.469em 0;
  display: block;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-full-width-tabs
  .vc_tta-tabs-container
  ul
  li
  a
  span {
  margin-left: 0 !important;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-full-width-tabs
  .vc_tta-tabs-container
  ul
  li.vc_active
  a {
  color: #fff;
  text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff;
  font-weight: 400;
  background-color: transparent;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-full-width-tabs
  .vc_tta-tabs-container
  ul
  li.vc_active
  a:after {
  content: "";
  position: absolute;
  background-color: #c00a27;
  width: 27px;
  height: 27px !important;
  left: 50% !important;
  top: initial !important;
  transform: rotate(45deg) translate(-50%, 0);
  bottom: -49%;
  border-radius: 6px;
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-full-width-tabs
  .vc_tta-tabs-container
  ul
  li
  + li:before {
  content: " ";
  width: 2px;
  height: 40px;
  background-color: #df8392;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.wpb-js-composer
  .vc_tta-container
  .pizzaro-vc-full-width-tabs
  .vc_tta-panels-container
  .vc_tta-panels {
  border: 0 !important;
}
@media (max-width: 767px) {
  body.wpb-js-composer
    .vc_tta-container
    .pizzaro-vc-full-width-tabs.vc_tta-tabs
    .vc_tta-tabs-container,
  body.wpb-js-composer
    .vc_tta-container
    .pizzaro-vc-tabs.vc_tta-tabs
    .vc_tta-tabs-container {
    display: block;
  }
  body.wpb-js-composer
    .vc_tta-container
    .pizzaro-vc-full-width-tabs.vc_tta-tabs
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel-heading,
  body.wpb-js-composer
    .vc_tta-container
    .pizzaro-vc-tabs.vc_tta-tabs
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel-heading {
    display: none;
  }
  body.wpb-js-composer
    .vc_tta-container
    .pizzaro-vc-full-width-tabs.vc_tta-tabs
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel-body,
  body.wpb-js-composer
    .vc_tta-container
    .pizzaro-vc-tabs.vc_tta-tabs
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel-body {
    border: 0;
    background-color: transparent;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  body.wpb-js-composer
    .vc_tta-container
    .pizzaro-vc-full-width-tabs
    .vc_tta-tabs-container
    ul
    li
    + li:before {
    opacity: 0;
  }
}
.section-recent-post {
  position: relative;
}
.error404 .fourohfour-columns-2 .col-1 .section-recent-post h2,
.error404 .page-content section .section-recent-post h2,
.section-recent-post .error404 .fourohfour-columns-2 .col-1 h2,
.section-recent-post .error404 .page-content section h2,
.section-recent-post .section-title {
  margin-bottom: 0.3em;
  font-size: 6.25em;
  font-weight: 100;
  text-align: left;
  border: none;
  padding-bottom: 0.2em;
}
.error404 .fourohfour-columns-2 .col-1 .section-recent-post h2::after,
.error404 .page-content section .section-recent-post h2::after,
.section-recent-post .error404 .fourohfour-columns-2 .col-1 h2::after,
.section-recent-post .error404 .page-content section h2::after,
.section-recent-post .section-title::after {
  height: 2px;
  transform: translate(4%, -50%);
  left: 0;
  width: 95px;
}
.error404 .fourohfour-columns-2 .col-1 .section-recent-post h2,
.error404 .page-content section .section-recent-post h2,
.section-recent-post .error404 .fourohfour-columns-2 .col-1 h2,
.section-recent-post .error404 .page-content section h2,
.section-recent-post .post-title,
.section-recent-post .section-title {
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #3b3b3b;
}
.section-recent-post .post-title {
  font-size: 2.25em;
}
.section-recent-post .post-title a:hover {
  color: #000;
}
.section-recent-post .post-info p {
  color: #1f1f1f;
  font-size: 1.063em;
  margin-bottom: 2em;
}
.section-recent-post .post-info .btn-more {
  padding: 0.5em 3.464em;
  border-radius: 3.333em;
  display: inline-block;
  font-size: 0.938em;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid;
}
.section-recent-post .post-info .btn-more:hover {
  color: #fff;
}
.section-recent-post .post-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-83%, -50%);
}
.section-recent-posts {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 8.75em 0;
}
.error404 .fourohfour-columns-2 .col-1 .section-recent-posts h2,
.error404 .page-content section .section-recent-posts h2,
.section-recent-posts .error404 .fourohfour-columns-2 .col-1 h2,
.section-recent-posts .error404 .page-content section h2,
.section-recent-posts .pre-title,
.section-recent-posts .section-title {
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz", sans-serif;
}
.error404 .fourohfour-columns-2 .col-1 .section-recent-posts h2,
.error404 .page-content section .section-recent-posts h2,
.section-recent-posts .error404 .fourohfour-columns-2 .col-1 h2,
.section-recent-posts .error404 .page-content section h2,
.section-recent-posts .section-title {
  font-size: 4.063em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  padding-bottom: 1.05em;
  border: none;
}
.error404 .fourohfour-columns-2 .col-1 .section-recent-posts h2::after,
.error404 .page-content section .section-recent-posts h2::after,
.section-recent-posts .error404 .fourohfour-columns-2 .col-1 h2::after,
.section-recent-posts .error404 .page-content section h2::after,
.section-recent-posts .section-title::after {
  display: none;
}
.section-recent-posts .pre-title {
  text-align: center;
  font-weight: 300;
  font-size: 1.5em;
  color: #393939;
  margin: 0;
}
.section-recent-posts .pre-title::before {
  width: 14%;
  border-color: #d5d5d5;
}
.section-recent-posts .post-items {
  margin: 0 auto;
  padding: 0 12.5em;
}
.section-recent-posts .post-items:after,
.section-recent-posts .post-items:before {
  content: "";
  display: table;
}
.section-recent-posts .post-items:after {
  clear: both;
}
.section-recent-posts .post-items .post-item {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .section-recent-posts .post-items .post-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .section-recent-posts .post-items .post-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .section-recent-posts .post-items .post-item {
    width: 33.3333333333%;
  }
}
.section-recent-posts .post-items .post-item .post-thumbnail img {
  margin-bottom: 2.75em;
}
.section-recent-posts .post-items .post-item .post-title {
  color: #2d2b2f;
  font-size: 1.375em;
  line-height: 1.4;
  margin-bottom: 0.955em;
}
.section-recent-posts .post-items .post-item .post-title a {
  font-weight: 400;
}
.section-recent-posts .post-items .post-item .post-title + p {
  color: #666;
  min-height: 5.25em;
}
.section-recent-posts .post-items .post-item .btn-more,
.section-recent-posts .post-items .post-item .comments-link a {
  font-size: 0.875em;
  font-weight: 700;
  color: #6d6d6d;
}
.section-recent-posts .post-items .post-item .btn-more::after {
  content: "n";
  font-family: font-pizzaro;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 1.286em;
}
.section-recent-posts .post-items .post-item .comments-link {
  float: right;
  margin-bottom: 0;
}
.newsletter-subscription,
.site-footer.footer-v5 .footer-newsletter {
  position: relative;
}
.newsletter-subscription .caption,
.site-footer.footer-v5 .footer-newsletter .caption {
  text-align: center;
  padding: 0 26%;
  position: absolute;
  top: 47%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}
.newsletter-subscription .caption .marketing-text,
.newsletter-subscription .caption .title,
.site-footer.footer-v5 .footer-newsletter .caption .marketing-text,
.site-footer.footer-v5 .footer-newsletter .caption .title {
  font-family: "Yanone Kaffeesatz", sans-serif;
}
.newsletter-subscription .caption .title,
.site-footer.footer-v5 .footer-newsletter .caption .title {
  font-size: 3.438em;
  text-transform: uppercase;
  margin-bottom: 0.1em;
}
.newsletter-subscription .caption .marketing-text,
.site-footer.footer-v5 .footer-newsletter .caption .marketing-text {
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 2em;
  display: inline-block;
}
.newsletter-subscription form,
.site-footer.footer-v5 .footer-newsletter form {
  margin-bottom: 0;
}
.newsletter-subscription form .newsletter-form,
.site-footer.footer-v5 .footer-newsletter form .newsletter-form {
  position: relative;
}
.newsletter-subscription form button,
.newsletter-subscription form input[type="button"],
.newsletter-subscription form input[type="submit"],
.site-footer.footer-v5 .footer-newsletter form button,
.site-footer.footer-v5 .footer-newsletter form input[type="button"],
.site-footer.footer-v5 .footer-newsletter form input[type="submit"] {
  padding: 0.657em 3.575em;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(0, -51%);
}
.newsletter-subscription form input,
.newsletter-subscription form input[type="email"],
.newsletter-subscription form input[type="text"],
.site-footer.footer-v5 .footer-newsletter form input {
  width: 100%;
  min-height: 3.938em;
  padding-left: 1.875em;
  border: none;
}
.newsletter-subscription form input:-ms-input-placeholder,
.newsletter-subscription form input::-moz-placeholder,
.newsletter-subscription form input::-webkit-input-placeholder,
.newsletter-subscription form input[type="email"]:-ms-input-placeholder,
.newsletter-subscription form input[type="email"]::-moz-placeholder,
.newsletter-subscription form input[type="email"]::-webkit-input-placeholder,
.newsletter-subscription form input[type="text"]:-ms-input-placeholder,
.newsletter-subscription form input[type="text"]::-moz-placeholder,
.newsletter-subscription form input[type="text"]::-webkit-input-placeholder,
.site-footer.footer-v5 .footer-newsletter form input:-ms-input-placeholder,
.site-footer.footer-v5 .footer-newsletter form input::-moz-placeholder,
.site-footer.footer-v5
  .footer-newsletter
  form
  input::-webkit-input-placeholder {
  color: #6f6f6f;
  font-size: 0.938em;
}
.banner {
  text-transform: uppercase;
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin-bottom: 1.375em;
}
.banner .banner-bg {
  position: relative;
}
.banner.center {
  text-align: center;
}
.banner.center .caption {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner.center .title span {
  font-weight: 300;
  color: #fdba3e;
  font-size: 0.45em;
  vertical-align: top;
}
.banner.center-right {
  margin-bottom: 6.4em;
}
.banner.center-right .caption {
  font-size: 14em;
  max-width: 2.455em;
  top: 50%;
  left: 5.5em;
  transform: translate(-50%, -50%);
}
.banner.center-right .caption .title {
  font-size: 0.321em;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 0.9;
}
.banner.center-right .caption .price {
  font-size: 1em;
}
.banner.center-right .caption .price span {
  font-size: 0.5em;
  vertical-align: top;
}
.banner.center-right .caption .description {
  font-size: 1em;
}
.banner.center-right .caption .text {
  font-size: 0.429em;
  max-width: 4.063em;
  padding-left: 0.24em;
}
.banner.center-right .caption .price,
.banner.center-right .caption .text {
  display: inline-block;
  font-weight: 700;
  line-height: 0.86;
}
.banner.center-right .caption .condition {
  font-size: 0.08em;
  padding-top: 1.1em;
  margin-top: 0.833em;
  border-top: 1px solid #fff;
  text-align: center;
  display: block;
}
.banner.social-block .caption {
  font-size: 8.125em;
}
.banner.social-block .caption .title {
  font-size: 1em;
  padding-bottom: 0.2em;
}
.banner.social-block .caption .pretitle {
  font-size: 0.538em;
  color: #fff;
  line-height: 0.9;
  margin-bottom: 0;
  font-weight: 300;
}
.banner.social-block .caption .subtitle {
  font-size: 0.185em;
  font-weight: 700;
  padding-bottom: 0.833em;
}
.banner.social-block .caption .button {
  font-size: 0.115em;
  font-family: "Open Sans", HelveticaNeue-Light, "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.962em 3.63em;
  border-radius: 3.333em;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid;
  background-color: transparent;
}
.banner .caption {
  position: absolute;
  top: 0.575em;
  left: 0.5em;
  font-size: 5em;
  width: 70%;
}
.banner .caption .subtitle,
.banner .caption .title {
  margin-bottom: 0;
  line-height: 1;
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black !important;
}
.banner .caption .condition,
.banner .caption .description,
.banner .caption .subtitle,
.banner .caption .title {
  color: #fff;
}
.banner .caption .title {
  font-size: 1em;
  line-height: 0.8;
}
.banner .caption .subtitle {
  font-size: 0.563em;
  font-weight: 200;
}
.banner .caption .description {
  font-size: 0.2em;
  line-height: 1;
}
.banner .caption .condition {
  font-size: 0.175em;
}
.banner .caption .button {
  font-size: 0.3em;
  font-weight: 300;
  padding: 0.396em 1em;
  border-radius: 10px;
  line-height: 1;
}
.banners .banner .caption {
  font-size: 4.063em;
  width: 78%;
}
.banners .banner .caption .condition {
  font-size: 0.2154em;
  display: block;
  padding-top: 2px;
}
.banners .banner .caption .subtitle {
  font-size: 0.554em;
  font-weight: 300;
}
.banners .banner .caption .banner-price {
  position: absolute;
  top: 210px;
  font-size: 4.615em;
  line-height: 1;
  letter-spacing: -2px;
  font-weight: 700;
  padding: 10px 23px 17px;
  border-radius: 20px;
}
.banners .banner .caption .banner-price .currency,
.banners .banner .caption .banner-price .decimals {
  font-size: xx-large;
  vertical-align: top;
}
.banners .banner .caption .banner-price .currency {
  font-weight: 400;
  line-height: 1.6;
}
.banners .banner .caption .banner-price .decimals {
  line-height: 1.2;
}
.banners .banner.top-right .caption {
  text-align: center;
  top: 0.45em;
  font-size: 3.75em;
  left: 2em;
  width: 44%;
}
.banners .banner.top-right .caption .condition,
.banners .banner.top-right .caption .description {
  font-size: 0.25em;
}
.tiles .banner.top-left .caption .condition {
  display: block;
  position: absolute;
  top: 350px;
}
.products-card + .banner,
.products-card + .banners {
  margin-top: 30px;
}
.banner:hover .banner-bg {
  animation-name: pulse;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.page-template-template-homepage-v5 .banner:hover .banner-bg,
.page-template-template-homepage-v7 .banner:hover .banner-bg {
  animation: none;
}
.page-template-template-homepage-v7 .banner {
  margin-bottom: 0;
}
article.post {
  margin-bottom: 5em;
  position: relative;
}
article.post .media-attachment {
  margin-bottom: 2.143em;
}
article.post
  .media-attachment
  .media-attachment-gallery
  .owl-carousel
  .owl-item
  figure {
  margin-bottom: 0;
}
article.post
  .media-attachment
  .media-attachment-gallery
  .owl-carousel
  .owl-dots {
  position: relative;
  margin-top: -1.643em;
  top: 0.714em;
  transition: all 0.2s ease-out 0s;
  opacity: 0;
  margin-left: 2.5em;
  text-align: left;
}
article.post
  .media-attachment
  .media-attachment-gallery
  .owl-carousel:focus
  .owl-dots,
article.post
  .media-attachment
  .media-attachment-gallery
  .owl-carousel:hover
  .owl-dots {
  top: -2em;
  opacity: 1;
}
article.post .media-attachment .electro-img-placeholder {
  position: relative;
}
article.post .media-attachment .electro-img-placeholder i {
  color: #fff;
  font-size: 3.571em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
article.post .entry-header {
  border-bottom: 1px solid #ececec;
  margin-bottom: 1em;
}
article.post .entry-header h1.entry-title {
  font-size: 1.563em;
  letter-spacing: -0.025em;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 0.26em;
}
article.post .entry-header h1.entry-title a {
  text-decoration: none;
}
article.post .entry-header h1.entry-title a:focus,
article.post .entry-header h1.entry-title a:hover {
  color: #000;
}
article.post .entry-header .entry-meta {
  padding-bottom: 0.8em;
}
article.post .entry-header .entry-meta div,
article.post .entry-header .entry-meta span {
  display: inline-block;
  font-size: 0.875em;
  font-style: italic;
  line-height: 1.231em;
  padding-right: 0.469em;
  color: #878787;
}
article.post .entry-header .entry-meta div .label,
article.post .entry-header .entry-meta span .label {
  font-weight: 400;
  font-size: 1em;
  padding: 0;
  padding-right: 0.469em;
}
article.post .entry-header .entry-meta div .label::after,
article.post .entry-header .entry-meta span .label::after {
  display: none;
}
article.post .entry-header .entry-meta div:after,
article.post .entry-header .entry-meta span:after {
  color: #9f9f9f;
  content: "\f111";
  display: inline-block;
  font-family: fontawesome;
  font-size: 0.295em;
  line-height: 0.385em;
  padding-left: 2em;
  position: relative;
  top: -0.6em;
}
article.post .entry-header .entry-meta div:last-child:after,
article.post .entry-header .entry-meta span:last-child:after {
  display: none;
}
article.post .entry-header .entry-meta .meta-label,
article.post .entry-header .entry-meta .tags-links {
  display: none;
}
article.post .entry-header .entry-meta a {
  color: #878787;
}
article.post .entry-content {
  color: #747474;
}
article.post .entry-content p {
  margin-bottom: 1.4em;
}
article.post .entry-content .page-links {
  color: #262626;
  font-weight: 700;
}
article.post .entry-content .page-links .page-links-label {
  font-weight: 400;
  background-color: transparent;
  border: none;
  padding: 0;
}
article.post .entry-content .page-links a {
  color: #7e7e7e;
  font-weight: 400;
}
article.post .entry-content .page-links a:focus,
article.post .entry-content .page-links a:hover {
  color: #262626;
}
article.post .entry-content .page-links > a,
article.post .entry-content .page-links > span {
  display: inline-block;
  border: 1px solid #e3e3e3;
  padding: 0.357em 0.714em;
  line-height: 1em;
}
article.post .entry-content .page-links > span {
  background-color: #fed700;
}
article.post .entry-content dl,
article.post .entry-content ol,
article.post .entry-content ul {
  margin-bottom: 2.143em;
}
article.post .entry-content iframe {
  width: 100%;
  border: none;
}
article.post .post-readmore {
  position: relative;
  display: inline-block;
  margin-right: 1.143em;
}
article.post .post-readmore .read-more-text {
  color: #333e48;
  background-color: #efecec;
  border-radius: 1.571em;
  border-color: #efecec;
  font-size: 0.875em;
  display: inline-block;
  padding: 0.5em 3.0224em;
  letter-spacing: -0.2px;
  font-weight: 400;
}
article.post .post-readmore .read-more-text:hover {
  background-color: #333e48;
  border-color: #333e48;
  color: #fff;
}
article.post .comments-link a,
article.post .likes a {
  position: relative;
  color: #878787;
  font-size: 0.857em;
  line-height: 1.5em;
}
article.post .comments-link a:after,
article.post .comments-link a:before,
article.post .likes a:after,
article.post .likes a:before {
  color: #999;
  font-family: font-pizzaro;
  margin-right: 0.429em;
}
article.post .comments-link a:focus,
article.post .comments-link a:hover,
article.post .likes a:focus,
article.post .likes a:hover {
  color: #000;
  text-decoration: none;
}
article.post .comments-link a:focus:after,
article.post .comments-link a:focus:before,
article.post .comments-link a:hover:after,
article.post .comments-link a:hover:before,
article.post .likes a:focus:after,
article.post .likes a:focus:before,
article.post .likes a:hover:after,
article.post .likes a:hover:before {
  color: #000;
}
article.post .likes a:before {
  content: "j";
}
article.post .comments-link a::before {
  content: "z";
}
article.post.format-quote .entry-content blockquote {
  letter-spacing: -0.025em;
  color: #fff;
  margin-left: 0;
  margin-bottom: 0;
  border: none;
  font-size: 0.875em;
  background-color: #333e48;
  display: block;
  padding: 6.429em 6em 6.429em 7.143em;
}
article.post.format-quote .entry-content blockquote:before {
  display: none;
}
article.post.format-quote .entry-content blockquote p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.429em;
  margin-bottom: 1.667em;
  display: block;
}
article.post.format-quote .entry-content blockquote ol:last-child,
article.post.format-quote .entry-content blockquote p:last-child,
article.post.format-quote .entry-content blockquote ul:last-child {
  margin-bottom: 0;
}
article.post.format-quote .entry-content blockquote cite {
  display: block;
  font-style: normal;
}
article.post.format-quote .entry-content blockquote cite:before {
  content: "-";
  padding-right: 4px;
}
article.post.format-link {
  letter-spacing: 0.025em;
}
article.post.format-link .entry-content {
  background: #f5f5f5;
  padding: 5.357em 7.143em;
}
article.post.format-link .entry-content p {
  font-size: 1.563em;
  margin-bottom: 0.8em;
  color: #434343;
  line-height: 1.2em;
}
article.post.format-link .entry-content p:last-child {
  margin-bottom: 0;
}
article.post.format-link .entry-content p a {
  font-size: 0.56em;
  line-height: 2.143em;
}
article.post.format-aside .entry-content p {
  font-size: 1.286em;
  margin-bottom: 1.889em;
}
article.post.format-status .entry-content p {
  font-size: 1.571em;
  margin-bottom: 1.545em;
}
.sticky h1.entry-title {
  font-size: 1.786em;
  letter-spacing: -0.025em;
  font-weight: 400;
  margin-bottom: 0.36em;
  padding-bottom: 0.36em;
}
.sticky h1.entry-title a {
  color: #434343;
  text-decoration: none;
}
.sticky h1.entry-title a:focus,
.sticky h1.entry-title a:hover {
  color: #000;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  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;
  -webkit-transform: translate3d(0, 0, 0);
}
.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-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  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 .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1s;
  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 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s 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;
}
.pagination,
.woocommerce-pagination {
  padding: 1em 0;
  text-align: center;
  clear: both;
  width: 100%;
  font-size: 0.938em;
}
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
  list-style: none;
  margin: 0;
}
.pagination .page-numbers:after,
.pagination .page-numbers:before,
.woocommerce-pagination .page-numbers:after,
.woocommerce-pagination .page-numbers:before {
  content: "";
  display: table;
}
.pagination .page-numbers:after,
.woocommerce-pagination .page-numbers:after {
  clear: both;
}
.pagination .page-numbers li + li,
.woocommerce-pagination .page-numbers li + li {
  margin-left: 22px;
}
.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
  display: inline-block;
}
.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
  border: 1px solid #d7d7d7;
  display: inline-block;
  padding: 1.2em 1.414em;
  color: #817f81;
  border-radius: 50px;
  line-height: 1;
}
.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
  font-weight: 700;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #2d2b2d;
}
.pagination .page-numbers li .page-numbers.dots,
.woocommerce-pagination .page-numbers li .page-numbers.dots {
  background-color: transparent;
}
.pagination .page-numbers li .page-numbers.next,
.pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev {
  padding-left: 1em;
  padding-right: 1em;
}
.pagination .page-numbers li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
}
.pagination .page-numbers > li .page-numbers.next,
.pagination .page-numbers > li .page-numbers.prev,
.woocommerce-pagination .page-numbers > li .page-numbers.next,
.woocommerce-pagination .page-numbers > li .page-numbers.prev {
  padding-left: 3.4em;
  padding-right: 3.4em;
  text-transform: uppercase;
  font-size: 0.867em;
  font-weight: 400;
}
.rtl .pagination a.next,
.rtl .pagination a.prev,
.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev {
  transform: rotateY(180deg);
}
.blog.full-width .pagination,
.blog.full-width .woocommerce-pagination,
.blog.left-sidebar .pagination,
.blog.left-sidebar .woocommerce-pagination,
.blog.right-sidebar .pagination,
.blog.right-sidebar .woocommerce-pagination,
.lite.full-width .pagination,
.lite.full-width .woocommerce-pagination,
.lite.left-sidebar .pagination,
.lite.left-sidebar .woocommerce-pagination,
.lite.right-sidebar .pagination,
.lite.right-sidebar .woocommerce-pagination {
  border-top: 1px solid #e9e9e9;
  padding: 3.1em 0 0 0;
  float: none;
}
.dark .pagination .page-numbers li .page-numbers,
.dark .woocommerce-pagination .page-numbers li .page-numbers {
  color: #fff;
  border-color: #7f7f7f;
  border-width: 2px;
}
.dark .pagination .page-numbers li .page-numbers.current,
.dark .woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #7f7f7f;
}
.dark .pagination .page-numbers li a.page-numbers:hover,
.dark .woocommerce-pagination .page-numbers li a.page-numbers:hover {
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}
.home-v1-slider {
  margin-bottom: 60px;
}
.home-v2-slider,
.home-v2-slider.wpb_content_element {
  margin-bottom: 0;
}
.home-v6-slider {
  margin-bottom: 30px;
}
.home-v5-slider,
.home-v5-slider.wpb_content_element {
  margin-bottom: 100px;
}
.home-v7-slider,
.home-v7-slider.wpb_content_element {
  margin-bottom: 0;
}
.section-events {
  padding-top: 8.063em;
  padding-bottom: 6em;
}
.error404 .fourohfour-columns-2 .col-1 .section-events h2,
.error404 .page-content section .section-events h2,
.section-events .error404 .fourohfour-columns-2 .col-1 h2,
.section-events .error404 .page-content section h2,
.section-events .pre-title,
.section-events .section-title {
  font-family: "Yanone Kaffeesatz", sans-serif;
  text-transform: uppercase;
}
.error404 .fourohfour-columns-2 .col-1 .section-events h2,
.error404 .page-content section .section-events h2,
.section-events .error404 .fourohfour-columns-2 .col-1 h2,
.section-events .error404 .page-content section h2,
.section-events .section-title {
  font-size: 4.063em;
  font-weight: 700;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 1.66em;
}
.error404 .fourohfour-columns-2 .col-1 .section-events h2::after,
.error404 .page-content section .section-events h2::after,
.section-events .error404 .fourohfour-columns-2 .col-1 h2::after,
.section-events .error404 .page-content section h2::after,
.section-events .section-title::after {
  display: none;
}
.section-events .pre-title {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 300;
  font-size: 1.563em;
  margin-bottom: 0;
}
.section-events .pre-title span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  position: relative;
  padding: 0 20px;
}
.section-events .pre-title span::after,
.section-events .pre-title span:before {
  content: "";
  display: block;
  width: 53px;
  position: absolute;
  top: 0.53em;
  border-top: 1px solid #d5d5d5;
}
.section-events .pre-title span::before {
  right: 100%;
}
.section-events .pre-title span::after {
  left: 100%;
}
.section-events .events {
  display: inline-block;
}
.section-events .events .event {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .section-events .events .event {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .section-events .events .event {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .section-events .events .event {
    width: 50%;
  }
}
.section-events .events .event .event-date {
  line-height: 1.1;
  text-align: center;
  padding: 0.365em 0.4em;
  border: 4px solid #e8e4d9;
  font-size: 3em;
  letter-spacing: -1px;
  font-weight: 700;
  color: #a4935f;
}
.section-events .events .event .event-date .month {
  font-size: 0.313em;
  font-weight: 400;
  letter-spacing: 0;
}
.section-events .events .event h2 {
  font-size: 1.5em;
  margin-bottom: 0.98em;
}
.section-events .events .event h2 a {
  font-weight: 400;
}
.section-events .events .event .media-left {
  padding-right: 2.313em;
}
.section-events .events .event .time-venue {
  padding-bottom: 4px;
}
.section-events .events .event .time,
.section-events .events .event .venue {
  display: inline-block;
  font-size: 0.875em;
  font-style: italic;
  color: #aeaeae;
}
.section-events .events .event .time::before,
.section-events .events .event .venue::before {
  font-size: 1.143em;
}
.section-events .events .event .time {
  padding-right: 1.3em;
}
.section-events .events .event .time::before {
  font-family: FontAwesome, sans-serif;
  content: "\f017";
  font-style: normal;
  padding-right: 6px;
}
.section-events .events .event .venue::before {
  font-family: font-pizzaro;
  content: "o";
  font-style: normal;
  padding-right: 6px;
}
.section-events .events .event .btn-more {
  font-size: 0.875em;
  color: #6d6d6d;
  font-weight: 400;
}
.section-events .events .event .btn-more::after {
  content: "n";
  font-family: font-pizzaro;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 1.286em;
}
.section-tiled-gallery .tiled-gallery {
  margin: 0;
}
.section-tiled-gallery .tiled-gallery .tiled-gallery-item img {
  width: 100% !important;
  margin: 0 !important;
}
.blog .blog-menu {
  padding-bottom: 1.125em;
  border-bottom: 1px solid #eee;
  margin-bottom: 2.188em;
  text-align: center;
}
.blog .blog-menu span {
  font-size: 0.938em;
  transition: all 0.2s ease;
}
.blog .blog-menu span a {
  color: #898989;
  transition: all 0.2s ease;
}
.blog .blog-menu span a:hover {
  font-weight: 600;
  color: #2d2b2d;
  text-decoration: underline;
}
.blog .blog-menu span + span::before {
  content: "/";
  padding: 0 9px 0 6px;
}
.blog.full-width .blog-menu {
  margin-bottom: 2.813em;
}
.pizzaro-breadcrumb {
  margin-top: -1.786em;
  margin-bottom: 3em;
  border-bottom: 1px solid #e9e9e9;
}
.woocommerce-breadcrumb {
  padding-bottom: 2em;
}
.woocommerce-breadcrumb a {
  color: #666;
  display: inline-block;
}
.woocommerce-breadcrumb span.delimiter {
  margin: 0 1.04em;
}
.woocommerce-breadcrumb span.delimiter i {
  font-size: 10px;
}
.woocommerce-breadcrumb span.delimiter + a {
  padding: 0.465em 0.929em;
  background-color: #f5f5f5;
  border-radius: 0.357em;
}
.home.blog #content,
.home.page .entry-header {
  margin-top: 3.571em;
}
.pizzaro_recent_posts_widget ul > li {
  margin-bottom: 3.6em;
  display: inline-block;
  width: 100%;
}
.pizzaro_recent_posts_widget ul > li .post-thumbnail {
  display: block;
  margin-bottom: 6px;
}
.pizzaro_recent_posts_widget ul > li .post-thumbnail img {
  width: 100%;
}
.pizzaro_recent_posts_widget ul > li .post-content:after,
.pizzaro_recent_posts_widget ul > li .post-content:before {
  content: "";
  display: table;
}
.pizzaro_recent_posts_widget ul > li .post-content:after {
  clear: both;
}
.pizzaro_recent_posts_widget ul > li .post-content > a {
  color: #2d2b2d;
  display: block;
  font-size: 1.072em;
  line-height: 1.6;
}
.pizzaro_recent_posts_widget ul > li .post-content > a:focus,
.pizzaro_recent_posts_widget ul > li .post-content > a:hover {
  text-decoration: none;
  color: #000;
}
.pizzaro_recent_posts_widget ul > li .post-content .comments-link a {
  color: #aeaeae;
  padding-right: 4px;
}
.pizzaro_recent_posts_widget ul > li .post-content .comments-link a::before {
  font-family: font-pizzaro;
  content: "z";
  padding-right: 4px;
  font-size: 0.929em;
}
.pizzaro_recent_posts_widget ul > li .post-content .post-date {
  color: #aeaeae;
  font-size: 0.858em;
  font-style: italic;
  line-height: 1em;
}
.pizzaro_recent_posts_widget .pizzaro-img-placeholder {
  position: relative;
}
.pizzaro_recent_posts_widget .pizzaro-img-placeholder .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#main .widget_woothemes_features .features {
  margin-left: -15px;
  margin-right: -15px;
}
#main .widget_woothemes_features .features:after,
#main .widget_woothemes_features .features:before {
  content: "";
  display: table;
}
#main .widget_woothemes_features .features:after {
  clear: both;
}
#main .widget_woothemes_features .features.columns-1 .feature {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  #main .widget_woothemes_features .features.columns-1 .feature {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main .widget_woothemes_features .features.columns-1 .feature {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #main .widget_woothemes_features .features.columns-1 .feature {
    width: 100%;
  }
}
#main .widget_woothemes_features .features.columns-2 .feature {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  #main .widget_woothemes_features .features.columns-2 .feature {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #main .widget_woothemes_features .features.columns-2 .feature {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #main .widget_woothemes_features .features.columns-2 .feature {
    width: 50%;
  }
}
#main .widget_woothemes_features .features.columns-3 .feature {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  #main .widget_woothemes_features .features.columns-3 .feature {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  #main .widget_woothemes_features .features.columns-3 .feature {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  #main .widget_woothemes_features .features.columns-3 .feature {
    width: 33.3333333333%;
  }
}
#main .widget_woothemes_features .features.columns-4 .feature {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  #main .widget_woothemes_features .features.columns-4 .feature {
    width: 25%;
  }
}
@media (min-width: 992px) {
  #main .widget_woothemes_features .features.columns-4 .feature {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #main .widget_woothemes_features .features.columns-4 .feature {
    width: 25%;
  }
}
#main .widget_woothemes_features .features.columns-6 .feature {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  #main .widget_woothemes_features .features.columns-6 .feature {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  #main .widget_woothemes_features .features.columns-6 .feature {
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  #main .widget_woothemes_features .features.columns-6 .feature {
    width: 16.6666666667%;
  }
}
#main .widget_woothemes_features .feature {
  margin-right: 0 !important;
  text-align: left !important;
}
#main .widget_woothemes_features .feature h3 {
  font-size: 1em;
  margin-bottom: 1.5em;
}
#main .widget_woothemes_features .feature h3 a {
  font-weight: 700;
}
#main .widget_woothemes_features .feature .feature-content {
  color: #727272;
  line-height: 1.8;
}
#main .widget_woothemes_features .feature img {
  margin: 0 0 1.82em 0;
}
.navbar-toggle-close {
  display: none;
}
.toggled .navbar-toggle-close {
  display: block;
}
.toggled .navbar-toggle-hamburger {
  display: none;
}
.main-navigation.toggled .handheld-navigation {
  left: 0;
}
.handheld-navigation-wrapper .navbar-toggler,
.handheld-navigation-wrapper button,
.handheld-navigation-wrapper.toggled .navbar-toggler,
.handheld-navigation-wrapper.toggled button {
  color: #333e48;
  border: none;
}
.handheld-navigation-wrapper .navbar-toggler:active,
.handheld-navigation-wrapper .navbar-toggler:focus,
.handheld-navigation-wrapper .navbar-toggler:hover,
.handheld-navigation-wrapper button:active,
.handheld-navigation-wrapper button:focus,
.handheld-navigation-wrapper button:hover,
.handheld-navigation-wrapper.toggled .navbar-toggler:active,
.handheld-navigation-wrapper.toggled .navbar-toggler:focus,
.handheld-navigation-wrapper.toggled .navbar-toggler:hover,
.handheld-navigation-wrapper.toggled button:active,
.handheld-navigation-wrapper.toggled button:focus,
.handheld-navigation-wrapper.toggled button:hover {
  background-color: transparent;
  border: none;
  color: #333e48;
}
.sticky-wrapper .handheld-navbar-toggle-buttons.stuck {
  border-radius: 3px;
  position: fixed;
  right: 1.75rem;
  top: 1.25rem;
  z-index: 9999;
}
.main-navigation .handheld-navigation ul li:active a,
.main-navigation .handheld-navigation ul li:focus a,
.main-navigation .handheld-navigation ul li:hover a {
  background-color: transparent;
}
.main-navigation .handheld-navigation ul.menu ul a:hover,
.main-navigation .handheld-navigation ul.menu ul li:hover > a {
  background-color: transparent;
}
.handheld-navigation {
  background-color: #333e48;
  position: fixed;
  top: 0;
  left: -80%;
  width: 310px;
  height: 100%;
  transition: left 0.2s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -ms-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s;
  z-index: 10000;
  display: block !important;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.handheld-navigation .phm-close {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  color: #fff;
  overflow: hidden;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.handheld-navigation .phm-close:before {
  font-family: font-pizzaro;
  font-weight: 400;
  content: "y";
  margin-right: 1em;
  display: inline-block;
  padding: 0.857em 0 0.857em 1.387em;
  font-size: 10px;
}
.handheld-navigation .navbar-toggler {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid #333e48;
  box-shadow: none;
  border-radius: 2px;
  padding: 0.6180469716em 0.875em 0.6180469716em 2.617924em;
  font-size: 0.875em;
}
.handheld-navigation .nav-title,
.handheld-navigation .widget-title,
.handheld-navigation .widgettitle {
  color: #fff;
  padding-left: 0.2em;
}
.handheld-navigation .nav-divider {
  display: none;
}
.handheld-navigation .sub-menu li a {
  font-size: 0.875em;
  padding-right: 24px;
}
.handheld-navigation .sub-menu li a .child-indicator {
  font-size: 1.143em;
}
.handheld-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.handheld-navigation ul li {
  display: block;
}
.handheld-navigation ul li.menu-item-has-children a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  border: none;
}
.handheld-navigation ul li a {
  padding: 0.857em 1.387em;
  display: inline-block;
  width: 100%;
  color: #fff;
}
.handheld-navigation ul li a i {
  margin-right: 10px;
}
.handheld-navigation ul li .child-indicator {
  float: right;
}
.handheld-navigation ul li ul {
  border-radius: 0;
  margin: 0;
}
.handheld-navigation ul li ul::after,
.handheld-navigation ul li ul::before {
  bottom: 100%;
  right: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(72, 72, 72, 0);
  border-bottom-color: rgb(8.7073170732, 10.5853658537, 12.2926829268);
  border-width: 7px;
  margin-left: -7px;
}
.handheld-navigation ul li ul li a {
  color: #c7c7c7;
}
.handheld-navigation ul .sub-menu {
  position: relative;
  background-color: rgb(8.7073170732, 10.5853658537, 12.2926829268);
  width: 100%;
  transition: all 0.3s ease;
  border: none;
}
.handheld-navigation ul .sub-menu li a {
  padding-left: 2.188em;
}
.handheld-navigation ul .sub-menu .sub-menu {
  background-color: rgb(34.0829268293, 41.4341463415, 48.1170731707);
}
.handheld-navigation ul .sub-menu .sub-menu::after,
.handheld-navigation ul .sub-menu .sub-menu::before {
  border-bottom-color: rgb(34.0829268293, 41.4341463415, 48.1170731707);
}
.handheld-navigation ul .sub-menu .sub-menu .sub-menu {
  background-color: rgb(42.5414634146, 51.7170731707, 60.0585365854);
}
.handheld-navigation ul .sub-menu .sub-menu .sub-menu::after,
.handheld-navigation ul .sub-menu .sub-menu .sub-menu::before {
  border-bottom-color: rgb(42.5414634146, 51.7170731707, 60.0585365854);
}
.handheld-navigation ul > li.open > a ul ul {
  background-color: rgb(8.7073170732, 10.5853658537, 12.2926829268);
}
.handheld-navigation .menu-item-has-children > .sub-menu {
  display: none;
}
.handheld-navigation .menu-item-has-children > a .child-indicator::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.handheld-navigation .menu-item-has-children.open > .sub-menu {
  display: block;
}
.handheld-navigation .menu-item-has-children.open > a .child-indicator::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  content: "\f056";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.admin-bar .handheld-navigation {
  padding-top: 46px;
}
@media screen and (min-width: 768px) {
  .header-v1 .main-navigation,
  .header-v2 .main-navigation .header-v3 .main-navigation,
  .header-v4 .main-navigation,
  .main-navigation,
  .page-template-template-homepage-v1 .main-navigation,
  .page-template-template-homepage-v2 .main-navigation,
  .page-template-template-homepage-v3 .main-navigation,
  .page-template-template-homepage-v4 .main-navigation,
  .page-template-template-homepage-v5 .main-navigation,
  .page-template-template-homepage-v6 .main-navigation,
  .page-template-template-homepage-v7 .main-navigation,
  .primary-navigation {
    position: static;
  }
  .main-navigation ul li.yamm-fw ul.sub-menu,
  .main-navigation ul li.yamm-megamenu ul.sub-menu {
    position: absolute;
    left: auto;
    width: auto;
    right: auto;
    z-index: 9999999999;
    border: 0;
    padding: 0;
    top: auto;
  }
  .main-navigation ul li.yamm-fw ul.sub-menu li,
  .main-navigation ul li.yamm-megamenu ul.sub-menu li {
    display: block;
    height: auto;
  }
  .main-navigation ul .yamm-content {
    padding: 26px 16px;
  }
  .main-navigation ul .yamm-content:after,
  .main-navigation ul .yamm-content:before {
    content: "";
    display: table;
  }
  .main-navigation ul .yamm-content:after {
    clear: both;
  }
  .main-navigation ul .yamm-content .nav-title,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .widgettitle,
  .main-navigation ul .yamm-content .widget_nav_menu .widgettitle,
  .main-navigation ul .yamm-content .widget_nav_menu h2.widgettitle,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .widgettitle {
    font-weight: 700;
    font-size: 15px;
    padding: 0.571em 0 !important;
    border: none;
    color: #333e48;
    margin-bottom: 0;
    min-height: 2.667em;
  }
  .main-navigation ul .yamm-content .nav-title:hover a {
    font-weight: 700 !important;
  }
  .main-navigation ul .yamm-content .nav-title a {
    padding: 0 !important;
    font-weight: 700;
    font-size: 1em !important;
    color: #333e48;
  }
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul,
  .main-navigation ul .yamm-content .widget_nav_menu .menu,
  .main-navigation ul .yamm-content .widget_nav_menu ul,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul {
    position: static;
    display: block;
    padding: 0;
    margin-top: 0;
  }
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li,
  .main-navigation ul .yamm-content .widget_nav_menu ul li,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li {
    padding: 0;
  }
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li
    a,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li
    a,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li a,
  .main-navigation ul .yamm-content .widget_nav_menu ul li a,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li
    a,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li
    a {
    width: 100%;
    font-size: 13.132px;
    border: none;
    padding: 0.5em 1.429em 0.5em 0;
    height: auto;
    line-height: 1.2;
  }
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li
    a::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li
    a::before,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li
    a::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li
    a::before,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li a::after,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li a::before,
  .main-navigation ul .yamm-content .widget_nav_menu ul li a::after,
  .main-navigation ul .yamm-content .widget_nav_menu ul li a::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li
    a::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li
    a::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li
    a::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li
    a::before {
    content: none;
  }
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li::before,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li::before,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li::after,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li::before,
  .main-navigation ul .yamm-content .widget_nav_menu ul li::after,
  .main-navigation ul .yamm-content .widget_nav_menu ul li::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li::before {
    content: none;
  }
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li
    a:hover,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li:hover,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li:hover
    > a,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li
    a:hover,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li:hover,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li:hover
    > a,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li a:hover,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li::after,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li:hover,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li:hover > a,
  .main-navigation ul .yamm-content .widget_nav_menu ul li a:hover,
  .main-navigation ul .yamm-content .widget_nav_menu ul li::after,
  .main-navigation ul .yamm-content .widget_nav_menu ul li:hover,
  .main-navigation ul .yamm-content .widget_nav_menu ul li:hover > a,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li
    a:hover,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li:hover,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li:hover
    > a,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li
    a:hover,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li:hover,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li:hover
    > a {
    background-color: transparent !important;
  }
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li:hover
    > a,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li:hover
    > a,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li:hover > a,
  .main-navigation ul .yamm-content .widget_nav_menu ul li:hover > a,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li:hover
    > a,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li:hover
    > a {
    color: #0f0f0f;
    font-weight: 400;
  }
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li.focus::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li.focus::before,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li:hover::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li:hover::before,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li.focus::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li.focus::before,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li:hover::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li:hover::before,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li.focus::after,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li.focus::before,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li:hover::after,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li:hover::before,
  .main-navigation ul .yamm-content .widget_nav_menu ul li.focus::after,
  .main-navigation ul .yamm-content .widget_nav_menu ul li.focus::before,
  .main-navigation ul .yamm-content .widget_nav_menu ul li:hover::after,
  .main-navigation ul .yamm-content .widget_nav_menu ul li:hover::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li.focus::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li.focus::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li:hover::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li:hover::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li.focus::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li.focus::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li:hover::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li:hover::before {
    content: none;
  }
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li.focus
    ul
    li
    a,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li:hover
    ul
    li
    a,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li.focus
    ul
    li
    a,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li:hover
    ul
    li
    a,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li.focus ul li a,
  .main-navigation ul .yamm-content .widget_nav_menu .menu li:hover ul li a,
  .main-navigation ul .yamm-content .widget_nav_menu ul li.focus ul li a,
  .main-navigation ul .yamm-content .widget_nav_menu ul li:hover ul li a,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li.focus
    ul
    li
    a,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li:hover
    ul
    li
    a,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li.focus
    ul
    li
    a,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li:hover
    ul
    li
    a {
    color: #e6e6e6;
  }
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li.focus
    ul
    li
    a::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li.focus
    ul
    li
    a::before,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li:hover
    ul
    li
    a::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li:hover
    ul
    li
    a::before,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li.focus
    ul
    li
    a::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li.focus
    ul
    li
    a::before,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li:hover
    ul
    li
    a::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li:hover
    ul
    li
    a::before,
  .main-navigation
    ul
    .yamm-content
    .widget_nav_menu
    .menu
    li.focus
    ul
    li
    a::after,
  .main-navigation
    ul
    .yamm-content
    .widget_nav_menu
    .menu
    li.focus
    ul
    li
    a::before,
  .main-navigation
    ul
    .yamm-content
    .widget_nav_menu
    .menu
    li:hover
    ul
    li
    a::after,
  .main-navigation
    ul
    .yamm-content
    .widget_nav_menu
    .menu
    li:hover
    ul
    li
    a::before,
  .main-navigation ul .yamm-content .widget_nav_menu ul li.focus ul li a::after,
  .main-navigation
    ul
    .yamm-content
    .widget_nav_menu
    ul
    li.focus
    ul
    li
    a::before,
  .main-navigation ul .yamm-content .widget_nav_menu ul li:hover ul li a::after,
  .main-navigation
    ul
    .yamm-content
    .widget_nav_menu
    ul
    li:hover
    ul
    li
    a::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li.focus
    ul
    li
    a::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li.focus
    ul
    li
    a::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li:hover
    ul
    li
    a::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li:hover
    ul
    li
    a::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li.focus
    ul
    li
    a::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li.focus
    ul
    li
    a::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li:hover
    ul
    li
    a::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li:hover
    ul
    li
    a::before {
    content: none;
  }
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li.focus
    ul
    li::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li.focus
    ul
    li::before,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li:hover
    ul
    li::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li:hover
    ul
    li::before,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li.focus
    ul
    li::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li.focus
    ul
    li::before,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li:hover
    ul
    li::after,
  .main-navigation
    ul
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li:hover
    ul
    li::before,
  .main-navigation
    ul
    .yamm-content
    .widget_nav_menu
    .menu
    li.focus
    ul
    li::after,
  .main-navigation
    ul
    .yamm-content
    .widget_nav_menu
    .menu
    li.focus
    ul
    li::before,
  .main-navigation
    ul
    .yamm-content
    .widget_nav_menu
    .menu
    li:hover
    ul
    li::after,
  .main-navigation
    ul
    .yamm-content
    .widget_nav_menu
    .menu
    li:hover
    ul
    li::before,
  .main-navigation ul .yamm-content .widget_nav_menu ul li.focus ul li::after,
  .main-navigation ul .yamm-content .widget_nav_menu ul li.focus ul li::before,
  .main-navigation ul .yamm-content .widget_nav_menu ul li:hover ul li::after,
  .main-navigation ul .yamm-content .widget_nav_menu ul li:hover ul li::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li.focus
    ul
    li::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li.focus
    ul
    li::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li:hover
    ul
    li::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    .menu
    li:hover
    ul
    li::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li.focus
    ul
    li::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li.focus
    ul
    li::before,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li:hover
    ul
    li::after,
  .pizzaro-sidebar-header
    .main-navigation
    ul
    .yamm-content
    .secondary-navigation
    ul
    li:hover
    ul
    li::before {
    content: none;
  }
  .main-navigation ul li.yamm-fw ul.sub-menu {
    right: 0;
    width: 950px;
  }
  .main-navigation ul li.yamm-fw,
  .main-navigation ul li.yamm-megamenu {
    position: static;
  }
  .header-v2 .main-navigation ul li.yamm-fw ul.sub-menu {
    width: 240%;
    left: 0;
  }
  .page-template-template-homepage-v2
    .header-v2
    .main-navigation
    ul
    li.yamm-fw
    ul.sub-menu {
    width: 100%;
  }
  .page-template-template-homepage-v5 .primary-navigation,
  .page-template-template-homepage-v6 .primary-navigation,
  .page-template-template-homepage-v7 .primary-navigation {
    position: relative;
  }
  .handheld-navigation
    ul
    li.yamm-fw
    ul.sub-menu
    .yamm-content
    .kc_row
    .kc_column {
    width: 100% !important;
  }
  .handheld-navigation
    ul
    li.yamm-fw
    ul.sub-menu
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    .menu
    li
    a,
  .handheld-navigation
    ul
    li.yamm-fw
    ul.sub-menu
    .yamm-content
    .pizzaro-sidebar-header
    .secondary-navigation
    ul
    li
    a,
  .handheld-navigation
    ul
    li.yamm-fw
    ul.sub-menu
    .yamm-content
    .widget_nav_menu
    .menu
    li
    a,
  .handheld-navigation
    ul
    li.yamm-fw
    ul.sub-menu
    .yamm-content
    .widget_nav_menu
    ul
    li
    a,
  .pizzaro-sidebar-header
    .handheld-navigation
    ul
    li.yamm-fw
    ul.sub-menu
    .yamm-content
    .secondary-navigation
    .menu
    li
    a,
  .pizzaro-sidebar-header
    .handheld-navigation
    ul
    li.yamm-fw
    ul.sub-menu
    .yamm-content
    .secondary-navigation
    ul
    li
    a {
    width: 100%;
  }
}
.site-header .stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 6.54px 0;
  margin: 0;
}
.header-v1 .stuck .primary-navigation {
  margin-bottom: 0;
}
.header-v1 .stuck .pizzaro-secondary-navigation {
  display: none;
}
.header-v3.lite-bg .stuck {
  background-color: #fff;
}
.header-v4.lite-bg .stuck {
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(1, 1, 1, 0.15);
}
.page-template-template-homepage-v6 .header-v1 .stuck,
.page-template-template-homepage-v6 .header-v2 .stuck,
.page-template-template-homepage-v6 .header-v3 .stuck,
.page-template-template-homepage-v6 .header-v4 .stuck,
.page-template-template-homepage-v6 .header-v5 .stuck,
.page-template-template-homepage-v6 .header-v6 .stuck {
  background-color: #fff;
}
.site-header .stuck .handheld-navigation {
  padding-top: 0;
}
@media (min-width: 768px) {
  .admin-bar .site-header .stuck {
    top: 32px;
  }
}
.faq .entry-header,
.faq .hentry.type-page .entry-header,
.terms-conditions .entry-header,
.terms-conditions .hentry.type-page .entry-header {
  padding-bottom: 22px;
  border-bottom: 1px solid #eee;
  text-align: center;
  margin-bottom: 74px;
}
.faq .entry-header .entry-title,
.terms-conditions .entry-header .entry-title {
  font-size: 2.125em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.faq .entry-header p,
.terms-conditions .entry-header p {
  font-size: 0.938em;
}
.faq .entry-content .section,
.terms-conditions .entry-content .section {
  margin-bottom: 4em;
}
.faq .entry-content .section h2,
.terms-conditions .entry-content .section h2 {
  font-size: 1.563em;
  font-weight: 400;
}
.faq .entry-content .section.contact-us p,
.terms-conditions .entry-content .section.contact-us p {
  font-size: 0.875em;
}
.faq .entry-content h1,
.terms-conditions .entry-content h1 {
  font-size: 1.563em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .blog-grid:not(.single-post) .posts article.post {
    margin-bottom: 5em;
  }
  .blog-grid:not(.single-post) .posts article.post .media-attachment {
    margin-bottom: 2em;
  }
  .blog-grid:not(.single-post)
    .posts
    article.post
    .entry-header
    h1.entry-title {
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
  }
  .blog-grid:not(.single-post) .posts article.post:nth-child(odd) {
    clear: both;
  }
  .full-width.blog-grid:not(.single-post) .posts article.post:nth-child(odd) {
    clear: none;
  }
  .full-width.blog-grid:not(.single-post)
    .posts
    article.post:nth-child(3n + 1) {
    clear: both;
  }
}
.blog-grid:not(.single-post) .posts {
  margin-left: -15px;
  margin-right: -15px;
}
.blog-grid:not(.single-post) .posts:after,
.blog-grid:not(.single-post) .posts:before {
  content: "";
  display: table;
}
.blog-grid:not(.single-post) .posts:after {
  clear: both;
}
.blog-grid:not(.single-post) .posts article.post {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-grid:not(.single-post) .posts article.post {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog-grid:not(.single-post) .posts article.post {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .blog-grid:not(.single-post) .posts article.post {
    width: 50%;
  }
}
.full-width.blog-grid:not(.single-post) .posts article.post {
  width: 100%;
}
@media (min-width: 768px) {
  .full-width.blog-grid:not(.single-post) .posts article.post {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .full-width.blog-grid:not(.single-post) .posts article.post {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .full-width.blog-grid:not(.single-post) .posts article.post {
    width: 33.3333333333%;
  }
}
.blog.full-width .site-main article.sticky {
  text-align: center;
}
.blog.full-width .site-main article.sticky .entry-header {
  border: none;
}
.blog.full-width .site-main article.sticky .entry-content .comments-link,
.blog.full-width .site-main article.sticky .entry-content p {
  display: none;
}
.blog.full-width .site-main article.sticky .entry-content .post-readmore {
  margin-right: 0;
}
.blog.blog-grid article.format-quote blockquote,
.blog.blog-grid article.post.format-link .entry-content {
  padding: 3em;
}
.page-template-template-aboutpage #content {
  margin-top: 0;
}
.error404 .fourohfour-columns-2 .col-1 .page-template-template-aboutpage h2,
.error404 .page-content section .page-template-template-aboutpage h2,
.page-template-template-aboutpage .error404 .fourohfour-columns-2 .col-1 h2,
.page-template-template-aboutpage .error404 .page-content section h2,
.page-template-template-aboutpage .section-subtitle,
.page-template-template-aboutpage .section-title {
  text-align: center;
}
.page-template-template-aboutpage .feature-head {
  text-align: center;
  margin-bottom: 58px;
}
.page-template-template-aboutpage .site-header {
  margin-bottom: 0;
}
.error404 .fourohfour-columns-2 .col-1 .page-template-template-aboutpage h2,
.error404 .page-content section .page-template-template-aboutpage h2,
.page-template-template-aboutpage .error404 .fourohfour-columns-2 .col-1 h2,
.page-template-template-aboutpage .error404 .page-content section h2,
.page-template-template-aboutpage .section-title {
  font-size: 2.125em;
  margin-bottom: 0;
  border: none;
  color: #454345;
  padding-bottom: 6px;
}
.error404
  .fourohfour-columns-2
  .col-1
  .page-template-template-aboutpage
  h2::after,
.error404 .page-content section .page-template-template-aboutpage h2::after,
.page-template-template-aboutpage
  .error404
  .fourohfour-columns-2
  .col-1
  h2::after,
.page-template-template-aboutpage .error404 .page-content section h2::after,
.page-template-template-aboutpage .section-title::after {
  display: none;
}
.page-template-template-aboutpage .section-subtitle {
  font-size: 0.938em;
  color: #898989;
  display: block;
}
.page-template-template-aboutpage img {
  border-radius: 0;
}
.bewear-our-team {
  padding: 70px 0 40px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 5.214em;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.bewear-our-team .error404 .fourohfour-columns-2 .col-1 h2,
.bewear-our-team .error404 .page-content section h2,
.bewear-our-team .section-title,
.error404 .fourohfour-columns-2 .col-1 .bewear-our-team h2,
.error404 .page-content section .bewear-our-team h2 {
  margin-bottom: 1.667em;
}
.pizzaro-basics {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  border-bottom: 1px solid #eee;
}
.pizzaro-basics .block h2 {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 1px;
}
.pizzaro-basics .block p {
  line-height: 1.8;
  margin-bottom: 0;
}
.pizzaro-basics .blocks {
  padding: 5.071em 0 4.2em 0;
  display: inline-block;
}
.pizzaro-brands {
  padding: 140px 0;
}
.error404 .fourohfour-columns-2 .col-1 .pizzaro-brands h2,
.error404 .page-content section .pizzaro-brands h2,
.pizzaro-brands .error404 .fourohfour-columns-2 .col-1 h2,
.pizzaro-brands .error404 .page-content section h2,
.pizzaro-brands .section-title {
  margin-bottom: 1em;
}
.pizzaro-brands ul {
  list-style: none;
  margin: 0;
  text-align: center;
}
.pizzaro-brands ul li + li {
  border-left: 1px solid #e6e6e6;
  padding-left: 50px;
  margin-left: 50px;
}
.pizzaro-brands ul li {
  display: inline-block;
  max-height: 120px;
}
.about-header {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-bottom: 116px;
}
.pizzaro-about-features {
  margin-bottom: 78px;
}
.brands-section {
  margin-bottom: 7.643em;
}
.brands-section .error404 .fourohfour-columns-2 .col-1 h2,
.brands-section .error404 .page-content section h2,
.brands-section .section-title,
.error404 .fourohfour-columns-2 .col-1 .brands-section h2,
.error404 .page-content section .brands-section h2 {
  margin-bottom: 1.861em;
}
.page-template-template-homepage-v1 .site-header,
.page-template-template-homepage-v3 .site-header,
.page-template-template-homepage-v4 .site-header,
.page-template-template-homepage-v5 .site-header,
.page-template-template-homepage-v7 .site-header {
  margin-bottom: 0;
}
.page-template-template-contactpage .contact-header {
  padding-bottom: 22px;
  text-align: center;
  margin-bottom: 74px;
}
.page-template-template-contactpage .site-header {
  margin-bottom: 0;
}
.page-template-template-contactpage .entry-title {
  font-size: 2.125em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.page-template-template-contactpage .contact-form h2,
.page-template-template-contactpage .store-info h2 {
  font-size: 1.5em;
  color: #333e48;
  padding-bottom: 0.6em;
  position: relative;
  font-weight: 400;
  margin-bottom: 1.2em;
}
.page-template-template-contactpage .contact-form h2:after,
.page-template-template-contactpage .store-info h2:after {
  content: " ";
  width: 68px;
  border-bottom: 2px solid transparent;
  display: block;
  position: absolute;
  bottom: -1px;
}
.page-template-template-contactpage .address-info ul {
  list-style: none;
  margin: 0;
}
.page-template-template-contactpage .address-info p,
.page-template-template-contactpage .address-info ul {
  font-size: 0.875em;
}
.page-template-template-contactpage .contact-map {
  margin-bottom: 3.5em;
}
.page-template-template-contactpage .contact-map iframe {
  width: 100%;
  border: none;
  filter: grayscale(100%);
}
.page-template-template-contactpage .contact-map iframe:hover {
  filter: grayscale(0%);
}
.page-template-template-contactpage .store-info h3 {
  font-size: 1em;
  font-weight: 700;
  color: #333e48;
  padding-top: 2.143em;
  padding-bottom: 0.714em;
}
.page-template-template-contactpage .store-info p {
  font-size: 0.875em;
  line-height: 1.6;
}
.page-template-template-contactpage .contact-form > p {
  padding-bottom: 30px;
}
.page-template-template-contactpage .contact-form .form-group {
  margin-bottom: 1.714em;
}
.page-template-template-contactpage .contact-form .form-group .input-text,
.page-template-template-contactpage
  .contact-form
  .form-group
  input[type="email"],
.page-template-template-contactpage
  .contact-form
  .form-group
  input[type="text"] {
  width: 100%;
}
.page-template-template-contactpage .contact-form label {
  font-size: 0.875em;
  line-height: 1.286em;
  color: #333e48;
  font-weight: 700;
  margin-bottom: 0.857em;
}
.page-template-template-contactpage .wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}
#tribe-events .tribe-events-loop {
  max-width: 100%;
}
#tribe-events-bar {
  margin-bottom: 50px;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  transition: all 0.2s ease-in-out 0s;
  font-size: 0.938em;
  padding: 0.867em 2.18em;
  border-radius: 50px;
  background-color: #ed1d24;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
  background-color: rgb(255, 182.1, 25.5);
}
.events-list .tribe-events-read-more {
  color: #333e48;
  background-color: #efecec;
  border-radius: 1.571em;
  border-color: #efecec;
  font-size: 0.875em;
  display: inline-block;
  padding: 0.5em 3.0224em;
  letter-spacing: -0.2px;
  font-weight: 400;
}
.events-list .tribe-events-read-more:hover {
  background-color: #333e48;
  border-color: #333e48;
  color: #fff;
}
#tribe-events .tribe-events-content p {
  margin-bottom: 1.4em;
}
.tribe-events-loop .tribe-events-event-meta {
  font-size: 1em;
  margin-bottom: 1em;
  background: #f6f6f6;
  padding: 12px 20px;
  border-left: 4px solid #a3a3a3;
}
.tribe-events-loop
  .tribe-events-event-meta
  .tribe-event-schedule-details::before,
.tribe-events-loop
  .tribe-events-event-meta
  .tribe-events-venue-details::before {
  padding-right: 4px;
}
.tribe-events-loop .tribe-events-event-meta .tribe-event-schedule-details {
  margin-bottom: 0.4em;
  font-weight: 400;
  font-style: italic;
  font-size: 0.96em;
}
.tribe-events-loop
  .tribe-events-event-meta
  .tribe-event-schedule-details::before {
  content: "\f073";
  font-family: FontAwesome, sans-serif;
  padding-right: 6px;
  font-style: normal;
}
.tribe-events-loop
  .tribe-events-event-meta
  .tribe-events-venue-details::before {
  font-family: font-pizzaro;
  content: "o";
  font-style: normal;
}
.tribe-events-loop .tribe-events-event-meta .tribe-events-venue-details,
.tribe-events-loop .tribe-events-event-meta address.tribe-events-address {
  font-size: 0.96em;
}
.tribe-events-list-separator-month span {
  font-weight: 600;
}
.tribe-events-list .type-tribe_events h2 {
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: 0.6em;
  display: block;
}
.single-tribe_events .tribe-events-single-event-title {
  font-size: 2.4em;
  font-weight: 400;
  margin-bottom: 0.6em;
  display: block;
}
.single-tribe_events .tribe-events-schedule h2 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0;
}
.single-tribe_events .tribe-events-cal-links {
  display: none;
}
.single-tribe_events .tribe-events-back {
  margin-bottom: 40px;
}
.single-tribe_events .tribe-events-back a {
  color: #333e48;
  background-color: #efecec;
  border-radius: 1.571em;
  border-color: #efecec;
  font-size: 0.875em;
  display: inline-block;
  padding: 0.5em 3.0224em;
  letter-spacing: -0.2px;
  font-weight: 400;
}
.single-tribe_events .tribe-events-back a:hover {
  background-color: #333e48;
  border-color: #333e48;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .list-view.columns-1 ul.products li.product,
  .list-view.columns-2 ul.products li.product,
  .list-view.full-width.dark.columns-1 ul.products li.product,
  .list-view.full-width.dark.columns-2 ul.products li.product {
    width: 100%;
  }
  .list-view.lite.columns-1 ul.products li.product .product-content-wrapper {
    padding: 0;
  }
  .left-sidebar.list-view.columns-1
    ul.products
    li.product
    .product-content-wrapper,
  .right-sidebar.list-view.columns-1
    ul.products
    li.product
    .product-content-wrapper {
    padding-left: 40px;
  }
  .list-view.columns-1 ul.products li.product .product-image-wrapper {
    width: 42%;
  }
  .list-view.columns-1 ul.products li.product .product-content-wrapper {
    width: 56%;
  }
}
@media (min-width: 981px) and (max-width: 1024px) {
  .newsletter-subscription .caption,
  .site-footer.footer-v5 .footer-newsletter .caption {
    padding: 0 12%;
  }
  .columns-5 ul.products > li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .products .owl-item > .product,
  ul.products li.product {
    width: 100% !important;
  }
  .woocommerce-page.archive .pizzaro-sorting form {
    margin-bottom: 20px;
  }
  .woocommerce-page.archive .pizzaro-sorting form select {
    width: 100%;
  }
  .list-view.full-width.dark.columns-2 ul.products li.product img {
    border-bottom-left-radius: 0;
  }
  .grid-view.full-width.dark ul.products li.product {
    padding: 0;
  }
  .wpsl-search .wpsl-search-btn-wrap {
    padding: 0 20px !important;
  }
  .wpsl-search .wpsl-search-btn-wrap,
  .wpsl-search .wpsl-select-wrap {
    width: 100% !important;
  }
  .single-product.style-1 div.product form.variations_form,
  .single-product.style-1
    div.product
    form.variations_form
    .single_variation_wrap
    .woocommerce-variation-add-to-cart,
  .single-product.style-1
    div.product
    form.variations_form
    table.variations
    tbody,
  .single-product.style-3 div.product form.variations_form,
  .single-product.style-3
    div.product
    form.variations_form
    .single_variation_wrap
    .woocommerce-variation-add-to-cart,
  .single-product.style-3
    div.product
    form.variations_form
    table.variations
    tbody {
    flex-direction: column;
  }
  .single-product.style-1 div.product form.variations_form .qty-btn,
  .single-product.style-3 div.product form.variations_form .qty-btn {
    padding-right: 0;
  }
  .single-product.style-1
    div.product
    form.variations_form
    .single_variation_wrap
    .woocommerce-variation-add-to-cart
    .button,
  .single-product.style-3
    div.product
    form.variations_form
    .single_variation_wrap
    .woocommerce-variation-add-to-cart
    .button {
    margin-top: 26px;
  }
  .single-product.style-1
    div.product
    form.variations_form
    table.variations
    tbody
    tr:first-child,
  .single-product.style-1
    div.product
    form.variations_form
    table.variations
    tbody
    tr:last-child,
  .single-product.style-3
    div.product
    form.variations_form
    table.variations
    tbody
    tr:first-child,
  .single-product.style-3
    div.product
    form.variations_form
    table.variations
    tbody
    tr:last-child {
    padding: 0;
  }
  .woocommerce-order-received .addresses .col-1,
  .woocommerce-order-received .addresses .col-2 {
    float: none;
    width: 100%;
    padding: 0;
  }
  .woocommerce-order-received .woocommerce-thankyou-order-details {
    display: block;
  }
  .woocommerce-order-received .woocommerce-thankyou-order-details li {
    padding: 1em 2em;
    display: block;
    width: 100%;
  }
  .section-events .events .event {
    margin-bottom: 40px;
  }
  .section-events .events .event:last-child {
    margin-bottom: 0;
  }
  #order_review,
  #order_review_heading,
  form.woocommerce-checkout .col2-set {
    width: 100%;
  }
  .woocommerce-info + .login label {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  .checkout_coupon .form-row-first {
    margin-bottom: 1.4em;
  }
  .pizzaro-order-steps {
    margin-bottom: 4em;
  }
  .pizzaro-order-steps ul li {
    display: block;
    padding: 0;
  }
  .pizzaro-order-steps ul li + li {
    padding-left: 0;
    margin-top: 40px;
  }
  .pizzaro-order-steps ul li + li .step::before {
    display: none;
  }
  table.cart tbody tr:first-child td {
    border-top: none;
  }
  table.cart tbody tr .product-thumbnail {
    display: none;
  }
  table.cart tbody tr td.product-remove a {
    margin-left: auto;
  }
  table.cart tbody tr .product-name {
    width: 100%;
  }
  table.cart td.actions .button,
  table.cart td.actions .wc-proceed-to-checkout,
  table.cart td.actions > input {
    display: block;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  table.cart .coupon {
    width: 10%;
    margin-bottom: 40px;
  }
  table.cart .coupon .button,
  table.cart .coupon .input-text {
    border-radius: 50px;
  }
  table.cart .coupon .input-text {
    border-right: 1px solid #ddd;
    margin-bottom: 20px;
  }
  table.cart .coupon .button {
    margin-left: 0;
  }
  table.cart .coupon,
  table.cart .coupon .button,
  table.cart .coupon .input-text {
    width: 100%;
    display: block;
  }
  table.cart,
  table.cart tbody,
  table.cart tbody tr {
    display: block;
  }
  .pizzaro-brands {
    padding: 140px 0;
  }
  .error404 .fourohfour-columns-2 .col-1 .pizzaro-brands h2,
  .error404 .page-content section .pizzaro-brands h2,
  .pizzaro-brands .error404 .fourohfour-columns-2 .col-1 h2,
  .pizzaro-brands .error404 .page-content section h2,
  .pizzaro-brands .section-title {
    margin-bottom: 1em;
  }
  .pizzaro-brands ul li {
    margin: 0 0 10px 0;
    display: block;
  }
  .pizzaro-brands ul li img {
    display: inline-block;
  }
  .pizzaro-brands ul li + li {
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .no-registration-form {
    margin: 0;
    width: 100%;
  }
  .site-main nav.navigation .nav-previous {
    margin-bottom: 30px;
  }
  .site-main nav.navigation .nav-next,
  .site-main nav.navigation .nav-previous {
    float: none;
    width: 100%;
    text-align: center;
  }
  #comments {
    text-align: center;
  }
  #comments .comment-navigation .nav-previous {
    margin-bottom: 10px;
  }
  #comments .comment-navigation .nav-next,
  #comments .comment-navigation .nav-previous {
    float: none;
  }
  #comments .children .comment-body,
  #comments .comment-list .comment-body {
    padding-bottom: 1.9em;
    padding-top: 2em;
  }
  #comments .comment-list {
    padding-bottom: 1em;
  }
  #comments .comment-list .reply {
    position: relative;
    bottom: auto;
  }
  #comments .comment-list .comment-content .comment-text {
    padding: 0.8em;
  }
  #respond {
    text-align: left;
  }
  #respond .comment-reply-title {
    padding: 0 15px;
    margin-bottom: 14px;
  }
  #customer_login {
    padding: 0 20px;
    margin: 0;
  }
  #customer_login:after,
  #customer_login:before {
    display: none;
  }
  #customer_login .col-1,
  #customer_login .col-2 {
    float: none;
    padding: 0;
  }
  #customer_login .col-1 {
    margin-bottom: 3em;
  }
  .or-text {
    display: none;
  }
  .single-product.style-3 div.product .images .thumbnails {
    width: 100%;
    padding: 0 11px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  .single-product.style-3 div.product .images .thumbnails a.zoom {
    width: 30%;
    padding: 0 6px;
  }
  .list-no-image-cat-view
    ul.products
    li.product
    .product-content-wrapper
    .woocommerce-LoopProduct-link
    > h3,
  .list-no-image-view
    ul.products
    li.product
    .product-content-wrapper
    .woocommerce-LoopProduct-link
    > h3 {
    font-size: 1.3em;
  }
  .list-no-image-cat-view ul.products li.product .yith_wapo_groups_container,
  .list-no-image-view ul.products li.product .yith_wapo_groups_container {
    display: none;
  }
  .list-no-image-cat-view ul.products li.product .price,
  .list-no-image-view ul.products li.product .price {
    position: relative;
    right: 0;
  }
  .list-view.section-products
    .columns-2
    ul.products
    li.product
    .product-content-wrapper,
  .list-view.section-products
    .columns-2
    ul.products
    li.product
    .product-image-wrapper {
    width: 100%;
    padding: 0;
  }
  .list-view.section-products .columns-2 ul.products li.product img {
    margin: 0 auto;
  }
  .list-view.section-products
    .columns-2
    ul.products
    li.product
    .product-image-wrapper {
    margin-bottom: 20px;
  }
  .pizzaro-sorting .product-filters-widgets,
  .pizzaro-sorting form {
    display: block;
    float: none;
    position: relative;
  }
  .pizzaro-sorting .product-filters-widgets a,
  .pizzaro-sorting .product-filters-widgets select,
  .pizzaro-sorting form a,
  .pizzaro-sorting form select {
    width: 100%;
  }
  .pizzaro-sorting .product-filters-widgets a {
    text-align: center;
  }
  article.post.format-quote .entry-content blockquote {
    padding: 3em 4em;
  }
  article.post.format-link .entry-content {
    padding: 2.357em 3.143em;
  }
  .banners .banner.top-right .caption {
    font-size: 5em;
  }
  .section-products-with-gallery ul.products li.product {
    padding: 0 10px;
  }
  .section-product .product-wrapper .product-inner {
    padding: 0;
    position: relative;
  }
  .section-product .product-wrapper .product-inner header {
    font-size: 7em;
  }
  .pizzaro-brands {
    padding: 100px 0;
  }
  .section-products-carousel-with-image {
    height: auto !important;
  }
  .section-tiled-gallery {
    display: none;
  }
  .menu-card {
    height: auto !important;
    padding-top: 5em;
    padding-bottom: 3em;
  }
  .menu-card .menu-items {
    width: 100%;
  }
  .menu-card .menus {
    column-gap: 30px;
  }
  .menu-card .menus h3 {
    font-size: 1.6em;
    line-height: 1;
  }
  .menu-card .menus h3 .price {
    float: none;
    display: block;
  }
  .menu-card .menus .description P {
    line-height: 1.3;
  }
  .menu-card .menus .description ul h4 .price {
    position: relative;
    top: 0;
    display: block;
  }
  .list-no-image-cat-view .kc_single_image .scapt {
    font-size: 3em;
  }
  .page-template-template-homepage-v2 .section-tabs {
    margin-bottom: 4em;
  }
  .page-template-template-homepage-v2
    .section-products-4-1
    .products-4-1
    .columns-1
    ul.products
    li.product
    .owl-nav {
    display: block;
  }
  .page-template-template-homepage-v2
    .section-products-4-1
    .products-4-1
    .columns-1
    ul.products
    li.product
    .owl-nav
    .owl-next {
    right: -18px;
  }
  .page-template-template-homepage-v2
    .section-products-4-1
    .products-4-1
    .columns-1
    ul.products
    li.product
    .owl-nav
    .owl-prev {
    left: -18px;
  }
  .banners .banner .caption .subtitle {
    font-size: 0.454em;
  }
  .banner .caption .title {
    font-size: 0.8em;
  }
  .page-template-template-homepage-v5 .site-main {
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-template-template-homepage-v5
    .section-product-categories
    .pre-title:before {
    width: 68%;
  }
  .newsletter-subscription .caption,
  .site-footer.footer-v5 .footer-newsletter .caption {
    padding: 0 6%;
  }
  .newsletter-subscription form button,
  .newsletter-subscription form input[type="button"],
  .newsletter-subscription form input[type="submit"],
  .site-footer.footer-v5 .footer-newsletter form button,
  .site-footer.footer-v5 .footer-newsletter form input[type="button"],
  .site-footer.footer-v5 .footer-newsletter form input[type="submit"] {
    padding: 0.657em 3.575em;
    position: relative;
    top: 0;
    right: 0;
    transform: none;
  }
  .newsletter-subscription form input,
  .newsletter-subscription form input[type="submit"],
  .site-footer.footer-v5 .footer-newsletter form input {
    margin-bottom: 1em;
    min-height: 3.4em !important;
  }
  .newsletter-subscription form .button,
  .site-footer.footer-v5 .footer-newsletter form .button {
    line-height: 1.4;
  }
  .section-coupon .caption .caption-inner {
    left: 40%;
    max-width: 2em;
  }
  .section-coupon .caption .coupon-code {
    line-height: 1.2;
  }
  .section-sale-product .product-wrapper {
    transform: translate(-50%, -50%);
  }
  .section-sale-product .price-action {
    text-align: center;
    padding: 0 0 60px 0;
  }
  .section-sale-product .price-action .price {
    font-size: 5em;
  }
  .section-sale-product .price-action .price del + ins {
    margin-left: 0;
  }
  .section-sale-product .price-action .button {
    font-size: 0.8em;
  }
  .section-sale-product .product-content h3 {
    font-size: 8em;
  }
  .banner.social-block {
    margin-bottom: 0;
  }
  .banner.social-block .banner-bg {
    height: 535px !important;
  }
  .banner.social-block .caption {
    font-size: 6em;
  }
  .section-recent-post {
    height: 535px !important;
  }
  .section-recent-post .post-wrap {
    transform: translate(-50%, -50%);
    width: 80%;
  }
  .error404 .fourohfour-columns-2 .col-1 .section-recent-post h2,
  .error404 .page-content section .section-recent-post h2,
  .section-recent-post .error404 .fourohfour-columns-2 .col-1 h2,
  .section-recent-post .error404 .page-content section h2,
  .section-recent-post .section-title {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.6em;
  }
  .section-recent-post .post-title {
    font-size: 1.6em;
  }
  .section-recent-post .post-info p {
    font-size: 1em;
  }
  .section-recent-post .post-info .btn-more {
    font-size: 0.8em;
  }
  .section-recent-posts {
    padding: 5em 0;
  }
  .error404 .fourohfour-columns-2 .col-1 .section-recent-posts h2,
  .error404 .page-content section .section-recent-posts h2,
  .section-recent-posts .error404 .fourohfour-columns-2 .col-1 h2,
  .section-recent-posts .error404 .page-content section h2,
  .section-recent-posts .section-title {
    font-size: 3em;
  }
  .section-recent-posts .post-items {
    padding: 0 1em;
  }
  .section-recent-posts .post-items .post-item {
    margin-bottom: 40px;
  }
  .footer-v1.site-footer .site-address .address {
    margin-bottom: 2.2em;
  }
  .footer-v1.site-footer .site-address .address li {
    display: block;
  }
  .footer-v1.site-footer .site-address .address li + li::after,
  .footer-v1.site-footer .site-address .address li + li::before {
    display: none;
  }
  .footer-v1.site-footer .footer-action-btn {
    width: 70%;
    padding: 1.214em 1.746em;
  }
  .footer-v1.site-footer .site-info {
    margin-bottom: 2em;
  }
  .products-card .media ul.products li.product .product-content-wrapper,
  .products-card .media ul.products li.product .product-image-wrapper {
    padding: 0;
  }
  .site-footer.footer-v4 .address li,
  .site-footer.footer-v4 .footer-menu li,
  .site-footer.footer-v5 .address li,
  .site-footer.footer-v5 .footer-menu li {
    display: block;
  }
  .site-footer.footer-v4 .address li + li::before,
  .site-footer.footer-v4 .footer-menu li + li::before,
  .site-footer.footer-v5 .address li + li::before,
  .site-footer.footer-v5 .footer-menu li + li::before {
    display: none;
  }
  .woocommerce-breadcrumb {
    text-align: center;
  }
  .single-product.style-1
    div.product
    .single-product-wrapper
    .product-images-wrapper,
  .single-product.style-1 div.product .single-product-wrapper .summary,
  .single-product.style-2
    div.product
    .single-product-wrapper
    .product-images-wrapper,
  .single-product.style-2 div.product .single-product-wrapper .summary {
    padding: 0;
  }
  .single-product.style-1 div.product form.cart .yith_wapo_groups_container {
    margin: 0;
  }
  .single-product.style-1 div.product form.cart .ywapo_group_container_radio {
    padding: 0 15px;
  }
  .single-product.style-1
    div.product
    form.cart
    .yith_wapo_groups_container_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .single-product.style-1 div.product .woocommerce-tabs ul.tabs {
    font-size: 0.99em;
  }
  .single-product.style-2 div.product .single-product-wrapper {
    padding: 0;
  }
  .single-product.style-2
    div.product
    .single-product-wrapper
    .product-images-wrapper {
    margin-bottom: 0;
  }
  .single-product.style-2 div.product .product-form-wrapper {
    margin-bottom: 4em;
  }
  .single-product.style-2 div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    text-align: center;
  }
  .single-product.style-2 div.product .woocommerce-tabs ul.tabs li {
    display: block;
  }
  .single-product.style-2 div.product .woocommerce-tabs ul.tabs li + li {
    margin: 0;
  }
  .single-product.style-2 div.product .woocommerce-tabs .panel {
    padding-top: 3em;
  }
  #reviews .commentlist li .comment_container .comment-text .star-rating {
    position: relative;
    margin-bottom: 10px;
  }
  .food-type-filter .clear-food-type-filter,
  .food-type-filter .widget_layered_nav ul li {
    margin-bottom: 14px;
  }
  .food-type-filter .widget_layered_nav,
  .food-type-filter ul li {
    display: table;
  }
  .food-type-filter .create-your-own {
    margin-top: 0;
  }
  .woocommerce-page.archive.full-width .pizzaro-sorting {
    padding-bottom: 33px;
  }
}
@media (max-width: 480px) {
  .section-products-sale-event .sale-event-content {
    width: 70%;
    font-size: 0.8em;
  }
	.banner-bg, .kc-col-container {
		max-height: 300px!important;
	}
	.site-header .custom-logo-link img {
		max-width: 300px!important;
	}
	.kc_single_image img {
		display: block!important;
	}
  .list-view.columns-1
    ul.products
    li.product
    .ywapo_input_container_radio:nth-child(n + 4) {
    display: none;
  }
  .list-view.columns-1 ul.products li.product img,
  .list-view.dark.columns-1 ul.products li.product img,
  .list-view.dark.columns-2 ul.products li.product img {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
  .list-view.columns-1 ul.products li.product .hover-area,
  .list-view.columns-2 ul.products li.product .hover-area {
    height: 2.938em;
  }
  .list-view.columns-1 ul.products li.product,
  .list-view.columns-2 ul.products li.product,
  .list-view.full-width.columns-1 ul.products li.product,
  .list-view.full-width.columns-2 ul.products li.product,
  .list-view.full-width.dark.columns-1 ul.products li.product,
  .list-view.full-width.dark.columns-2 ul.products li.product {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .list-view.columns-1 ul.products li.product img,
  .list-view.columns-2 ul.products li.product img,
  .list-view.full-width.columns-1 ul.products li.product img,
  .list-view.full-width.columns-2 ul.products li.product img,
  .list-view.full-width.dark.columns-1 ul.products li.product img,
  .list-view.full-width.dark.columns-2 ul.products li.product img {
    width: 100%;
  }
  .list-view.columns-1 ul.products li.product .product-inner,
  .list-view.columns-2 ul.products li.product .product-inner,
  .list-view.full-width.columns-1 ul.products li.product .product-inner,
  .list-view.full-width.columns-2 ul.products li.product .product-inner,
  .list-view.full-width.dark.columns-1 ul.products li.product .product-inner,
  .list-view.full-width.dark.columns-2 ul.products li.product .product-inner {
    display: block;
  }
  .list-view.columns-1
    ul.products
    li.product
    .product-inner
    .product-content-wrapper,
  .list-view.columns-1
    ul.products
    li.product
    .product-inner
    .product-image-wrapper,
  .list-view.columns-2
    ul.products
    li.product
    .product-inner
    .product-content-wrapper,
  .list-view.columns-2
    ul.products
    li.product
    .product-inner
    .product-image-wrapper,
  .list-view.full-width.columns-1
    ul.products
    li.product
    .product-inner
    .product-content-wrapper,
  .list-view.full-width.columns-1
    ul.products
    li.product
    .product-inner
    .product-image-wrapper,
  .list-view.full-width.columns-2
    ul.products
    li.product
    .product-inner
    .product-content-wrapper,
  .list-view.full-width.columns-2
    ul.products
    li.product
    .product-inner
    .product-image-wrapper,
  .list-view.full-width.dark.columns-1
    ul.products
    li.product
    .product-inner
    .product-content-wrapper,
  .list-view.full-width.dark.columns-1
    ul.products
    li.product
    .product-inner
    .product-image-wrapper,
  .list-view.full-width.dark.columns-2
    ul.products
    li.product
    .product-inner
    .product-content-wrapper,
  .list-view.full-width.dark.columns-2
    ul.products
    li.product
    .product-inner
    .product-image-wrapper {
    display: inline-block;
    width: 100%;
  }
  .list-view.columns-1
    ul.products
    li.product
    .product-inner
    .product-content-wrapper,
  .list-view.columns-2
    ul.products
    li.product
    .product-inner
    .product-content-wrapper,
  .list-view.full-width.columns-1
    ul.products
    li.product
    .product-inner
    .product-content-wrapper,
  .list-view.full-width.columns-2
    ul.products
    li.product
    .product-inner
    .product-content-wrapper,
  .list-view.full-width.dark.columns-1
    ul.products
    li.product
    .product-inner
    .product-content-wrapper,
  .list-view.full-width.dark.columns-2
    ul.products
    li.product
    .product-inner
    .product-content-wrapper {
    padding: 14px 14px 24px;
  }
  .list-view.columns-1
    ul.products
    li.product
    .product-inner
    .product-image-wrapper,
  .list-view.columns-2
    ul.products
    li.product
    .product-inner
    .product-image-wrapper,
  .list-view.full-width.columns-1
    ul.products
    li.product
    .product-inner
    .product-image-wrapper,
  .list-view.full-width.columns-2
    ul.products
    li.product
    .product-inner
    .product-image-wrapper,
  .list-view.full-width.dark.columns-1
    ul.products
    li.product
    .product-inner
    .product-image-wrapper,
  .list-view.full-width.dark.columns-2
    ul.products
    li.product
    .product-inner
    .product-image-wrapper {
    padding-right: 0;
  }
  .list-view.columns-1 ul.products li.product .hover-area,
  .list-view.columns-2 ul.products li.product .hover-area,
  .list-view.full-width.columns-1 ul.products li.product .hover-area,
  .list-view.full-width.columns-2 ul.products li.product .hover-area,
  .list-view.full-width.dark.columns-1 ul.products li.product .hover-area,
  .list-view.full-width.dark.columns-2 ul.products li.product .hover-area {
    display: block;
  }
  .list-view.columns-1 ul.products li.product .button,
  .list-view.columns-2 ul.products li.product .button,
  .list-view.full-width.columns-1 ul.products li.product .button,
  .list-view.full-width.columns-2 ul.products li.product .button,
  .list-view.full-width.dark.columns-1 ul.products li.product .button,
  .list-view.full-width.dark.columns-2 ul.products li.product .button {
    display: inline-block;
    font-size: 0.8em;
  }
  .left-sidebar.list-view.columns-1 ul.products li.product,
  .right-sidebar.list-view.columns-1 ul.products li.product {
    padding-bottom: 2.8em;
    margin-bottom: 2.8em;
  }
  .left-sidebar.list-view.columns-1
    ul.products
    li.product
    .product-content-wrapper,
  .right-sidebar.list-view.columns-1
    ul.products
    li.product
    .product-content-wrapper {
    padding: 24px 15px 0;
  }
}
@media (max-width: 459px) {
  .blog.full-width .blog-menu .store-locator,
  .blog.full-width .pagination .store-locator,
  .blog.full-width .woocommerce-pagination .store-locator,
  .lite.full-width .pagination .store-locator,
  .lite.full-width .woocommerce-pagination .store-locator,
  .page-template-template-contactpage .contact-map .store-locator,
  .pizzaro-breadcrumb .store-locator,
  .stretch-full-width .store-locator {
    width: 4em;
  }
  .store-locator {
    padding: 38px 12px 44px;
  }
  .store-locator .store-info .sub-title {
    font-size: 0.28em;
  }
}
@media (min-width: 460px) and (max-width: 579px) {
  .blog.full-width .blog-menu .store-locator,
  .blog.full-width .pagination .store-locator,
  .blog.full-width .woocommerce-pagination .store-locator,
  .lite.full-width .pagination .store-locator,
  .lite.full-width .woocommerce-pagination .store-locator,
  .page-template-template-contactpage .contact-map .store-locator,
  .pizzaro-breadcrumb .store-locator,
  .stretch-full-width .store-locator {
    width: 6em;
  }
}
@media (min-width: 567px) {
  .list-view.full-width.dark.columns-2
    ul.products
    li.product
    .product-inner
    .product-content-wrapper {
    padding: 0 14px 0;
  }
  .list-view.full-width.dark.columns-2
    ul.products
    li.product
    .product-inner
    .yith_wapo_groups_container {
    height: 6.438em;
  }
  .list-view .columns-2 ul.products li.product .ywapo_input_container_radio,
  .list-view.columns-2 ul.products li.product .ywapo_input_container_radio {
    margin: 0 0.6em 0;
  }
}
@media (max-width: 991px) {
  .list-view.section-products {
    margin-top: 3em;
  }
  .section-product-categories {
    margin-bottom: 3.5em;
  }
  .error404
    .fourohfour-columns-2
    .col-1
    .section-products-carousel-with-image
    h2,
  .error404 .page-content section .section-products-carousel-with-image h2,
  .section-products-carousel-with-image
    .error404
    .fourohfour-columns-2
    .col-1
    h2,
  .section-products-carousel-with-image .error404 .page-content section h2,
  .section-products-carousel-with-image .section-title {
    font-size: 3.6em;
  }
  #wpsl-search-wrap .wpsl-input {
    margin-bottom: 20px !important;
  }
  .wpsl-search form {
    display: inline-block;
  }
  .wpsl-search .wpsl-select-wrap {
    width: 62%;
    text-align: left;
  }
  .wpsl-search .wpsl-search-btn-wrap {
    width: 26.667%;
    padding: 0;
    margin-top: 24px !important;
  }
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    display: block;
    width: 100%;
  }
  .woocommerce-account .woocommerce {
    display: block;
  }
  .section-events .events .event .media-body,
  .section-events .events .event .media-left {
    display: block;
    width: 100%;
  }
  .section-events .events .event .media-left {
    padding: 0;
    margin-bottom: 20px;
  }
  .section-events .events .event .media-left .event-date {
    display: inline-block;
  }
  .section-coupon .coupon-bg {
    height: 500px !important;
  }
  .section-coupon .caption {
    font-size: 7em;
  }
  .section-coupon .caption .coupon-code {
    line-height: 0.84;
    margin-bottom: 20px;
  }
  .section-coupon .caption .coupon-info {
    padding-left: 0;
  }
  .section-coupon .caption .coupon-info .pretitle {
    font-size: 0.2em;
  }
  .section-coupon .caption .coupon-info .button {
    font-size: 0.1em;
  }
  .banner.social-block {
    margin-bottom: 0;
  }
  .banner.social-block .banner-bg {
    height: 535px !important;
  }
  .banner.social-block .caption {
    font-size: 6em;
  }
  .section-recent-post {
    height: 535px !important;
  }
  .section-recent-post .post-wrap {
    transform: translate(-50%, -50%);
    width: 80%;
  }
  .error404 .fourohfour-columns-2 .col-1 .section-recent-post h2,
  .error404 .page-content section .section-recent-post h2,
  .section-recent-post .error404 .fourohfour-columns-2 .col-1 h2,
  .section-recent-post .error404 .page-content section h2,
  .section-recent-post .section-title {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.6em;
  }
  .section-recent-post .post-title {
    font-size: 1.6em;
  }
  .section-recent-post .post-info p {
    font-size: 1em;
  }
  .section-recent-post .post-info .btn-more {
    font-size: 0.8em;
  }
  .section-recent-posts {
    padding: 5em 0;
  }
  .error404 .fourohfour-columns-2 .col-1 .section-recent-posts h2,
  .error404 .page-content section .section-recent-posts h2,
  .section-recent-posts .error404 .fourohfour-columns-2 .col-1 h2,
  .section-recent-posts .error404 .page-content section h2,
  .section-recent-posts .section-title {
    font-size: 3em;
  }
  .section-recent-posts .post-items {
    padding: 0 1em;
  }
  .section-recent-posts .post-items .post-item {
    margin-bottom: 40px;
  }
  .banner.center-right .caption {
    left: 50%;
    font-size: 9em;
    width: 86%;
  }
  .banner.center-right .caption .condition {
    font-size: 0.1em;
  }
  .newsletter-subscription .caption,
  .site-footer.footer-v5 .footer-newsletter .caption {
    padding: 0 6%;
  }
  .list-view .columns-2 ul.products,
  .list-view.columns-2 ul.products {
    margin-left: 0;
    margin-right: 0;
  }
  .list-view .columns-2 ul.products li.product,
  .list-view.columns-2 ul.products li.product {
    margin-bottom: 2em;
  }
  .list-view .columns-2 ul.products .button,
  .list-view.columns-2 ul.products .button {
    line-height: 1.4;
    font-size: 0.8em;
    padding: 1em 2.4em;
  }
  .page-template-template-homepage-v2
    .list-view.section-products
    .columns-2
    ul.products
    .button {
    display: inline-block;
  }
  .footer-about-info {
    padding-bottom: 40px;
  }
  .footer-about-info .image {
    margin-bottom: 40px;
  }
  .footer-about-info .image img {
    top: 0;
  }
  .site-footer.footer-v2 .vertical-align {
    display: block;
  }
  .site-footer.footer-v2 .footer-store-info {
    margin-bottom: 50px;
  }
  .site-footer.footer-v2 .footer-contact-form .contact-form {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    bottom: 0;
    margin-bottom: 50px;
  }
  .create-your-own {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  ul.products li.product.first {
    clear: none;
  }
  ul.products li.product:nth-child(odd) {
    clear: both;
  }
  .woocommerce-tabs .panel .ingredients .items .info {
    padding-left: 10px;
  }
  .single-product.style-3 div.product form.variations_form {
    flex-direction: column;
  }
  form.woocommerce-checkout .col2-set {
    width: 52%;
  }
  #order_review,
  #order_review_heading {
    width: 44%;
  }
  .section-products-4-1 .products-4-1 {
    margin: 0;
  }
  .single-product.style-1 div.product form.cart .qty-btn {
    padding-right: 10px;
  }
  .section-coupon .caption .caption-inner {
    left: 50%;
  }
  .list-no-image-cat-view .kc_single_image .scapt {
    font-size: 6em;
  }
  .store-locator .store-info .sub-title {
    font-size: 0.3em;
  }
  .columns-6 ul.products li.product.first {
    clear: both;
  }
  .columns-6 ul.products li.product:nth-child(odd) {
    clear: none;
  }
  #customer_login {
    padding: 0;
  }
  .list-view.section-products .columns-2 ul.products > li {
    width: 100%;
  }
  .list-view.section-products .columns-2 ul.products > li .product-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  .section-products-4-1 ul.products li.product .yith_wapo_groups_container {
    display: none;
  }
  .section-products-4-1 .products-4-1 .columns-2 .button {
    overflow: hidden;
    height: 20px;
    width: 20px;
    padding: 1.6em;
    text-indent: -9999px;
  }
  .section-products-4-1 .products-4-1 .columns-2 .button::before {
    float: left;
    font-size: 18px;
    content: "h";
    line-height: 16px;
    margin: 0;
    text-indent: 0;
    height: 20px;
    width: 20px;
    font-weight: 100;
    top: -9px;
    right: 9px;
    position: relative;
  }
  .section-product .product-wrapper .product-inner {
    padding: 0;
  }
  .banners .banner.top-right .caption {
    font-size: 3.2em;
  }
  .woocommerce-tabs ul.tabs {
    font-size: 1em;
  }
  .list-no-image-cat-view ul.products li.product h3,
  .list-no-image-view ul.products li.product h3 {
    max-width: 44%;
  }
  .list-no-image-cat-view
    ul.products
    li.product
    .product-content-wrapper
    .yith_wapo_groups_container,
  .list-no-image-view
    ul.products
    li.product
    .product-content-wrapper
    .yith_wapo_groups_container {
    width: 40%;
  }
  .section-products .columns-4 ul.products > li {
    border: none;
    margin-bottom: 0;
  }
  .section-products .columns-4 ul.products > li:hover {
    border: none;
  }
  .section-products
    .columns-4
    ul.products
    > li
    .woocommerce-product-details__short-description,
  .section-products .columns-4 ul.products > li div[itemprop="description"] {
    display: none;
  }
  .single-product.style-1 div.product form.cart .button {
    float: left;
  }
  .single-product.style-1 div.product form.cart .ywapo_group_container_radio {
    padding: 0 15px;
    width: 100%;
  }
  .single-product.style-2 div.product .single-product-wrapper {
    width: 100%;
  }
  .single-product.style-2 div.product .product-form-wrapper {
    clear: both;
    margin: 0 auto 6em auto;
    width: 400px;
    float: none;
  }
  .banner.center-right .caption {
    left: 50%;
    font-size: 9em;
    width: 86%;
  }
  .banner.center-right .caption .condition {
    font-size: 0.1em;
  }
}
@media (min-width: 768px) {
  .food-type-filter {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .food-type-filter .clear-food-type-filter,
  .food-type-filter .widget_layered_nav ul li {
    margin-bottom: 18px;
  }
  .food-type-filter .widget_layered_nav {
    flex-basis: 0;
    flex-grow: 1;
  }
  .food-type-filter .clear-food-type-filter,
  .food-type-filter .create-your-own {
    flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-template-homepage-v6 .site-header-cart .cart-contents {
    display: inline-block;
  }
  .page-template-template-homepage-v6 .site-header-cart .widget_shopping_cart {
    margin: 0 auto;
  }
  .page-template-template-homepage-v6 .custom-logo-link {
    margin: 0 auto;
    width: 260px;
  }
  .page-template-template-homepage-v6 .products-card .media-body img {
    display: block;
    margin: 0 auto;
  }
  .section-products-with-gallery ul.products li.product {
    padding: 0 30px;
  }
}
@media (min-width: 981px) and (max-width: 1382px) {
  .page-template-template-homepage-v5 .columns-5 ul.products li.product,
  .page-template-template-homepage-v5 .columns-6 ul.products li.product {
    padding-bottom: 0;
  }
  .page-template-template-homepage-v5 .columns-5 ul.products li.product h3,
  .page-template-template-homepage-v5 .columns-6 ul.products li.product h3 {
    font-size: 1.1em;
  }
  .page-template-template-homepage-v5
    .columns-5
    ul.products
    li.product
    .yith_wapo_groups_container,
  .page-template-template-homepage-v5
    .columns-5
    ul.products
    li.product
    div[itemprop="description"],
  .page-template-template-homepage-v5
    .columns-6
    ul.products
    li.product
    .yith_wapo_groups_container,
  .page-template-template-homepage-v5
    .columns-6
    ul.products
    li.product
    div[itemprop="description"] {
    display: none;
  }
  .page-template-template-homepage-v5
    .columns-5
    ul.products
    li.product
    .product-content-wrapper,
  .page-template-template-homepage-v5
    .columns-5
    ul.products
    li.product
    .product-image-wrapper,
  .page-template-template-homepage-v5
    .columns-6
    ul.products
    li.product
    .product-content-wrapper,
  .page-template-template-homepage-v5
    .columns-6
    ul.products
    li.product
    .product-image-wrapper {
    border-width: 3px;
  }
  .page-template-template-homepage-v5
    .columns-5
    ul.products
    li.product
    .hover-area,
  .page-template-template-homepage-v5
    .columns-6
    ul.products
    li.product
    .hover-area {
    padding-top: 20px;
  }
  .page-template-template-homepage-v5 .columns-5 ul.products li.product .button,
  .page-template-template-homepage-v5
    .columns-6
    ul.products
    li.product
    .button {
    overflow: hidden;
    height: 20px;
    width: 20px;
    padding: 1.6em;
    text-indent: -9999px;
  }
  .page-template-template-homepage-v5
    .columns-5
    ul.products
    li.product
    .button::before,
  .page-template-template-homepage-v5
    .columns-6
    ul.products
    li.product
    .button::before {
    float: left;
    font-size: 18px;
    content: "h";
    line-height: 16px;
    margin: 0;
    text-indent: 0;
    height: 20px;
    width: 20px;
    font-weight: 100;
    top: -9px;
    right: 9px;
    position: relative;
  }
  .page-template-template-homepage-v5 .columns-5 ul.products li.product .price,
  .page-template-template-homepage-v5 .columns-6 ul.products li.product .price {
    display: block;
    margin-bottom: 0;
    font-size: 0.9em;
  }
}
@media (min-width: 1025px) and (max-width: 1382px) {
  .page-template-template-homepage-v6
    .products-card
    .columns-1
    ul.products
    li.product
    .button,
  .page-template-template-homepage-v6
    .products-card
    .columns-1
    ul.products
    li.product
    .woocommerce-product-details__short-description,
  .page-template-template-homepage-v6
    .products-card
    .columns-1
    ul.products
    li.product
    div[itemprop="description"],
  .page-template-template-homepage-v6
    .products-card
    .columns-2
    ul.products
    li.product
    .button,
  .page-template-template-homepage-v6
    .products-card
    .columns-2
    ul.products
    li.product
    .woocommerce-product-details__short-description,
  .page-template-template-homepage-v6
    .products-card
    .columns-2
    ul.products
    li.product
    div[itemprop="description"] {
    display: none;
  }
  .page-template-template-homepage-v6
    .products-card
    .columns-2
    ul.products
    li.product
    .yith_wapo_groups_container {
    display: none;
  }
  .page-template-template-homepage-v6
    .products-card
    .products-4
    ul.products
    li.product
    .woocommerce-LoopProduct-link
    img {
    width: 150px;
  }
  .error404
    .fourohfour-columns-2
    .col-1
    .page-template-template-homepage-v6
    .products-card
    .media
    .caption
    h2,
  .error404
    .page-content
    section
    .page-template-template-homepage-v6
    .products-card
    .media
    .caption
    h2,
  .page-template-template-homepage-v6
    .products-card
    .media
    .caption
    .error404
    .fourohfour-columns-2
    .col-1
    h2,
  .page-template-template-homepage-v6
    .products-card
    .media
    .caption
    .error404
    .page-content
    section
    h2,
  .page-template-template-homepage-v6
    .products-card
    .media
    .caption
    .section-title {
    font-size: 8em;
    letter-spacing: -2px;
  }
  .page-template-template-homepage-v2
    .section-products-with-gallery
    .columns-5
    ul.products
    li.product {
    width: 20%;
  }
  .page-template-template-homepage-v2
    .section-products-with-gallery
    .columns-5
    ul.products
    li.product
    .yith_wapo_groups_container,
  .page-template-template-homepage-v2
    .section-products-with-gallery
    .columns-5
    ul.products
    li.product
    div[itemprop="description"] {
    display: none;
  }
  .page-template-template-homepage-v2
    .section-products-with-gallery
    .columns-5
    ul.products
    li.product:hover
    .hover-area {
    padding-bottom: 10px;
  }
  .page-template-template-homepage-v2
    .section-products-with-gallery
    .columns-5
    ul.products
    li.product
    .button {
    overflow: hidden;
    height: 20px;
    width: 20px;
    padding: 1.6em;
    text-indent: -9999px;
  }
  .page-template-template-homepage-v2
    .section-products-with-gallery
    .columns-5
    ul.products
    li.product
    .button::before {
    float: left;
    font-size: 18px;
    content: "h";
    line-height: 16px;
    margin: 0;
    text-indent: 0;
    height: 20px;
    width: 20px;
    font-weight: 100;
    top: -9px;
    right: 9px;
    position: relative;
  }
  .section-sale-product .product-content h3 {
    font-size: 9em;
  }
  .section-sale-product .price-action .button {
    padding: 0.6334em 2.81em;
    text-align: center;
  }
  .section-sale-product .price-action .price {
    font-size: 4.625em;
  }
  .section-products .columns-4 ul.products > li {
    border: none;
    padding-bottom: 0;
  }
  .section-products
    .columns-4
    ul.products
    > li
    .woocommerce-product-details__short-description,
  .section-products .columns-4 ul.products > li div[itemprop="description"] {
    display: none;
  }
  .banner.center-right .caption {
    font-size: 12em;
    left: auto;
    right: 0.5em;
    top: 50%;
    transform: translate(0, -50%);
  }
  .newsletter-subscription .caption,
  .site-footer.footer-v5 .footer-newsletter .caption {
    padding: 0 20%;
  }
  .section-products-with-gallery .columns-5 ul.products li.product {
    width: 25%;
  }
  .section-products-with-gallery .ywapo_input_container_radio {
    margin: 0 0.6em 1em;
  }
  .section-products-with-gallery
    ul.products
    li.product
    .ywapo_group_container_radio
    h3
    span::after,
  .section-products-with-gallery
    ul.products
    li.product
    .ywapo_group_container_radio
    h3
    span::before {
    width: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .left-sidebar.list-view.columns-2 ul.products li.product .product-inner,
  .right-sidebar.list-view.columns-2 ul.products li.product .product-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .handheld-navigation,
  .main-navigation.toggled .handheld-navigation,
  .main-navigation.toggled div.menu,
  .menu-toggle {
    display: none;
  }
  .main-navigation,
  .primary-navigation,
  .secondary-navigation {
    display: block;
  }
  .pizzaro-handheld-footer-bar {
    display: none;
  }
  .site-content:after,
  .site-content:before {
    content: "";
    display: table;
  }
  .site-content:after {
    clear: both;
  }
  .right-sidebar .content-area {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
  }
  .right-sidebar .widget-area {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
  }
  .left-sidebar .content-area {
    width: 73.9130434783%;
    float: right;
    margin-right: 0;
  }
  .left-sidebar .widget-area {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
  }
  .pizzaro-sidebar-header.right-sidebar .content-area {
    width: 72.1739130435%;
    float: left;
    margin-right: 4.347826087%;
  }
  .pizzaro-sidebar-header.right-sidebar .widget-area {
    width: 20%;
    float: right;
    margin-right: 0;
  }
  .pizzaro-sidebar-header.left-sidebar .content-area {
    width: 72.1739130435%;
    float: right;
    margin-right: 0;
  }
  .pizzaro-sidebar-header.left-sidebar .widget-area {
    width: 20%;
    float: left;
    margin-right: 4.347826087%;
  }
  .pizzaro-sidebar-header.left-sidebar .widget-area {
    margin-left: 30px;
  }
  .pizzaro-sidebar-header.right-sidebar .widget-area {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .site-header {
    z-index: 10000;
  }
  .site-header .header-info-wrapper,
  .site-header .site-header-cart {
    display: none;
  }
  .site-header button.menu-toggle {
    background: 0 0;
  }
  .site-header .site-branding {
    max-width: 180px;
    padding: 0;
  }
  .site-header .main-navigation {
    float: right;
    width: 20px;
    padding: 0;
    text-align: left;
    margin-right: 20px;
    margin-top: 10px;
  }
  .header-v2 .main-navigation,
  .header-v2 .site-branding {
    flex-basis: 0;
    flex-grow: 1;
  }
  .header-v1 .header-wrap {
    justify-content: space-between;
    margin-bottom: 0;
  }
  .header-v1.site-header .main-navigation {
    margin-top: 0;
  }
  .pizzaro-sidebar-header .header-v1,
  .pizzaro-sidebar-header .header-v2,
  .pizzaro-sidebar-header .header-v3,
  .pizzaro-sidebar-header .header-v4,
  .pizzaro-sidebar-header .header-v5 {
    box-shadow: 0 4px 16px rgba(1, 1, 1, 0.15);
  }
  .pizzaro-sidebar-header .header-v1 .site-branding,
  .pizzaro-sidebar-header .header-v2 .site-branding,
  .pizzaro-sidebar-header .header-v3 .site-branding,
  .pizzaro-sidebar-header .header-v4 .site-branding,
  .pizzaro-sidebar-header .header-v5 .site-branding {
    padding: 0 0 0 15px;
    margin-bottom: 0;
  }
  .pizzaro-sidebar-header .header-v1 .main-navigation,
  .pizzaro-sidebar-header .header-v2 .main-navigation,
  .pizzaro-sidebar-header .header-v3 .main-navigation,
  .pizzaro-sidebar-header .header-v4 .main-navigation,
  .pizzaro-sidebar-header .header-v5 .main-navigation {
    width: inherit;
    margin-top: 0;
  }
  .pizzaro-sidebar-header .header-v1 .main-navigation button.menu-toggle i,
  .pizzaro-sidebar-header .header-v2 .main-navigation button.menu-toggle i,
  .pizzaro-sidebar-header .header-v3 .main-navigation button.menu-toggle i,
  .pizzaro-sidebar-header .header-v4 .main-navigation button.menu-toggle i,
  .pizzaro-sidebar-header .header-v5 .main-navigation button.menu-toggle i {
    color: #000;
  }
  .pizzaro-sidebar-header .header-v1 .custom-logo-link,
  .pizzaro-sidebar-header .header-v2 .custom-logo-link,
  .pizzaro-sidebar-header .header-v3 .custom-logo-link,
  .pizzaro-sidebar-header .header-v4 .custom-logo-link,
  .pizzaro-sidebar-header .header-v5 .custom-logo-link {
    width: 100%;
  }
  .pizzaro-sidebar-header .header-v1 .footer-social-icons,
  .pizzaro-sidebar-header .header-v1 .site-info,
  .pizzaro-sidebar-header .header-v2 .footer-social-icons,
  .pizzaro-sidebar-header .header-v2 .site-info,
  .pizzaro-sidebar-header .header-v3 .footer-social-icons,
  .pizzaro-sidebar-header .header-v3 .site-info,
  .pizzaro-sidebar-header .header-v4 .footer-social-icons,
  .pizzaro-sidebar-header .header-v4 .site-info,
  .pizzaro-sidebar-header .header-v5 .footer-social-icons,
  .pizzaro-sidebar-header .header-v5 .site-info {
    display: none;
  }
  .pizzaro-sidebar-header .header-v1 .col-full,
  .pizzaro-sidebar-header .header-v2 .col-full,
  .pizzaro-sidebar-header .header-v3 .col-full,
  .pizzaro-sidebar-header .header-v4 .col-full,
  .pizzaro-sidebar-header .header-v5 .col-full {
    margin: 1.6em 0 1em 0;
  }
}
@media (max-width: 1025px) {
  .section-product-categories .categories .category a .caption h4 {
    font-size: 5em;
  }
  .header-v2 {
    position: relative;
    margin-bottom: 0;
  }
  .header-v2 .main-navigation {
    margin: 0;
    order: 2;
  }
  .header-v3 .main-navigation,
  .header-v4 .main-navigation {
    margin-top: 0;
    width: inherit;
  }
  .header-v3 .site-branding {
    max-width: 100%;
  }
  .header-v3 .col-full {
    justify-content: space-between;
  }
  .header-v4 .col-full {
    padding: 0 15px;
  }
  .header-v3.lite-bg button.menu-toggle i,
  .header-v4.lite-bg button.menu-toggle i {
    color: #000;
  }
  .footer-v2 + .site-info,
  .site-footer {
    margin-bottom: 69px;
  }
  .footer-v1 + .footer-map.in {
    margin-top: -69px;
    margin-bottom: 69px;
  }
  .site-footer.footer-v2 {
    margin-bottom: 0;
  }
  .site-footer.footer-v3 .col-full,
  .site-footer.footer-v4 .col-full {
    padding: 0 15px;
  }
  .site-footer.footer-v3 .footer-row,
  .site-footer.footer-v4 .footer-row {
    margin-left: 0;
    margin-right: 0;
  }
  .site-footer.footer-v3 .footer-logo,
  .site-footer.footer-v3 .footer-menu,
  .site-footer.footer-v3 .footer-social-icons,
  .site-footer.footer-v3 .site-address,
  .site-footer.footer-v3 .vertical-align,
  .site-footer.footer-v4 .footer-logo,
  .site-footer.footer-v4 .footer-menu,
  .site-footer.footer-v4 .footer-social-icons,
  .site-footer.footer-v4 .site-address,
  .site-footer.footer-v4 .vertical-align {
    display: block;
    width: 100%;
  }
  .site-footer.footer-v3 .footer-logo,
  .site-footer.footer-v3 .site-address,
  .site-footer.footer-v3 ul.footer-menu,
  .site-footer.footer-v4 .footer-logo,
  .site-footer.footer-v4 .site-address,
  .site-footer.footer-v4 ul.footer-menu {
    margin-bottom: 20px;
  }
  .site-footer.footer-v3 .footer-logo,
  .site-footer.footer-v3 .footer-menu,
  .site-footer.footer-v3 .footer-social-icons,
  .site-footer.footer-v3 .social-icons,
  .site-footer.footer-v4 .footer-logo,
  .site-footer.footer-v4 .footer-menu,
  .site-footer.footer-v4 .footer-social-icons,
  .site-footer.footer-v4 .social-icons {
    text-align: center;
  }
  .site-footer.footer-v5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-footer.footer-v5 .footer-newsletter {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .products .owl-item > .product,
  ul.products li.product {
    border: none;
    margin-bottom: 2em;
  }
  .products .owl-item > .product .added_to_cart,
  .products .owl-item > .product .button,
  ul.products li.product .added_to_cart,
  ul.products li.product .button {
    visibility: visible;
  }
  .products .owl-item > .product .ywapo_input_container_radio,
  .products
    .owl-item
    > .product
    ul.products
    li.product
    .ywapo_input_container_radio,
  ul.products li.product .ywapo_input_container_radio,
  ul.products li.product ul.products li.product .ywapo_input_container_radio {
    margin: 0 0.4em 2em;
  }
  .products
    .owl-item
    > .product
    .ywapo_input_container_radio
    .ywapo_label_price,
  .products
    .owl-item
    > .product
    ul.products
    li.product
    .ywapo_input_container_radio
    .ywapo_label_price,
  ul.products li.product .ywapo_input_container_radio .ywapo_label_price,
  ul.products
    li.product
    ul.products
    li.product
    .ywapo_input_container_radio
    .ywapo_label_price {
    padding-left: 5px;
  }
  .products
    .owl-item
    > .product
    .woocommerce-product-details__short-description,
  .products .owl-item > .product div[itemprop="description"],
  ul.products li.product .woocommerce-product-details__short-description,
  ul.products li.product div[itemprop="description"] {
    display: none;
  }
  .products .owl-item > .product .yith_wapo_groups_container,
  ul.products li.product .yith_wapo_groups_container {
    display: block;
  }
  .products .owl-item > .product .product-content-wrapper,
  .products .owl-item > .product .product-image-wrapper,
  ul.products li.product .product-content-wrapper,
  ul.products li.product .product-image-wrapper {
    border: none;
  }
  .products .owl-item > .product .hover-area,
  ul.products li.product .hover-area {
    display: block;
    padding-top: 0;
  }
  .products .owl-item > .product .hover-area:after,
  .products .owl-item > .product .hover-area:before,
  ul.products li.product .hover-area:after,
  ul.products li.product .hover-area:before {
    content: "";
    display: table;
  }
  .products .owl-item > .product .hover-area:after,
  ul.products li.product .hover-area:after {
    clear: both;
  }
  .products
    .owl-item
    > .product:hover
    .woocommerce-product-details__short-description,
  .products .owl-item > .product:hover div[itemprop="description"],
  ul.products li.product:hover .woocommerce-product-details__short-description,
  ul.products li.product:hover div[itemprop="description"] {
    display: none;
  }
  .products .owl-item > .product:hover .product-inner,
  ul.products li.product:hover .product-inner {
    position: relative;
  }
  .products .owl-item > .product:hover .hover-area,
  ul.products li.product:hover .hover-area {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-products-4-1
    .products-4-1
    .columns-1
    ul.products
    li.product
    .hover-area {
    height: 5.25em;
  }
  .section-products-4-1
    .products-4-1
    .columns-2
    ul.products
    li.product
    .hover-area {
    height: 3.5em;
  }
  .checkout_coupon,
  .woocommerce-info + .login {
    padding: 0 15px;
  }
  #customer_details .form-row {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  table.cart td.actions > button[type="submit"],
  table.cart td.actions > input {
    margin-bottom: 20px;
  }
  article.post .post-readmore {
    margin-right: 0;
    margin-bottom: 1em;
  }
  article.post .comments-link {
    display: block;
  }
  .pizzaro_about_widget .featured-image {
    width: 100%;
  }
  .single-product.style-1 div.product form.cart .button {
    margin-left: 0;
  }
  .woocommerce-tabs .panel .ingredients .food-items,
  .woocommerce-tabs .panel .ingredients .items,
  .woocommerce-tabs .panel .ingredients .title {
    padding: 0;
  }
  .woocommerce-tabs .panel .ingredients .food-items,
  .woocommerce-tabs .panel .ingredients .title {
    width: 100%;
  }
  .woocommerce-tabs .panel .ingredients .items {
    margin-bottom: 34px;
  }
  .page-template-template-homepage-v2
    .products-with-gallery-tabs.section-tabs
    .nav
    li
    + li::before,
  .products-with-gallery-tabs.section-tabs .nav li + li::before {
    opacity: 0;
  }
  .section-products-with-gallery ul.products {
    margin: 0 1.6em;
  }
  .section-products-with-gallery ul.products li.product {
    margin-bottom: 2em;
  }
  .section-products-with-gallery ul.products li.product:hover {
    transform: none;
  }
  .section-products-with-gallery
    ul.products
    li.product
    .product-content-wrapper,
  .section-products-with-gallery ul.products li.product .product-image-wrapper {
    margin: 0;
    border-color: #e9e9e9;
  }
  .section-products-with-gallery ul.products li.product .button,
  .section-products-with-gallery
    ul.products
    li.product
    .yith_wapo_groups_container {
    visibility: visible;
  }
  .section-products-with-gallery ul.products .owl-nav {
    display: block;
  }
  .section-products-with-gallery .owl-nav .owl-next,
  .section-products-with-gallery .owl-nav .owl-prev {
    top: 50%;
  }
  .pagination .page-numbers li,
  .woocommerce-pagination .page-numbers li {
    margin-bottom: 1em;
  }
  .banners .banner.top-right .caption {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pizzaro-breadcrumb {
    font-size: 0.875em;
  }
  .pizzaro-sidebar-header .header-v1 .col-full,
  .pizzaro-sidebar-header .header-v2 .col-full,
  .pizzaro-sidebar-header .header-v3 .col-full,
  .pizzaro-sidebar-header .header-v4 .col-full,
  .pizzaro-sidebar-header .header-v5 .col-full,
  .pizzaro-sidebar-header .header-v6 .col-full {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .blog.full-width .blog-menu .store-locator,
  .blog.full-width .pagination .store-locator,
  .blog.full-width .woocommerce-pagination .store-locator,
  .lite.full-width .pagination .store-locator,
  .lite.full-width .woocommerce-pagination .store-locator,
  .page-template-template-contactpage .contact-map .store-locator,
  .pizzaro-breadcrumb .store-locator,
  .stretch-full-width .store-locator {
    text-align: center;
    font-size: 5em;
    padding: 0;
  }
  .blog.full-width .blog-menu .store-locator .store-info,
  .blog.full-width .pagination .store-locator .store-info,
  .blog.full-width .woocommerce-pagination .store-locator .store-info,
  .lite.full-width .pagination .store-locator .store-info,
  .lite.full-width .woocommerce-pagination .store-locator .store-info,
  .page-template-template-contactpage .contact-map .store-locator .store-info,
  .pizzaro-breadcrumb .store-locator .store-info,
  .stretch-full-width .store-locator .store-info {
    margin-bottom: 20px;
  }
  .blog.full-width .blog-menu .store-locator .store-info .icon,
  .blog.full-width .pagination .store-locator .store-info .icon,
  .blog.full-width .woocommerce-pagination .store-locator .store-info .icon,
  .lite.full-width .pagination .store-locator .store-info .icon,
  .lite.full-width .woocommerce-pagination .store-locator .store-info .icon,
  .page-template-template-contactpage
    .contact-map
    .store-locator
    .store-info
    .icon,
  .pizzaro-breadcrumb .store-locator .store-info .icon,
  .stretch-full-width .store-locator .store-info .icon {
    display: block;
  }
  .blog.full-width .blog-menu .store-locator .store-info .icon i,
  .blog.full-width .pagination .store-locator .store-info .icon i,
  .blog.full-width .woocommerce-pagination .store-locator .store-info .icon i,
  .lite.full-width .pagination .store-locator .store-info .icon i,
  .lite.full-width .woocommerce-pagination .store-locator .store-info .icon i,
  .page-template-template-contactpage
    .contact-map
    .store-locator
    .store-info
    .icon
    i,
  .pizzaro-breadcrumb .store-locator .store-info .icon i,
  .stretch-full-width .store-locator .store-info .icon i {
    font-size: 2em;
  }
  .blog.full-width .blog-menu .store-locator .store-search-form,
  .blog.full-width .pagination .store-locator .store-search-form,
  .blog.full-width .woocommerce-pagination .store-locator .store-search-form,
  .lite.full-width .pagination .store-locator .store-search-form,
  .lite.full-width .woocommerce-pagination .store-locator .store-search-form,
  .page-template-template-contactpage
    .contact-map
    .store-locator
    .store-search-form,
  .pizzaro-breadcrumb .store-locator .store-search-form,
  .stretch-full-width .store-locator .store-search-form {
    position: relative;
    width: 100%;
    padding: 0 15px;
  }
  .section-sale-product .product-wrapper {
    transform: translate(-50%, -50%);
  }
  .section-sale-product .price-action {
    text-align: center;
    padding: 0 0 60px 0;
  }
  .section-sale-product .price-action .price {
    font-size: 5em;
  }
  .section-sale-product .price-action .price del + ins {
    margin-left: 0;
  }
  .section-sale-product .price-action .button {
    font-size: 0.8em;
  }
  .section-sale-product .product-content {
    text-align: center;
  }
  .section-sale-product .product-content h3 {
    font-size: 8em;
  }
  .left-sidebar.list-view.columns-2 ul.products li.product.first,
  .left-sidebar.list-view.columns-2 ul.products li.product.last,
  .right-sidebar.list-view.columns-2 ul.products li.product.first,
  .right-sidebar.list-view.columns-2 ul.products li.product.last {
    padding-left: 0;
    padding-right: 0;
  }
  .left-sidebar.list-view.columns-2 ul.products li.product.first,
  .right-sidebar.list-view.columns-2 ul.products li.product.first {
    border-right: none;
  }
  .left-sidebar.list-view.columns-2
    ul.products
    li.product
    .product-inner
    .product-content-wrapper,
  .right-sidebar.list-view.columns-2
    ul.products
    li.product
    .product-inner
    .product-content-wrapper {
    padding: 26px 15px 15px;
  }
  .left-sidebar.list-view.columns-2 ul.products li.product .button,
  .left-sidebar.list-view.columns-2 ul.products li.product .hover-area,
  .right-sidebar.list-view.columns-2 ul.products li.product .button,
  .right-sidebar.list-view.columns-2 ul.products li.product .hover-area {
    display: inline-block;
  }
  .left-sidebar.list-view.columns-2 ul.products li.product .button,
  .right-sidebar.list-view.columns-2 ul.products li.product .button {
    text-align: left;
  }
  .full-width
    .columns-5
    ul.products
    li.product
    .product-content-wrapper
    .woocommerce-LoopProduct-link,
  .full-width
    .columns-6
    ul.products
    li.product
    .product-content-wrapper
    .woocommerce-LoopProduct-link,
  .full-width.columns-5
    ul.products
    li.product
    .product-content-wrapper
    .woocommerce-LoopProduct-link,
  .full-width.columns-6
    ul.products
    li.product
    .product-content-wrapper
    .woocommerce-LoopProduct-link,
  .left-sidebar
    .columns-5
    ul.products
    li.product
    .product-content-wrapper
    .woocommerce-LoopProduct-link,
  .left-sidebar
    .columns-6
    ul.products
    li.product
    .product-content-wrapper
    .woocommerce-LoopProduct-link,
  .left-sidebar.columns-5
    ul.products
    li.product
    .product-content-wrapper
    .woocommerce-LoopProduct-link,
  .left-sidebar.columns-6
    ul.products
    li.product
    .product-content-wrapper
    .woocommerce-LoopProduct-link,
  .right-sidebar
    .columns-5
    ul.products
    li.product
    .product-content-wrapper
    .woocommerce-LoopProduct-link,
  .right-sidebar
    .columns-6
    ul.products
    li.product
    .product-content-wrapper
    .woocommerce-LoopProduct-link,
  .right-sidebar.columns-5
    ul.products
    li.product
    .product-content-wrapper
    .woocommerce-LoopProduct-link,
  .right-sidebar.columns-6
    ul.products
    li.product
    .product-content-wrapper
    .woocommerce-LoopProduct-link {
    margin-bottom: 20px;
  }
  .full-width .columns-5 ul.products li.product .hover-area:after,
  .full-width .columns-5 ul.products li.product .hover-area:before,
  .full-width .columns-6 ul.products li.product .hover-area:after,
  .full-width .columns-6 ul.products li.product .hover-area:before,
  .full-width.columns-5 ul.products li.product .hover-area:after,
  .full-width.columns-5 ul.products li.product .hover-area:before,
  .full-width.columns-6 ul.products li.product .hover-area:after,
  .full-width.columns-6 ul.products li.product .hover-area:before,
  .left-sidebar .columns-5 ul.products li.product .hover-area:after,
  .left-sidebar .columns-5 ul.products li.product .hover-area:before,
  .left-sidebar .columns-6 ul.products li.product .hover-area:after,
  .left-sidebar .columns-6 ul.products li.product .hover-area:before,
  .left-sidebar.columns-5 ul.products li.product .hover-area:after,
  .left-sidebar.columns-5 ul.products li.product .hover-area:before,
  .left-sidebar.columns-6 ul.products li.product .hover-area:after,
  .left-sidebar.columns-6 ul.products li.product .hover-area:before,
  .right-sidebar .columns-5 ul.products li.product .hover-area:after,
  .right-sidebar .columns-5 ul.products li.product .hover-area:before,
  .right-sidebar .columns-6 ul.products li.product .hover-area:after,
  .right-sidebar .columns-6 ul.products li.product .hover-area:before,
  .right-sidebar.columns-5 ul.products li.product .hover-area:after,
  .right-sidebar.columns-5 ul.products li.product .hover-area:before,
  .right-sidebar.columns-6 ul.products li.product .hover-area:after,
  .right-sidebar.columns-6 ul.products li.product .hover-area:before {
    content: "";
    display: table;
  }
  .full-width .columns-5 ul.products li.product .hover-area:after,
  .full-width .columns-6 ul.products li.product .hover-area:after,
  .full-width.columns-5 ul.products li.product .hover-area:after,
  .full-width.columns-6 ul.products li.product .hover-area:after,
  .left-sidebar .columns-5 ul.products li.product .hover-area:after,
  .left-sidebar .columns-6 ul.products li.product .hover-area:after,
  .left-sidebar.columns-5 ul.products li.product .hover-area:after,
  .left-sidebar.columns-6 ul.products li.product .hover-area:after,
  .right-sidebar .columns-5 ul.products li.product .hover-area:after,
  .right-sidebar .columns-6 ul.products li.product .hover-area:after,
  .right-sidebar.columns-5 ul.products li.product .hover-area:after,
  .right-sidebar.columns-6 ul.products li.product .hover-area:after {
    clear: both;
  }
  .full-width .columns-5 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-6 ul.products li.product .button,
  .left-sidebar .columns-5 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-6 ul.products li.product .button,
  .right-sidebar .columns-5 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-6 ul.products li.product .button {
    position: relative;
    left: auto;
    transform: none;
  }
  .full-width .columns-5 ul.products li.product:hover .hover-area,
  .full-width .columns-6 ul.products li.product:hover .hover-area,
  .full-width.columns-5 ul.products li.product:hover .hover-area,
  .full-width.columns-6 ul.products li.product:hover .hover-area,
  .left-sidebar .columns-5 ul.products li.product:hover .hover-area,
  .left-sidebar .columns-6 ul.products li.product:hover .hover-area,
  .left-sidebar.columns-5 ul.products li.product:hover .hover-area,
  .left-sidebar.columns-6 ul.products li.product:hover .hover-area,
  .right-sidebar .columns-5 ul.products li.product:hover .hover-area,
  .right-sidebar .columns-6 ul.products li.product:hover .hover-area,
  .right-sidebar.columns-5 ul.products li.product:hover .hover-area,
  .right-sidebar.columns-6 ul.products li.product:hover .hover-area {
    padding-bottom: 0;
  }
  .grid-view.full-width.dark.columns-5
    .products
    .owl-item
    > .product:hover
    .product-content-wrapper,
  .grid-view.full-width.dark.columns-5
    ul.products
    li.product:hover
    .product-content-wrapper,
  .grid-view.full-width.dark.columns-6
    .products
    .owl-item
    > .product:hover
    .product-content-wrapper,
  .grid-view.full-width.dark.columns-6
    ul.products
    li.product:hover
    .product-content-wrapper {
    padding-bottom: 16px;
  }
  .grid-view.full-width.dark.columns-5
    .products
    .owl-item
    > .product
    .hover-area,
  .grid-view.full-width.dark.columns-5 ul.products li.product .hover-area,
  .grid-view.full-width.dark.columns-6
    .products
    .owl-item
    > .product
    .hover-area,
  .grid-view.full-width.dark.columns-6 ul.products li.product .hover-area {
    padding-bottom: 0;
  }
  .pizzaro-sidebar-header .header-v1,
  .pizzaro-sidebar-header .header-v2,
  .pizzaro-sidebar-header .header-v3,
  .pizzaro-sidebar-header .header-v4,
  .pizzaro-sidebar-header .header-v5,
  .pizzaro-sidebar-header .header-v6,
  .pizzaro-sidebar-header .site-content,
  .pizzaro-sidebar-header footer {
    width: 100%;
  }
  .pizzaro-sidebar-header .header-v1,
  .pizzaro-sidebar-header .header-v2,
  .pizzaro-sidebar-header .header-v3,
  .pizzaro-sidebar-header .header-v4,
  .pizzaro-sidebar-header .header-v5,
  .pizzaro-sidebar-header .header-v6 {
    position: relative;
    text-align: center;
    overflow: visible;
    background-color: #fff;
  }
  .pizzaro-sidebar-header .header-v1 .col-full,
  .pizzaro-sidebar-header .header-v2 .col-full,
  .pizzaro-sidebar-header .header-v3 .col-full,
  .pizzaro-sidebar-header .header-v4 .col-full,
  .pizzaro-sidebar-header .header-v5 .col-full,
  .pizzaro-sidebar-header .header-v6 .col-full {
    width: 100%;
  }
  .pizzaro-sidebar-header .site-content,
  .pizzaro-sidebar-header .site-footer {
    box-shadow: none;
  }
  .pizzaro-sidebar-header .site-content {
    padding: 0 15px;
  }
  .pizzaro-sidebar-header .banner .caption {
    font-size: 4em;
  }
  .pizzaro-sidebar-header .products-card .products-1 {
    padding: 0;
  }
  .pizzaro-sidebar-header
    .products-card
    ul.products
    li.product
    .product-image-wrapper
    .woocommerce-LoopProduct-link {
    display: inline-block;
  }
  .pizzaro-sidebar-header .products-card .media,
  .pizzaro-sidebar-header .products-card .media-body,
  .pizzaro-sidebar-header .products-card .media-left,
  .pizzaro-sidebar-header .products-card .media-right {
    display: block;
    width: 100%;
  }
  .pizzaro-sidebar-header .products-card .media-body,
  .pizzaro-sidebar-header .products-card .media-left,
  .pizzaro-sidebar-header .products-card .media-right {
    margin-bottom: 3em;
  }
  .error404
    .fourohfour-columns-2
    .col-1
    .pizzaro-sidebar-header
    .products-card
    .media
    .caption
    h2,
  .error404
    .page-content
    section
    .pizzaro-sidebar-header
    .products-card
    .media
    .caption
    h2,
  .pizzaro-sidebar-header
    .products-card
    .media
    .caption
    .error404
    .fourohfour-columns-2
    .col-1
    h2,
  .pizzaro-sidebar-header
    .products-card
    .media
    .caption
    .error404
    .page-content
    section
    h2,
  .pizzaro-sidebar-header .products-card .media .caption .section-title {
    letter-spacing: -2px;
    font-size: 5em;
  }
  .single-product.style-3 div.product .product-form-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-product.style-3 div.product .images .thumbnails {
    margin: 0;
  }
}
