+\\\\\\\\\\\\\\\\\\\\\*!
Template Name:      PIZZARO
Template URI:       https://transvelo.github.io/pizzaro-html/
Author:             CheThemes
Author URI:         https://chethemes.com
Description:        Pizzaro is the perfect HTML Template for your eCommerce project. Designed and developed by CheThemes, it features several layout & color options to personalise your shop, 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 eCommerce Template? Look no further!
Version:            1.0.1
GitHub URI:         https://github.com/Transvelo/pizzaro-html
GitHub Branch:      Template
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 Template, 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 14px/16px 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
*/
/*!
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  
  /**
   * Remove default margin.
   */
  body {
    margin: 0; }
  
  /* HTML5 display definitions
     ========================================================================== */
  /**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block; }
  
  /**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
  audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  
  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  audio:not([controls]) {
    display: none;
    height: 0; }
  
  /**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
  [hidden], template {
    display: none; }
  
  /* Links
     ========================================================================== */
  /**
   * Remove the gray background color from active links in IE 10.
   */
  a {
    background-color: transparent; }
  
  /**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
  a:active, a:hover {
    outline: 0; }
  
  /* Text-level semantics
     ========================================================================== */
  /**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
  abbr[title] {
    border-bottom: 1px dotted; }
  
  /**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
  b, strong {
    font-weight: bold; }
  
  /**
   * Address styling not present in Safari and Chrome.
   */
  dfn {
    font-style: italic; }
  
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  
  /**
   * Address styling not present in IE 8/9.
   */
  mark {
    background: #ff0;
    color: #000; }
  
  /**
   * Address inconsistent and variable font size in all browsers.
   */
  small {
    font-size: 80%; }
  
  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  
  sup {
    top: -0.5em; }
  
  sub {
    bottom: -0.25em; }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Remove border when inside `a` element in IE 8/9/10.
   */
  img {
    border: 0; }
  
  /**
   * Correct overflow not hidden in IE 9/10/11.
   */
  svg:not(:root) {
    overflow: hidden; }
  
  /* Grouping content
     ========================================================================== */
  /**
   * Address margin not present in IE 8/9 and Safari.
   */
  figure {
    margin: 1em 40px; }
  
  /**
   * Address differences between Firefox and other browsers.
   */
  hr {
    box-sizing: content-box;
    height: 0; }
  
  /**
   * Contain overflow in all browsers.
   */
  pre {
    overflow: auto; }
  
  /**
   * Address odd `em`-unit font size rendering in all browsers.
   */
  code, kbd, pre, samp {
    font-family: "Futura PT";
    font-size: 1em; }
  
  /* Forms
     ========================================================================== */
  /**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
  /**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
  button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  
  /**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
  button {
    overflow: visible; }
  
  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
  button, select {
    text-transform: none; }
  
  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
  button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  
  /**
   * Re-set default cursor for disabled elements.
   */
  button[disabled], html input[disabled] {
    cursor: default; }
  
  /**
   * Remove inner padding and border in Firefox 4+.
   */
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  
  /**
   * Address Firefox 4+ setting `line-height` on `input` using `important` in
   * the UA stylesheet.
   */
  input {
    line-height: normal; }
  
  /**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  
  /**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  
  /**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */ }
  
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  
  /**
   * Define consistent border, margin, and padding.
   */
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  
  /**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
  legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  
  /**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
  textarea {
    overflow: auto; }
  
  /**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
  optgroup {
    font-weight: bold; }
  
  /* Tables
     ========================================================================== */
  /**
   * Remove most spacing between table cells.
   */
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  td, th {
    padding: 0; }


    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
      font-family: Futura PT, sans-serif;
    }
  
  /*!
   *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */
  /* FONT PATH
   * -------------------------- */
  
  @font-face {
    font-family: 'FontAwesome';
    src: url('../../assets/fonts/fontawesome-webfont.eot?v=4.6.1');
    src: url('../../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../../assets/fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../../assets/fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../../assets/fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../../assets/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal; }
  
  .fa {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  
  /* makes the font 33% larger relative to the icon container */
  .fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%; }
  
  .fa-2x {
    font-size: 2em; }
  
  .fa-3x {
    font-size: 3em; }
  
  .fa-4x {
    font-size: 4em; }
  
  .fa-5x {
    font-size: 5em; }
  
  .fa-fw {
    width: 1.2857142857em;
    text-align: center; }
  
  .fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none; }
    .fa-ul > li {
      position: relative; }
  
  .fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center; }
    .fa-li.fa-lg {
      left: -1.8571428571em; }
  
  .fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em; }
  
  .fa-pull-left {
    float: left; }
  
  .fa-pull-right {
    float: right; }
  
  .fa.fa-pull-left {
    margin-right: .3em; }
  .fa.fa-pull-right {
    margin-left: .3em; }
  
  /* Deprecated as of 4.4.0 */
  .pull-right {
    float: right; }
  
  .pull-left {
    float: left; }
  
  .fa.pull-left {
    margin-right: .3em; }
  .fa.pull-right {
    margin-left: .3em; }
  
  .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear; }
  
  .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8); }
  
  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg); } }
  
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg); } }
  
  .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  
  .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  
  .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
  
  .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  
  .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1); }
  
  :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none; }
  
  .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle; }
  
  .fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center; }
  
  .fa-stack-1x {
    line-height: inherit; }
  
  .fa-stack-2x {
    font-size: 2em; }
  
  .fa-inverse {
    color: #fff; }
  
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
  .fa-glass:before {
    content: "\f000"; }
  
  .fa-music:before {
    content: "\f001"; }
  
  .fa-search:before {
    content: "\f002"; }
  
  .fa-envelope-o:before {
    content: "\f003"; }
  
  .fa-heart:before {
    content: "\f004"; }
  
  .fa-star:before {
    content: "\f005"; }
  
  .fa-star-o:before {
    content: "\f006"; }
  
  .fa-user:before {
    content: "\f007"; }
  
  .fa-film:before {
    content: "\f008"; }
  
  .fa-th-large:before {
    content: "\f009"; }
  
  .fa-th:before {
    content: "\f00a"; }
  
  .fa-th-list:before {
    content: "\f00b"; }
  
  .fa-check:before {
    content: "\f00c"; }
  
  .fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"; }
  
  .fa-search-plus:before {
    content: "\f00e"; }
  
  .fa-search-minus:before {
    content: "\f010"; }
  
  .fa-power-off:before {
    content: "\f011"; }
  
  .fa-signal:before {
    content: "\f012"; }
  
  .fa-gear:before, .fa-cog:before {
    content: "\f013"; }
  
  .fa-trash-o:before {
    content: "\f014"; }
  
  .fa-home:before {
    content: "\f015"; }
  
  .fa-file-o:before {
    content: "\f016"; }
  
  .fa-clock-o:before {
    content: "\f017"; }
  
  .fa-road:before {
    content: "\f018"; }
  
  .fa-download:before {
    content: "\f019"; }
  
  .fa-arrow-circle-o-down:before {
    content: "\f01a"; }
  
  .fa-arrow-circle-o-up:before {
    content: "\f01b"; }
  
  .fa-inbox:before {
    content: "\f01c"; }
  
  .fa-play-circle-o:before {
    content: "\f01d"; }
  
  .fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"; }
  
  .fa-refresh:before {
    content: "\f021"; }
  
  .fa-list-alt:before {
    content: "\f022"; }
  
  .fa-lock:before {
    content: "\f023"; }
  
  .fa-flag:before {
    content: "\f024"; }
  
  .fa-headphones:before {
    content: "\f025"; }
  
  .fa-volume-off:before {
    content: "\f026"; }
  
  .fa-volume-down:before {
    content: "\f027"; }
  
  .fa-volume-up:before {
    content: "\f028"; }
  
  .fa-qrcode:before {
    content: "\f029"; }
  
  .fa-barcode:before {
    content: "\f02a"; }
  
  .fa-tag:before {
    content: "\f02b"; }
  
  .fa-tags:before {
    content: "\f02c"; }
  
  .fa-book:before {
    content: "\f02d"; }
  
  .fa-bookmark:before {
    content: "\f02e"; }
  
  .fa-print:before {
    content: "\f02f"; }
  
  .fa-camera:before {
    content: "\f030"; }
  
  .fa-font:before {
    content: "\f031"; }
  
  .fa-bold:before {
    content: "\f032"; }
  
  .fa-italic:before {
    content: "\f033"; }
  
  .fa-text-height:before {
    content: "\f034"; }
  
  .fa-text-width:before {
    content: "\f035"; }
  
  .fa-align-left:before {
    content: "\f036"; }
  
  .fa-align-center:before {
    content: "\f037"; }
  
  .fa-align-right:before {
    content: "\f038"; }
  
  .fa-align-justify:before {
    content: "\f039"; }
  
  .fa-list:before {
    content: "\f03a"; }
  
  .fa-dedent:before, .fa-outdent:before {
    content: "\f03b"; }
  
  .fa-indent:before {
    content: "\f03c"; }
  
  .fa-video-camera:before {
    content: "\f03d"; }
  
  .fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"; }
  
  .fa-pencil:before {
    content: "\f040"; }
  
  .fa-map-marker:before {
    content: "\f041"; }
  
  .fa-adjust:before {
    content: "\f042"; }
  
  .fa-tint:before {
    content: "\f043"; }
  
  .fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"; }
  
  .fa-share-square-o:before {
    content: "\f045"; }
  
  .fa-check-square-o:before {
    content: "\f046"; }
  
  .fa-arrows:before {
    content: "\f047"; }
  
  .fa-step-backward:before {
    content: "\f048"; }
  
  .fa-fast-backward:before {
    content: "\f049"; }
  
  .fa-backward:before {
    content: "\f04a"; }
  
  .fa-play:before {
    content: "\f04b"; }
  
  .fa-pause:before {
    content: "\f04c"; }
  
  .fa-stop:before {
    content: "\f04d"; }
  
  .fa-forward:before {
    content: "\f04e"; }
  
  .fa-fast-forward:before {
    content: "\f050"; }
  
  .fa-step-forward:before {
    content: "\f051"; }
  
  .fa-eject:before {
    content: "\f052"; }
  
  .fa-chevron-left:before {
    content: "\f053"; }
  
  .fa-chevron-right:before {
    content: "\f054"; }
  
  .fa-plus-circle:before {
    content: "\f055"; }
  
  .fa-minus-circle:before {
    content: "\f056"; }
  
  .fa-times-circle:before {
    content: "\f057"; }
  
  .fa-check-circle:before {
    content: "\f058"; }
  
  .fa-question-circle:before {
    content: "\f059"; }
  
  .fa-info-circle:before {
    content: "\f05a"; }
  
  .fa-crosshairs:before {
    content: "\f05b"; }
  
  .fa-times-circle-o:before {
    content: "\f05c"; }
  
  .fa-check-circle-o:before {
    content: "\f05d"; }
  
  .fa-ban:before {
    content: "\f05e"; }
  
  .fa-arrow-left:before {
    content: "\f060"; }
  
  .fa-arrow-right:before {
    content: "\f061"; }
  
  .fa-arrow-up:before {
    content: "\f062"; }
  
  .fa-arrow-down:before {
    content: "\f063"; }
  
  .fa-mail-forward:before, .fa-share:before {
    content: "\f064"; }
  
  .fa-expand:before {
    content: "\f065"; }
  
  .fa-compress:before {
    content: "\f066"; }
  
  .fa-plus:before {
    content: "\f067"; }
  
  .fa-minus:before {
    content: "\f068"; }
  
  .fa-asterisk:before {
    content: "\f069"; }
  
  .fa-exclamation-circle:before {
    content: "\f06a"; }
  
  .fa-gift:before {
    content: "\f06b"; }
  
  .fa-leaf:before {
    content: "\f06c"; }
  
  .fa-fire:before {
    content: "\f06d"; }
  
  .fa-eye:before {
    content: "\f06e"; }
  
  .fa-eye-slash:before {
    content: "\f070"; }
  
  .fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"; }
  
  .fa-plane:before {
    content: "\f072"; }
  
  .fa-calendar:before {
    content: "\f073"; }
  
  .fa-random:before {
    content: "\f074"; }
  
  .fa-comment:before {
    content: "\f075"; }
  
  .fa-magnet:before {
    content: "\f076"; }
  
  .fa-chevron-up:before {
    content: "\f077"; }
  
  .fa-chevron-down:before {
    content: "\f078"; }
  
  .fa-retweet:before {
    content: "\f079"; }
  
  .fa-shopping-cart:before {
    content: "\f07a"; }
  
  .fa-folder:before {
    content: "\f07b"; }
  
  .fa-folder-open:before {
    content: "\f07c"; }
  
  .fa-arrows-v:before {
    content: "\f07d"; }
  
  .fa-arrows-h:before {
    content: "\f07e"; }
  
  .fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"; }
  
  .fa-twitter-square:before {
    content: "\f081"; }
  
  .fa-facebook-square:before {
    content: "\f082"; }
  
  .fa-camera-retro:before {
    content: "\f083"; }
  
  .fa-key:before {
    content: "\f084"; }
  
  .fa-gears:before, .fa-cogs:before {
    content: "\f085"; }
  
  .fa-comments:before {
    content: "\f086"; }
  
  .fa-thumbs-o-up:before {
    content: "\f087"; }
  
  .fa-thumbs-o-down:before {
    content: "\f088"; }
  
  .fa-star-half:before {
    content: "\f089"; }
  
  .fa-heart-o:before {
    content: "\f08a"; }
  
  .fa-sign-out:before {
    content: "\f08b"; }
  
  .fa-linkedin-square:before {
    content: "\f08c"; }
  
  .fa-thumb-tack:before {
    content: "\f08d"; }
  
  .fa-external-link:before {
    content: "\f08e"; }
  
  .fa-sign-in:before {
    content: "\f090"; }
  
  .fa-trophy:before {
    content: "\f091"; }
  
  .fa-github-square:before {
    content: "\f092"; }
  
  .fa-upload:before {
    content: "\f093"; }
  
  .fa-lemon-o:before {
    content: "\f094"; }
  
  .fa-phone:before {
    content: "\f095"; }
  
  .fa-square-o:before {
    content: "\f096"; }
  
  .fa-bookmark-o:before {
    content: "\f097"; }
  
  .fa-phone-square:before {
    content: "\f098"; }
  
  .fa-twitter:before {
    content: "\f099"; }
  
  .fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"; }
  
  .fa-github:before {
    content: "\f09b"; }
  
  .fa-unlock:before {
    content: "\f09c"; }
  
  .fa-credit-card:before {
    content: "\f09d"; }
  
  .fa-feed:before, .fa-rss:before {
    content: "\f09e"; }
  
  .fa-hdd-o:before {
    content: "\f0a0"; }
  
  .fa-bullhorn:before {
    content: "\f0a1"; }
  
  .fa-bell:before {
    content: "\f0f3"; }
  
  .fa-certificate:before {
    content: "\f0a3"; }
  
  .fa-hand-o-right:before {
    content: "\f0a4"; }
  
  .fa-hand-o-left:before {
    content: "\f0a5"; }
  
  .fa-hand-o-up:before {
    content: "\f0a6"; }
  
  .fa-hand-o-down:before {
    content: "\f0a7"; }
  
  .fa-arrow-circle-left:before {
    content: "\f0a8"; }
  
  .fa-arrow-circle-right:before {
    content: "\f0a9"; }
  
  .fa-arrow-circle-up:before {
    content: "\f0aa"; }
  
  .fa-arrow-circle-down:before {
    content: "\f0ab"; }
  
  .fa-globe:before {
    content: "\f0ac"; }
  
  .fa-wrench:before {
    content: "\f0ad"; }
  
  .fa-tasks:before {
    content: "\f0ae"; }
  
  .fa-filter:before {
    content: "\f0b0"; }
  
  .fa-briefcase:before {
    content: "\f0b1"; }
  
  .fa-arrows-alt:before {
    content: "\f0b2"; }
  
  .fa-group:before, .fa-users:before {
    content: "\f0c0"; }
  
  .fa-chain:before, .fa-link:before {
    content: "\f0c1"; }
  
  .fa-cloud:before {
    content: "\f0c2"; }
  
  .fa-flask:before {
    content: "\f0c3"; }
  
  .fa-cut:before, .fa-scissors:before {
    content: "\f0c4"; }
  
  .fa-copy:before, .fa-files-o:before {
    content: "\f0c5"; }
  
  .fa-paperclip:before {
    content: "\f0c6"; }
  
  .fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"; }
  
  .fa-square:before {
    content: "\f0c8"; }
  
  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"; }
  
  .fa-list-ul:before {
    content: "\f0ca"; }
  
  .fa-list-ol:before {
    content: "\f0cb"; }
  
  .fa-strikethrough:before {
    content: "\f0cc"; }
  
  .fa-underline:before {
    content: "\f0cd"; }
  
  .fa-table:before {
    content: "\f0ce"; }
  
  .fa-magic:before {
    content: "\f0d0"; }
  
  .fa-truck:before {
    content: "\f0d1"; }
  
  .fa-pinterest:before {
    content: "\f0d2"; }
  
  .fa-pinterest-square:before {
    content: "\f0d3"; }
  
  .fa-google-plus-square:before {
    content: "\f0d4"; }
  
  .fa-google-plus:before {
    content: "\f0d5"; }
  
  .fa-money:before {
    content: "\f0d6"; }
  
  .fa-caret-down:before {
    content: "\f0d7"; }
  
  .fa-caret-up:before {
    content: "\f0d8"; }
  
  .fa-caret-left:before {
    content: "\f0d9"; }
  
  .fa-caret-right:before {
    content: "\f0da"; }
  
  .fa-columns:before {
    content: "\f0db"; }
  
  .fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"; }
  
  .fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"; }
  
  .fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"; }
  
  .fa-envelope:before {
    content: "\f0e0"; }
  
  .fa-linkedin:before {
    content: "\f0e1"; }
  
  .fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"; }
  
  .fa-legal:before, .fa-gavel:before {
    content: "\f0e3"; }
  
  .fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"; }
  
  .fa-comment-o:before {
    content: "\f0e5"; }
  
  .fa-comments-o:before {
    content: "\f0e6"; }
  
  .fa-flash:before, .fa-bolt:before {
    content: "\f0e7"; }
  
  .fa-sitemap:before {
    content: "\f0e8"; }
  
  .fa-umbrella:before {
    content: "\f0e9"; }
  
  .fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"; }
  
  .fa-lightbulb-o:before {
    content: "\f0eb"; }
  
  .fa-exchange:before {
    content: "\f0ec"; }
  
  .fa-cloud-download:before {
    content: "\f0ed"; }
  
  .fa-cloud-upload:before {
    content: "\f0ee"; }
  
  .fa-user-md:before {
    content: "\f0f0"; }
  
  .fa-stethoscope:before {
    content: "\f0f1"; }
  
  .fa-suitcase:before {
    content: "\f0f2"; }
  
  .fa-bell-o:before {
    content: "\f0a2"; }
  
  .fa-coffee:before {
    content: "\f0f4"; }
  
  .fa-cutlery:before {
    content: "\f0f5"; }
  
  .fa-file-text-o:before {
    content: "\f0f6"; }
  
  .fa-building-o:before {
    content: "\f0f7"; }
  
  .fa-hospital-o:before {
    content: "\f0f8"; }
  
  .fa-ambulance:before {
    content: "\f0f9"; }
  
  .fa-medkit:before {
    content: "\f0fa"; }
  
  .fa-fighter-jet:before {
    content: "\f0fb"; }
  
  .fa-beer:before {
    content: "\f0fc"; }
  
  .fa-h-square:before {
    content: "\f0fd"; }
  
  .fa-plus-square:before {
    content: "\f0fe"; }
  
  .fa-angle-double-left:before {
    content: "\f100"; }
  
  .fa-angle-double-right:before {
    content: "\f101"; }
  
  .fa-angle-double-up:before {
    content: "\f102"; }
  
  .fa-angle-double-down:before {
    content: "\f103"; }
  
  .fa-angle-left:before {
    content: "\f104"; }
  
  .fa-angle-right:before {
    content: "\f105"; }
  
  .fa-angle-up:before {
    content: "\f106"; }
  
  .fa-angle-down:before {
    content: "\f107"; }
  
  .fa-desktop:before {
    content: "\f108"; }
  
  .fa-laptop:before {
    content: "\f109"; }
  
  .fa-tablet:before {
    content: "\f10a"; }
  
  .fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"; }
  
  .fa-circle-o:before {
    content: "\f10c"; }
  
  .fa-quote-left:before {
    content: "\f10d"; }
  
  .fa-quote-right:before {
    content: "\f10e"; }
  
  .fa-spinner:before {
    content: "\f110"; }
  
  .fa-circle:before {
    content: "\f111"; }
  
  .fa-mail-reply:before, .fa-reply:before {
    content: "\f112"; }
  
  .fa-github-alt:before {
    content: "\f113"; }
  
  .fa-folder-o:before {
    content: "\f114"; }
  
  .fa-folder-open-o:before {
    content: "\f115"; }
  
  .fa-smile-o:before {
    content: "\f118"; }
  
  .fa-frown-o:before {
    content: "\f119"; }
  
  .fa-meh-o:before {
    content: "\f11a"; }
  
  .fa-gamepad:before {
    content: "\f11b"; }
  
  .fa-keyboard-o:before {
    content: "\f11c"; }
  
  .fa-flag-o:before {
    content: "\f11d"; }
  
  .fa-flag-checkered:before {
    content: "\f11e"; }
  
  .fa-terminal:before {
    content: "\f120"; }
  
  .fa-code:before {
    content: "\f121"; }
  
  .fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"; }
  
  .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"; }
  
  .fa-location-arrow:before {
    content: "\f124"; }
  
  .fa-crop:before {
    content: "\f125"; }
  
  .fa-code-fork:before {
    content: "\f126"; }
  
  .fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"; }
  
  .fa-question:before {
    content: "\f128"; }
  
  .fa-info:before {
    content: "\f129"; }
  
  .fa-exclamation:before {
    content: "\f12a"; }
  
  .fa-superscript:before {
    content: "\f12b"; }
  
  .fa-subscript:before {
    content: "\f12c"; }
  
  .fa-eraser:before {
    content: "\f12d"; }
  
  .fa-puzzle-piece:before {
    content: "\f12e"; }
  
  .fa-microphone:before {
    content: "\f130"; }
  
  .fa-microphone-slash:before {
    content: "\f131"; }
  
  .fa-shield:before {
    content: "\f132"; }
  
  .fa-calendar-o:before {
    content: "\f133"; }
  
  .fa-fire-extinguisher:before {
    content: "\f134"; }
  
  .fa-rocket:before {
    content: "\f135"; }
  
  .fa-maxcdn:before {
    content: "\f136"; }
  
  .fa-chevron-circle-left:before {
    content: "\f137"; }
  
  .fa-chevron-circle-right:before {
    content: "\f138"; }
  
  .fa-chevron-circle-up:before {
    content: "\f139"; }
  
  .fa-chevron-circle-down:before {
    content: "\f13a"; }
  
  .fa-html5:before {
    content: "\f13b"; }
  
  .fa-css3:before {
    content: "\f13c"; }
  
  .fa-anchor:before {
    content: "\f13d"; }
  
  .fa-unlock-alt:before {
    content: "\f13e"; }
  
  .fa-bullseye:before {
    content: "\f140"; }
  
  .fa-ellipsis-h:before {
    content: "\f141"; }
  
  .fa-ellipsis-v:before {
    content: "\f142"; }
  
  .fa-rss-square:before {
    content: "\f143"; }
  
  .fa-play-circle:before {
    content: "\f144"; }
  
  .fa-ticket:before {
    content: "\f145"; }
  
  .fa-minus-square:before {
    content: "\f146"; }
  
  .fa-minus-square-o:before {
    content: "\f147"; }
  
  .fa-level-up:before {
    content: "\f148"; }
  
  .fa-level-down:before {
    content: "\f149"; }
  
  .fa-check-square:before {
    content: "\f14a"; }
  
  .fa-pencil-square:before {
    content: "\f14b"; }
  
  .fa-external-link-square:before {
    content: "\f14c"; }
  
  .fa-share-square:before {
    content: "\f14d"; }
  
  .fa-compass:before {
    content: "\f14e"; }
  
  .fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"; }
  
  .fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"; }
  
  .fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"; }
  
  .fa-euro:before, .fa-eur:before {
    content: "\f153"; }
  
  .fa-gbp:before {
    content: "\f154"; }
  
  .fa-dollar:before, .fa-usd:before {
    content: "\f155"; }
  
  .fa-rupee:before, .fa-inr:before {
    content: "\f156"; }
  
  .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"; }
  
  .fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"; }
  
  .fa-won:before, .fa-krw:before {
    content: "\f159"; }
  
  .fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"; }
  
  .fa-file:before {
    content: "\f15b"; }
  
  .fa-file-text:before {
    content: "\f15c"; }
  
  .fa-sort-alpha-asc:before {
    content: "\f15d"; }
  
  .fa-sort-alpha-desc:before {
    content: "\f15e"; }
  
  .fa-sort-amount-asc:before {
    content: "\f160"; }
  
  .fa-sort-amount-desc:before {
    content: "\f161"; }
  
  .fa-sort-numeric-asc:before {
    content: "\f162"; }
  
  .fa-sort-numeric-desc:before {
    content: "\f163"; }
  
  .fa-thumbs-up:before {
    content: "\f164"; }
  
  .fa-thumbs-down:before {
    content: "\f165"; }
  
  .fa-youtube-square:before {
    content: "\f166"; }
  
  .fa-youtube:before {
    content: "\f167"; }
  
  .fa-xing:before {
    content: "\f168"; }
  
  .fa-xing-square:before {
    content: "\f169"; }
  
  .fa-youtube-play:before {
    content: "\f16a"; }
  
  .fa-dropbox:before {
    content: "\f16b"; }
  
  .fa-stack-overflow:before {
    content: "\f16c"; }
  
  .fa-instagram:before {
    content: "\f16d"; }
  
  .fa-flickr:before {
    content: "\f16e"; }
  
  .fa-adn:before {
    content: "\f170"; }
  
  .fa-bitbucket:before {
    content: "\f171"; }
  
  .fa-bitbucket-square:before {
    content: "\f172"; }
  
  .fa-tumblr:before {
    content: "\f173"; }
  
  .fa-tumblr-square:before {
    content: "\f174"; }
  
  .fa-long-arrow-down:before {
    content: "\f175"; }
  
  .fa-long-arrow-up:before {
    content: "\f176"; }
  
  .fa-long-arrow-left:before {
    content: "\f177"; }
  
  .fa-long-arrow-right:before {
    content: "\f178"; }
  
  .fa-apple:before {
    content: "\f179"; }
  
  .fa-windows:before {
    content: "\f17a"; }
  
  .fa-android:before {
    content: "\f17b"; }
  
  .fa-linux:before {
    content: "\f17c"; }
  
  .fa-dribbble:before {
    content: "\f17d"; }
  
  .fa-skype:before {
    content: "\f17e"; }
  
  .fa-foursquare:before {
    content: "\f180"; }
  
  .fa-trello:before {
    content: "\f181"; }
  
  .fa-female:before {
    content: "\f182"; }
  
  .fa-male:before {
    content: "\f183"; }
  
  .fa-gittip:before, .fa-gratipay:before {
    content: "\f184"; }
  
  .fa-sun-o:before {
    content: "\f185"; }
  
  .fa-moon-o:before {
    content: "\f186"; }
  
  .fa-archive:before {
    content: "\f187"; }
  
  .fa-bug:before {
    content: "\f188"; }
  
  .fa-vk:before {
    content: "\f189"; }
  
  .fa-weibo:before {
    content: "\f18a"; }
  
  .fa-renren:before {
    content: "\f18b"; }
  
  .fa-pagelines:before {
    content: "\f18c"; }
  
  .fa-stack-exchange:before {
    content: "\f18d"; }
  
  .fa-arrow-circle-o-right:before {
    content: "\f18e"; }
  
  .fa-arrow-circle-o-left:before {
    content: "\f190"; }
  
  .fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"; }
  
  .fa-dot-circle-o:before {
    content: "\f192"; }
  
  .fa-wheelchair:before {
    content: "\f193"; }
  
  .fa-vimeo-square:before {
    content: "\f194"; }
  
  .fa-turkish-lira:before, .fa-try:before {
    content: "\f195"; }
  
  .fa-plus-square-o:before {
    content: "\f196"; }
  
  .fa-space-shuttle:before {
    content: "\f197"; }
  
  .fa-slack:before {
    content: "\f198"; }
  
  .fa-envelope-square:before {
    content: "\f199"; }
  
  .fa-wordpress:before {
    content: "\f19a"; }
  
  .fa-openid:before {
    content: "\f19b"; }
  
  .fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"; }
  
  .fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"; }
  
  .fa-yahoo:before {
    content: "\f19e"; }
  
  .fa-google:before {
    content: "\f1a0"; }
  
  .fa-reddit:before {
    content: "\f1a1"; }
  
  .fa-reddit-square:before {
    content: "\f1a2"; }
  
  .fa-stumbleupon-circle:before {
    content: "\f1a3"; }
  
  .fa-stumbleupon:before {
    content: "\f1a4"; }
  
  .fa-delicious:before {
    content: "\f1a5"; }
  
  .fa-digg:before {
    content: "\f1a6"; }
  
  .fa-pied-piper:before {
    content: "\f1a7"; }
  
  .fa-pied-piper-alt:before {
    content: "\f1a8"; }
  
  .fa-drupal:before {
    content: "\f1a9"; }
  
  .fa-joomla:before {
    content: "\f1aa"; }
  
  .fa-language:before {
    content: "\f1ab"; }
  
  .fa-fax:before {
    content: "\f1ac"; }
  
  .fa-building:before {
    content: "\f1ad"; }
  
  .fa-child:before {
    content: "\f1ae"; }
  
  .fa-paw:before {
    content: "\f1b0"; }
  
  .fa-spoon:before {
    content: "\f1b1"; }
  
  .fa-cube:before {
    content: "\f1b2"; }
  
  .fa-cubes:before {
    content: "\f1b3"; }
  
  .fa-behance:before {
    content: "\f1b4"; }
  
  .fa-behance-square:before {
    content: "\f1b5"; }
  
  .fa-steam:before {
    content: "\f1b6"; }
  
  .fa-steam-square:before {
    content: "\f1b7"; }
  
  .fa-recycle:before {
    content: "\f1b8"; }
  
  .fa-automobile:before, .fa-car:before {
    content: "\f1b9"; }
  
  .fa-cab:before, .fa-taxi:before {
    content: "\f1ba"; }
  
  .fa-tree:before {
    content: "\f1bb"; }
  
  .fa-spotify:before {
    content: "\f1bc"; }
  
  .fa-deviantart:before {
    content: "\f1bd"; }
  
  .fa-soundcloud:before {
    content: "\f1be"; }
  
  .fa-database:before {
    content: "\f1c0"; }
  
  .fa-file-pdf-o:before {
    content: "\f1c1"; }
  
  .fa-file-word-o:before {
    content: "\f1c2"; }
  
  .fa-file-excel-o:before {
    content: "\f1c3"; }
  
  .fa-file-powerpoint-o:before {
    content: "\f1c4"; }
  
  .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"; }
  
  .fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"; }
  
  .fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"; }
  
  .fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"; }
  
  .fa-file-code-o:before {
    content: "\f1c9"; }
  
  .fa-vine:before {
    content: "\f1ca"; }
  
  .fa-codepen:before {
    content: "\f1cb"; }
  
  .fa-jsfiddle:before {
    content: "\f1cc"; }
  
  .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"; }
  
  .fa-circle-o-notch:before {
    content: "\f1ce"; }
  
  .fa-ra:before, .fa-rebel:before {
    content: "\f1d0"; }
  
  .fa-ge:before, .fa-empire:before {
    content: "\f1d1"; }
  
  .fa-git-square:before {
    content: "\f1d2"; }
  
  .fa-git:before {
    content: "\f1d3"; }
  
  .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"; }
  
  .fa-tencent-weibo:before {
    content: "\f1d5"; }
  
  .fa-qq:before {
    content: "\f1d6"; }
  
  .fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"; }
  
  .fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"; }
  
  .fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"; }
  
  .fa-history:before {
    content: "\f1da"; }
  
  .fa-circle-thin:before {
    content: "\f1db"; }
  
  .fa-header:before {
    content: "\f1dc"; }
  
  .fa-paragraph:before {
    content: "\f1dd"; }
  
  .fa-sliders:before {
    content: "\f1de"; }
  
  .fa-share-alt:before {
    content: "\f1e0"; }
  
  .fa-share-alt-square:before {
    content: "\f1e1"; }
  
  .fa-bomb:before {
    content: "\f1e2"; }
  
  .fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"; }
  
  .fa-tty:before {
    content: "\f1e4"; }
  
  .fa-binoculars:before {
    content: "\f1e5"; }
  
  .fa-plug:before {
    content: "\f1e6"; }
  
  .fa-slideshare:before {
    content: "\f1e7"; }
  
  .fa-twitch:before {
    content: "\f1e8"; }
  
  .fa-yelp:before {
    content: "\f1e9"; }
  
  .fa-newspaper-o:before {
    content: "\f1ea"; }
  
  .fa-wifi:before {
    content: "\f1eb"; }
  
  .fa-calculator:before {
    content: "\f1ec"; }
  
  .fa-paypal:before {
    content: "\f1ed"; }
  
  .fa-google-wallet:before {
    content: "\f1ee"; }
  
  .fa-cc-visa:before {
    content: "\f1f0"; }
  
  .fa-cc-mastercard:before {
    content: "\f1f1"; }
  
  .fa-cc-discover:before {
    content: "\f1f2"; }
  
  .fa-cc-amex:before {
    content: "\f1f3"; }
  
  .fa-cc-paypal:before {
    content: "\f1f4"; }
  
  .fa-cc-stripe:before {
    content: "\f1f5"; }
  
  .fa-bell-slash:before {
    content: "\f1f6"; }
  
  .fa-bell-slash-o:before {
    content: "\f1f7"; }
  
  .fa-trash:before {
    content: "\f1f8"; }
  
  .fa-copyright:before {
    content: "\f1f9"; }
  
  .fa-at:before {
    content: "\f1fa"; }
  
  .fa-eyedropper:before {
    content: "\f1fb"; }
  
  .fa-paint-brush:before {
    content: "\f1fc"; }
  
  .fa-birthday-cake:before {
    content: "\f1fd"; }
  
  .fa-area-chart:before {
    content: "\f1fe"; }
  
  .fa-pie-chart:before {
    content: "\f200"; }
  
  .fa-line-chart:before {
    content: "\f201"; }
  
  .fa-lastfm:before {
    content: "\f202"; }
  
  .fa-lastfm-square:before {
    content: "\f203"; }
  
  .fa-toggle-off:before {
    content: "\f204"; }
  
  .fa-toggle-on:before {
    content: "\f205"; }
  
  .fa-bicycle:before {
    content: "\f206"; }
  
  .fa-bus:before {
    content: "\f207"; }
  
  .fa-ioxhost:before {
    content: "\f208"; }
  
  .fa-angellist:before {
    content: "\f209"; }
  
  .fa-cc:before {
    content: "\f20a"; }
  
  .fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"; }
  
  .fa-meanpath:before {
    content: "\f20c"; }
  
  .fa-buysellads:before {
    content: "\f20d"; }
  
  .fa-connectdevelop:before {
    content: "\f20e"; }
  
  .fa-dashcube:before {
    content: "\f210"; }
  
  .fa-forumbee:before {
    content: "\f211"; }
  
  .fa-leanpub:before {
    content: "\f212"; }
  
  .fa-sellsy:before {
    content: "\f213"; }
  
  .fa-shirtsinbulk:before {
    content: "\f214"; }
  
  .fa-simplybuilt:before {
    content: "\f215"; }
  
  .fa-skyatlas:before {
    content: "\f216"; }
  
  .fa-cart-plus:before {
    content: "\f217"; }
  
  .fa-cart-arrow-down:before {
    content: "\f218"; }
  
  .fa-diamond:before {
    content: "\f219"; }
  
  .fa-ship:before {
    content: "\f21a"; }
  
  .fa-user-secret:before {
    content: "\f21b"; }
  
  .fa-motorcycle:before {
    content: "\f21c"; }
  
  .fa-street-view:before {
    content: "\f21d"; }
  
  .fa-heartbeat:before {
    content: "\f21e"; }
  
  .fa-venus:before {
    content: "\f221"; }
  
  .fa-mars:before {
    content: "\f222"; }
  
  .fa-mercury:before {
    content: "\f223"; }
  
  .fa-intersex:before, .fa-transgender:before {
    content: "\f224"; }
  
  .fa-transgender-alt:before {
    content: "\f225"; }
  
  .fa-venus-double:before {
    content: "\f226"; }
  
  .fa-mars-double:before {
    content: "\f227"; }
  
  .fa-venus-mars:before {
    content: "\f228"; }
  
  .fa-mars-stroke:before {
    content: "\f229"; }
  
  .fa-mars-stroke-v:before {
    content: "\f22a"; }
  
  .fa-mars-stroke-h:before {
    content: "\f22b"; }
  
  .fa-neuter:before {
    content: "\f22c"; }
  
  .fa-genderless:before {
    content: "\f22d"; }
  
  .fa-facebook-official:before {
    content: "\f230"; }
  
  .fa-pinterest-p:before {
    content: "\f231"; }
  
  .fa-whatsapp:before {
    content: "\f232"; }
  
  .fa-server:before {
    content: "\f233"; }
  
  .fa-user-plus:before {
    content: "\f234"; }
  
  .fa-user-times:before {
    content: "\f235"; }
  
  .fa-hotel:before, .fa-bed:before {
    content: "\f236"; }
  
  .fa-viacoin:before {
    content: "\f237"; }
  
  .fa-train:before {
    content: "\f238"; }
  
  .fa-subway:before {
    content: "\f239"; }
  
  .fa-medium:before {
    content: "\f23a"; }
  
  .fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"; }
  
  .fa-optin-monster:before {
    content: "\f23c"; }
  
  .fa-opencart:before {
    content: "\f23d"; }
  
  .fa-expeditedssl:before {
    content: "\f23e"; }
  
  .fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"; }
  
  .fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"; }
  
  .fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"; }
  
  .fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"; }
  
  .fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"; }
  
  .fa-mouse-pointer:before {
    content: "\f245"; }
  
  .fa-i-cursor:before {
    content: "\f246"; }
  
  .fa-object-group:before {
    content: "\f247"; }
  
  .fa-object-ungroup:before {
    content: "\f248"; }
  
  .fa-sticky-note:before {
    content: "\f249"; }
  
  .fa-sticky-note-o:before {
    content: "\f24a"; }
  
  .fa-cc-jcb:before {
    content: "\f24b"; }
  
  .fa-cc-diners-club:before {
    content: "\f24c"; }
  
  .fa-clone:before {
    content: "\f24d"; }
  
  .fa-balance-scale:before {
    content: "\f24e"; }
  
  .fa-hourglass-o:before {
    content: "\f250"; }
  
  .fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"; }
  
  .fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"; }
  
  .fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"; }
  
  .fa-hourglass:before {
    content: "\f254"; }
  
  .fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"; }
  
  .fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"; }
  
  .fa-hand-scissors-o:before {
    content: "\f257"; }
  
  .fa-hand-lizard-o:before {
    content: "\f258"; }
  
  .fa-hand-spock-o:before {
    content: "\f259"; }
  
  .fa-hand-pointer-o:before {
    content: "\f25a"; }
  
  .fa-hand-peace-o:before {
    content: "\f25b"; }
  
  .fa-trademark:before {
    content: "\f25c"; }
  
  .fa-registered:before {
    content: "\f25d"; }
  
  .fa-creative-commons:before {
    content: "\f25e"; }
  
  .fa-gg:before {
    content: "\f260"; }
  
  .fa-gg-circle:before {
    content: "\f261"; }
  
  .fa-tripadvisor:before {
    content: "\f262"; }
  
  .fa-odnoklassniki:before {
    content: "\f263"; }
  
  .fa-odnoklassniki-square:before {
    content: "\f264"; }
  
  .fa-get-pocket:before {
    content: "\f265"; }
  
  .fa-wikipedia-w:before {
    content: "\f266"; }
  
  .fa-safari:before {
    content: "\f267"; }
  
  .fa-chrome:before {
    content: "\f268"; }
  
  .fa-firefox:before {
    content: "\f269"; }
  
  .fa-opera:before {
    content: "\f26a"; }
  
  .fa-internet-explorer:before {
    content: "\f26b"; }
  
  .fa-tv:before, .fa-television:before {
    content: "\f26c"; }
  
  .fa-contao:before {
    content: "\f26d"; }
  
  .fa-500px:before {
    content: "\f26e"; }
  
  .fa-amazon:before {
    content: "\f270"; }
  
  .fa-calendar-plus-o:before {
    content: "\f271"; }
  
  .fa-calendar-minus-o:before {
    content: "\f272"; }
  
  .fa-calendar-times-o:before {
    content: "\f273"; }
  
  .fa-calendar-check-o:before {
    content: "\f274"; }
  
  .fa-industry:before {
    content: "\f275"; }
  
  .fa-map-pin:before {
    content: "\f276"; }
  
  .fa-map-signs:before {
    content: "\f277"; }
  
  .fa-map-o:before {
    content: "\f278"; }
  
  .fa-map:before {
    content: "\f279"; }
  
  .fa-commenting:before {
    content: "\f27a"; }
  
  .fa-commenting-o:before {
    content: "\f27b"; }
  
  .fa-houzz:before {
    content: "\f27c"; }
  
  .fa-vimeo:before {
    content: "\f27d"; }
  
  .fa-black-tie:before {
    content: "\f27e"; }
  
  .fa-fonticons:before {
    content: "\f280"; }
  
  .fa-reddit-alien:before {
    content: "\f281"; }
  
  .fa-edge:before {
    content: "\f282"; }
  
  .fa-credit-card-alt:before {
    content: "\f283"; }
  
  .fa-codiepie:before {
    content: "\f284"; }
  
  .fa-modx:before {
    content: "\f285"; }
  
  .fa-fort-awesome:before {
    content: "\f286"; }
  
  .fa-usb:before {
    content: "\f287"; }
  
  .fa-product-hunt:before {
    content: "\f288"; }
  
  .fa-mixcloud:before {
    content: "\f289"; }
  
  .fa-scribd:before {
    content: "\f28a"; }
  
  .fa-pause-circle:before {
    content: "\f28b"; }
  
  .fa-pause-circle-o:before {
    content: "\f28c"; }
  
  .fa-stop-circle:before {
    content: "\f28d"; }
  
  .fa-stop-circle-o:before {
    content: "\f28e"; }
  
  .fa-shopping-bag:before {
    content: "\f290"; }
  
  .fa-shopping-basket:before {
    content: "\f291"; }
  
  .fa-hashtag:before {
    content: "\f292"; }
  
  .fa-bluetooth:before {
    content: "\f293"; }
  
  .fa-bluetooth-b:before {
    content: "\f294"; }
  
  .fa-percent:before {
    content: "\f295"; }
  
  .fa-gitlab:before {
    content: "\f296"; }
  
  .fa-wpbeginner:before {
    content: "\f297"; }
  
  .fa-wpforms:before {
    content: "\f298"; }
  
  .fa-envira:before {
    content: "\f299"; }
  
  .fa-universal-access:before {
    content: "\f29a"; }
  
  .fa-wheelchair-alt:before {
    content: "\f29b"; }
  
  .fa-question-circle-o:before {
    content: "\f29c"; }
  
  .fa-blind:before {
    content: "\f29d"; }
  
  .fa-audio-description:before {
    content: "\f29e"; }
  
  .fa-volume-control-phone:before {
    content: "\f2a0"; }
  
  .fa-braille:before {
    content: "\f2a1"; }
  
  .fa-assistive-listening-systems:before {
    content: "\f2a2"; }
  
  .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"; }
  
  .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"; }
  
  .fa-glide:before {
    content: "\f2a5"; }
  
  .fa-glide-g:before {
    content: "\f2a6"; }
  
  .fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"; }
  
  .fa-low-vision:before {
    content: "\f2a8"; }
  
  .fa-viadeo:before {
    content: "\f2a9"; }
  
  .fa-viadeo-square:before {
    content: "\f2aa"; }
  
  .fa-snapchat:before {
    content: "\f2ab"; }
  
  .fa-snapchat-ghost:before {
    content: "\f2ac"; }
  
  .fa-snapchat-square:before {
    content: "\f2ad"; }
  
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  
  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
  
  /**
   * Global styles applied to ecommerce template components. Includes styles for;
   *
   * Typography
   * Header
   * Footer
   * Main content area
   * Accessiblity helper classes
   * 404
   * Comments
   * Content (posts etc)
   * Forms
   * Media
   * pagination
   * Post formats
   * Widgets
   */
  /**
   * Typography
   */


@font-face {
    font-family: 'Nunito Sans';
    src: url('/pizzaro/fonts/unitoSans-Regular.eot');
    src: url('/pizzaro/fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/pizzaro/fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('/pizzaro/fonts/NunitoSans-Regular.woff') format('woff'),
        url('/pizzaro/fonts/NunitoSans-Regular.ttf') format('truetype'),
        url('/pizzaro/fonts/NunitoSans-Regular.svg#NunitoSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Futura PT';
  src: url('/pizzaro/fonts/FuturaPT-Light.eot');
  src: url('/pizzaro/fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
      url('/pizzaro/fonts/FuturaPT-Light.woff2') format('woff2'),
      url('/pizzaro/fonts/FuturaPT-Light.woff') format('woff'),
      url('/pizzaro/fonts/FuturaPT-Light.ttf') format('truetype'),
      url('/pizzaro/fonts/FuturaPT-Light.svg#FuturaPT-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura PT';
  src: url('/pizzaro/fonts/FuturaPT-Bold.eot');
  src: url('/pizzaro/fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
      url('/pizzaro/fonts/FuturaPT-Bold.woff2') format('woff2'),
      url('/pizzaro/fonts/FuturaPT-Bold.woff') format('woff'),
      url('/pizzaro/fonts/FuturaPT-Bold.ttf') format('truetype'),
      url('/pizzaro/fonts/FuturaPT-Bold.svg#FuturaPT-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.centered p {
    font-family: 'Nunito Sans';
    font-size: 13px;
}

  body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: #fff;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Futura PT';
    font-size: 14px; }
    body.grid {
      background-image: url(assets/images/grid.png );
      background-repeat: repeat-y;
      background-position: center; }
  
  body, button, input, textarea {
    color: #000000;
    line-height: 1.75;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'Futura PT';
 }

 h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize;
    font-weight: 300;
}
  
 .menu.nav-menu li a {
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Futura PT';
}
  
  select {
    color: initial;
     }
  
  .section-title, .error404 .page-content section h2, .error404 .fourohfour-columns-2 .col-1 h2, .related > h2:first-child, .upsells > h2:first-child, .woocommerce-cart .cart-collaterals + .cross-sells h2 {
    font-size: 1.625em;
    font-weight: normal;
    color: #484848;
    text-align: center;
    padding-bottom: 0.692em;
    margin-bottom: 2.692em;
    border-bottom: 1px solid #e9e9e9;
    position: relative; 
    font-size: 38px;
    text-transform: uppercase;
  }
  
  .section-product .product-inner h1 {
    
    font-size: 58px;
    margin-bottom: 0;
  }
  
  .section-product .product-inner p {
    font-size: 18px;
  }
    .section-title::after, .error404 .page-content section h2::after, .error404 .fourohfour-columns-2 .col-1 h2::after, .related > h2:first-child::after, .upsells > h2:first-child::after, .woocommerce-cart .cart-collaterals + .cross-sells h2::after {
      content: "";
      width: 80px;
      height: 3px;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      bottom: -2px; }
  
  .container, .col-full, .woocommerce-tabs .panel, .woocommerce-breadcrumb, .section-product .product-wrapper, .woocommerce-page.archive.full-width .pizzaro-sorting .food-type-filter, .single-product.style-2 .woocommerce-tabs ul.tabs, .single-product.style-3 div.product form.cart {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .container:before, .col-full:before, .woocommerce-tabs .panel:before, .woocommerce-breadcrumb:before, .section-product .product-wrapper:before, .woocommerce-page.archive.full-width .pizzaro-sorting .food-type-filter:before, .single-product.style-2 .woocommerce-tabs ul.tabs:before, .single-product.style-3 div.product form.cart:before, .container:after, .col-full:after, .woocommerce-tabs .panel:after, .woocommerce-breadcrumb:after, .section-product .product-wrapper:after, .woocommerce-page.archive.full-width .pizzaro-sorting .food-type-filter:after, .single-product.style-2 .woocommerce-tabs ul.tabs:after, .single-product.style-3 div.product form.cart:after {
      content: "";
      display: table; }
    .container:after, .col-full:after, .woocommerce-tabs .panel:after, .woocommerce-breadcrumb:after, .section-product .product-wrapper:after, .woocommerce-page.archive.full-width .pizzaro-sorting .food-type-filter:after, .single-product.style-2 .woocommerce-tabs ul.tabs:after, .single-product.style-3 div.product form.cart:after {
      clear: both; }
    @media (min-width: 768px) {
      .container, .col-full, .woocommerce-tabs .panel, .woocommerce-breadcrumb, .section-product .product-wrapper, .woocommerce-page.archive.full-width .pizzaro-sorting .food-type-filter, .single-product.style-2 .woocommerce-tabs ul.tabs, .single-product.style-3 div.product form.cart {
        width: 750px; } }
    @media (min-width: 992px) {
      .container, .col-full, .woocommerce-tabs .panel, .woocommerce-breadcrumb, .section-product .product-wrapper, .woocommerce-page.archive.full-width .pizzaro-sorting .food-type-filter, .single-product.style-2 .woocommerce-tabs ul.tabs, .single-product.style-3 div.product form.cart {
        width: 970px; } }
    @media (min-width: 1200px) {
      .container, .col-full, .woocommerce-tabs .panel, .woocommerce-breadcrumb, .section-product .product-wrapper, .woocommerce-page.archive.full-width .pizzaro-sorting .food-type-filter, .single-product.style-2 .woocommerce-tabs ul.tabs, .single-product.style-3 div.product form.cart {
        width: 1200px; } }
  
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .container-fluid:before, .container-fluid:after {
      content: "";
      display: table; }
    .container-fluid:after {
      clear: both; }
  
  h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0 0 0.5407911001em;
    color: #000; }
  
  h1, .alpha {
    font-size: 2.617924em;
    line-height: 1.214;
    letter-spacing: -1px; }
  
  h2, .beta {
    font-size: 2em;
    line-height: 1.214; }
    h2 + h3, .beta + h3 {
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      padding-top: 0.5407911001em; }
  
  h3, .gamma {
    font-size: 1.618em;
     }
  
  h4, .delta {
    font-size: 1.41575em;
     }
  
  .alpha, .beta, .gamma, .delta {
    display: block; }
  
  p + h2, p + header h2, p + h3, p + h4, ul + h2, ul + header h2, ul + h3, ul + h4, ol + h2, ol + header h2, ol + h3, ol + h4, table + h2, table + header h2, table + h3, table + h4, blockquote + h2, blockquote + header h2, blockquote + h3, blockquote + h4, form + h2, form + header h2, form + h3, form + h4 {
    margin-top: 2.2906835em; }
  
  hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 0 0 1em; }
  
  p {
    margin: 0 0 1em; 
      color: #000;
  }
  
  ul, ol {
    margin: 0 0 1em 3em;
    padding: 0; }
  
  ul {
    list-style: disc; }
  
  ol {
    list-style: decimal; }
  
  li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1em; }
  
  dt {
    font-weight: 700; }
  
  dd {
    margin: 0 0 1.618em; }
  
  b, strong {
    font-weight: 700; }
  
  dfn, cite, em, i {
    font-style: italic; }
  
  blockquote {
    padding: 2.5em 4em 2.5em 0;
    margin: 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e9e9e9;
    font-size: 1em;
    color: #666666;
    font-style: italic;
    display: table;
    width: 100%; }
    blockquote:before {
      color: #cfcfcf;
      content: "\42";
      float: left;
      font-family: "font-pizzaro";
      font-size: 3em;
      font-style: normal;
      padding-right: 0.417em;
      line-height: 1.2; }
    blockquote::before, blockquote p {
      display: table-cell;
      vertical-align: middle; }
    blockquote p {
      font-size: 1.313em;
      line-height: 1.4;
      width: 100%; }
      blockquote p cite {
        display: block;
        margin-top: 24px;
        font-style: normal;
        font-size: 0.7em;
        color: #333e48;
        font-weight: 600; }
  
  address {
    margin: 0 0 1em; }
  
  pre {
    background: rgba(0, 0, 0, 0.1);
    font-family: "Courier 10 Pitch", Courier, monospace;
    margin-bottom: 1.618em;
    padding: 1.618em;
    overflow: auto;
    max-width: 100%; }
  
  code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    padding: .202em 0.5407911001em; }
  
  abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help; }
  
  mark, ins {
    text-decoration: none;
    background: transparent; }
  
  sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  
  sup {
    bottom: 1ex; }
  
  sub {
    top: .5ex; }
  
  small {
    font-size: 75%; }
  
  big {
    font-size: 125%; }
  
  figure {
    margin: 0; }
  
  table {
    margin: 0 0 1em;
    width: 100%; }
  
  th {
    font-weight: bold; }
  
  img {
    height: auto;
    max-width: 100%;
    display: block; }
  
  a {
    color: #000;
    text-decoration: none; }
    a:focus, a:hover {
      outline: none;
      color: #000;
      text-decoration: none; }
  
  .pizzaro-cute * {
    font-family: "Comic Sans MS", sans-serif; }
  
  .strike-line-title, .section-recent-posts .pre-title {
    margin-right: 1em;
    margin-left: 1em;
    position: relative;
    z-index: 1;
    color: #2b2929;
    font-size: 0.875em;
    margin-bottom: 2.429em;
    margin-top: 0.857em; }
    .strike-line-title:before, .section-recent-posts .pre-title:before {
      border-top: 1px solid #e9e9e9;
      content: "";
      margin: 0 auto;
      /* this centers the line to the full width specified */
      position: absolute;
      /* positioning must be absolute here, and relative positioning must be applied to the parent */
      top: 50%;
      left: 0;
      right: 0;
      bottom: 0;
      width: 95%;
      z-index: -1; }
    .strike-line-title span, .section-recent-posts .pre-title span {
      /* to hide the lines from behind the text, you have to set the background color the same as the container */
      background: #fff;
      padding: 0 15px; }
  
  /**
   * Global styles
   */
  * {
    box-sizing: border-box; }
  
  body {
    overflow-x: hidden;
   }
  

  /**
   * Header
   */
  .pizzaro-logo {
    fill: #fff;
    max-height: 54px; }
  
  .site-header {
    padding-top: 1.618em;
    padding-bottom: 1.618em;
    background-position: center center;
    position: relative;
    z-index: 999; }
    .site-header .site-logo-anchor, .site-header .site-logo-link, .site-header .custom-logo-link {
      display: block; }
      .site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img {
        max-width: 180px; }
    .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link, .site-header .custom-logo-link {
      margin-bottom: 0;
      float: left; }
    .site-header .widget {
      margin-bottom: 0; }
  
  .no-wc-breadcrumb .site-header {
    margin-bottom: 4.236em; }
  .no-wc-breadcrumb.page-template-template-homepage .site-header {
    margin-bottom: 0; }
  
  .header-widget-region {
    position: relative;
    z-index: 99; }
  
  .site-branding h1 {
    font-size: 2em;
    letter-spacing: -1px;
    margin: 0; }
    .site-branding h1 a {
      font-weight: 700; }
  .site-branding .site-description {
    font-size: .857em;
    display: none; }
  
  .header-phone-numbers {
    text-align: right; }
    .header-phone-numbers .intro-text {
      color: #ff7a40; }
    .header-phone-numbers .intro-text, .header-phone-numbers .select-city-phone-numbers {
      display: inline-block;
      font-size: 0.875em;
      line-height: 1;
      vertical-align: middle;
      letter-spacing: -0.025em; }
    .header-phone-numbers .select-city-phone-numbers {
      max-width: 100%;
      padding: 0;
      -moz-appearance: none;
      -webkit-appearance: none;
      color: #fff;
      background-color: transparent;
      border: none;
      padding-right: 12px;
      text-indent: 6px;
      background-repeat: no-repeat;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAQAAAAHDYbIAAAAN0lEQVQI12P4f+S/OQMQ/Nf9v5uJYQvD5v8q/2UYtjGcAYlN+//k/73/S/4zgjjMQMbO/2wMDABu6BhjzbYAsAAAAABJRU5ErkJggg==) no-repeat right .15rem center; }
      .header-phone-numbers .select-city-phone-numbers:focus {
        border-color: #51a7e8;
        outline: none; }
      .header-phone-numbers .select-city-phone-numbers::-ms-expand {
        opacity: 0; }
      .header-phone-numbers .select-city-phone-numbers option {
        background-color: #fff;
        color: #000; }
    .header-phone-numbers .phone-number {
      font-weight: 800;
      color: #fff;
      font-size: 1.75em;
      line-height: 1;
      letter-spacing: -0.01em;
      display: block; 
      font-family: 'Nunito Sans'; }
  
  /**
   * Main content area
   */
  .page .entry-header {
    text-align: center;
    margin-bottom: 2.857em; }
    .page .entry-header h1 {
      font-size: 2.125em;
      font-weight: normal;
      color: #454345;
      letter-spacing: -0.025em;
      margin-bottom: .6em; }
  
  .site-main {
    margin-bottom: 2.618em; }
  
  .site-content {
    outline: none; }
  
  .page-template-template-homepage .site-main {
    padding-top: 4.236em; }
  
  /**
   * Footer
   */
  .site-footer {
    background-color: #fff;
    color: #000;
    padding: 1.618em 0 5em; }
    .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
      color: #000; }
  
  /**
   * Alignment
   */
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1em; }
  
  .alignright {
    display: inline;
    float: right;
    margin-left: 1em; }
  
  .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto; }
  
  /**
   * Accessibility
   */
  .screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute; }
  
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    display: block;
    font-weight: bold;
    height: auto;
    left: 0;
    line-height: normal;
    padding: 1em 1.618em;
    text-decoration: none;
    top: 0;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
    outline: none; }
  
  /**
   * Clearing
   */
  .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table; }
  .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both; }
  
  /**
   * Tables
   */
  table {
    border-spacing: 0;
    width: 100%;
    border-collapse: separate; }
    table caption {
      padding: 1em 0;
      font-weight: 700; }
    table td, table th {
      padding: 1em 1.41575em;
      text-align: left;
      vertical-align: top; }
      table td p:last-child, table th p:last-child {
        margin-bottom: 0; }
    table thead th {
      text-transform: uppercase;
      padding: 1.41575em;
      vertical-align: middle;
      font-weight: 900; }
    table tbody h2 {
      font-size: 1em;
      letter-spacing: normal;
      font-weight: normal; }
      table tbody h2 a {
        font-weight: normal; }
  
  /**
   * 404 Styles
   */
  .error404 .site-content .widget_product_search form {
    margin: 0; }
  .error404 .content-area {
    width: 100%; }
  .error404 .fourohfour-columns-2 {
    padding: 2.617924em 0; }
    .error404 .fourohfour-columns-2:before, .error404 .fourohfour-columns-2:after {
      content: "";
      display: table; }
    .error404 .fourohfour-columns-2:after {
      clear: both; }
    .error404 .fourohfour-columns-2 ul.products, .error404 .fourohfour-columns-2 ul.products li.product, .error404 .fourohfour-columns-2 .widget {
      margin-bottom: 0; }
    .error404 .fourohfour-columns-2 .col-1 {
      width: 65.2173913043%;
      float: left;
      margin-right: 4.347826087%; }
      .error404 .fourohfour-columns-2 .col-1 ul.products li.product {
        width: 45.4545454545%;
        float: left;
        margin-right: 9.0909090909%; }
      .error404 .fourohfour-columns-2 .col-1 h2 {
        text-align: left;
        margin-bottom: 1.4em; }
    .error404 .fourohfour-columns-2 .col-2 {
      width: 30.4347826087%;
      float: right;
      margin-right: 0; }
      .error404 .fourohfour-columns-2 .col-2 h2 {
        font-size: 1.313em;
        color: #fff;
        letter-spacing: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding: 0 0 1em;
        margin-bottom: 1em;
        font-weight: 300; }
  
  /**
   * Comments
   */
  #comments {
    padding-top: 2.617924em; }
    #comments .comments-title {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      padding-bottom: 0.5407911001em;
      font-size: 2.2em;
      
      font-weight: 400; }
    #comments .comment-list {
      list-style: none;
      margin-left: 0; }
      #comments .comment-list .comment-body:before, #comments .comment-list .comment-body:after {
        content: "";
        display: table; }
      #comments .comment-list .comment-body:after {
        clear: both; }
      #comments .comment-list .comment-content .comment-text {
        padding: 1.618em;
        border-radius: 3px; }
        #comments .comment-list .comment-content .comment-text p:last-child {
          margin-bottom: 0; }
      #comments .comment-list .comment-meta a.comment-date {
        font-size: 0.875em; }
      #comments .comment-list .comment-meta cite {
        font-style: normal;
        clear: both;
        display: block; }
      #comments .comment-list .children {
        list-style: none; }
  
  .comment-content a {
    word-wrap: break-word; }
  
  #respond {
    clear: both;
    position: relative;
    display: inline-block;
    width: 100%; }
    #respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input {
      width: 100%; }
    #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
      margin-bottom: 2.4em; }
      #respond .comment-form-author label, #respond .comment-form-author .required, #respond .comment-form-email label, #respond .comment-form-email .required, #respond .comment-form-url label, #respond .comment-form-url .required, #respond .comment-form-comment label, #respond .comment-form-comment .required {
        font-size: 0.875em;
        color: #a1a1a1;
        font-weight: normal; }
    #respond .comment-reply-title, #respond .comment-form {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    #respond .comment-reply-title {
      width: 100%;
      font-size: 1.875em;
      
      font-weight: normal;
      padding-left: 0; }
      @media (min-width: 768px) {
        #respond .comment-reply-title {
          width: 25%; } }
      @media (min-width: 992px) {
        #respond .comment-reply-title {
          width: 25%; } }
    #respond .comment-form {
      width: 100%; }
      @media (min-width: 768px) {
        #respond .comment-form {
          width: 75%; } }
      @media (min-width: 992px) {
        #respond .comment-form {
          width: 75%; } }
    #respond.comment-respond .form-submit {
      clear: both; }
    #respond .form-submit, #respond form {
      margin-bottom: 0; }
    #respond input[type="submit"] {
      font-size: 0.938em;
      padding: .733em 2.063em; }
    #respond #cancel-comment-reply-link {
      display: block;
      height: 1em;
      width: 1em;
      overflow: hidden;
      line-height: 1;
      font-size: 1.41575em;
      text-align: center;
      -webkit-transition: -webkit-transform, ease, 0.3s;
      -moz-transition: -moz-transform, ease, 0.3s;
      transition: transform, ease, 0.3s; }
      #respond #cancel-comment-reply-link:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3); }
      #respond #cancel-comment-reply-link:before {
        display: inline-block;
        font: normal normal normal 1em/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f057";
        display: block; }
  
  /**
   * Content
   */
  .sticky .entry-title:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5407911001em;
    content: "\f08d"; }
  
  .dark .site-content {
    background-image: url('./assets/images/dark-pat.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; }
  
  .single .byline, .group-blog .byline {
    display: inline; }
  
  .page-links {
    clear: both;
    margin: 0 0 1em; }
  
  .po-veggie-icon {
    color: #4aaa19; }
  
  .fa-fire {
    color: #FF6600; }
  
  .fa-cutlery {
    color: #e3001c; }
  
  .author .avatar {
    width: 64px;
    margin-bottom: 1em; }
  
  /**
   * Forms
   */
  form {
    margin-bottom: 1.618em; }
  
  button, input, select, textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
    font-family: 'Nunito Sans';
}

.btn {
    font-family: 'Nunito Sans';
    border: 0;
    border-radius: 0;
}
  
  button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart {
    border: 0;
    background: none;
    color: #fff;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    padding: 0.8999em 4.6em;
    text-decoration: none;
    font-weight: bold;
    text-shadow: none;
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 50px;
    box-shadow: none;
    transition: all 0.2s ease-in-out 0s; }
    button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover {
      color: #fff; }
    button.added:after, input[type="button"].added:after, input[type="reset"].added:after, input[type="submit"].added:after, .button.added:after, .added_to_cart.added:after {
      display: inline-block;
      font: normal normal normal 1em/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f00c";
      margin-left: 0.5407911001em; }
    button.loading, input[type="button"].loading, input[type="reset"].loading, input[type="submit"].loading, .button.loading, .added_to_cart.loading {
      opacity: 0.5; }
    button.small, input[type="button"].small, input[type="reset"].small, input[type="submit"].small, .button.small, .added_to_cart.small {
      padding: 0.5407911001em 0.875em;
      font-size: 0.875em; }
    button.disabled, button:disabled, input[type="button"].disabled, input[type="button"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="submit"].disabled, input[type="submit"]:disabled, .button.disabled, .button:disabled, .added_to_cart.disabled, .added_to_cart:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
      button.disabled:hover, button:disabled:hover, input[type="button"].disabled:hover, input[type="button"]:disabled:hover, input[type="reset"].disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"].disabled:hover, input[type="submit"]:disabled:hover, .button.disabled:hover, .button:disabled:hover, .added_to_cart.disabled:hover, .added_to_cart:disabled:hover {
        opacity: 0.5; }
  
  .single_add_to_cart_button {
    padding: 1.219em 4.411em;
    line-height: 1; }
    .single_add_to_cart_button::before {
      font-family: "font-pizzaro";
      content: "\68";
      line-height: 1;
      margin-right: 0.6em;
      vertical-align: bottom;
      font-weight: 500;
      font-size: 1.125em; }
  
  .add_to_cart_button, .product_type_variable {
    padding: 0.907em 4.411em; }
    .add_to_cart_button::before, .product_type_variable::before {
      font-family: "font-pizzaro";
      content: "\78";
      font-size: 1.16em;
      line-height: 0;
      margin-right: 0.4em;
      vertical-align: middle;
      font-weight: 600; }
  
  input[type="checkbox"], input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */ }
  
  input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none; }
  
  input[type="search"] {
    box-sizing: border-box; }
  
  .no-padding {
    padding: 0; }
  
  button::-moz-focus-inner, input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0; }
  
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, .input-text {
    padding: 8px 12px;
    color: #000;
    -webkit-text-fill-color: #000;
    outline: none;
    border: 1px solid #cccccc;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    border-radius: 3px; 
    min-height: auto;
    height: auto;
    line-height: 24px;
    font-weight: 300;
}
    input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, .input-text:focus {
        color: #000;
        -webkit-text-fill-color: #000;
    }
  
  textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 0.875em;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 100%;
    border-radius: 4px; 
    color: #000;
    font-weight: 400;
  }
  
  label {
    font-weight: 600; }
  
  label.inline input {
    width: auto; }
  
  fieldset {
    padding: 0;
    border: 0;
    margin-bottom: 1.618em; }
    fieldset legend {
      font-weight: 700; }
  
  [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.5s 0.5s ease;
    -moz-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0; }
  
  /**
   * Media
   */
  .page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    display: inline-block;
    border-radius: 0; }
  
  /**
   * Captions
   */
  .wp-caption {
    margin-bottom: 1em;
    max-width: 100%; }
    .wp-caption img[class*="wp-image-"] {
      display: block;
      margin: 0 auto; }
    .wp-caption .wp-caption-text {
      text-align: left;
      font-style: italic;
      border-bottom: 2px solid rgba(0, 0, 0, 0.05);
      padding: 1em 0; }
  
  /**
   * Galleries
   */
  .gallery {
    margin-bottom: 1em; }
    .gallery:before, .gallery:after {
      content: "";
      display: table; }
    .gallery:after {
      clear: both; }
    .gallery .gallery-item {
      float: left; }
      .gallery .gallery-item .gallery-icon a {
        display: block; }
      .gallery .gallery-item .gallery-icon img {
        border: none;
        height: auto;
        margin: 0 auto; }
      .gallery .gallery-item .gallery-caption {
        margin: 0;
        text-align: center; }
    .gallery.gallery-columns-1 .gallery-item {
      width: 100%; }
    .gallery.gallery-columns-2 .gallery-item {
      width: 50%; }
    .gallery.gallery-columns-3 .gallery-item {
      width: 33.3%; }
    .gallery.gallery-columns-4 .gallery-item {
      width: 25%; }
    .gallery.gallery-columns-5 .gallery-item {
      width: 20%; }
    .gallery.gallery-columns-6 .gallery-item {
      width: 16.666666667%; }
    .gallery.gallery-columns-7 .gallery-item {
      width: 14.285714286%; }
    .gallery.gallery-columns-8 .gallery-item {
      width: 12.5%; }
    .gallery.gallery-columns-9 .gallery-item {
      width: 11.111111111%; }
  
  /**
   * Embeds
   */
  embed, iframe, object, video {
    max-width: 100%;
    border: none; }
  
  /**
   * Pagination
   */
  .site-main nav.navigation {
    margin: 0 0 1em; }
    .site-main nav.navigation:before, .site-main nav.navigation:after {
      content: "";
      display: table; }
    .site-main nav.navigation:after {
      clear: both; }
    .site-main nav.navigation .nav-previous a, .site-main nav.navigation .nav-next a {
      display: inline-block;
      -webkit-transition: all, ease, .3s;
      -moz-transition: all, ease, .3s;
      transition: all, ease, .3s;
      padding: 0.6180469716em 2em;
      border-radius: 50px;
      font-size: 15px;
      background-color: #fafafa;
      font-style: italic; }
      .site-main nav.navigation .nav-previous a:hover, .site-main nav.navigation .nav-next a:hover {
        background-color: #f1f1f1; }
    .site-main nav.navigation .nav-previous {
      float: left;
      width: 50%; }
      .site-main nav.navigation .nav-previous a:before {
        display: inline-block;
        font: normal normal normal 1em/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f177";
        margin-right: 0.5407911001em; }
      .site-main nav.navigation .nav-previous a:hover {
        -webkit-transform: translate(-1em);
        -moz-transform: translate(-1em);
        -ms-transform: translate(-1em);
        -o-transform: translate(-1em);
        transform: translate(-1em); }
    .site-main nav.navigation .nav-next {
      float: right;
      text-align: right;
      width: 50%; }
      .site-main nav.navigation .nav-next a:after {
        display: inline-block;
        font: normal normal normal 1em/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f178";
        margin-left: 0.5407911001em; }
      .site-main nav.navigation .nav-next a:hover {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -ms-transform: translate(1em);
        -o-transform: translate(1em);
        transform: translate(1em); }
  
  /**
   * Widgets
   */
  .pizzaro-sorting select, .widget select {
    display: inline-block;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem \9;
    color: #8c8c8c;
    font-size: 0.875em;
    border: 1px solid #ebeaef;
    vertical-align: middle;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 1em center;
    background-image: none \9;
    background-size: 8px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1.4;
    border-color: #ebeaef;
    padding: 0.715em 2em 0.715em 1.6em;
    border-radius: 50px;
    background-position: right 1em center; }
    .pizzaro-sorting select:focus, .widget select:focus {
      outline: none; }
    .pizzaro-sorting select::-ms-expand, .widget select::-ms-expand {
      opacity: 0; }
  
  .woocommerce-result-count {
    display: none; }
  
  .pizzaro-sorting .woocommerce-ordering, .woocommerce-ordering {
    padding: 0; }
  
  .pizzaro-wc-wppp-select {
    min-width: 150px; }
  
  .form-pizzaro-wc-ppp {
    display: inline-block; }
  
  .widget {
    margin: 0 0 3.706325903em; }
    .widget select {
      width: 100%; }
    .widget .widget-search .search-submit {
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px);
      position: absolute; }
    .widget .widget-title, .widget .widgettitle {
      font-size: 1.5em;
      color: #fff;
      letter-spacing: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      padding: 0 0 1em;
      margin-bottom: 1em;
      font-weight: 300; }
    .widget ul {
      margin-left: 0;
      list-style: none; }
      .widget ul ul {
        margin-left: 1.618em; }
    .widget a {
      font-weight: normal; }
    .widget.widget_product_tag_cloud .tagcloud a, .widget.widget_tag_cloud .tagcloud a {
      background: transparent;
      border-color: #e4e5e7;
      border-style: solid;
      border-width: 1px;
      color: #565656;
      display: inline-block;
      font-size: 1em;
      line-height: 1;
      margin-right: 0.429em;
      margin-bottom: 0.714em;
      padding: 0.823em 0.788em; }
      .widget.widget_product_tag_cloud .tagcloud a:hover, .widget.widget_product_tag_cloud .tagcloud a:focus, .widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_tag_cloud .tagcloud a:focus {
        text-decoration: none;
        color: #fff;
        background-color: #333e48;
        border-color: #333e48; }
  
  .widget-area .widget {
    font-weight: 300; }
    .widget-area .widget a.button {
      font-weight: 700;
      color: #fff; }
      .widget-area .widget a.button:hover {
        color: #fff; }
  
  .header-widget-region:before, .header-widget-region:after {
    content: "";
    display: table; }
  .header-widget-region:after {
    clear: both; }
  .header-widget-region .widget {
    margin: 0;
    padding: 1em 0;
    font-size: 0.875em; }
  
  .widget_search form, .widget_product_search form {
    position: relative; }
    .widget_search form::before, .widget_product_search form::before {
      content: "\46";
      font-family: "font-pizzaro";
      color: #b4b4b4;
      position: absolute;
      top: 50%;
      font-size: 19px;
      left: auto;
      right: 28px;
      transform: translateY(-50%); }
  .widget_search input[type=search], .widget_product_search input[type=search] {
    min-height: 56px;
    border: none;
    background-color: #f7f7f7;
    padding-left: 2em; }
    .widget_search input[type=search]::-webkit-input-placeholder, .widget_product_search input[type=search]::-webkit-input-placeholder {
      color: #8f8d8d; }
    .widget_search input[type=search]::-moz-placeholder, .widget_product_search input[type=search]::-moz-placeholder {
      color: #8f8d8d; }
    .widget_search input[type=search]:-moz-placeholder, .widget_product_search input[type=search]:-moz-placeholder {
      color: #8f8d8d; }
    .widget_search input[type=search]:-ms-input-placeholder, .widget_product_search input[type=search]:-ms-input-placeholder {
      color: #8f8d8d; }
  .widget_search input[type=text], .widget_search input[type=search], .widget_search label, .widget_product_search input[type=text], .widget_product_search input[type=search], .widget_product_search label {
    width: 100%; }
  .widget_search input[type=submit], .widget_product_search input[type=submit] {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    top: 0;
    left: 0; }
  
  .widget_recent_entries ul, .widget_pages ul, .widget_categories ul, .widget_archive ul, .widget_recent_comments ul, .widget_nav_menu ul, .page-template-template-homepage-v6 .secondary-navigation ul, .widget_links ul {
    margin: 0; }
    .widget_recent_entries ul li, .widget_pages ul li, .widget_categories ul li, .widget_archive ul li, .widget_recent_comments ul li, .widget_nav_menu ul li, .page-template-template-homepage-v6 .secondary-navigation ul li, .widget_links ul li {
      list-style: none;
      margin-bottom: 0.6180469716em; }
      .widget_recent_entries ul li:before, .widget_pages ul li:before, .widget_categories ul li:before, .widget_archive ul li:before, .widget_recent_comments ul li:before, .widget_nav_menu ul li:before, .page-template-template-homepage-v6 .secondary-navigation ul li:before, .widget_links ul li:before {
        font-family: "FontAwesome";
        margin-right: 0.5407911001em;
        display: inline-block;
        opacity: 0.4; }
    .widget_recent_entries ul .sub-menu, .widget_pages ul .sub-menu, .widget_categories ul .sub-menu, .widget_archive ul .sub-menu, .widget_recent_comments ul .sub-menu, .widget_nav_menu ul .sub-menu, .page-template-template-homepage-v6 .secondary-navigation ul .sub-menu, .widget_links ul .sub-menu {
      margin-top: 0.6180469716em;
      margin-left: 1.618em; }
  
  .widget-area #wp-calendar th, .widget-area #wp-calendar td, .footer-widgets #wp-calendar th, .footer-widgets #wp-calendar td {
    padding: .236em;
    text-align: center; }
  
  .widget_recent_entries ul li:before, .widget_pages ul li:before {
    content: "\f0f6"; }
  .widget_recent_entries ul ul.children, .widget_pages ul ul.children {
    margin: 0.6180469716em 0 0 1.41575em; }
  
  .widget_categories ul li + li {
    border-top: 1px solid #ececec; }
  .widget_categories ul li {
    margin-bottom: 0;
    padding: 0.26em 0 0.26em 1em; }
    .widget_categories ul li:hover {
      color: #fff; }
    .widget_categories ul li a {
      color: #575560; }
      .widget_categories ul li a:hover {
        color: #fff; }
    .widget_categories ul li:before {
      content: "\f105";
      margin-right: 1em; }
    .widget_categories ul li.current-cat > a, .widget_categories ul li.current-cat-parent > a, .widget_categories ul li.current-cat-ancestor > a {
      font-weight: bold; }
  
  .widget_archive ul li:before {
    content: "\f115"; }
  
  .widget_recent_comments ul li:before {
    content: "\f0e5"; }
  
  .widget_nav_menu ul li:before, .page-template-template-homepage-v6 .secondary-navigation ul li:before {
    content: "\f0f6"; }
  
  .widget_links ul li:before {
    content: "\f08e"; }
  
  .widget_rating_filter .wc-layered-nav-rating {
    margin-bottom: 0.6180469716em; }
    .widget_rating_filter .wc-layered-nav-rating a {
      text-decoration: none; }
    .widget_rating_filter .wc-layered-nav-rating .star-rating {
      display: inline-block; }
  
  .widget-area .widget {
    font-size: 0.875em; }
    .widget-area .widget h1.widget-title {
      font-size: 1.41575em; }
  
  .pizzaro_about_widget {
    text-align: center; }
    .pizzaro_about_widget .about-image {
      position: relative; }
    .pizzaro_about_widget .about-info {
      padding: 90px 20px 10px 20px;
      border-width: 0 3px 3px 3px;
      border-color: #e9e9e9;
      border-style: solid; }
    .pizzaro_about_widget h2 {
      
      font-size: 1.857em;
      color: #1f1f1f;
      margin-bottom: 18px; }
    .pizzaro_about_widget p {
      font-size: 1.071em;
      font-weight: normal;
      line-height: 1.6;
      margin-bottom: 40px; }
    .pizzaro_about_widget .social-icons li {
      padding-right: 14px;
      padding-left: 14px; }
      .pizzaro_about_widget .social-icons li a {
        font-size: 21.53px; }
    .pizzaro_about_widget .logo {
      position: absolute;
      left: 50%;
      border-radius: 90px;
      max-width: 130px;
      transform: translate(-50%, -50%); }
  
  /**
   * Strictly Layout Styles
   */
  .page-template-template-homepage-v5 .site-main {
    margin-left: 60px;
    margin-right: 60px; }
  
  .stretch-full-width, .blog.full-width .pagination, .blog.full-width .woocommerce-pagination, .lite.full-width .pagination, .lite.full-width .woocommerce-pagination, .blog.full-width .blog-menu, .pizzaro-breadcrumb, .page-template-template-contactpage .contact-map {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%; }
  
  .no-margin-header .site-header {
    margin-bottom: 0; }
  
  .no-margin-content .site-content, .no-margin-content .site-content .site-main {
    margin-bottom: 0; }
  
  @media (min-width: 768px) {
    table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
      text-align: left; }
    .site-header {
      padding-top: 2.617924em; }
      .site-header .site-branding {
        display: block; }
        .site-header .site-branding img {
          height: auto;
          max-width: 100%;
          max-height: none; }
    .woocommerce-active .site-header .site-search {
      clear: none; }
    .woocommerce-active .site-header .site-header-cart {
      margin-bottom: 0; }
    .site-branding .site-description {
      margin-bottom: 0;
      display: block; }
    .site-branding, .site-search, .site-header-cart, .site-logo-anchor, .site-logo-link, .custom-logo-link {
      margin-bottom: 2.2906835em; }
    .site-header .subscribe-and-connect-connect {
      float: right;
      margin-bottom: 1em; }
      .site-header .subscribe-and-connect-connect .icons {
        list-style: none;
        margin: 0; }
        .site-header .subscribe-and-connect-connect .icons a {
          font-size: 1em; }
        .site-header .subscribe-and-connect-connect .icons li {
          margin: 0 0 0 0.5407911001em;
          display: inline-block; }
    .pizzaro-full-width-content .content-area, .full-width .content-area {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .content-area, .widget-area {
      margin-bottom: 2.617924em; }
    /**
       * Full width & homepage template
       */
    .page-template-template-fullwidth-php .content-area, .page-template-template-homepage-php .content-area {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    /**
       * Footer widgets
       */
    .footer-widgets {
      padding-top: 4.235801032em;
      border-bottom: 3px solid rgba(0, 0, 0, 0.05); }
      .footer-widgets:before, .footer-widgets:after {
        content: "";
        display: table; }
      .footer-widgets:after {
        clear: both; }
      .footer-widgets.col-2 .block {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%; }
        .footer-widgets.col-2 .block.footer-widget-2 {
          float: right;
          margin-right: 0; }
      .footer-widgets.col-3 .block {
        width: 30.4347826087%;
        float: left;
        margin-right: 4.347826087%; }
        .footer-widgets.col-3 .block.footer-widget-3 {
          float: right;
          margin-right: 0; }
      .footer-widgets.col-4 .block {
        width: 21.7391304348%;
        float: left;
        margin-right: 4.347826087%; }
        .footer-widgets.col-4 .block.footer-widget-4 {
          float: right;
          margin-right: 0; }
    /**
       * Comments
       */
    .comment-list:before, .comment-list:after {
      content: "";
      display: table; }
    .comment-list:after {
      clear: both; }
    .comment-list .comment {
      clear: both; }
    .comment-list li > ol {
      margin-left: 0; }
    .comment-list .comment-meta {
      width: 17.6470588235%;
      float: left;
      margin-right: 5.8823529412%;
      text-align: center; }
    .comment-list .comment-content, .comment-list #respond {
      width: 76.4705882353%;
      float: right;
      margin-right: 0; }
    .comment-list #respond {
      float: right; }
      .comment-list #respond .comment-form-author, .comment-list #respond .comment-form-email, .comment-list #respond .comment-form-url {
        width: 100%;
        margin-right: 0; }
    .comment-list .comment-body {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      .comment-list .comment-body #respond {
        box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
        margin-bottom: 2.617924em;
        padding: 3em; }
        .comment-list .comment-body #respond small {
          display: inline-block;
          position: absolute;
          top: -60px;
          left: -60px; }
    .comment-list .reply {
      clear: both;
      text-align: right; }
    .comment-list ol.children {
      list-style: none;
      padding-left: 20px;
      margin-left: 0; }
      .comment-list ol.children .comment-meta {
        width: 20%;
        float: left;
        margin-right: 6.6666666667%;
        margin-right: 0; }
      .comment-list ol.children .comment-content, .comment-list ol.children #respond {
        width: 73.3333333333%;
        float: right;
        margin-right: 0; }
      .comment-list ol.children ol.children .comment-meta {
        width: 23.0769230769%;
        float: left;
        margin-right: 7.6923076923%; }
      .comment-list ol.children ol.children .comment-content, .comment-list ol.children ol.children #respond {
        width: 69.2307692308%;
        float: right;
        margin-right: 0; }
      .comment-list ol.children ol.children ol.children .comment-meta {
        width: 27.2727272727%;
        float: left;
        margin-right: 9.0909090909%; }
      .comment-list ol.children ol.children ol.children .comment-content, .comment-list ol.children ol.children ol.children #respond {
        width: 63.6363636364%;
        float: right;
        margin-right: 0; }
      .comment-list ol.children ol.children ol.children ol.children .comment-meta {
        width: 33.3333333333%;
        float: left;
        margin-right: 11.1111111111%; }
      .comment-list ol.children ol.children ol.children ol.children .comment-content, .comment-list ol.children ol.children ol.children ol.children #respond {
        width: 55.5555555556%;
        float: right;
        margin-right: 0; }
    #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
      width: 29.4117647059%;
      float: left;
      margin-right: 5.8823529412%; }
    #respond .comment-form-url {
      float: right;
      margin-right: 0; }
    #respond .comment-form-comment {
      clear: both; }
    /**
       * Content
       */
    .hentry .entry-header {
      margin-bottom: 2.617924em; }
    /**
       * Menus
       */
    /**
       * Primary Navigation
       */
    .pizzaro-primary-navigation {
      clear: both;
      background: rgba(0, 0, 0, 0.06);
      margin-left: -99em;
      margin-right: -99em;
      padding-left: 99em;
      padding-right: 99em; }
      .pizzaro-primary-navigation:before, .pizzaro-primary-navigation:after {
        content: "";
        display: table; }
      .pizzaro-primary-navigation:after {
        clear: both; }
    .primary-navigation div.menu {
      display: block; }
    .primary-navigation ul.menu, .primary-navigation ul.nav-menu, .primary-navigation div.menu ul.nav-menu {
      max-height: none;
      overflow: visible; }
      .primary-navigation ul.menu > li > a, .primary-navigation ul.nav-menu > li > a, .primary-navigation div.menu ul.nav-menu > li > a {
        padding: 1.8em 1.5em 1.618em 1.5em; }
        .primary-navigation ul.menu > li > a i, .primary-navigation ul.nav-menu > li > a i, .primary-navigation div.menu ul.nav-menu > li > a i {
          margin-right: 12px; }
      .primary-navigation ul.menu > li.menu-item-has-children:hover:after, .primary-navigation ul.menu > li.page_item_has_children:hover:after, .primary-navigation ul.nav-menu > li.menu-item-has-children:hover:after, .primary-navigation ul.nav-menu > li.page_item_has_children:hover:after, .primary-navigation div.menu ul.nav-menu > li.menu-item-has-children:hover:after, .primary-navigation div.menu ul.nav-menu > li.page_item_has_children:hover:after {
        display: block; }
      .primary-navigation ul.menu > li.menu-item-has-children > a:after, .primary-navigation ul.menu > li.page_item_has_children > a:after, .primary-navigation ul.nav-menu > li.menu-item-has-children > a:after, .primary-navigation ul.nav-menu > li.page_item_has_children > a:after, .primary-navigation div.menu ul.nav-menu > li.menu-item-has-children > a:after, .primary-navigation div.menu ul.nav-menu > li.page_item_has_children > a:after {
        display: inline-block;
        font: normal normal normal 1em/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f107";
        margin-left: 0.8em;
        position: absolute; }
      .primary-navigation ul.menu ul, .primary-navigation ul.nav-menu ul, .primary-navigation div.menu ul.nav-menu ul {
        margin-left: 0; }
        .primary-navigation ul.menu ul li a, .primary-navigation ul.nav-menu ul li a, .primary-navigation div.menu ul.nav-menu ul li a {
          padding: 0.875em 1.41575em;
          font-weight: 400;
              font-size: 12px; }
              .main-navigation ul ul li:hover > a, .main-navigation ul ul li.focus > a {
                color: #fff;
            }
           
        .primary-navigation ul.menu ul li:last-child, .primary-navigation ul.nav-menu ul li:last-child, .primary-navigation div.menu ul.nav-menu ul li:last-child {
          border-bottom: 0; }
        .primary-navigation ul.menu ul li.menu-item-has-children > a:after, .primary-navigation ul.menu ul li.page_item_has_children > a:after, .primary-navigation ul.nav-menu ul li.menu-item-has-children > a:after, .primary-navigation ul.nav-menu ul li.page_item_has_children > a:after, .primary-navigation div.menu ul.nav-menu ul li.menu-item-has-children > a:after, .primary-navigation div.menu ul.nav-menu ul li.page_item_has_children > a:after {
          display: inline-block;
          font: normal normal normal 1em/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f105";
          float: right;
          line-height: 1.118; }
        .primary-navigation ul.menu ul ul, .primary-navigation ul.nav-menu ul ul, .primary-navigation div.menu ul.nav-menu ul ul {
          margin-left: 0;
          box-shadow: none; }
        .primary-navigation ul.menu ul a:hover, .primary-navigation ul.menu ul li:hover > a, .primary-navigation ul.nav-menu ul a:hover, .primary-navigation ul.nav-menu ul li:hover > a, .primary-navigation div.menu ul.nav-menu ul a:hover, .primary-navigation div.menu ul.nav-menu ul li:hover > a {
          background-color: rgba(0, 0, 0, 0.025); }
    .primary-navigation a {
      padding: 0 1em 2.2906835em; }
    /**
       * Secondary Navigation
       */
    .secondary-navigation {
      margin: 0 0 1.618em;
      width: auto;
      clear: none;
      line-height: 1; }
      .secondary-navigation .menu {
        width: auto; }
        .secondary-navigation .menu > li:hover > a {
          text-decoration: none; }
        .secondary-navigation .menu > li > a {
          position: relative; }
        .secondary-navigation .menu ul a {
          padding: .326em 0.875em;
          background: rgba(0, 0, 0, 0.05); }
        .secondary-navigation .menu ul li:first-child a {
          padding-top: 1em; }
        .secondary-navigation .menu ul li:last-child a {
          padding-bottom: 1em; }
        .secondary-navigation .menu ul ul {
          margin-top: -ms(-2); }
        .secondary-navigation .menu a:hover {
          text-decoration: none; } }
  
  /**
   * Footer
   */
  .footer-logo {
    margin-bottom: 3.75em; }
    .footer-logo .custom-logo-link {
      float: none;
      display: block;
      margin-bottom: 0; }
  
  .site-info {
    margin-bottom: 2.5em; }
    .site-info .address {
      list-style: none;
      margin: 0;
      margin-bottom: 0.531em; }
      .site-info .address li {
        display: inline-block;
        color: #ddd;
        font-size: 0.875em;
        line-height: 1.5em; }
        .site-info .address li + li::before {
          content: '|';
          display: inline-block;
          margin: 0 1.563em;
          color: #c00a27; }
    .site-info .copyright {
      margin: 0;
      font-size: 0.813em;
      color: #7f7f7f;
      line-height: 1.615em; }
  
  /**
   * Handheld footer bar
   */
  .pizzaro-handheld-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    z-index: 9999; }
    .pizzaro-handheld-footer-bar:before, .pizzaro-handheld-footer-bar:after {
      content: "";
      display: table; }
    .pizzaro-handheld-footer-bar:after {
      clear: both; }
    .pizzaro-handheld-footer-bar ul {
      margin: 0; }
      .pizzaro-handheld-footer-bar ul li {
        display: inline-block;
        float: left;
        text-align: center; }
        .pizzaro-handheld-footer-bar ul li:last-child > a {
          border-right: 0; }
        .pizzaro-handheld-footer-bar ul li > a {
          height: 4.235801032em;
          display: block;
          position: relative;
          text-indent: -9999px;
          z-index: 999;
          border-right: 1px solid rgba(255, 255, 255, 0.2); }
          .pizzaro-handheld-footer-bar ul li > a:active, .pizzaro-handheld-footer-bar ul li > a:focus {
            outline: none; }
          .pizzaro-handheld-footer-bar ul li > a:before {
            display: inline-block;
            font: normal normal normal 1em/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            line-height: 2.618046972;
            font-weight: 400;
            font-size: 1.618em;
            text-indent: 0;
            display: block;
            cursor: pointer; }
        .pizzaro-handheld-footer-bar ul li.search > a:before {
          content: "\f002"; }
        .pizzaro-handheld-footer-bar ul li.search .site-search {
          position: absolute;
          bottom: -2em;
          left: 0;
          right: 0;
          -webkit-transition: all, ease, .2s;
          -moz-transition: all, ease, .2s;
          transition: all, ease, .2s;
          padding: 1em;
          visibility: hidden;
          z-index: 1;
          display: block; }
        .pizzaro-handheld-footer-bar ul li.search.active .site-search {
          bottom: 100%;
          visibility: visible; }
        .pizzaro-handheld-footer-bar ul li.search .site-search, .pizzaro-handheld-footer-bar ul li.search .widget, .pizzaro-handheld-footer-bar ul li.search form {
          margin-bottom: 0; }
        .pizzaro-handheld-footer-bar ul li.my-account > a:before {
          content: "\f007"; }
        .pizzaro-handheld-footer-bar ul li.cart > a:before {
          content: "\f291"; }
        .pizzaro-handheld-footer-bar ul li.cart .count {
          text-indent: 0;
          display: block;
          width: 2em;
          height: 2em;
          line-height: 2;
          box-sizing: content-box;
          font-size: .75em;
          position: absolute;
          top: 0.875em;
          left: 50%;
          border-radius: 100%;
          border: 1px solid; }
      .pizzaro-handheld-footer-bar ul.columns-1 li {
        width: 100%;
        display: block;
        float: none; }
      .pizzaro-handheld-footer-bar ul.columns-2 li {
        width: 50%; }
      .pizzaro-handheld-footer-bar ul.columns-3 li {
        width: 33.33333%; }
      .pizzaro-handheld-footer-bar ul.columns-4 li {
        width: 25%; }
      .pizzaro-handheld-footer-bar ul.columns-5 li {
        width: 20%; }
  
  .pizzaro-handheld-footer-bar, .pizzaro-handheld-footer-bar ul li > a, .pizzaro-handheld-footer-bar ul li.search .site-search {
    color: #fff; }
  
  .pizzaro-handheld-footer-bar .site-search .widget_product_search form:before {
    top: 50%;
    left: auto; }
  .pizzaro-handheld-footer-bar .widget_product_search form input[type=submit], .pizzaro-handheld-footer-bar .widget_search form input[type=submit] {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    top: 0;
    left: 0; }
  .pizzaro-handheld-footer-bar .site-search .widget_product_search input[type=search], .pizzaro-handheld-footer-bar .site-search .widget_product_search input[type=text] {
    padding: 1.41575em 3.706325903em 1.41575em 1.618em;
    line-height: 1;
    width: 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: #fff;
    text-align: center;
    padding-top: 2.5em;
    font-family: 'Nunito Sans';
    border-top: 1px solid #fff;
 }
    .footer-v1.site-footer .footer-logo {
      width: 200px;
      margin: 0 auto 30px auto; }
      .footer-v1.site-footer .footer-logo .site-description {
        color: #888; }
      .footer-v1.site-footer .footer-logo .site-title {
        margin-bottom: 0; }
    .footer-v1.site-footer .footer-social-icons {
      margin-bottom: 1.375em; }
      .footer-v1.site-footer .footer-social-icons .social-icons {
        margin: 0; }
        .footer-v1.site-footer .footer-social-icons .social-icons > li {
          display: inline-block; }
          .footer-v1.site-footer .footer-social-icons .social-icons > li + li {
            margin-left: 1.563em; }
        .footer-v1.site-footer .footer-social-icons .social-icons a {
          color: #fff;
          font-size: 1.125em;
          border: 1px solid #fff;
          border-radius: 50%;
          display: block;
          width: 52px;
          height: 52px;
          position: relative; }
          .footer-v1.site-footer .footer-social-icons .social-icons a::before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .footer-v1.site-footer .footer-social-icons .social-icons a:hover, .footer-v1.site-footer .footer-social-icons .social-icons a:focus {
            text-decoration: none;
            color: #636363;
            border-color: #636363; }
      .footer-v1.site-footer .footer-social-icons .social-icon-text {
        display: none; }
    .footer-v1.site-footer .site-address {
      margin-bottom: 8px; }
      .footer-v1.site-footer .site-address .address {
        list-style: none;
        margin: 0; }
        .footer-v1.site-footer .site-address .address li {
          display: inline-block;
          vertical-align: middle;
          font-size: .875em;
          color: #dddddd; }
        .footer-v1.site-footer .site-address .address li + li::before {
          content: " ";
          width: 1px;
          height: 14px;
          display: inline-block;
          vertical-align: middle;
          margin: 0 25px 0 22px; }
    .footer-v1.site-footer .site-info {
      margin-bottom: 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;
      background-color: #ff6624de;
      display: inline-block;
      padding: 1.214em 3.746em;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px; }
      .footer-v1.site-footer .footer-action-btn i {
        font-size: 1.8em;
        vertical-align: middle;
        display: inline-block;
        margin-right: 0.338em; }
  
  .footer-v1-static-content:before, .footer-v1-static-content:after {
    content: "";
    display: table; }
  .footer-v1-static-content:after {
    clear: both; }
  .footer-v1-static-content .kc_wrap_instagram ul li {
    margin: 0;
    padding: 0; }
  
  /**
   * Footer v2
   */
  .site-footer.footer-v2 {
    background-color: #232d35;
    color: #ddd;
    padding-top: 4.125em;
    padding-bottom: 4.125em; }
    .site-footer.footer-v2 .footer-contact-form {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; }
      @media (min-width: 768px) {
        .site-footer.footer-v2 .footer-contact-form {
          width: 100%; } }
      @media (min-width: 992px) {
        .site-footer.footer-v2 .footer-contact-form {
          width: 50%; } }
      @media (min-width: 1200px) {
        .site-footer.footer-v2 .footer-contact-form {
          width: 50%; } }
    .site-footer.footer-v2 .footer-store-info, .site-footer.footer-v2 .footer-contact-info {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; }
      @media (min-width: 768px) {
        .site-footer.footer-v2 .footer-store-info, .site-footer.footer-v2 .footer-contact-info {
          width: 100%; } }
      @media (min-width: 992px) {
        .site-footer.footer-v2 .footer-store-info, .site-footer.footer-v2 .footer-contact-info {
          width: 25%; } }
      @media (min-width: 1200px) {
        .site-footer.footer-v2 .footer-store-info, .site-footer.footer-v2 .footer-contact-info {
          width: 25%; } }
    .site-footer.footer-v2 .footer-store-info .pizzaro-logo, .site-footer.footer-v2 .footer-store-info a img {
      width: 140px; }
    .site-footer.footer-v2 .footer-store-info .store-timings, .site-footer.footer-v2 .footer-store-info .social-icon-text {
      font-size: 0.938em; }
    .site-footer.footer-v2 .footer-store-info .social-icons {
      display: inline-block;
      float: right; }
    .site-footer.footer-v2 .footer-logo {
      margin: 0;
      margin-bottom: 2.188em; }
      .site-footer.footer-v2 .footer-logo .site-title {
        margin: 0; }
      .site-footer.footer-v2 .footer-logo .site-description {
        color: #888; }
      .site-footer.footer-v2 .footer-logo .custom-logo-link .custom-logo {
        margin: 0; }
    .site-footer.footer-v2 ul.store-timings {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-bottom: 1.25em; }
      .site-footer.footer-v2 ul.store-timings > li:before, .site-footer.footer-v2 ul.store-timings > li:after {
        content: "";
        display: table; }
      .site-footer.footer-v2 ul.store-timings > li:after {
        clear: both; }
      .site-footer.footer-v2 ul.store-timings .store-timing-label {
        float: left; }
      .site-footer.footer-v2 ul.store-timings .store-timing-value {
        float: right; }
    .site-footer.footer-v2 ul.social-icons {
      padding: 0;
      margin: 0; }
      .site-footer.footer-v2 ul.social-icons > li {
        display: inline-block; }
        .site-footer.footer-v2 ul.social-icons > li a {
          color: #c8cacc;
          font-size: 1.2em; }
          .site-footer.footer-v2 ul.social-icons > li a:focus, .site-footer.footer-v2 ul.social-icons > li a:hover {
            color: #fff; }
        .site-footer.footer-v2 ul.social-icons > li + li {
          margin-left: 1.75em; }
    .site-footer.footer-v2 .footer-contact-form .contact-form {
      background-color: #fff;
      margin: 0 auto;
      padding: 2.875em 2.188em 2.375em 2.188em;
      position: absolute;
      width: 83%;
      left: 50%;
      transform: translateX(-50%);
      bottom: -32px; }
      .site-footer.footer-v2 .footer-contact-form .contact-form label {
        display: none; }
      .site-footer.footer-v2 .footer-contact-form .contact-form form {
        margin: 0; }
        .site-footer.footer-v2 .footer-contact-form .contact-form form .form-control {
          height: 50px;
          border-color: #ccc;
          box-shadow: none;
          padding-left: 23px; }
          .site-footer.footer-v2 .footer-contact-form .contact-form form .form-control:focus {
            border-color: #ccc; }
        .site-footer.footer-v2 .footer-contact-form .contact-form form textarea.form-control {
          height: auto;
          border-radius: 20px;
          padding: 15px 25px;
          margin-bottom: 26px; }
        .site-footer.footer-v2 .footer-contact-form .contact-form form .button {
          background-color: #b8b8b8;
          font-size: 0.938em;
          padding: 0.867em 2.18em; }
          .site-footer.footer-v2 .footer-contact-form .contact-form form .button:hover {
            background-color: #6c6c6c; }
      .site-footer.footer-v2 .footer-contact-form .contact-form .contact-form-title {
        font-weight: normal;
        
        text-align: center;
        color: #393939;
        font-size: 2.25em;
        border-bottom: 1px dashed #c2c1c0;
        padding-bottom: 0.444em;
        margin-bottom: 1em; }
    .site-footer.footer-v2 .footer-contact-info .address {
      margin: 0;
      padding: 0;
      list-style: none; }
      .site-footer.footer-v2 .footer-contact-info .address > li {
        margin-bottom: 28px; }
        .site-footer.footer-v2 .footer-contact-info .address > li:before, .site-footer.footer-v2 .footer-contact-info .address > li:after {
          content: "";
          display: table; }
        .site-footer.footer-v2 .footer-contact-info .address > li:after {
          clear: both; }
        .site-footer.footer-v2 .footer-contact-info .address > li i {
          float: left;
          display: block;
          width: 40px; }
        .site-footer.footer-v2 .footer-contact-info .address > li .address-text {
          font-size: 0.938em;
          display: block;
          float: left;
          line-height: 1.6;
          width: calc( 100% - 40px); }
        .site-footer.footer-v2 .footer-contact-info .address > li .fa {
          font-size: 28px;
          line-height: 28px; }
          .site-footer.footer-v2 .footer-contact-info .address > li .fa::before {
            margin-left: 8px; }
        .site-footer.footer-v2 .footer-contact-info .address > li .po {
          font-size: 24px;
          line-height: 28px; }
        .site-footer.footer-v2 .footer-contact-info .address > li .po-mail-icon {
          font-size: 22px; }
          .site-footer.footer-v2 .footer-contact-info .address > li .po-mail-icon::before {
            margin-left: 5px; }
  
  .footer-v2 + .site-info {
    background-color: #131b21;
    margin: 0;
    padding: 2.188em 0; }
    .footer-v2 + .site-info .copyright {
      font-size: 0.875em;
      color: #919293;
      text-align: center; }
  
  .footer-map {
    height: 462px;
    background-color: #cbcbcb; }
    .footer-map iframe {
      width: 100%;
      border: none; }
  
  .footer-about-info {
    background-color: #f5f5f5;
    padding-top: 46px;
    padding-bottom: 10px; }
    .footer-about-info .image img {
      position: relative;
      top: -76px; }
    .footer-about-info h2 {
      color: #fff;
      font-size: 1.5em;
      margin-bottom: 1.542em; }
    .footer-about-info .content {
      padding-left: 20px; }
    .footer-about-info p {
      color: #666666;
      margin-bottom: 1.8em; }
    .footer-about-info a {
      color: #6d6d6d;
      font-size: .86em; }
  
  .site-footer.footer-v3 {
    background-color: #2b2b2b;
    color: #8c8c8c;
    border-top: 1px solid #565656;
    padding: 0; }
    .site-footer.footer-v3 .footer-row {
      padding-top: 1.875em;
      padding-bottom: 1.24em;
      border-bottom: 1px solid #565656;
      margin-bottom: 2.125em; }
    .site-footer.footer-v3 .footer-logo, .site-footer.footer-v3 .footer-menu, .site-footer.footer-v3 .footer-social-icons {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
    .site-footer.footer-v3 .footer-logo {
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .site-footer.footer-v3 .footer-logo {
          width: 100%; } }
      @media (min-width: 992px) {
        .site-footer.footer-v3 .footer-logo {
          width: 16.6666666667%; } }
      @media (min-width: 1200px) {
        .site-footer.footer-v3 .footer-logo {
          width: 16.6666666667%; } }
      .site-footer.footer-v3 .footer-logo .pizzaro-logo {
        width: 138px; }
    .site-footer.footer-v3 .footer-menu {
      width: 100%; }
      @media (min-width: 768px) {
        .site-footer.footer-v3 .footer-menu {
          width: 100%; } }
      @media (min-width: 992px) {
        .site-footer.footer-v3 .footer-menu {
          width: 66.6666666667%; } }
      @media (min-width: 1200px) {
        .site-footer.footer-v3 .footer-menu {
          width: 66.6666666667%; } }
    .site-footer.footer-v3 .footer-social-icons {
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .site-footer.footer-v3 .footer-social-icons {
          width: 100%; } }
      @media (min-width: 992px) {
        .site-footer.footer-v3 .footer-social-icons {
          width: 16.6666666667%; } }
      @media (min-width: 1200px) {
        .site-footer.footer-v3 .footer-social-icons {
          width: 16.6666666667%; } }
    .site-footer.footer-v3 .footer-logo {
      margin: 0; }
      .site-footer.footer-v3 .footer-logo h1.logo {
        margin: 0; }
      .site-footer.footer-v3 .footer-logo .custom-logo-link .pizzaro-logo {
        width: 138px; }
      .site-footer.footer-v3 .footer-logo .custom-logo-link .site-description {
        color: #888; }
      .site-footer.footer-v3 .footer-logo .custom-logo-link .custom-logo {
        margin: 0;
        width: 138px; }
      .site-footer.footer-v3 .footer-logo .custom-logo-link .site-title {
        margin-bottom: 0; }
    .site-footer.footer-v3 .social-icon-text {
      display: none; }
    .site-footer.footer-v3 .footer-menu ul, .site-footer.footer-v3 ul.footer-menu {
      padding: 0;
      margin: 0;
      list-style: none;
      font-size: 0.938em;
      display: inline-block;
      text-align: center; }
      .site-footer.footer-v3 .footer-menu ul > li, .site-footer.footer-v3 ul.footer-menu > li {
        display: inline-block; }
        .site-footer.footer-v3 .footer-menu ul > li a, .site-footer.footer-v3 ul.footer-menu > li a {
          display: inline-block;
          color: #8c8c8c; }
          .site-footer.footer-v3 .footer-menu ul > li a:focus, .site-footer.footer-v3 .footer-menu ul > li a:hover, .site-footer.footer-v3 ul.footer-menu > li a:focus, .site-footer.footer-v3 ul.footer-menu > li a:hover {
            color: #fff; }
        .site-footer.footer-v3 .footer-menu ul > li + li::before, .site-footer.footer-v3 ul.footer-menu > li + li::before {
          content: "|";
          display: inline-block;
          margin: 0 1.467em; }
    .site-footer.footer-v3 .social-icons {
      margin: 0;
      padding: 0;
      text-align: right;
      width: 100%; }
      .site-footer.footer-v3 .social-icons > li {
        display: inline-block; }
        .site-footer.footer-v3 .social-icons > li a {
          color: #959595; }
          .site-footer.footer-v3 .social-icons > li a:focus, .site-footer.footer-v3 .social-icons > li a:hover {
            color: #fff; }
        .site-footer.footer-v3 .social-icons > li + li {
          margin-left: 2.5em; }
    .site-footer.footer-v3 .site-info {
      margin-bottom: 1em;
      font-size: 0.875em; }
      .site-footer.footer-v3 .site-info .copyright {
        text-align: center;
        color: #8d8c8c;
        font-size: 1em; }
    .site-footer.footer-v3 .footer-payment-icons {
      margin-bottom: 2em; }
      .site-footer.footer-v3 .footer-payment-icons .list-payment-icons {
        margin: 0;
        padding: 0;
        text-align: center; }
        .site-footer.footer-v3 .footer-payment-icons .list-payment-icons > li {
          display: inline-block; }
          .site-footer.footer-v3 .footer-payment-icons .list-payment-icons > li .fa {
            font-size: 1.5em; }
          .site-footer.footer-v3 .footer-payment-icons .list-payment-icons > li + li {
            margin-left: 0.875em; }
  
  .site-footer.footer-v4 {
    background-color: #fff;
    padding: 10px 0 42px 0; }
    .site-footer.footer-v4 .footer-row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
    .site-footer.footer-v4 .footer-logo, .site-footer.footer-v4 .site-address, .site-footer.footer-v4 .footer-social-icons {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    .site-footer.footer-v4 .footer-logo {
      width: 100%;
      padding: 0;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .site-footer.footer-v4 .footer-logo {
          width: 100%; } }
      @media (min-width: 992px) {
        .site-footer.footer-v4 .footer-logo {
          width: 16.6666666667%; } }
      @media (min-width: 1200px) {
        .site-footer.footer-v4 .footer-logo {
          width: 16.6666666667%; } }
      .site-footer.footer-v4 .footer-logo .pizzaro-logo, .site-footer.footer-v4 .footer-logo a img {
        width: 154px; }
      .site-footer.footer-v4 .footer-logo .site-title {
        margin-bottom: 0; }
    .site-footer.footer-v4 .site-address {
      width: 100%;
      text-align: center; }
      @media (min-width: 768px) {
        .site-footer.footer-v4 .site-address {
          width: 100%; } }
      @media (min-width: 992px) {
        .site-footer.footer-v4 .site-address {
          width: 66.6666666667%; } }
      @media (min-width: 1200px) {
        .site-footer.footer-v4 .site-address {
          width: 66.6666666667%; } }
    .site-footer.footer-v4 .footer-social-icons {
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .site-footer.footer-v4 .footer-social-icons {
          width: 100%; } }
      @media (min-width: 992px) {
        .site-footer.footer-v4 .footer-social-icons {
          width: 16.6666666667%; } }
      @media (min-width: 1200px) {
        .site-footer.footer-v4 .footer-social-icons {
          width: 16.6666666667%; } }
    .site-footer.footer-v4 .col-full {
      width: 100%;
      padding-left: 70px;
      padding-right: 70px; }
    .site-footer.footer-v4 .address {
      margin: 0;
      list-style: none;
      font-size: 0.938em; }
      .site-footer.footer-v4 .address li {
        display: inline-block;
        color: #191919; }
        .site-footer.footer-v4 .address li + li::before {
          content: "|";
          display: inline-block;
          margin: 0 1.467em; }
    .site-footer.footer-v4 .social-icons {
      margin: 0;
      padding-left: 20px; }
      .site-footer.footer-v4 .social-icons li + li {
        padding-left: 30px; }
    .site-footer.footer-v4 .social-icons, .site-footer.footer-v4 .social-icons li, .site-footer.footer-v4 .social-icon-text {
      display: inline-block; }
    .site-footer.footer-v4 .footer-social-icons {
      text-align: right; }
      .site-footer.footer-v4 .footer-social-icons .social-icon-text {
        font-size: 0.938em;
        color: #919191; }
  
  .site-footer.footer-v5 {
    text-align: center;
    padding-top: 4.375em;
    padding-bottom: 1.75em;
    background-color: #f1f1f1; }
    .site-footer.footer-v5 .site-info {
      margin-bottom: 0;
      padding: 0;
      font-size: 0.875em;
      margin: 0 2.143em;
      padding-top: 2.143em;
      border-top: 1px solid #d9d9d9; }
      .site-footer.footer-v5 .site-info p {
        font-size: 1em; }
    .site-footer.footer-v5 .footer-logo {
      margin-bottom: 1.75em; }
      .site-footer.footer-v5 .footer-logo .pizzaro-logo, .site-footer.footer-v5 .footer-logo a {
        width: 200px;
        margin: 0 auto; }
      .site-footer.footer-v5 .footer-logo .site-title {
        margin-bottom: 0; }
    .site-footer.footer-v5 .footer-menu {
      margin: 0;
      list-style: none;
      font-size: 0.938em; }
      .site-footer.footer-v5 .footer-menu li {
        display: inline-block; }
        .site-footer.footer-v5 .footer-menu li a {
          color: #404040; }
        .site-footer.footer-v5 .footer-menu li + li::before {
          content: "|";
          display: inline-block;
          margin: 0 1.467em;
          color: #dcdcdc; }
    .site-footer.footer-v5 .footer-newsletter {
      width: 900px;
      margin: 1.5em auto 3.5em auto; }
  
  .header-v1, .header-v2, .header-v3, .header-v4, .header-v5 {
    margin-bottom: 4em; }
    .header-v1.site-header .custom-logo-link, .header-v1.site-header .site-logo-anchor, .header-v1.site-header .site-logo-link, .header-v2.site-header .custom-logo-link, .header-v2.site-header .site-logo-anchor, .header-v2.site-header .site-logo-link, .header-v3.site-header .custom-logo-link, .header-v3.site-header .site-logo-anchor, .header-v3.site-header .site-logo-link, .header-v4.site-header .custom-logo-link, .header-v4.site-header .site-logo-anchor, .header-v4.site-header .site-logo-link, .header-v5.site-header .custom-logo-link, .header-v5.site-header .site-logo-anchor, .header-v5.site-header .site-logo-link {
      float: none; }
  
  .header-v1 {
    padding-bottom: 0; }
    .header-v1 .site-branding, .header-v1 .main-navigation, .header-v1 .header-info-wrapper, .header-v1 .header-phone-numbers, .header-v1 .site-header-cart, .header-v1 .site-header-cart-v2 {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    .header-v1 .site-branding {
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .header-v1 .site-branding {
          width: 16.6666666667%; } }
      @media (min-width: 992px) {
        .header-v1 .site-branding {
          width: 16.6666666667%; } }
      .header-v1 .site-branding .site-title, .header-v1 .site-branding .site-description {
        color: #fff; }
    .header-v1 .header-wrap {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
      display: flex;
      align-items: center;
      margin-bottom: 25px; 
      justify-content: space-between;
      padding: 15px 0;
      padding-bottom: 0;
      width: 100%;
    }
    .header-d-logo {
        width: 100%;
        display: block;
        text-align: center;
        float: left;
        padding-top: 20px;
    }
    .header-v1 .site-branding {
        width: 100% !important;
        padding: 0;
    }
    .site-branding img {
        width: 130px;
        margin: 0 auto 0;
    }
    .header-v1 .main-navigation {
      width: 100%; }
      @media (min-width: 768px) {
        .header-v1 .main-navigation {
          width: 41.6666666667%; } }
      @media (min-width: 992px) {
        .header-v1 .main-navigation {
          width: 41.6666666667%; } }
    .header-v1 .header-info-wrapper {
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .header-v1 .header-info-wrapper {
          width: 41.6666666667%; } }
      @media (min-width: 992px) {
        .header-v1 .header-info-wrapper {
          width: 41.6666666667%; } }
    .header-v1 .header-phone-numbers {
      width: 100%;
      padding-left: 0;
      padding-right: 32px; }
      @media (min-width: 768px) {
        .header-v1 .header-phone-numbers {
          width: 50%; } }
      @media (min-width: 992px) {
        .header-v1 .header-phone-numbers {
          width: 50%; } }
    .header-v1 .site-header-cart, .header-v1 .site-header-cart-v2 {
      width: 100%;
      padding: 0; }
    .header-v1 .secondary-navigation {
      margin-bottom: 0; }
    .header-v1 .primary-navigation {
      text-align: center;
      margin-bottom: 0; }
      .header-v1 .primary-navigation .menu > li > a::before, .header-v1 .primary-navigation .menu ul.nav-menu > li > a::before {
        content: " ";
        display: block;
        height: 2px;
        width: 42px;
        margin: 0 auto;
        margin-top: 6px;
        background-color: #000;
        visibility: hidden;
        bottom: 14px;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%); }
      .header-v1 .primary-navigation .menu > li:hover > a::before, .header-v1 .primary-navigation .menu ul.nav-menu > li:hover > a::before {
        visibility: visible; }
  
  .header-v2 .main-navigation, .header-v2 .site-branding, .header-v2 .header-info-wrapper, .header-v2 .header-nav-links, .header-v2 .site-header-cart {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .header-v2 .main-navigation {
    width: 100%; }
    @media (min-width: 768px) {
      .header-v2 .main-navigation {
        width: 41.6666666667%; } }
    @media (min-width: 992px) {
      .header-v2 .main-navigation {
        width: 41.6666666667%; } }
  .header-v2 .site-branding {
    width: 100%;
    text-align: center;
    padding: 0; }
    @media (min-width: 768px) {
      .header-v2 .site-branding {
        width: 16.6666666667%; } }
    @media (min-width: 992px) {
      .header-v2 .site-branding {
        width: 16.6666666667%; } }
    .header-v2 .site-branding a img {
      width: 180px;
      margin: 0 auto; }
  .header-v2 .header-info-wrapper {
    width: 100%;
    padding: 0;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .header-v2 .header-info-wrapper {
        width: 41.6666666667%; } }
    @media (min-width: 992px) {
      .header-v2 .header-info-wrapper {
        width: 41.6666666667%; } }
  .header-v2 .header-nav-links {
    width: 100%; }
    @media (min-width: 768px) {
      .header-v2 .header-nav-links {
        width: 50%; } }
    @media (min-width: 992px) {
      .header-v2 .header-nav-links {
        width: 50%; } }
  .header-v2 .site-header-cart {
    width: 100%;
    padding: 0; }
    @media (min-width: 768px) {
      .header-v2 .site-header-cart {
        width: 50%; } }
    @media (min-width: 992px) {
      .header-v2 .site-header-cart {
        width: 50%; } }
  .header-v2 .col-full {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    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: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
      display: flex;
      align-items: center;
      padding-right: 0; }
    .header-v3 .site-branding, .header-v3 .main-navigation, .header-v3 .site-header-cart {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    .header-v3 .site-branding {
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .header-v3 .site-branding {
          width: 16.6666666667%; } }
      @media (min-width: 992px) {
        .header-v3 .site-branding {
          width: 16.6666666667%; } }
      .header-v3 .site-branding .pizzaro-logo, .header-v3 .site-branding a img {
        width: 138px;
        display: block; }
    .header-v3 .main-navigation {
      width: 100%;
      padding-left: 2.875em; }
      @media (min-width: 768px) {
        .header-v3 .main-navigation {
          width: 66.6666666667%; } }
      @media (min-width: 992px) {
        .header-v3 .main-navigation {
          width: 66.6666666667%; } }
    .header-v3 .site-header-cart {
      width: 100%;
      padding-right: 0; }
      @media (min-width: 768px) {
        .header-v3 .site-header-cart {
          width: 16.6666666667%; } }
      @media (min-width: 992px) {
        .header-v3 .site-header-cart {
          width: 16.6666666667%; } }
    .header-v3 .primary-navigation {
      margin-bottom: 0; }
      .header-v3 .primary-navigation > .menu > li > a {
        text-transform: uppercase;
        font-weight: 800; }
        .header-v3 .primary-navigation > .menu > li > a i {
          font-size: 0.933em;
          margin-right: 8px; }
      .header-v3 .primary-navigation > .menu li, .header-v3 .primary-navigation > .menu li::before, .header-v3 .primary-navigation > .menu li a {
        display: inline-block;
        vertical-align: middle; }
      .header-v3 .primary-navigation > .menu > li:hover > a {
        text-decoration: none; }
      .header-v3 .primary-navigation > .menu > li + li::before {
        width: 1px;
        content: " ";
        display: inline-block;
        height: 50px;
        margin: 0 12px;
        background-color: #ef575d;
        opacity: .4; }
  
  .lite-bg.header-v3 {
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(1, 1, 1, 0.15); }
    .lite-bg.header-v3 .primary-navigation > .menu > li > a {
      color: #b3b3b3; }
    .lite-bg.header-v3 .primary-navigation > .menu > li:hover a, .lite-bg.header-v3 .primary-navigation > .menu > li.focus a {
      color: #343433; }
    .lite-bg.header-v3 .primary-navigation > .menu > li .sub-menu li:hover > a, .lite-bg.header-v3 .primary-navigation > .menu > li .sub-menu li.focus > a {
      color: #fff; }
    .lite-bg.header-v3 .primary-navigation > .menu > li + li::before {
      background-color: #e6e6e6;
      opacity: 1; }
    .lite-bg.header-v3 .site-header-cart .cart-contents::before, .lite-bg.header-v3 .site-header-cart .cart-contents::after, .lite-bg.header-v3 .site-header-cart .cart-contents .amount {
      color: #343433; }
  
  .header-v4 {
    padding: 18px 0; }
    .header-v4 .col-full {
      width: 100%;
      padding: 0 52px;
      display: -webkit-box; 
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex; 
      display: flex;
      align-items: center; }
    .header-v4 .site-branding, .header-v4 .main-navigation, .header-v4 .site-header-cart {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    .header-v4 .site-branding {
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .header-v4 .site-branding {
          width: 16.6666666667%; } }
      @media (min-width: 992px) {
        .header-v4 .site-branding {
          width: 16.6666666667%; } }
      .header-v4 .site-branding .pizzaro-logo, .header-v4 .site-branding a img {
        width: 162px;
        display: block; }
    .header-v4 .main-navigation {
      width: 100%; }
      @media (min-width: 768px) {
        .header-v4 .main-navigation {
          width: 66.6666666667%; } }
      @media (min-width: 992px) {
        .header-v4 .main-navigation {
          width: 66.6666666667%; } }
    .header-v4 .site-header-cart {
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .header-v4 .site-header-cart {
          width: 16.6666666667%; } }
      @media (min-width: 992px) {
        .header-v4 .site-header-cart {
          width: 16.6666666667%; } }
      .header-v4 .site-header-cart .cart-contents {
        float: right; }
        .header-v4 .site-header-cart .cart-contents .amount span {
          display: none; }
    .header-v4 .primary-navigation {
      margin-bottom: 0;
      text-align: center; }
      .header-v4 .primary-navigation ul.menu > li > a, .header-v4 .primary-navigation ul.nav-menu > li > a {
        padding: 1.8em 1.84em 1.618em; }
      .header-v4 .primary-navigation .current-menu-item > a {
        color: #262626; }
      .header-v4 .primary-navigation .menu > li > a::before, .header-v4 .primary-navigation .current-menu-item > a::before {
        content: " ";
        display: block;
        height: 2px;
        width: 42px;
        margin: 0 auto;
        margin-top: 6px;
        background-color: #ff7a40;
        bottom: 14px;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        background-color: #fff; }
      .header-v4 .primary-navigation .menu > li > a::before {
        visibility: hidden; }
      .header-v4 .primary-navigation .menu > li:hover > a::before {
        visibility: visible; }
      .header-v4 .primary-navigation .menu .current-menu-item > a::before {
        visibility: visible; }
  
  .lite-bg.header-v4.site-header {
    background-color: #fff; }
  .lite-bg.header-v4 .primary-navigation {
    text-align: right; }
    .lite-bg.header-v4 .primary-navigation .menu > li > a {
      color: #969696; }
    .lite-bg.header-v4 .primary-navigation .menu > li:hover a, .lite-bg.header-v4 .primary-navigation .menu > li.focus a {
      color: #262626; }
    .lite-bg.header-v4 .primary-navigation .menu > li .sub-menu li:hover > a, .lite-bg.header-v4 .primary-navigation .menu > li .sub-menu li.focus > a {
      color: #fff; }
    .lite-bg.header-v4 .primary-navigation .menu .current-menu-item > a {
      color: #262626; }
  .lite-bg.header-v4 .site-header-cart .cart-contents {
    color: #a3a3a3; }
    .lite-bg.header-v4 .site-header-cart .cart-contents .amount {
      color: #262626; }
    .lite-bg.header-v4 .site-header-cart .cart-contents .count {
      color: #fff; }
  
  .page-template-template-homepage-v6 footer {
    clear: both; }
  .page-template-template-homepage-v6 .site-content, .page-template-template-homepage-v6 .site-footer {
    box-shadow: inset 9px 0px 16px -8px rgba(1, 1, 1, 0.3); }
  .page-template-template-homepage-v6 .products-card .media-body img, .page-template-template-homepage-v6 .banner {
    position: relative;
    z-index: -1; }
  .page-template-template-homepage-v6 .products-card .media-body img {
    width: 100%; }
  .page-template-template-homepage-v6 .products-card .media ul.products li.product .ywapo_input_container_radio {
    margin: 0 .6em 1.36em; }
  .page-template-template-homepage-v6 .header-v1, .page-template-template-homepage-v6 .header-v2, .page-template-template-homepage-v6 .header-v3, .page-template-template-homepage-v6 .header-v4, .page-template-template-homepage-v6 .header-v5, .page-template-template-homepage-v6 .header-v6 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 328px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    height: 100%;
    position: fixed;
    -moz-appearance: none; }
    .page-template-template-homepage-v6 .header-v1::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v2::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v3::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v4::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v5::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v6::-webkit-scrollbar {
      display: none; }
    .page-template-template-homepage-v6 .header-v1 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v2 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v3 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v4 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v5 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v6 .primary-navigation .menu > li a::before {
      display: none; }
    .page-template-template-homepage-v6 .header-v1 .col-full, .page-template-template-homepage-v6 .header-v2 .col-full, .page-template-template-homepage-v6 .header-v3 .col-full, .page-template-template-homepage-v6 .header-v4 .col-full, .page-template-template-homepage-v6 .header-v5 .col-full, .page-template-template-homepage-v6 .header-v6 .col-full {
      width: 300px;
      background-color: #fff;
      margin: 0;
      padding: 2.61792em 0 0; }
    .page-template-template-homepage-v6 .header-v1 .site-branding, .page-template-template-homepage-v6 .header-v1 .site-header-cart, .page-template-template-homepage-v6 .header-v1 .main-navigation, .page-template-template-homepage-v6 .header-v1 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v1 .secondary-navigation, .page-template-template-homepage-v6 .header-v1 .footer-social-icons, .page-template-template-homepage-v6 .header-v1 .site-info, .page-template-template-homepage-v6 .header-v2 .site-branding, .page-template-template-homepage-v6 .header-v2 .site-header-cart, .page-template-template-homepage-v6 .header-v2 .main-navigation, .page-template-template-homepage-v6 .header-v2 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v2 .secondary-navigation, .page-template-template-homepage-v6 .header-v2 .footer-social-icons, .page-template-template-homepage-v6 .header-v2 .site-info, .page-template-template-homepage-v6 .header-v3 .site-branding, .page-template-template-homepage-v6 .header-v3 .site-header-cart, .page-template-template-homepage-v6 .header-v3 .main-navigation, .page-template-template-homepage-v6 .header-v3 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v3 .secondary-navigation, .page-template-template-homepage-v6 .header-v3 .footer-social-icons, .page-template-template-homepage-v6 .header-v3 .site-info, .page-template-template-homepage-v6 .header-v4 .site-branding, .page-template-template-homepage-v6 .header-v4 .site-header-cart, .page-template-template-homepage-v6 .header-v4 .main-navigation, .page-template-template-homepage-v6 .header-v4 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v4 .secondary-navigation, .page-template-template-homepage-v6 .header-v4 .footer-social-icons, .page-template-template-homepage-v6 .header-v4 .site-info, .page-template-template-homepage-v6 .header-v5 .site-branding, .page-template-template-homepage-v6 .header-v5 .site-header-cart, .page-template-template-homepage-v6 .header-v5 .main-navigation, .page-template-template-homepage-v6 .header-v5 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v5 .secondary-navigation, .page-template-template-homepage-v6 .header-v5 .footer-social-icons, .page-template-template-homepage-v6 .header-v5 .site-info, .page-template-template-homepage-v6 .header-v6 .site-branding, .page-template-template-homepage-v6 .header-v6 .site-header-cart, .page-template-template-homepage-v6 .header-v6 .main-navigation, .page-template-template-homepage-v6 .header-v6 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v6 .secondary-navigation, .page-template-template-homepage-v6 .header-v6 .footer-social-icons, .page-template-template-homepage-v6 .header-v6 .site-info {
      width: 100%;
      clear: both; }
    .page-template-template-homepage-v6 .header-v1 .main-navigation, .page-template-template-homepage-v6 .header-v2 .main-navigation, .page-template-template-homepage-v6 .header-v3 .main-navigation, .page-template-template-homepage-v6 .header-v4 .main-navigation, .page-template-template-homepage-v6 .header-v5 .main-navigation, .page-template-template-homepage-v6 .header-v6 .main-navigation {
      padding: 0; }
    .page-template-template-homepage-v6 .header-v1 .site-branding, .page-template-template-homepage-v6 .header-v2 .site-branding, .page-template-template-homepage-v6 .header-v3 .site-branding, .page-template-template-homepage-v6 .header-v4 .site-branding, .page-template-template-homepage-v6 .header-v5 .site-branding, .page-template-template-homepage-v6 .header-v6 .site-branding {
      padding: 0 57px;
      margin-bottom: 2.688em; }
      .page-template-template-homepage-v6 .header-v1 .site-branding .site-title, .page-template-template-homepage-v6 .header-v1 .site-branding .site-description, .page-template-template-homepage-v6 .header-v2 .site-branding .site-title, .page-template-template-homepage-v6 .header-v2 .site-branding .site-description, .page-template-template-homepage-v6 .header-v3 .site-branding .site-title, .page-template-template-homepage-v6 .header-v3 .site-branding .site-description, .page-template-template-homepage-v6 .header-v4 .site-branding .site-title, .page-template-template-homepage-v6 .header-v4 .site-branding .site-description, .page-template-template-homepage-v6 .header-v5 .site-branding .site-title, .page-template-template-homepage-v6 .header-v5 .site-branding .site-description, .page-template-template-homepage-v6 .header-v6 .site-branding .site-title, .page-template-template-homepage-v6 .header-v6 .site-branding .site-description {
        color: #555;
        text-align: center; }
    .page-template-template-homepage-v6 .header-v1 .site-header-cart, .page-template-template-homepage-v6 .header-v2 .site-header-cart, .page-template-template-homepage-v6 .header-v3 .site-header-cart, .page-template-template-homepage-v6 .header-v4 .site-header-cart, .page-template-template-homepage-v6 .header-v5 .site-header-cart, .page-template-template-homepage-v6 .header-v6 .site-header-cart {
      padding: 0 30px; }
    .page-template-template-homepage-v6 .header-v1 .site-header-cart, .page-template-template-homepage-v6 .header-v2 .site-header-cart, .page-template-template-homepage-v6 .header-v3 .site-header-cart, .page-template-template-homepage-v6 .header-v4 .site-header-cart, .page-template-template-homepage-v6 .header-v5 .site-header-cart, .page-template-template-homepage-v6 .header-v6 .site-header-cart {
      margin-bottom: 2.25em; }
      .page-template-template-homepage-v6 .header-v1 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v2 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v3 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v4 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v5 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v6 .site-header-cart:hover .widget_shopping_cart {
        left: 5px; }
      .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents {
        padding: .106em .8em;
        color: #fff;
        line-height: 1;
        font-size: 1.188em;
        border-radius: 50px;
        border: 1px solid #dadada;
        background-color: #fff;
        max-width: 100%;
        margin-left: 0; }
        .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents::before {
          font-family: "font-pizzaro"; }
        .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents::after {
          color: white;
          content: "\69";
          line-height: 1;
          font-size: 0.4em;
          float: none;
          color: #8e8e8e;
          background: none;
          border: none;
          position: relative;
          padding-bottom: 0;
          bottom: auto;
          left: auto;
          transform: none;
          width: inherit;
          display: none; }
        .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents::before {
          content: "\47";
          display: inline-block;
          vertical-align: middle;
          padding: 0.44em;
          font-size: 1.158em;
          color: #a3a3a3; }
        .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount {
          font-weight: 900;
          vertical-align: middle;
          color: #333e48;
          margin-right: 0;
          min-width: 150px;
          text-align: right;
          display: inline-block; }
          .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount::after {
            color: white;
            content: "\69";
            line-height: 1;
            font-size: 0.5em;
            float: none;
            color: #8e8e8e;
            margin-left: 10px; }
          .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount span {
            font-weight: normal;
            font-size: 0.929em;
            color: #747474;
            float: left; }
        .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents > span {
          font-size: 0.737em; }
        .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .count {
          font-weight: bold;
          opacity: 1;
          vertical-align: middle; }
        .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .count {
          position: absolute;
          padding: 0.5em 0;
          background: #4caf50;
          font-size: 0.579em;
          text-align: center;
          width: 22px;
          border-radius: 50px;
          font-weight: 900;
          left: 10px;
          line-height: 1;
          top: -6px;
          display: block; }
  .page-template-template-homepage-v6 .site-content, .page-template-template-homepage-v6 footer {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 300px);
    float: right;
    padding: 0; }
    .page-template-template-homepage-v6 .site-content .col-full, .page-template-template-homepage-v6 footer .col-full {
      width: 100%;
      padding: 0; }
  .page-template-template-homepage-v6 footer {
    float: right; }
  .page-template-template-homepage-v6 .primary-navigation > ul > li, .page-template-template-homepage-v6 .footer-social-icons, .page-template-template-homepage-v6 .site-info {
    padding: 0 40px; }
  .page-template-template-homepage-v6 .site-info .copyright {
    color: #838383; }
  .page-template-template-homepage-v6 .footer-social-icons {
    margin-bottom: 12px; }
    .page-template-template-homepage-v6 .footer-social-icons .social-icon-text {
      display: none; }
    .page-template-template-homepage-v6 .footer-social-icons ul {
      margin: 0; }
      .page-template-template-homepage-v6 .footer-social-icons ul li {
        display: inline-block; }
        .page-template-template-homepage-v6 .footer-social-icons ul li a {
          border: 1px solid #d8d8d8;
          width: 40px;
          height: 40px;
          border-radius: 50px;
          position: relative; }
          .page-template-template-homepage-v6 .footer-social-icons ul li a::before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .page-template-template-homepage-v6 .footer-social-icons ul li a:hover {
            color: #fff; }
      .page-template-template-homepage-v6 .footer-social-icons ul li + li {
        margin-left: 18px; }
  .page-template-template-homepage-v6 .primary-navigation > ul > li > a {
    color: #fff; }
  .page-template-template-homepage-v6 .primary-navigation ul.menu > li.menu-item-has-children > a:after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.page_item_has_children > a:after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.menu-item-has-children > a:after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.page_item_has_children > a:after, .page-template-template-homepage-v6 .primary-navigation > ul > li > a::after {
    position: relative;
    float: right;
    transform: rotate(-90deg); }
  .page-template-template-homepage-v6 .primary-navigation {
    margin-bottom: 2.375em; }
    .page-template-template-homepage-v6 .primary-navigation ul li {
      display: block; }
      .page-template-template-homepage-v6 .primary-navigation ul li a {
        color: #4a4a4a;
        padding: .7em 0; }
        .page-template-template-homepage-v6 .primary-navigation ul li a::before {
          display: none; }
      .page-template-template-homepage-v6 .primary-navigation ul li:hover > a, .page-template-template-homepage-v6 .primary-navigation ul li.focus > a {
        color: #fff; }
      .page-template-template-homepage-v6 .primary-navigation ul li .sub-menu li:hover > a, .page-template-template-homepage-v6 .primary-navigation ul li .sub-menu li.focus > a {
        color: #fff; }
    .page-template-template-homepage-v6 .primary-navigation .primary-navigation > ul > li > a {
      color: #fff; }
    .page-template-template-homepage-v6 .primary-navigation ul.menu > li:first-child, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li:first-child {
      margin: 0; }
    .page-template-template-homepage-v6 .primary-navigation ul.menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.page_item_has_children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.page_item_has_children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.page_item_has_children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.page_item_has_children:hover::after {
      display: none; }
    .page-template-template-homepage-v6 .primary-navigation .menu > li > a::after {
      display: none; }
  .page-template-template-homepage-v6 .secondary-navigation {
    margin: 0 0 2.8em; }
    .page-template-template-homepage-v6 .secondary-navigation .menu li {
      padding: 0 40px; }
    .page-template-template-homepage-v6 .secondary-navigation ul.menu > li, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li {
      display: block; }
      .page-template-template-homepage-v6 .secondary-navigation ul.menu > li a, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li a {
        line-height: 1.75em;
        font-size: 1em; }
        .page-template-template-homepage-v6 .secondary-navigation ul.menu > li a i, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li a i {
          float: none;
          margin-right: 0; }
    .page-template-template-homepage-v6 .secondary-navigation ul.menu > li + li, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li + li {
      margin-left: 0; }
  
  .mCustomScrollbar .mCSB_inside > .mCSB_container {
    margin: 0; }
  .mCustomScrollbar .mCSB_inside > .mCSB_scrollTools {
    opacity: 0; }
  .mCustomScrollbar .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCustomScrollbar .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollbar .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollbar .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 0; }
  .mCustomScrollbar .mCSB_draggerContainer {
    opacity: 0; }
  
  .single-post blockquote {
    margin: 1em 0; }
  .single-post blockquote.single-blockquote {
    margin: 3.375em 0 4.64em 0; }
  .single-post article.post .entry-header {
    margin-bottom: 2.5em; }
  .single-post article.post .entry-content .para-title {
    font-size: 1em;
    margin-bottom: 2.125em; }
  .single-post article.post .entry-content p {
    letter-spacing: -0.4px; }
    .single-post article.post .entry-content p img {
      margin-bottom: 3.75em;
      margin-top: 4.875em; }
    .single-post article.post .entry-content p strong {
      color: #fff; }
  .single-post article.post .entry-content blockquote p {
    margin-bottom: 0; }
  
  .post-author-info {
    background: #f5f5f5;
    padding: 1.125em;
    margin-bottom: 4em;
    margin-top: 2.857em; }
    .post-author-info .media .media-left {
      padding-right: 1.786em; }
    .post-author-info .media img {
      max-width: none; }
    .post-author-info .media .media-body h4.media-heading {
      font-size: 1.125em;
      line-height: 1.474em;
      margin-bottom: 1.5em;
      margin-top: 0.526em; }
      .post-author-info .media .media-body h4.media-heading a {
        color: #333e48; }
    .post-author-info .media .media-body p {
      color: #747474;
      line-height: 1.714em; }
      .post-author-info .media .media-body p:last-child {
        margin-bottom: 0; }
  
  #comments .comment-list .comment-body, #comments .children .comment-body {
    border-bottom: 1px dashed #c7c7c6;
    padding-top: 2.9em;
    padding-bottom: 2.9em;
    position: relative; }
  #comments .comment-navigation {
    padding-top: 20px; }
    #comments .comment-navigation:before, #comments .comment-navigation:after {
      content: "";
      display: table; }
    #comments .comment-navigation:after {
      clear: both; }
    #comments .comment-navigation a:hover {
      text-shadow: 0 0 0.35px #000, 0 0 0.35px #000; }
    #comments .comment-navigation .nav-previous {
      float: left; }
    #comments .comment-navigation .nav-next {
      float: right; }
  #comments li > ol {
    margin-left: 0; }
  #comments #comment-nav-below {
    padding-top: 0;
    margin-bottom: 40px; }
  #comments .comment-list {
    padding-bottom: 3.938em; }
    #comments .comment-list .comment-meta .avatar {
      margin-bottom: 1em;
      max-width: 100px;
      height: auto;
      display: inline-block;
      border-radius: 50px; }
    #comments .comment-list .comment-meta cite {
      font-weight: bold;
      color: #fff; }
    #comments .comment-list .bypostauthor > .comment-body cite:after {
      display: inline-block;
      font: normal normal normal 1em/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f097";
      display: block; }
    #comments .comment-list .reply {
      position: absolute;
      bottom: 24px;
      right: 0;
      font-size: .875em; }
      #comments .comment-list .reply:before, #comments .comment-list .reply:after {
        content: "";
        display: table; }
      #comments .comment-list .reply:after {
        clear: both; }
      #comments .comment-list .reply a {
        display: inline-block;
        margin-right: 1em; }
        #comments .comment-list .reply a:last-child {
          margin-right: 0; }
  
  /**
   * Header Elements
   */
  .woocommerce-active .site-header .col-full {
    position: relative; }
  .woocommerce-active .site-branding {
    float: left; }
  
  .site-header-cart {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0; }
    .site-header-cart .cart-contents {
      display: none; }
    .site-header-cart .widget_shopping_cart {
      display: none;
      background-color: #fff; }
      .site-header-cart .widget_shopping_cart .quantity {
        color: #7f7f7f; }
  
  .site-search {
    font-size: 0.875em;
    clear: both;
    display: none; }
    .site-search .widget_product_search input[type=text], .site-search .widget_product_search input[type=search] {
      padding: 1.41575em 1.618em;
      line-height: 1;
      padding-left: 3.706325903em; }
    .site-search .widget_product_search form:before {
      top: 1.41575em;
      left: 1.618em; }
    .site-search .widget_product_search #searchsubmit {
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px);
      position: absolute; }
  
  /**
   * Shop tables
   */
  table.shop_table_responsive thead {
    display: none; }
  table.shop_table_responsive tbody th {
    display: none; }
  table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both; }
    table.shop_table_responsive tr td:before {
      content: attr(data-title) ': ';
      font-weight: 700;
      float: left; }
    table.shop_table_responsive tr td.product-remove a {
      text-align: left; }
    table.shop_table_responsive tr td.product-remove:before {
      display: none; }
    table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
      display: none; }
    table.shop_table_responsive tr td.download-actions .button {
      display: block;
      text-align: center; }
  table.shop_table_responsive.my_account_orders .order-actions {
    text-align: right; }
    table.shop_table_responsive.my_account_orders .order-actions:before {
      display: none; }
  
  /**
   * Products
   */
  ul.products {
    margin-left: 0;
    clear: both; }
    ul.products:before, ul.products:after {
      content: "";
      display: table; }
    ul.products:after {
      clear: both; }
    ul.products li.product {
      list-style: none;
      margin-left: 0;
      text-align: center;
      position: relative; }
      ul.products li.product .star-rating, ul.products li.product .price {
        margin: 0 auto 1em; }
      ul.products li.product .woocommerce-LoopProduct-link {
        display: block; }
      ul.products li.product .price {
        display: block;
        color: #666666;
        font-weight: 400;
        font-size: 1.063em;
        height: 1.647em; }
        ul.products li.product .price .variableshopmessage + br, ul.products li.product .price .simpleshopmessage + br {
          display: none; }
      ul.products li.product .star-rating {
        display: none; }
      ul.products li.product img {
        display: block;
        margin: 0 auto 1.02em; }
      ul.products li.product.product-category img {
        margin-bottom: 1.618em; }
  
  .price del {
    opacity: .5;
    font-weight: 400; }
    .price del + ins {
      margin-left: .327em; }
  
  /**
   * Single Product
   */
  .single-product div.product {
    position: relative; }
    .single-product div.product:before, .single-product div.product:after {
      content: "";
      display: table; }
    .single-product div.product:after {
      clear: both; }
    .single-product div.product .images, .single-product div.product .summary {
      margin-bottom: 2.617924em;
      margin-top: 0; }
    .single-product div.product .images .woocommerce-main-image {
      margin-bottom: 1.618em;
      display: block; }
    .single-product div.product .images .thumbnails a.zoom {
      display: block;
      float: left;
      margin-bottom: 1em; }
      .single-product div.product .images .thumbnails a.zoom.last {
        margin-right: 0; }
      .single-product div.product .images .thumbnails a.zoom.first {
        clear: both; }
    .single-product div.product form.cart {
      margin-bottom: 1.618em;
      padding: 1em 0; }
      .single-product div.product form.cart:before, .single-product div.product form.cart:after {
        content: "";
        display: table; }
      .single-product div.product form.cart:after {
        clear: both; }
      .single-product div.product form.cart .quantity {
        float: left; }
      .single-product div.product form.cart .button {
        float: right; }
    .single-product div.product .summary .price {
      font-size: 1.5em;
      color: #fff; }
      .single-product div.product .summary .price .woocommerce-Price-currencySymbol {
        font-size: 0.6em;
        vertical-align: top;
        line-height: normal; }
      .single-product div.product .summary .price del {
        font-size: 0.75em; }
    .single-product div.product table.variations {
      margin: 0; }
      .single-product div.product table.variations th, .single-product div.product table.variations td {
        display: list-item;
        padding: 0;
        list-style: none;
        background-color: transparent; }
      .single-product div.product table.variations .value {
        margin-bottom: 1em; }
    .single-product div.product .single_variation .price {
      margin-bottom: 1em;
      display: block; }
    .single-product div.product .variations_button {
      padding-top: 1em; }
      .single-product div.product .variations_button:before, .single-product div.product .variations_button:after {
        content: "";
        display: table; }
      .single-product div.product .variations_button:after {
        clear: both; }
    .single-product div.product .woocommerce-product-rating {
      margin-bottom: 1.618em;
      line-height: 1;
      margin-top: -ms(-1); }
      .single-product div.product .woocommerce-product-rating:before, .single-product div.product .woocommerce-product-rating:after {
        content: "";
        display: table; }
      .single-product div.product .woocommerce-product-rating:after {
        clear: both; }
      .single-product div.product .woocommerce-product-rating a {
        font-weight: 400;
        text-decoration: underline; }
        .single-product div.product .woocommerce-product-rating a:hover {
          text-decoration: none; }
      .single-product div.product .woocommerce-product-rating .star-rating {
        float: left;
        margin-right: 0.6180469716em; }
    .single-product div.product .product_meta {
      font-size: 0.875em;
      padding-top: 1em;
      border-top: 1px solid rgba(0, 0, 0, 0.05); }
      .single-product div.product .product_meta .sku_wrapper, .single-product div.product .product_meta .posted_in, .single-product div.product .product_meta .tagged_as {
        display: block; }
        .single-product div.product .product_meta .sku_wrapper:last-child, .single-product div.product .product_meta .posted_in:last-child, .single-product div.product .product_meta .tagged_as:last-child {
          border-bottom: 0; }
      .single-product div.product .product_meta a {
        font-weight: 400;
        text-decoration: underline; }
        .single-product div.product .product_meta a:hover {
          text-decoration: none; }
  
  .stock:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5407911001em; }
  .stock.in-stock {
    color: #0f834d; }
    .stock.in-stock:before {
      content: "\f118"; }
  .stock.out-of-stock {
    color: #e2401c; }
    .stock.out-of-stock:before {
      content: "\f119"; }
  
  a.reset_variations {
    display: inline-block;
    margin-left: 1em; }
    a.reset_variations:before {
      display: inline-block;
      font: normal normal normal 1em/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f021";
      margin-right: 0.5407911001em; }
  
  /**
   * Reviews
   */
  #reviews #comments {
    padding-top: 0;
    padding-bottom: 3.938em; }
  #reviews .woocommerce-Reviews-title {
    font-weight: 300; }
    #reviews .woocommerce-Reviews-title span {
      font-weight: 700; }
  #reviews.woocommerce-Reviews #respond .comment-form-author, #reviews.woocommerce-Reviews #respond .comment-form-email {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-right: 0; }
    @media (min-width: 768px) {
      #reviews.woocommerce-Reviews #respond .comment-form-author, #reviews.woocommerce-Reviews #respond .comment-form-email {
        width: 50%; } }
    @media (min-width: 992px) {
      #reviews.woocommerce-Reviews #respond .comment-form-author, #reviews.woocommerce-Reviews #respond .comment-form-email {
        width: 50%; } }
  #reviews.woocommerce-Reviews #respond .comment-form-author {
    padding-left: 0; }
  #reviews.woocommerce-Reviews #respond .comment-form-email {
    padding-right: 0; }
  #reviews .commentlist {
    list-style: none;
    margin-left: 0; }
    #reviews .commentlist li {
      list-style: none;
      clear: both;
      border-bottom: 1px dashed #c7c7c6;
      padding-top: 2.7em;
      padding-bottom: 1.7em; }
      #reviews .commentlist li:before, #reviews .commentlist li:after {
        content: "";
        display: table; }
      #reviews .commentlist li:after {
        clear: both; }
      #reviews .commentlist li .comment_container .comment-text {
        position: relative; }
        #reviews .commentlist li .comment_container .comment-text:before, #reviews .commentlist li .comment_container .comment-text:after {
          content: "";
          display: table; }
        #reviews .commentlist li .comment_container .comment-text:after {
          clear: both; }
        #reviews .commentlist li .comment_container .comment-text .star-rating {
          position: absolute;
          bottom: 8px; }
        #reviews .commentlist li .comment_container .comment-text p:last-of-type {
          margin-bottom: 0; }
      #reviews .commentlist li time {
        opacity: 0.5; }
      #reviews .commentlist li .avatar {
        float: left;
        width: 2.2906835em;
        height: auto;
        margin-right: 1em;
        display: none; }
      #reviews .commentlist li p.meta, #reviews .commentlist li div[itemprop="description"] {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; }
      #reviews .commentlist li p.meta {
        width: 100%;
        margin-bottom: 1em;
        padding-left: 0;
        font-size: 0; }
        @media (min-width: 768px) {
          #reviews .commentlist li p.meta {
            width: 25%; } }
        @media (min-width: 992px) {
          #reviews .commentlist li p.meta {
            width: 25%; } }
        #reviews .commentlist li p.meta strong {
          display: block;
          color: #4c4c4c;
          line-height: 1;
          font-size: 16px; }
        #reviews .commentlist li p.meta time {
          color: #aeaeae;
          font-size: 14px;
          font-size: 0.875em; }
      #reviews .commentlist li div[itemprop="description"] {
        width: 100%; }
        @media (min-width: 768px) {
          #reviews .commentlist li div[itemprop="description"] {
            width: 75%; } }
        @media (min-width: 992px) {
          #reviews .commentlist li div[itemprop="description"] {
            width: 75%; } }
      #reviews .commentlist li ul.children {
        margin-bottom: 0;
        padding-top: 1.618em; }
        #reviews .commentlist li ul.children li {
          margin-bottom: 1.618em; }
          #reviews .commentlist li ul.children li:last-child {
            margin-bottom: 0; }
  #reviews .comment-form-rating {
    clear: both; }
    #reviews .comment-form-rating label {
      display: block; }
  
  /**
   * Widgets
   */
  .product_list_widget {
    list-style: none;
    margin-left: 0; }
    .product_list_widget li {
      padding: 1em 0; }
      .product_list_widget li:before, .product_list_widget li:after {
        content: "";
        display: table; }
      .product_list_widget li:after {
        clear: both; }
      .product_list_widget li img {
        float: right; }
      .product_list_widget li > a {
        display: block; }
    .product_list_widget li + li {
      border-top: 1px solid rgba(0, 0, 0, 0.05); }
  
  .widget ul.products li.product a {
    text-decoration: none; }
  
  .widget_products a {
    display: block; }
  
  .widget_shopping_cart .product_list_widget {
    margin-bottom: 0; }
    .widget_shopping_cart .product_list_widget li {
      position: relative; }
      .widget_shopping_cart .product_list_widget li a.remove {
        float: right;
        color: #000;
        font-size: 10px; }
      .widget_shopping_cart .product_list_widget li a:not(.remove) {
        line-height: 1.4; }
      .widget_shopping_cart .product_list_widget li dl {
        color: #5b5b5b;
        padding-top: 0.816em; }
      .widget_shopping_cart .product_list_widget li dl + .quantity, .widget_shopping_cart .product_list_widget li dl {
        margin-left: 115px; }
  .widget_shopping_cart p.total, .widget_shopping_cart p.buttons {
    padding: 1em 0;
    margin: 0;
    text-align: center; }
  .widget_shopping_cart p.total {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 1em 0 0.714em 0;
    color: #2b2b2b; }
  .widget_shopping_cart .buttons .button {
    display: block; }
    .widget_shopping_cart .buttons .button:not(.checkout) {
      background-color: #e8e8e8;
      color: #2b2b2b; }
      .widget_shopping_cart .buttons .button:not(.checkout):hover {
        color: #2b2b2b;
        background-color: #cfcfcf; }
    .widget_shopping_cart .buttons .button:nth-child(odd) {
      margin-bottom: 1em; }
  
  .widget_product_categories ul {
    margin: 0; }
    .widget_product_categories ul li {
      list-style: none;
      margin-bottom: 0.6180469716em; }
      .widget_product_categories ul li:before {
        display: inline-block;
        font: normal normal normal 1em/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 0.5407911001em;
        opacity: 0.25;
        content: "\f114"; }
      .widget_product_categories ul li.current-cat:before {
        content: "\f115"; }
  .widget_product_categories .children {
    margin-top: 0.6180469716em;
    margin-left: 1.618em; }
  
  .site-header .widget_shopping_cart p.total, .site-header .widget_shopping_cart p.buttons, .site-header .widget_shopping_cart li {
    padding-left: 1.41575em;
    padding-right: 1.41575em; }
  
  .widget_layered_nav li {
    margin-bottom: 0.6180469716em; }
    .widget_layered_nav li:before {
      display: inline-block;
      font: normal normal normal 1em/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 0.5407911001em;
      opacity: 0.35;
      content: "\f0a3";
      display: none; }
  .widget_layered_nav .chosen:before {
    content: "\f14a"; }
  
  .widget_layered_nav_filters ul li.chosen a:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    margin-right: 0.5407911001em;
    color: #e2401c; }
  
  .widget.woocommerce li .count {
    font-size: 1em;
    float: right; }
  
  .widget_price_filter .price_slider {
    margin-bottom: 1em; }
  .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em; }
    .widget_price_filter .price_slider_amount .button {
      float: left; }
  .widget_price_filter .ui-slider {
    position: relative;
    text-align: left; }
  .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    cursor: ew-resize;
    outline: none;
    background: #fff;
    box-sizing: border-box;
    margin-top: -.25em;
    opacity: 1; }
    .widget_price_filter .ui-slider .ui-slider-handle:last-child {
      margin-left: -1em; }
    .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
      box-shadow: 0 0 0 .236em rgba(0, 0, 0, 0.1); }
  .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #fff;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em; }
  .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    background: rgba(0, 0, 0, 0.1); }
  .widget_price_filter .ui-slider-horizontal {
    height: .5em; }
  .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px; }
  .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px; }
  
  /**
   * Checkout
   */
  .checkout_coupon {
    margin-bottom: 2.617924em; }
    .checkout_coupon .form-row {
      margin-bottom: 0; }
    .checkout_coupon .form-row-last {
      font-size: 0.86em; }
  
  form.checkout:before, form.checkout:after {
    content: "";
    display: table; }
  form.checkout:after {
    clear: both; }
  
  #ship-to-different-address label {
    display: inline-block; }
  
  #payment:before, #payment:after {
    content: "";
    display: table; }
  #payment:after {
    clear: both; }
  #payment .create-account {
    clear: both; }
  #payment .payment_methods > .wc_payment_method > label {
    display: block;
    margin: 0;
    cursor: pointer; }
    #payment .payment_methods > .wc_payment_method > label:before {
      display: inline-block;
      font: normal normal normal 1em/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f10c";
      margin-right: 0.5407911001em;
      -webkit-transition: color, ease, .2s;
      -moz-transition: color, ease, .2s;
      transition: color, ease, .2s; }
  #payment .payment_methods li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1px;
    position: relative; }
    #payment .payment_methods li img {
      float: right;
      border: 0;
      padding: 0;
      max-height: 1.618em; }
    #payment .payment_methods li:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
    #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child {
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px);
      position: absolute; }
      #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label:before {
        content: "\f192"; }
    #payment .payment_methods li p {
      margin: 0; }
    #payment .payment_methods li .payment_box fieldset {
      border: 0;
      margin: 0;
      padding: 1em 0 0 0;
      font-size: 0.875em; }
      #payment .payment_methods li .payment_box fieldset label {
        width: auto;
        margin-left: 0; }
      #payment .payment_methods li .payment_box fieldset .form-row {
        margin-bottom: 1em; }
        #payment .payment_methods li .payment_box fieldset .form-row input[type="checkbox"] {
          margin-right: 5px; }
      #payment .payment_methods li .payment_box fieldset #cvv {
        width: 22%; }
      #payment .payment_methods li .payment_box fieldset .help {
        width: 75%;
        float: right; }
    #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
      padding-top: 1em;
      margin: 0; }
      #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
        margin-top: 0.6180469716em; }
        #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
          margin-right: .236em; }
    #payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
      margin-left: 0; }
    #payment .payment_methods li .payment_box .wc-credit-card-form-card-number, #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry, #payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
      font-size: 1.41575em; }
    #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
      background-repeat: no-repeat;
      background-position: right 0.6180469716em center;
      background-size: 31px 20px;
      background-image: url(../../../assets/images/credit-cards/unknown.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
        background-image: url(../../../assets/images/credit-cards/visa.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
        background-image: url(../../../assets/images/credit-cards/mastercard.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
        background-image: url(../../../assets/images/credit-cards/laser.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
        background-image: url(../../../assets/images/credit-cards/diners.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
        background-image: url(../../../assets/images/credit-cards/maestro.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
        background-image: url(../../../assets/images/credit-cards/jcb.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
        background-image: url(../../../assets/images/credit-cards/amex.svg); }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
        background-image: url(../../../assets/images/credit-cards/discover.svg); }
  #payment .terms {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 0;
    margin-bottom: 1em; }
    #payment .terms label {
      display: block;
      cursor: pointer; }
      #payment .terms label:before {
        display: inline-block;
        font: normal normal normal 1em/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0c8";
        margin-right: 0.5407911001em;
        opacity: .25; }
    #payment .terms input[type=checkbox] {
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px);
      position: absolute; }
      #payment .terms input[type=checkbox]:checked + label:before {
        content: "\f14a";
        opacity: 1; }
  #payment .place-order {
    padding: 1.387em 0;
    margin-bottom: 0;
    float: none;
    width: 100%; }
    #payment .place-order .button {
      font-size: 1.41575em;
      width: 100%;
      white-space: pre-wrap; }
  
  .woocommerce-checkout .payment-fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2); }
  
  .admin-bar .woocommerce-checkout .payment-fixed {
    top: 32px; }
  .admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
    display: none; }
  
  /**
   * Password strength meter
   */
  .woocommerce-password-strength {
    text-align: left;
    font-weight: 600;
    padding: 0.5407911001em 0;
    display: none;
    text-align: right;
    font-size: 0.875em; }
    .woocommerce-password-strength:after {
      display: inline-block;
      font: normal normal normal 1em/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f119";
      margin-left: 0.5407911001em; }
    .woocommerce-password-strength.strong {
      color: #0f834d; }
      .woocommerce-password-strength.strong:after {
        content: "\f118"; }
    .woocommerce-password-strength.short {
      color: #e2401c; }
    .woocommerce-password-strength.bad {
      color: #e2401c; }
    .woocommerce-password-strength.good {
      color: #3D9CD2; }
      .woocommerce-password-strength.good:after {
        content: "\f11a"; }
  
  /**
   * My Account
   */
  ul.order_details {
    list-style: none;
    position: relative;
    margin: 3.706325903em 0; }
    ul.order_details:before, ul.order_details:after {
      content: "";
      display: table; }
    ul.order_details:after {
      clear: both; }
    ul.order_details:before, ul.order_details:after {
      content: "";
      display: block;
      position: absolute;
      top: -16px;
      left: 0;
      width: 100%;
      height: 16px;
      background-size: 0px 100%, 16px 16px, 16px 16px; }
    ul.order_details:after {
      top: auto;
      bottom: -16px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    ul.order_details li {
      padding: 1em 1.618em;
      font-size: .8em;
      text-transform: uppercase; }
      ul.order_details li:first-child {
        padding-top: 1.618em; }
      ul.order_details li:last-child {
        border: 0;
        padding-bottom: 1.618em; }
      ul.order_details li strong {
        display: block;
        font-size: 1.41575em;
        text-transform: none; }
  
  .my_account_orders .button, .woocommerce-MyAccount-downloads .button {
    padding: 0.6180469716em 0.875em;
    font-size: 0.875em;
    margin-right: .236em; }
  
  .my_account_orders .button.view:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06e";
    margin-left: 0.5407911001em; }
  
  p.order-again .button:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-left: 0.5407911001em; }
  
  .woocommerce-MyAccount-downloads .button:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0ed";
    margin-left: 0.5407911001em; }
  
  .woocommerce-MyAccount-content h2 {
    font-size: 2em;
    font-weight: 600; }
  .woocommerce-MyAccount-content #payment .payment_methods {
    margin-bottom: 1.618em; }
    .woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
      background-color: rgba(0, 0, 0, 0.05); }
  
  /**
   * General WooCommerce components
   */
  .form-row label {
    display: block; }
  .form-row input, .form-row textarea, .form-row select {
    width: 100%; }
  .form-row input[type=checkbox], .form-row input[type=radio] {
    width: auto; }
  .form-row .button {
    width: auto; }
  .form-row.create-account label {
    display: inline-block; }
  .form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d; }
  .form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c; }
  
  .form-row-last {
    margin-right: 0; }
  
  .form-row-wide {
    clear: both;
    width: 100%; }
  
  .required {
    border-bottom: 0;
    color: red; }
  
  .demo_store {
    position: fixed;
    left: 0;
    bottom: 69px;
    right: 0;
    margin: 0;
    padding: 1em 1.41575em;
    background-color: #3D9CD2;
    color: #fff;
    z-index: 999; }
    .demo_store:before {
      display: inline-block;
      font: normal normal normal 1em/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 0.5407911001em;
      content: "\f05a"; }
  
  .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 0.875em;
    width: 6.286em;
    font-family: 'star';
    font-weight: 400;
    letter-spacing: 3px; }
    .star-rating:before {
      content: "\53\53\53\53\53";
      opacity: .25;
      float: left;
      top: 0;
      left: 0;
      position: absolute; }
    .star-rating span {
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      padding-top: 1.5em; }
    .star-rating span:before {
      content: "\53\53\53\53\53";
      top: 0;
      position: absolute;
      left: 0;
      color: #fed700; }
  
  p.stars {
    display: inline-block;
    margin: 0; }
    p.stars a {
      position: relative;
      height: 1em;
      width: 1em;
      text-indent: -999em;
      display: inline-block;
      text-decoration: none;
      margin-right: 1px;
      font-weight: 400;
      color: #fed700; }
      p.stars a:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1em;
        height: 1em;
        line-height: 1;
        font-family: "WooCommerce";
        content: "\e021";
        text-indent: 0; }
      p.stars a:hover ~ a:before {
        content: "\e021"; }
    p.stars:hover a:before {
      content: "\e020"; }
    p.stars.selected a.active:before {
      content: "\e020"; }
    p.stars.selected a.active ~ a:before {
      content: "\e021"; }
    p.stars.selected a:not(.active):before {
      content: "\e020"; }
  
  .onsale {
    color: #fff;
    padding: 0.4em 1em;
    font-size: 0.875em;
    text-transform: uppercase;
    display: inline-block;
    background-color: #8ca93e;
    line-height: 1;
    z-index: 1; }
  
  .quantity, .woocommerce .quantity, .woocommerce-page .quantity, .single-product.woocommerce .quantity, .woocommerce-cart .woocommerce .quantity {
    padding-right: 0; }
  
  .quantity .qty, .quantity input.qty, .woocommerce .quantity .qty, .woocommerce .quantity input.qty, .woocommerce-page .quantity .qty, .woocommerce-page .quantity input.qty, .single-product.woocommerce .quantity .qty, .single-product.woocommerce .quantity input.qty {
    max-width: 9.445em;
    text-align: center;
    font-size: 1.125em;
    width: inherit;
    height: inherit;
    border-radius: 50px;
    border: 1px solid #ccc;
    font-weight: 400;
    padding: .473em .5em; }
  
  .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce .quantity .minus:hover, .woocommerce .quantity .plus:hover, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .single-product.woocommerce .quantity .minus, .single-product.woocommerce .quantity .plus, .single-product.woocommerce .quantity .minus:hover, .single-product.woocommerce .quantity .plus:hover, .single-product.woocommerce-page .quantity .minus, .single-product.woocommerce-page .quantity .plus, .single-product.woocommerce-page .quantity .minus:hover, .single-product.woocommerce-page .quantity .plus:hover {
    background-color: transparent;
    border: none;
    font-size: 1.3em; }
  .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus, .single-product.woocommerce .quantity .minus, .single-product.woocommerce .quantity .plus, .single-product.woocommerce-page .quantity .minus, .single-product.woocommerce-page .quantity .plus {
    font-weight: 100; }
  .woocommerce .quantity .minus:focus, .woocommerce .quantity .plus:focus, .woocommerce-page .quantity .minus:focus, .woocommerce-page .quantity .plus:focus, .single-product.woocommerce .quantity .minus:focus, .single-product.woocommerce .quantity .plus:focus, .single-product.woocommerce-page .quantity .minus:focus, .single-product.woocommerce-page .quantity .plus:focus {
    outline: none; }
  .woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .single-product.woocommerce .quantity .minus, .single-product.woocommerce-page .quantity .minus {
    transform: translateY(-50%);
    top: 50%;
    left: 0.6em; }
  .woocommerce .quantity .plus, .woocommerce-page .quantity .plus, .single-product.woocommerce .quantity .plus, .single-product.woocommerce-page .quantity .plus {
    transform: translateY(-50%);
    top: 50%;
    right: 0.6em; }
  
  .woocommerce-tabs {
    margin: 1em 0 5.99em -50vw;
    width: 100vw;
    position: relative;
    left: 50%;
    background-color: #f5f5f5; }
    .woocommerce-tabs ul.tabs {
      list-style: none;
      margin: 0;
      text-align: center;
      font-size: 1.25em;
      background-color: #fff; }
      .woocommerce-tabs ul.tabs li {
        display: inline-block;
        margin: 0;
        position: relative; }
        .woocommerce-tabs ul.tabs li a {
          padding: 0.85em;
          display: block;
          font-weight: normal;
          color: #71706c; }
          .woocommerce-tabs ul.tabs li a:focus {
            outline: none; }
        .woocommerce-tabs ul.tabs li.active a {
          font-weight: bold;
          padding: 0.85em 2.9em;
          color: #fff;
          background-color: #f5f5f5; }
      .woocommerce-tabs ul.tabs li + li {
        margin-left: 0.96em; }
    .woocommerce-tabs #tab-description {
      text-align: center; }
    .woocommerce-tabs .panel {
      padding: 5.8em 2em 5em 2em;
      background-color: transparent;
      border-radius: 0;
      border: none;
      box-shadow: none;
      margin-bottom: 0; }
      .woocommerce-tabs .panel h2 {
        display: none; }
      .woocommerce-tabs .panel .table-version {
        
        text-align: left;
        font-size: 1.875em;
        font-weight: normal;
        margin-bottom: 1.4em;
        border-top: 1px dashed #c7c7c6;
        padding-top: 70px;
        margin-top: 90px; }
      .woocommerce-tabs .panel table {
        font-size: 0.875em; }
        .woocommerce-tabs .panel table th, .woocommerce-tabs .panel table tbody td {
          background-color: transparent; }
        .woocommerce-tabs .panel table .food-name, .woocommerce-tabs .panel table .allergies-food, .woocommerce-tabs .panel table .value {
          display: block; }
        .woocommerce-tabs .panel table .value {
          font-size: 2.143em; }
        .woocommerce-tabs .panel table .food-name, .woocommerce-tabs .panel table .value, .woocommerce-tabs .panel table .allergies-food {
          font-weight: bold;
          color: #fff; }
        .woocommerce-tabs .panel table .food-name, .woocommerce-tabs .panel table .allergies-food {
          font-size: 1.286em;
          font-weight: bold; }
        .woocommerce-tabs .panel table th {
          font-weight: normal; }
        .woocommerce-tabs .panel table td {
          text-align: center; }
        .woocommerce-tabs .panel table .food-nutrition th, .woocommerce-tabs .panel table .food-nutrition td {
          border-bottom: 1px solid #d0d0d0; }
        .woocommerce-tabs .panel table .food-nutrition th {
          padding-right: 5.143em;
          padding-bottom: 2.571em; }
        .woocommerce-tabs .panel table .food-nutrition td:nth-of-type(1) {
          padding-left: 2.643em; }
        .woocommerce-tabs .panel table .food-nutrition th, .woocommerce-tabs .panel table .allergies-name th {
          border-right: 1px solid #d0d0d0; }
      .woocommerce-tabs .panel table.table-style-02 {
        border-top: 1px solid #d0d0d0;
        border-bottom: 1px solid #d0d0d0;
        font-size: 0.875em; }
        .woocommerce-tabs .panel table.table-style-02 > thead > tr > th, .woocommerce-tabs .panel table.table-style-02 > thead > tr > td, .woocommerce-tabs .panel table.table-style-02 > tbody > tr > th, .woocommerce-tabs .panel table.table-style-02 > tbody > tr > td, .woocommerce-tabs .panel table.table-style-02 > tfoot > tr > th, .woocommerce-tabs .panel table.table-style-02 > tfoot > tr > td {
          border-top: 1px solid #d0d0d0; }
        .woocommerce-tabs .panel table.table-style-02 > thead > tr > td, .woocommerce-tabs .panel table.table-style-02 > thead > tr > th + th, .woocommerce-tabs .panel table.table-style-02 > tbody > tr > td, .woocommerce-tabs .panel table.table-style-02 > tbody > tr > th + th, .woocommerce-tabs .panel table.table-style-02 > tfoot > tr > td, .woocommerce-tabs .panel table.table-style-02 > tfoot > tr > th + th {
          border-left: 1px solid #d0d0d0; }
        .woocommerce-tabs .panel table.table-style-02 thead th {
          padding: 0.5em;
          font-weight: normal;
          text-transform: capitalize; }
        .woocommerce-tabs .panel table.table-style-02 tbody th {
          color: #fff;
          font-weight: bold; }
        .woocommerce-tabs .panel table.table-style-02 td, .woocommerce-tabs .panel table.table-style-02 th {
          padding: 0.78em 1.41575em; }
        .woocommerce-tabs .panel table.table-style-02 th, .woocommerce-tabs .panel table.table-style-02 tbody td {
          text-align: center; }
      .woocommerce-tabs .panel .ingredients {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 40px;
        border-top: 1px dashed #c7c7c6;
        margin-top: 80px; }
        .woocommerce-tabs .panel .ingredients:before, .woocommerce-tabs .panel .ingredients:after {
          content: "";
          display: table; }
        .woocommerce-tabs .panel .ingredients:after {
          clear: both; }
        .woocommerce-tabs .panel .ingredients .title, .woocommerce-tabs .panel .ingredients .food-items, .woocommerce-tabs .panel .ingredients .items {
          float: left;
          position: relative;
          min-height: 1px;
          padding-left: 15px;
          padding-right: 15px; }
        .woocommerce-tabs .panel .ingredients .title {
          width: 100%;
          text-align: left;
          
          padding-left: 0; }
          @media (min-width: 768px) {
            .woocommerce-tabs .panel .ingredients .title {
              width: 25%; } }
          @media (min-width: 992px) {
            .woocommerce-tabs .panel .ingredients .title {
              width: 25%; } }
          .woocommerce-tabs .panel .ingredients .title h3 {
            font-weight: normal;
            font-size: 1.875em;
            padding-top: 20px; }
        .woocommerce-tabs .panel .ingredients .food-items {
          width: 100%; }
          @media (min-width: 768px) {
            .woocommerce-tabs .panel .ingredients .food-items {
              width: 75%; } }
          @media (min-width: 992px) {
            .woocommerce-tabs .panel .ingredients .food-items {
              width: 75%; } }
        .woocommerce-tabs .panel .ingredients .items {
          width: 100%;
          padding-bottom: 34px;
          text-align: left;
          padding-left: 0; }
          @media (min-width: 768px) {
            .woocommerce-tabs .panel .ingredients .items {
              width: 33.3333333333%; } }
          @media (min-width: 992px) {
            .woocommerce-tabs .panel .ingredients .items {
              width: 33.3333333333%; } }
          .woocommerce-tabs .panel .ingredients .items span {
            display: inline-block;
            vertical-align: middle; }
          .woocommerce-tabs .panel .ingredients .items .info {
            padding-left: 19px;
            line-height: 1.4; }
  
  .woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    padding: 1em 1.618em;
    margin-bottom: 2.617924em;
    background-color: #0f834d;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15); }
    .woocommerce-message:before, .woocommerce-message:after, .woocommerce-info:before, .woocommerce-info:after, .woocommerce-error:before, .woocommerce-error:after, .woocommerce-noreviews:before, .woocommerce-noreviews:after, p.no-comments:before, p.no-comments:after {
      content: "";
      display: table; }
    .woocommerce-message:after, .woocommerce-info:after, .woocommerce-error:after, .woocommerce-noreviews:after, p.no-comments:after {
      clear: both; }
    .woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
      color: #fff; }
      .woocommerce-message a:hover, .woocommerce-info a:hover, .woocommerce-error a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover {
        color: #fff;
        opacity: 0.7; }
      .woocommerce-message a.button:hover, .woocommerce-info a.button:hover, .woocommerce-error a.button:hover, .woocommerce-noreviews a.button:hover, p.no-comments a.button:hover {
        opacity: 1; }
    .woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button, .woocommerce-noreviews .button, p.no-comments .button {
      float: right;
      padding: 0;
      background: none;
      color: #fff;
      box-shadow: none;
      line-height: 1.618;
      padding-left: 1em;
      border-width: 0;
      border-left-width: 1px;
      border-left-style: solid;
      border-left-color: rgba(255, 255, 255, 0.25);
      border-radius: 0; }
      .woocommerce-message .button:hover, .woocommerce-info .button:hover, .woocommerce-error .button:hover, .woocommerce-noreviews .button:hover, p.no-comments .button:hover {
        background: none;
        color: #fff;
        opacity: 0.7; }
    .woocommerce-message pre, .woocommerce-info pre, .woocommerce-error pre, .woocommerce-noreviews pre, p.no-comments pre {
      background-color: rgba(0, 0, 0, 0.1); }
  
  .site-content > .col-full > .woocommerce > .woocommerce-message:first-child, .site-content > .col-full > .woocommerce > .woocommerce-info:first-child, .site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
    margin-top: 2.617924em; }
  
  .wc-forward:after, .woocommerce-Button--next:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f178";
    margin-left: 0.5407911001em;
    display: none; }
  
  .woocommerce-Button--previous:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f177";
    margin-right: 0.5407911001em; }
  
  .woocommerce-error {
    list-style: none; }
  
  .woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #3D9CD2; }
  
  .woocommerce-error {
    background-color: #e2401c; }
  
  dl.variation {
    font-size: 0.875em; }
    dl.variation dd {
      margin: 0 0 1em; }
  
  /**
   * Homepage
   */
  .pizzaro-product-section .section-title, .pizzaro-product-section .error404 .page-content section h2, .error404 .page-content section .pizzaro-product-section h2, .pizzaro-product-section .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .pizzaro-product-section h2, .pizzaro-product-section .related > h2:first-child, .pizzaro-product-section .upsells > h2:first-child, .pizzaro-product-section .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .pizzaro-product-section h2 {
    text-align: center;
    margin-bottom: 1.618em; }
  .pizzaro-product-section:last-child {
    border-bottom: 0; }
  
  @media (min-width: 768px) {
    .demo_store {
      bottom: 0; }
    /**
       * Responsive tables
       */
    table.shop_table_responsive thead {
      display: table-header-group; }
    table.shop_table_responsive tbody th {
      display: table-cell; }
    table.shop_table_responsive tr td {
      display: table-cell; }
      table.shop_table_responsive tr td:before {
        display: none; }
    /**
       * Header Elements
       */
    .site-header-cart {
      position: relative; }
      .site-header-cart .cart-contents {
        padding: 1.618em 0;
        display: block;
        position: relative;
        background-color: transparent;
        height: auto;
        width: auto;
        text-indent: 0; }
        .site-header-cart .cart-contents:after {
          display: inline-block;
          font: normal normal normal 1em/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          height: 1em;
          float: right;
          content: "\f291";
          line-height: 1.618; }
        .site-header-cart .cart-contents .amount {
          margin-right: .327em; }
        .site-header-cart .cart-contents .count {
          font-weight: 300;
          opacity: 0.5;
          font-size: 0.875em; }
        .site-header-cart .cart-contents span {
          display: inline; }
      .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 300px;
        z-index: 999999;
        font-size: 0.875em;
        right: -999em;
        display: block;
        background-color: #fdfdfd;
        padding: 12px 0;
        border-radius: 6px;
        box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3); }
        .site-header-cart .widget_shopping_cart h2.widgettitle {
          display: none; }
        .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
          position: relative;
          top: 0.6em;
          font-size: 10px; }
          .site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
            text-align: left; }
        .site-header-cart .widget_shopping_cart .product_list_widget li > a {
          color: #2b2b2b; }
      .site-header-cart .mini-cart:before, .site-header-cart .mini-cart:after {
        content: "";
        display: table; }
      .site-header-cart .mini-cart:after {
        clear: both; }
      .site-header-cart .mini-cart .mini-cart-toggle:hover .widget_shopping_cart {
        right: 0; }
    .site-search {
      display: block; }
      .site-search form {
        margin: 0; }
    /**
       * Reset mobile product styles
       */
    ul.products li.product {
      clear: none;
      width: 100%;
      float: left; }
      ul.products li.product.last {
        margin-right: 0; }
    /**
       * Single product page
       */
    #reviews .comment-form-author, #reviews .comment-form-email {
      width: 47%; }
    #reviews .comment-form-email {
      margin-right: 0; }
    .woocommerce .page-description {
      margin-bottom: 1.618em; }
    .woocommerce-result-count {
      float: left;
      position: relative;
      margin-bottom: 0;
      padding: .327em 0; }
    .woocommerce-ordering {
      float: left;
      margin-right: 1em;
      margin-bottom: 0;
      padding: .327em 0; }
    .woocommerce-pagination {
      float: right;
      border: 0;
      clear: none;
      padding: 0;
      margin-bottom: 0; }
    /**
       * Cart
       */
    .woocommerce-cart .hentry, .woocommerce-checkout .hentry {
      border-bottom: 0;
      padding-bottom: 0; }
    .page-template-template-fullwidth-php table.cart .product-thumbnail {
      display: table-cell; }
    .page-template-template-fullwidth-php table.cart thead {
      font-size: 1em;
      text-indent: 0; }
    table.cart th, table.cart td {
      padding: 1.618em; }
    table.cart .qty {
      padding: 0.875em;
      max-width: 3.632em; }
    table.cart td.product-remove a.remove {
      float: none;
      position: relative;
      top: auto;
      right: auto; }
    table.cart .product-quantity .plus, table.cart .product-quantity .minus {
      display: inline-block; }
    table.cart .quantity .qty {
      padding: 0.6180469716em; }
    table.cart td.actions label {
      display: none; }
    table.cart td.actions .coupon {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    table.cart td.actions input {
      display: inline-block;
      width: auto;
      margin: 0; }
    .cart-collaterals:before, .cart-collaterals:after {
      content: "";
      display: table; }
    .cart-collaterals:after {
      clear: both; }
    .cart-collaterals h2 {
      font-size: 1.618em; }
    .cart-collaterals .cross-sells {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; }
      @media (min-width: 768px) {
        .cart-collaterals .cross-sells {
          width: 58.3333333333%; } }
      @media (min-width: 992px) {
        .cart-collaterals .cross-sells {
          width: 58.3333333333%; } }
      .cart-collaterals .cross-sells ul.products li.product {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%; }
        @media (min-width: 768px) {
          .cart-collaterals .cross-sells ul.products li.product {
            width: 50%; } }
        @media (min-width: 992px) {
          .cart-collaterals .cross-sells ul.products li.product {
            width: 50%; } }
    .cart-collaterals .cart_totals small.includes_tax {
      display: block; }
    .cart-collaterals .shipping_calculator {
      clear: right; }
    .page-template-template-fullwidth-php .cart-collaterals .cross-sells {
      width: 47.8260869565%;
      float: left;
      margin-right: 4.347826087%; }
      .page-template-template-fullwidth-php .cart-collaterals .cross-sells ul.products li.product {
        width: 45.4545454545%;
        float: left;
        margin-right: 9.0909090909%; }
    /**
       * Checkout
       */
    #customer_details + #wc_checkout_add_ons {
      width: 30.4347826087%;
      float: right;
      margin-right: 0;
      width: 32.5%; }
    #wc_checkout_add_ons input[type=radio] {
      float: left;
      margin-right: 0.5407911001em;
      clear: left;
      margin-top: .35em; }
    #order_review_heading, #order_review {
      width: 30.4347826087%;
      float: right;
      margin-right: 0;
      width: 32.5%;
      clear: right; }
    #order_review {
      transition: box-shadow ease .4s; }
    #order_review_heading {
      margin-bottom: 0;
      padding-bottom: 0.6180469716em; }
    .woocommerce-order-pay #order_review, .page-template-template-fullwidth-php.woocommerce-order-pay #order_review {
      width: 100%;
      float: none; }
      .woocommerce-order-pay #order_review #payment h3, .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3 {
        padding-left: 1em;
        padding-top: 1em; }
      .woocommerce-order-pay #order_review #payment .form-row, .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row {
        padding: 1em; }
      .woocommerce-order-pay #order_review .payment_methods + .form-row, .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods + .form-row {
        padding: 1em; }
      .woocommerce-order-pay #order_review .button#place_order, .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order {
        display: block;
        width: 100%;
        font-size: 1.41575em; }
    #order_review .shop_table {
      margin-bottom: 2.617924em; }
    /**
       * My Account
       */
    table + .addresses {
      margin-top: 1.618em; }
    table.my_account_orders {
      font-size: 0.875em; }
    .addresses header.title:before, .addresses header.title:after {
      content: "";
      display: table; }
    .addresses header.title:after {
      clear: both; }
    .addresses header.title h3 {
      float: left; }
    .addresses header.title a {
      float: right;
      display: block;
      width: 1em;
      height: 1em;
      text-indent: -9999px;
      position: relative;
      padding: 0.875em;
      margin-top: 0.6180469716em; }
      .addresses header.title a:before {
        display: inline-block;
        font: normal normal normal 1em/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f044";
        line-height: 1.618;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        text-indent: 0; }
    /**
       * General WooCommerce Components
       */
    .form-row-first {
      width: 47.0588235294%;
      float: left;
      margin-right: 5.8823529412%;
      clear: both; }
    .form-row-last {
      width: 47.0588235294%;
      float: right;
      margin-right: 0; }
    .page-template-template-fullwidth-php .form-row-first {
      width: 47.8260869565%;
      float: left;
      margin-right: 4.347826087%; }
    .page-template-template-fullwidth-php .form-row-last {
      width: 47.8260869565%;
      float: right;
      margin-right: 0; }
    .woocommerce-tabs:before, .woocommerce-tabs:after {
      content: "";
      display: table; }
    .woocommerce-tabs:after {
      clear: both; }
    .woocommerce-tabs .panel {
      margin-top: 0; } }
  
  /*===================================================================================*/
  /*	PRODUCTS
  /*===================================================================================*/
  ul.products > li.product {
    float: left;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      ul.products > li.product {
        width: 33.3333333333%; } }
    ul.products > li.product.first {
      clear: both; }
    ul.products > li.product.last:after {
      content: none; }
  
  .columns-1 ul.products > li {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .columns-1 ul.products > li {
        width: 100%; } }
    @media (min-width: 992px) {
      .columns-1 ul.products > li {
        width: 100%; } }
    @media (min-width: 1200px) {
      .columns-1 ul.products > li {
        width: 100%; } }
  
  .columns-2 ul.products > li {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .columns-2 ul.products > li {
        width: 50%; } }
    @media (min-width: 992px) {
      .columns-2 ul.products > li {
        width: 50%; } }
    @media (min-width: 1200px) {
      .columns-2 ul.products > li {
        width: 50%; } }
  
  .columns-3 ul.products > li {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .columns-3 ul.products > li {
        width: 50%; } }
    @media (min-width: 992px) {
      .columns-3 ul.products > li {
        width: 50%; } }
    @media (min-width: 1200px) {
      .columns-3 ul.products > li {
        width: 33.3333333333%; } }
  
  .columns-4 ul.products > li, ul.products > li {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .columns-4 ul.products > li, ul.products > li {
        width: 50%; } }
    @media (min-width: 992px) {
      .columns-4 ul.products > li, ul.products > li {
        width: 50%; } }
    @media (min-width: 1200px) {
      .columns-4 ul.products > li, ul.products > li {
        width: 25%; } }
  
  .columns-5 ul.products > li {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 568px) {
      .columns-5 ul.products > li {
        width: 50%; } }
    @media (min-width: 768px) {
      .columns-5 ul.products > li {
        width: 50%; } }
    @media (min-width: 992px) {
      .columns-5 ul.products > li {
        width: 50%; } }
    @media (min-width: 992px) {
      .columns-5 ul.products > li {
        width: 20%; }
        .columns-5 ul.products > li a.button-quick-view {
          padding: 0 3em;
          top: 30px; } }
  
  .columns-6 ul.products > li {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .columns-6 ul.products > li {
        width: 50%; } }
    @media (min-width: 992px) {
      .columns-6 ul.products > li {
        width: 50%; } }
    @media (min-width: 1200px) {
      .columns-6 ul.products > li {
        width: 16.6666666667%; } }
  
  .columns-4 ul.products li.product .product-image-wrapper, .columns-4 ul.products li.product .product-content-wrapper, .columns-6 ul.products li.product .product-image-wrapper, .columns-6 ul.products li.product .product-content-wrapper, .full-width.columns-5 ul.products li.product .product-image-wrapper, .full-width.columns-5 ul.products li.product .product-content-wrapper, .left-sidebar.columns-5 ul.products li.product .product-image-wrapper, .left-sidebar.columns-5 ul.products li.product .product-content-wrapper, .right-sidebar.columns-5 ul.products li.product .product-image-wrapper, .right-sidebar.columns-5 ul.products li.product .product-content-wrapper {
    border-width: 3px; }
  
  .full-width.columns-6 ul.products li.product div[itemprop="description"], .full-width.columns-5 ul.products li.product div[itemprop="description"], .full-width.columns-4 ul.products li.product div[itemprop="description"] {
    display: none; }
  .full-width.columns-6 ul.products li.product .price {
    display: block; }
  
  .left-sidebar.columns-4 ul.products li.product div[itemprop="description"], .left-sidebar.columns-5 ul.products li.product div[itemprop="description"], .left-sidebar.columns-6 ul.products li.product div[itemprop="description"], .left-sidebar.columns-3 ul.products li.product div[itemprop="description"], .right-sidebar.columns-4 ul.products li.product div[itemprop="description"], .right-sidebar.columns-5 ul.products li.product div[itemprop="description"], .right-sidebar.columns-6 ul.products li.product div[itemprop="description"], .right-sidebar.columns-3 ul.products li.product div[itemprop="description"] {
    display: none; }
  .left-sidebar.columns-4 ul.products li.product .button, .right-sidebar.columns-4 ul.products li.product .button {
    font-size: .838em;
    padding: .733em 2em; }
  .left-sidebar.columns-6 ul.products li.product .yith_wapo_groups_container, .right-sidebar.columns-6 ul.products li.product .yith_wapo_groups_container {
    display: none; }
  .left-sidebar.columns-3 ul.products li.product .ywapo_input_container_radio, .right-sidebar.columns-3 ul.products li.product .ywapo_input_container_radio {
    font-size: 0.875em;
    margin-right: 0; }
  .left-sidebar.columns-3 ul.products li.product:hover .button.added, .right-sidebar.columns-3 ul.products li.product:hover .button.added {
    display: none; }
  .left-sidebar.columns-3 ul.products li.product .product-image-wrapper, .left-sidebar.columns-3 ul.products li.product .product-content-wrapper, .right-sidebar.columns-3 ul.products li.product .product-image-wrapper, .right-sidebar.columns-3 ul.products li.product .product-content-wrapper {
    border-width: 3px; }
  
  .full-width.columns-5 ul.products li.product h3, .left-sidebar.columns-5 ul.products li.product h3, .right-sidebar.columns-5 ul.products li.product h3 {
    font-size: 1.125em; }
  .full-width.columns-5 ul.products li.product .ywapo_group_container h3, .left-sidebar.columns-5 ul.products li.product .ywapo_group_container h3, .right-sidebar.columns-5 ul.products li.product .ywapo_group_container h3 {
    font-size: 1em; }
  .full-width.grid-view .site-header, .full-width.list-view .site-header, .left-sidebar.grid-view .site-header, .left-sidebar.list-view .site-header, .right-sidebar.grid-view .site-header, .right-sidebar.list-view .site-header {
    margin-bottom: 0; }
  .full-width.grid-view .site-content, .full-width.list-view .site-content, .left-sidebar.grid-view .site-content, .left-sidebar.list-view .site-content, .right-sidebar.grid-view .site-content, .right-sidebar.list-view .site-content {
    padding-top: 4.236em; }
  
  .page-template-template-homepage-v1 .stretch-full-width.columns-6 ul.products li.product div[itemprop="description"], .page-template-template-homepage-v1 .blog.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v1 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v1 .blog.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v1 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v1 .lite.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v1 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v1 .lite.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v1 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v1 .blog.full-width .columns-6.blog-menu ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v1 .columns-6.blog-menu ul.products li.product div[itemprop="description"], .page-template-template-homepage-v1 .columns-6.pizzaro-breadcrumb ul.products li.product div[itemprop="description"], .page-template-template-homepage-v1 .page-template-template-contactpage .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-contactpage .page-template-template-homepage-v1 .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .stretch-full-width.columns-6 ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .blog.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v2 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .blog.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v2 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .lite.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v2 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .lite.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v2 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .blog.full-width .columns-6.blog-menu ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v2 .columns-6.blog-menu ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .columns-6.pizzaro-breadcrumb ul.products li.product div[itemprop="description"], .page-template-template-homepage-v2 .page-template-template-contactpage .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-contactpage .page-template-template-homepage-v2 .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .stretch-full-width.columns-6 ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .blog.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v3 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .blog.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v3 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .lite.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v3 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .lite.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v3 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .blog.full-width .columns-6.blog-menu ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v3 .columns-6.blog-menu ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .columns-6.pizzaro-breadcrumb ul.products li.product div[itemprop="description"], .page-template-template-homepage-v3 .page-template-template-contactpage .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-contactpage .page-template-template-homepage-v3 .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .stretch-full-width.columns-6 ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .blog.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v4 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .blog.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v4 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .lite.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v4 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .lite.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v4 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .blog.full-width .columns-6.blog-menu ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v4 .columns-6.blog-menu ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .columns-6.pizzaro-breadcrumb ul.products li.product div[itemprop="description"], .page-template-template-homepage-v4 .page-template-template-contactpage .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-contactpage .page-template-template-homepage-v4 .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .stretch-full-width.columns-6 ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .blog.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v5 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .blog.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v5 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .lite.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v5 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .lite.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v5 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .blog.full-width .columns-6.blog-menu ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v5 .columns-6.blog-menu ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .columns-6.pizzaro-breadcrumb ul.products li.product div[itemprop="description"], .page-template-template-homepage-v5 .page-template-template-contactpage .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-contactpage .page-template-template-homepage-v5 .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .stretch-full-width.columns-6 ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .blog.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v6 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .blog.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v6 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .lite.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v6 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .lite.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v6 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .blog.full-width .columns-6.blog-menu ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v6 .columns-6.blog-menu ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .columns-6.pizzaro-breadcrumb ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .page-template-template-contactpage .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-contactpage .page-template-template-homepage-v6 .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .stretch-full-width.columns-6 ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .blog.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v7 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .blog.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v7 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .lite.full-width .columns-6.pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v7 .columns-6.pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .lite.full-width .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .lite.full-width .page-template-template-homepage-v7 .columns-6.woocommerce-pagination ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .blog.full-width .columns-6.blog-menu ul.products li.product div[itemprop="description"], .blog.full-width .page-template-template-homepage-v7 .columns-6.blog-menu ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .columns-6.pizzaro-breadcrumb ul.products li.product div[itemprop="description"], .page-template-template-homepage-v7 .page-template-template-contactpage .columns-6.contact-map ul.products li.product div[itemprop="description"], .page-template-template-contactpage .page-template-template-homepage-v7 .columns-6.contact-map ul.products li.product div[itemprop="description"] {
    display: none; }
  
  .left-sidebar.columns-6 ul.products li.product .added_to_cart, .right-sidebar.columns-6 ul.products li.product .added_to_cart, .left-sidebar.columns-5 ul.products li.product .added_to_cart, .right-sidebar.columns-5 ul.products li.product .added_to_cart, .full-width.columns-6 ul.products li.product .added_to_cart, .full-width.columns-5 ul.products li.product .added_to_cart {
    font-size: .838em;
    font-weight: normal;
    padding: .733em 2em;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 90%;
    right: 0;
    line-height: 1.2; }
  .left-sidebar.columns-6 ul.products li.product .hover-area, .right-sidebar.columns-6 ul.products li.product .hover-area, .left-sidebar.columns-5 ul.products li.product .hover-area, .right-sidebar.columns-5 ul.products li.product .hover-area, .full-width.columns-6 ul.products li.product .hover-area, .full-width.columns-5 ul.products li.product .hover-area {
    height: 2.063em; }
  
  .full-width.columns-6 ul.products li.product, .full-width .columns-6 ul.products li.product, .full-width.columns-5 ul.products li.product, .full-width .columns-5 ul.products li.product, .left-sidebar.columns-6 ul.products li.product, .left-sidebar .columns-6 ul.products li.product, .left-sidebar.columns-5 ul.products li.product, .left-sidebar .columns-5 ul.products li.product, .right-sidebar.columns-6 ul.products li.product, .right-sidebar .columns-6 ul.products li.product, .right-sidebar.columns-5 ul.products li.product, .right-sidebar .columns-5 ul.products li.product {
    padding-bottom: 30px; }
    .full-width.columns-6 ul.products li.product h3, .full-width .columns-6 ul.products li.product h3, .full-width.columns-5 ul.products li.product h3, .full-width .columns-5 ul.products li.product h3, .left-sidebar.columns-6 ul.products li.product h3, .left-sidebar .columns-6 ul.products li.product h3, .left-sidebar.columns-5 ul.products li.product h3, .left-sidebar .columns-5 ul.products li.product h3, .right-sidebar.columns-6 ul.products li.product h3, .right-sidebar .columns-6 ul.products li.product h3, .right-sidebar.columns-5 ul.products li.product h3, .right-sidebar .columns-5 ul.products li.product h3 {
      font-size: 1.1em; }
    .full-width.columns-6 ul.products li.product .yith_wapo_groups_container, .full-width .columns-6 ul.products li.product .yith_wapo_groups_container, .full-width.columns-5 ul.products li.product .yith_wapo_groups_container, .full-width .columns-5 ul.products li.product .yith_wapo_groups_container, .left-sidebar.columns-6 ul.products li.product .yith_wapo_groups_container, .left-sidebar .columns-6 ul.products li.product .yith_wapo_groups_container, .left-sidebar.columns-5 ul.products li.product .yith_wapo_groups_container, .left-sidebar .columns-5 ul.products li.product .yith_wapo_groups_container, .right-sidebar.columns-6 ul.products li.product .yith_wapo_groups_container, .right-sidebar .columns-6 ul.products li.product .yith_wapo_groups_container, .right-sidebar.columns-5 ul.products li.product .yith_wapo_groups_container, .right-sidebar .columns-5 ul.products li.product .yith_wapo_groups_container {
      display: none; }
    .full-width.columns-6 ul.products li.product .button, .full-width .columns-6 ul.products li.product .button, .full-width.columns-5 ul.products li.product .button, .full-width .columns-5 ul.products li.product .button, .left-sidebar.columns-6 ul.products li.product .button, .left-sidebar .columns-6 ul.products li.product .button, .left-sidebar.columns-5 ul.products li.product .button, .left-sidebar .columns-5 ul.products li.product .button, .right-sidebar.columns-6 ul.products li.product .button, .right-sidebar .columns-6 ul.products li.product .button, .right-sidebar.columns-5 ul.products li.product .button, .right-sidebar .columns-5 ul.products li.product .button {
      overflow: hidden;
      height: 20px;
      width: 20px;
      padding: 1.6em;
      text-indent: -9999px;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 50%);
      bottom: 0; }
      .full-width.columns-6 ul.products li.product .button::before, .full-width .columns-6 ul.products li.product .button::before, .full-width.columns-5 ul.products li.product .button::before, .full-width .columns-5 ul.products li.product .button::before, .left-sidebar.columns-6 ul.products li.product .button::before, .left-sidebar .columns-6 ul.products li.product .button::before, .left-sidebar.columns-5 ul.products li.product .button::before, .left-sidebar .columns-5 ul.products li.product .button::before, .right-sidebar.columns-6 ul.products li.product .button::before, .right-sidebar .columns-6 ul.products li.product .button::before, .right-sidebar.columns-5 ul.products li.product .button::before, .right-sidebar .columns-5 ul.products li.product .button::before {
        float: left;
        font-size: 18px;
        content: "\68";
        line-height: 16px;
        margin: 0;
        text-indent: 0;
        height: 20px;
        width: 20px;
        font-weight: 100;
        top: -9px;
        right: 9px;
        position: relative; }
    .full-width.columns-6 ul.products li.product .price, .full-width .columns-6 ul.products li.product .price, .full-width.columns-5 ul.products li.product .price, .full-width .columns-5 ul.products li.product .price, .left-sidebar.columns-6 ul.products li.product .price, .left-sidebar .columns-6 ul.products li.product .price, .left-sidebar.columns-5 ul.products li.product .price, .left-sidebar .columns-5 ul.products li.product .price, .right-sidebar.columns-6 ul.products li.product .price, .right-sidebar .columns-6 ul.products li.product .price, .right-sidebar.columns-5 ul.products li.product .price, .right-sidebar .columns-5 ul.products li.product .price {
      display: block;
      margin-bottom: 0;
      font-size: 0.9em; }
  
  .header-v1, .header-v2, .header-v3, .header-v4, .header-v5 {
    margin-bottom: 4em; }
    .header-v1.site-header .custom-logo-link, .header-v1.site-header .site-logo-anchor, .header-v1.site-header .site-logo-link, .header-v2.site-header .custom-logo-link, .header-v2.site-header .site-logo-anchor, .header-v2.site-header .site-logo-link, .header-v3.site-header .custom-logo-link, .header-v3.site-header .site-logo-anchor, .header-v3.site-header .site-logo-link, .header-v4.site-header .custom-logo-link, .header-v4.site-header .site-logo-anchor, .header-v4.site-header .site-logo-link, .header-v5.site-header .custom-logo-link, .header-v5.site-header .site-logo-anchor, .header-v5.site-header .site-logo-link {
      float: none; }
  
  .header-v1 {
    padding-bottom: 0; }
    .header-v1 .site-branding, .header-v1 .main-navigation, .header-v1 .header-info-wrapper, .header-v1 .header-phone-numbers, .header-v1 .site-header-cart, .header-v1 .site-header-cart-v2 {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    .header-v1 .site-branding {
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .header-v1 .site-branding {
          width: 16.6666666667%; } }
      @media (min-width: 992px) {
        .header-v1 .site-branding {
          width: 16.6666666667%; } }
      .header-v1 .site-branding .site-title, .header-v1 .site-branding .site-description {
        color: #fff; }
    .header-v1 .header-wrap {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
      display: flex;
      align-items: center;
      margin-bottom: 25px; }
    .header-v1 .main-navigation {
      width: 100%; }
      @media (min-width: 768px) {
        .header-v1 .main-navigation {
          width: 41.6666666667%; } }
      @media (min-width: 992px) {
        .header-v1 .main-navigation {
          width: 41.6666666667%; } }
    .header-v1 .header-info-wrapper {
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .header-v1 .header-info-wrapper {
          width: 41.6666666667%; } }
      @media (min-width: 992px) {
        .header-v1 .header-info-wrapper {
          width: 41.6666666667%; } }
    .header-v1 .header-phone-numbers {
      width: 100%;
      padding-left: 0;
      padding-right: 32px; }
      @media (min-width: 768px) {
        .header-v1 .header-phone-numbers {
          width: 50%; } }
      @media (min-width: 992px) {
        .header-v1 .header-phone-numbers {
          width: 50%; } }
    .header-v1 .site-header-cart, .header-v1 .site-header-cart-v2 {
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .header-v1 .site-header-cart, .header-v1 .site-header-cart-v2 {
          width: 93%; } }
      @media (min-width: 992px) {
        .header-v1 .site-header-cart, .header-v1 .site-header-cart-v2 {
          width: 93%; } }
    .header-v1 .secondary-navigation {
      margin-bottom: 0; }
    .header-v1 .primary-navigation {
      text-align: center;
      margin-bottom: 0; }
      .header-v1 .primary-navigation .menu > li > a::before, .header-v1 .primary-navigation .menu ul.nav-menu > li > a::before {
        content: " ";
        display: block;
        height: 2px;
        width: 42px;
        margin: 0 auto;
        margin-top: 6px;
        background-color: #000;
        visibility: hidden;
        bottom: 14px;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%); }
      .header-v1 .primary-navigation .menu > li:hover > a::before, .header-v1 .primary-navigation .menu ul.nav-menu > li:hover > a::before {
        visibility: visible; }
  
  .header-v2 .main-navigation, .header-v2 .site-branding, .header-v2 .header-info-wrapper, .header-v2 .header-nav-links, .header-v2 .site-header-cart {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .header-v2 .main-navigation {
    width: 100%; }
    @media (min-width: 768px) {
      .header-v2 .main-navigation {
        width: 41.6666666667%; } }
    @media (min-width: 992px) {
      .header-v2 .main-navigation {
        width: 41.6666666667%; } }
  .header-v2 .site-branding {
    width: 100%;
    text-align: center;
    padding: 0; }
    @media (min-width: 768px) {
      .header-v2 .site-branding {
        width: 16.6666666667%; } }
    @media (min-width: 992px) {
      .header-v2 .site-branding {
        width: 16.6666666667%; } }
    .header-v2 .site-branding a img {
      width: 180px;
      margin: 0 auto; }
  .header-v2 .header-info-wrapper {
    width: 100%;
    padding: 0;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .header-v2 .header-info-wrapper {
        width: 41.6666666667%; } }
    @media (min-width: 992px) {
      .header-v2 .header-info-wrapper {
        width: 41.6666666667%; } }
  .header-v2 .header-nav-links {
    width: 100%; }
    @media (min-width: 768px) {
      .header-v2 .header-nav-links {
        width: 50%; } }
    @media (min-width: 992px) {
      .header-v2 .header-nav-links {
        width: 50%; } }
  .header-v2 .site-header-cart {
    width: 100%;
    padding: 0; }
    @media (min-width: 768px) {
      .header-v2 .site-header-cart {
        width: 50%; } }
    @media (min-width: 992px) {
      .header-v2 .site-header-cart {
        width: 50%; } }
  .header-v2 .col-full {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    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: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
      display: flex;
      align-items: center;
      padding-right: 0; }
    .header-v3 .site-branding, .header-v3 .main-navigation, .header-v3 .site-header-cart {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    .header-v3 .site-branding {
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .header-v3 .site-branding {
          width: 16.6666666667%; } }
      @media (min-width: 992px) {
        .header-v3 .site-branding {
          width: 16.6666666667%; } }
      .header-v3 .site-branding .pizzaro-logo, .header-v3 .site-branding a img {
        width: 138px;
        display: block; }
    .header-v3 .main-navigation {
      width: 100%;
      padding-left: 2.875em; }
      @media (min-width: 768px) {
        .header-v3 .main-navigation {
          width: 66.6666666667%; } }
      @media (min-width: 992px) {
        .header-v3 .main-navigation {
          width: 66.6666666667%; } }
    .header-v3 .site-header-cart {
      width: 100%;
      padding-right: 0; }
      @media (min-width: 768px) {
        .header-v3 .site-header-cart {
          width: 16.6666666667%; } }
      @media (min-width: 992px) {
        .header-v3 .site-header-cart {
          width: 16.6666666667%; } }
    .header-v3 .primary-navigation {
      margin-bottom: 0; }
      .header-v3 .primary-navigation > .menu > li > a {
        text-transform: uppercase;
        font-weight: 800; }
        .header-v3 .primary-navigation > .menu > li > a i {
          font-size: 0.933em;
          margin-right: 8px; }
      .header-v3 .primary-navigation > .menu li, .header-v3 .primary-navigation > .menu li::before, .header-v3 .primary-navigation > .menu li a {
        display: inline-block;
        vertical-align: middle; }
      .header-v3 .primary-navigation > .menu > li:hover > a {
        text-decoration: none; }
      .header-v3 .primary-navigation > .menu > li + li::before {
        width: 1px;
        content: " ";
        display: inline-block;
        height: 50px;
        margin: 0 12px;
        background-color: #ef575d;
        opacity: .4; }
  
  .lite-bg.header-v3 {
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(1, 1, 1, 0.15); }
    .lite-bg.header-v3 .primary-navigation > .menu > li > a {
      color: #b3b3b3; }
    .lite-bg.header-v3 .primary-navigation > .menu > li:hover a, .lite-bg.header-v3 .primary-navigation > .menu > li.focus a {
      color: #343433; }
    .lite-bg.header-v3 .primary-navigation > .menu > li .sub-menu li:hover > a, .lite-bg.header-v3 .primary-navigation > .menu > li .sub-menu li.focus > a {
      color: #fff; }
    .lite-bg.header-v3 .primary-navigation > .menu > li + li::before {
      background-color: #e6e6e6;
      opacity: 1; }
    .lite-bg.header-v3 .site-header-cart .cart-contents::before, .lite-bg.header-v3 .site-header-cart .cart-contents::after, .lite-bg.header-v3 .site-header-cart .cart-contents .amount {
      color: #343433; }
  
  .header-v4 {
    padding: 18px 0; }
    .header-v4 .col-full {
      width: 100%;
      padding: 0 52px;
      display: -webkit-box; 
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex; 
      display: flex;
      align-items: center; }
    .header-v4 .site-branding, .header-v4 .main-navigation, .header-v4 .site-header-cart {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
    .header-v4 .site-branding {
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .header-v4 .site-branding {
          width: 16.6666666667%; } }
      @media (min-width: 992px) {
        .header-v4 .site-branding {
          width: 16.6666666667%; } }
      .header-v4 .site-branding .pizzaro-logo, .header-v4 .site-branding a img {
        width: 162px;
        display: block; }
    .header-v4 .main-navigation {
      width: 100%; }
      @media (min-width: 768px) {
        .header-v4 .main-navigation {
          width: 66.6666666667%; } }
      @media (min-width: 992px) {
        .header-v4 .main-navigation {
          width: 66.6666666667%; } }
    .header-v4 .site-header-cart {
      width: 100%;
      padding: 0; }
      @media (min-width: 768px) {
        .header-v4 .site-header-cart {
          width: 16.6666666667%; } }
      @media (min-width: 992px) {
        .header-v4 .site-header-cart {
          width: 16.6666666667%; } }
      .header-v4 .site-header-cart .cart-contents {
        float: right; }
        .header-v4 .site-header-cart .cart-contents .amount span {
          display: none; }
    .header-v4 .primary-navigation {
      margin-bottom: 0;
      text-align: center; }
      .header-v4 .primary-navigation ul.menu > li > a, .header-v4 .primary-navigation ul.nav-menu > li > a {
        padding: 1.8em 1.84em 1.618em; }
      .header-v4 .primary-navigation .current-menu-item > a {
        color: #262626; }
      .header-v4 .primary-navigation .menu > li > a::before, .header-v4 .primary-navigation .current-menu-item > a::before {
        content: " ";
        display: block;
        height: 2px;
        width: 42px;
        margin: 0 auto;
        margin-top: 6px;
        background-color: #ff7a40;
        bottom: 14px;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        background-color: #fff; }
      .header-v4 .primary-navigation .menu > li > a::before {
        visibility: hidden; }
      .header-v4 .primary-navigation .menu > li:hover > a::before {
        visibility: visible; }
      .header-v4 .primary-navigation .menu .current-menu-item > a::before {
        visibility: visible; }
  
  .lite-bg.header-v4.site-header {
    background-color: #fff; }
  .lite-bg.header-v4 .primary-navigation {
    text-align: right; }
    .lite-bg.header-v4 .primary-navigation .menu > li > a {
      color: #969696; }
    .lite-bg.header-v4 .primary-navigation .menu > li:hover a, .lite-bg.header-v4 .primary-navigation .menu > li.focus a {
      color: #262626; }
    .lite-bg.header-v4 .primary-navigation .menu > li .sub-menu li:hover > a, .lite-bg.header-v4 .primary-navigation .menu > li .sub-menu li.focus > a {
      color: #fff; }
    .lite-bg.header-v4 .primary-navigation .menu .current-menu-item > a {
      color: #262626; }
  .lite-bg.header-v4 .site-header-cart .cart-contents {
    color: #a3a3a3; }
    .lite-bg.header-v4 .site-header-cart .cart-contents .amount {
      color: #262626; }
    .lite-bg.header-v4 .site-header-cart .cart-contents .count {
      color: #fff; }
  
  .page-template-template-homepage-v6 footer {
    clear: both; }
  .page-template-template-homepage-v6 .site-content, .page-template-template-homepage-v6 .site-footer {
    box-shadow: inset 9px 0px 16px -8px rgba(1, 1, 1, 0.3); }
  .page-template-template-homepage-v6 .products-card .media-body img, .page-template-template-homepage-v6 .banner {
    position: relative;
    z-index: -1; }
  .page-template-template-homepage-v6 .products-card .media-body img {
    width: 100%; }
  .page-template-template-homepage-v6 .products-card .media ul.products li.product .ywapo_input_container_radio {
    margin: 0 .6em 1.36em; }
  .page-template-template-homepage-v6 .header-v1, .page-template-template-homepage-v6 .header-v2, .page-template-template-homepage-v6 .header-v3, .page-template-template-homepage-v6 .header-v4, .page-template-template-homepage-v6 .header-v5, .page-template-template-homepage-v6 .header-v6 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 328px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    height: 100%;
    position: fixed;
    -moz-appearance: none; }
    .page-template-template-homepage-v6 .header-v1::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v2::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v3::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v4::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v5::-webkit-scrollbar, .page-template-template-homepage-v6 .header-v6::-webkit-scrollbar {
      display: none; }
    .page-template-template-homepage-v6 .header-v1 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v2 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v3 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v4 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v5 .primary-navigation .menu > li a::before, .page-template-template-homepage-v6 .header-v6 .primary-navigation .menu > li a::before {
      display: none; }
    .page-template-template-homepage-v6 .header-v1 .col-full, .page-template-template-homepage-v6 .header-v2 .col-full, .page-template-template-homepage-v6 .header-v3 .col-full, .page-template-template-homepage-v6 .header-v4 .col-full, .page-template-template-homepage-v6 .header-v5 .col-full, .page-template-template-homepage-v6 .header-v6 .col-full {
      width: 300px;
      background-color: #fff;
      margin: 0;
      padding: 2.61792em 0 0; }
    .page-template-template-homepage-v6 .header-v1 .site-branding, .page-template-template-homepage-v6 .header-v1 .site-header-cart, .page-template-template-homepage-v6 .header-v1 .main-navigation, .page-template-template-homepage-v6 .header-v1 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v1 .secondary-navigation, .page-template-template-homepage-v6 .header-v1 .footer-social-icons, .page-template-template-homepage-v6 .header-v1 .site-info, .page-template-template-homepage-v6 .header-v2 .site-branding, .page-template-template-homepage-v6 .header-v2 .site-header-cart, .page-template-template-homepage-v6 .header-v2 .main-navigation, .page-template-template-homepage-v6 .header-v2 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v2 .secondary-navigation, .page-template-template-homepage-v6 .header-v2 .footer-social-icons, .page-template-template-homepage-v6 .header-v2 .site-info, .page-template-template-homepage-v6 .header-v3 .site-branding, .page-template-template-homepage-v6 .header-v3 .site-header-cart, .page-template-template-homepage-v6 .header-v3 .main-navigation, .page-template-template-homepage-v6 .header-v3 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v3 .secondary-navigation, .page-template-template-homepage-v6 .header-v3 .footer-social-icons, .page-template-template-homepage-v6 .header-v3 .site-info, .page-template-template-homepage-v6 .header-v4 .site-branding, .page-template-template-homepage-v6 .header-v4 .site-header-cart, .page-template-template-homepage-v6 .header-v4 .main-navigation, .page-template-template-homepage-v6 .header-v4 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v4 .secondary-navigation, .page-template-template-homepage-v6 .header-v4 .footer-social-icons, .page-template-template-homepage-v6 .header-v4 .site-info, .page-template-template-homepage-v6 .header-v5 .site-branding, .page-template-template-homepage-v6 .header-v5 .site-header-cart, .page-template-template-homepage-v6 .header-v5 .main-navigation, .page-template-template-homepage-v6 .header-v5 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v5 .secondary-navigation, .page-template-template-homepage-v6 .header-v5 .footer-social-icons, .page-template-template-homepage-v6 .header-v5 .site-info, .page-template-template-homepage-v6 .header-v6 .site-branding, .page-template-template-homepage-v6 .header-v6 .site-header-cart, .page-template-template-homepage-v6 .header-v6 .main-navigation, .page-template-template-homepage-v6 .header-v6 .pizzaro-secondary-navigation, .page-template-template-homepage-v6 .header-v6 .secondary-navigation, .page-template-template-homepage-v6 .header-v6 .footer-social-icons, .page-template-template-homepage-v6 .header-v6 .site-info {
      width: 100%;
      clear: both; }
    .page-template-template-homepage-v6 .header-v1 .main-navigation, .page-template-template-homepage-v6 .header-v2 .main-navigation, .page-template-template-homepage-v6 .header-v3 .main-navigation, .page-template-template-homepage-v6 .header-v4 .main-navigation, .page-template-template-homepage-v6 .header-v5 .main-navigation, .page-template-template-homepage-v6 .header-v6 .main-navigation {
      padding: 0; }
    .page-template-template-homepage-v6 .header-v1 .site-branding, .page-template-template-homepage-v6 .header-v2 .site-branding, .page-template-template-homepage-v6 .header-v3 .site-branding, .page-template-template-homepage-v6 .header-v4 .site-branding, .page-template-template-homepage-v6 .header-v5 .site-branding, .page-template-template-homepage-v6 .header-v6 .site-branding {
      padding: 0 57px;
      margin-bottom: 2.688em; }
      .page-template-template-homepage-v6 .header-v1 .site-branding .site-title, .page-template-template-homepage-v6 .header-v1 .site-branding .site-description, .page-template-template-homepage-v6 .header-v2 .site-branding .site-title, .page-template-template-homepage-v6 .header-v2 .site-branding .site-description, .page-template-template-homepage-v6 .header-v3 .site-branding .site-title, .page-template-template-homepage-v6 .header-v3 .site-branding .site-description, .page-template-template-homepage-v6 .header-v4 .site-branding .site-title, .page-template-template-homepage-v6 .header-v4 .site-branding .site-description, .page-template-template-homepage-v6 .header-v5 .site-branding .site-title, .page-template-template-homepage-v6 .header-v5 .site-branding .site-description, .page-template-template-homepage-v6 .header-v6 .site-branding .site-title, .page-template-template-homepage-v6 .header-v6 .site-branding .site-description {
        color: #555;
        text-align: center; }
    .page-template-template-homepage-v6 .header-v1 .site-header-cart, .page-template-template-homepage-v6 .header-v2 .site-header-cart, .page-template-template-homepage-v6 .header-v3 .site-header-cart, .page-template-template-homepage-v6 .header-v4 .site-header-cart, .page-template-template-homepage-v6 .header-v5 .site-header-cart, .page-template-template-homepage-v6 .header-v6 .site-header-cart {
      padding: 0 30px; }
    .page-template-template-homepage-v6 .header-v1 .site-header-cart, .page-template-template-homepage-v6 .header-v2 .site-header-cart, .page-template-template-homepage-v6 .header-v3 .site-header-cart, .page-template-template-homepage-v6 .header-v4 .site-header-cart, .page-template-template-homepage-v6 .header-v5 .site-header-cart, .page-template-template-homepage-v6 .header-v6 .site-header-cart {
      margin-bottom: 2.25em; }
      .page-template-template-homepage-v6 .header-v1 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v2 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v3 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v4 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v5 .site-header-cart:hover .widget_shopping_cart, .page-template-template-homepage-v6 .header-v6 .site-header-cart:hover .widget_shopping_cart {
        left: 5px; }
      .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents {
        padding: .106em .8em;
        color: #fff;
        line-height: 1;
        font-size: 1.188em;
        border-radius: 50px;
        border: 1px solid #dadada;
        background-color: #fff;
        max-width: 100%;
        margin-left: 0; }
        .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents::before {
          font-family: "font-pizzaro"; }
        .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents::after, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents::after {
          color: white;
          content: "\69";
          line-height: 1;
          font-size: 0.4em;
          float: none;
          color: #8e8e8e;
          background: none;
          border: none;
          position: relative;
          padding-bottom: 0;
          bottom: auto;
          left: auto;
          transform: none;
          width: inherit;
          display: none; }
        .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents::before, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents::before {
          content: "\47";
          display: inline-block;
          vertical-align: middle;
          padding: 0.44em;
          font-size: 1.158em;
          color: #a3a3a3; }
        .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount {
          font-weight: 900;
          vertical-align: middle;
          color: #333e48;
          margin-right: 0;
          min-width: 150px;
          text-align: right;
          display: inline-block; }
          .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount::after, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount::after {
            color: white;
            content: "\69";
            line-height: 1;
            font-size: 0.5em;
            float: none;
            color: #8e8e8e;
            margin-left: 10px; }
          .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .amount span, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .amount span {
            font-weight: normal;
            font-size: 0.929em;
            color: #747474;
            float: left; }
        .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents > span {
          font-size: 0.737em; }
        .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents > span, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .count {
          font-weight: bold;
          opacity: 1;
          vertical-align: middle; }
        .page-template-template-homepage-v6 .header-v1 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v2 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v3 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v4 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v5 .site-header-cart .cart-contents .count, .page-template-template-homepage-v6 .header-v6 .site-header-cart .cart-contents .count {
          position: absolute;
          padding: 0.5em 0;
          background: #4caf50;
          font-size: 0.579em;
          text-align: center;
          width: 22px;
          border-radius: 50px;
          font-weight: 900;
          left: 10px;
          line-height: 1;
          top: -6px;
          display: block; }
  .page-template-template-homepage-v6 .site-content, .page-template-template-homepage-v6 footer {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 300px);
    float: right;
    padding: 0; }
    .page-template-template-homepage-v6 .site-content .col-full, .page-template-template-homepage-v6 footer .col-full {
      width: 100%;
      padding: 0; }
  .page-template-template-homepage-v6 footer {
    float: right; }
  .page-template-template-homepage-v6 .primary-navigation > ul > li, .page-template-template-homepage-v6 .footer-social-icons, .page-template-template-homepage-v6 .site-info {
    padding: 0 40px; }
  .page-template-template-homepage-v6 .site-info .copyright {
    color: #838383; }
  .page-template-template-homepage-v6 .footer-social-icons {
    margin-bottom: 12px; }
    .page-template-template-homepage-v6 .footer-social-icons .social-icon-text {
      display: none; }
    .page-template-template-homepage-v6 .footer-social-icons ul {
      margin: 0; }
      .page-template-template-homepage-v6 .footer-social-icons ul li {
        display: inline-block; }
        .page-template-template-homepage-v6 .footer-social-icons ul li a {
          border: 1px solid #d8d8d8;
          width: 40px;
          height: 40px;
          border-radius: 50px;
          position: relative; }
          .page-template-template-homepage-v6 .footer-social-icons ul li a::before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .page-template-template-homepage-v6 .footer-social-icons ul li a:hover {
            color: #fff; }
      .page-template-template-homepage-v6 .footer-social-icons ul li + li {
        margin-left: 18px; }
  .page-template-template-homepage-v6 .primary-navigation > ul > li > a {
    color: #fff; }
  .page-template-template-homepage-v6 .primary-navigation ul.menu > li.menu-item-has-children > a:after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.page_item_has_children > a:after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.menu-item-has-children > a:after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.page_item_has_children > a:after, .page-template-template-homepage-v6 .primary-navigation > ul > li > a::after {
    position: relative;
    float: right;
    transform: rotate(-90deg); }
  .page-template-template-homepage-v6 .primary-navigation {
    margin-bottom: 2.375em; }
    .page-template-template-homepage-v6 .primary-navigation ul li {
      display: block; }
      .page-template-template-homepage-v6 .primary-navigation ul li a {
        color: #4a4a4a;
        padding: .7em 0; }
        .page-template-template-homepage-v6 .primary-navigation ul li a::before {
          display: none; }
      .page-template-template-homepage-v6 .primary-navigation ul li:hover > a, .page-template-template-homepage-v6 .primary-navigation ul li.focus > a {
        color: #fff; }
      .page-template-template-homepage-v6 .primary-navigation ul li .sub-menu li:hover > a, .page-template-template-homepage-v6 .primary-navigation ul li .sub-menu li.focus > a {
        color: #fff; }
    .page-template-template-homepage-v6 .primary-navigation .primary-navigation > ul > li > a {
      color: #fff; }
    .page-template-template-homepage-v6 .primary-navigation ul.menu > li:first-child, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li:first-child {
      margin: 0; }
    .page-template-template-homepage-v6 .primary-navigation ul.menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.page_item_has_children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.menu > li.page_item_has_children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.page_item_has_children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.menu-item-has-children:hover::after, .page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.page_item_has_children:hover::after {
      display: none; }
    .page-template-template-homepage-v6 .primary-navigation .menu > li > a::after {
      display: none; }
  .page-template-template-homepage-v6 .secondary-navigation {
    margin: 0 0 2.8em; }
    .page-template-template-homepage-v6 .secondary-navigation .menu li {
      padding: 0 40px; }
    .page-template-template-homepage-v6 .secondary-navigation ul.menu > li, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li {
      display: block; }
      .page-template-template-homepage-v6 .secondary-navigation ul.menu > li a, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li a {
        line-height: 1.75em;
        font-size: 1em; }
        .page-template-template-homepage-v6 .secondary-navigation ul.menu > li a i, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li a i {
          float: none;
          margin-right: 0; }
    .page-template-template-homepage-v6 .secondary-navigation ul.menu > li + li, .page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li + li {
      margin-left: 0; }
  
  .mCustomScrollbar .mCSB_inside > .mCSB_container {
    margin: 0; }
  .mCustomScrollbar .mCSB_inside > .mCSB_scrollTools {
    opacity: 0; }
  .mCustomScrollbar .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCustomScrollbar .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollbar .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollbar .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 0; }
  .mCustomScrollbar .mCSB_draggerContainer {
    opacity: 0; }
  
  /**
   * Main Naivgation
   */
  /**
   * General Menu Styles
   */
  .secondary-navigation {
    display: none; }
  
  button.menu-toggle {
    cursor: pointer;
    text-align: left;
    float: right;
    position: relative;
    border: none;
    background-image: none;
    padding: 0;
    /*font-size: .857em; */
    font-size: 24px;
  }
    button.menu-toggle:hover {
      background-image: none; }
    button.menu-toggle span:before {
      -webkit-transition: all, ease, .2s;
      -moz-transition: all, ease, .2s;
      transition: all, ease, .2s; }
    button.menu-toggle:before, button.menu-toggle:after, button.menu-toggle span:before {
      content: "";
      display: block;
      height: 2px;
      width: 14px;
      position: absolute;
      top: 50%;
      left: 1em;
      margin-top: -1px;
      -webkit-transition: all, ease, .2s;
      -moz-transition: all, ease, .2s;
      transition: all, ease, .2s;
      border-radius: 3px; }
    button.menu-toggle:before {
      -webkit-transform: translateY(-4px);
      -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      -o-transform: translateY(-4px);
      transform: translateY(-4px); }
    button.menu-toggle:after {
      -webkit-transform: translateY(4px);
      -moz-transform: translateY(4px);
      -ms-transform: translateY(4px);
      -o-transform: translateY(4px);
      transform: translateY(4px); }
    button.menu-toggle .close-icon {
      display: none; }
  
  .toggled button.menu-toggle:before, .toggled button.menu-toggle:after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .toggled button.menu-toggle:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .toggled button.menu-toggle span:before {
    opacity: 0; }
  .toggled button.menu-toggle .menu-icon {
    display: none; }
  .toggled button.menu-toggle .close-icon {
    display: block; }
  
  .primary-navigation {
    display: none; }
  
  .main-navigation:before, .main-navigation:after {
    content: "";
    display: table; }
  .main-navigation:after {
    clear: both; }
  .main-navigation div.menu {
    display: none; }
  .main-navigation div.menu:last-child {
    display: block; }
  .main-navigation .menu {
    clear: both; }
  
  .handheld-navigation, .nav-menu, .main-navigation div.menu > ul:not(.nav-menu) {
    overflow: hidden;
    max-height: 0;
    /* We have to use max-height because `height` isn't animatable */
    -webkit-transition: all, ease, .8s;
    -moz-transition: all, ease, .8s;
    transition: all, ease, .8s; }
  
  .handheld-navigation {
    clear: both; }
    .handheld-navigation ul {
      margin: 0; }
  
  .main-navigation.toggled .handheld-navigation, .main-navigation.toggled .menu > ul:not(.nav-menu), .main-navigation.toggled ul[aria-expanded=true] {
    max-height: 1750px; }
  
  .main-navigation ul {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0; }
    .main-navigation ul ul {
      display: block;
      margin-left: 1.387em; }
    .main-navigation ul li a {
      padding: .857em 0;
      display: block;     
      font-size: 18px;
     }
    .main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
      color: #000; }
  
  @media (min-width: 768px) {
    .primary-navigation, .secondary-navigation {
      width: 100%; }
      .primary-navigation ul, .secondary-navigation ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
        display: block; }
        .primary-navigation ul li, .secondary-navigation ul li {
          position: relative;
          display: inline-block;
          text-align: left; }
          .primary-navigation ul li a, .secondary-navigation ul li a {
            display: block; }
          .primary-navigation ul li:hover > ul, .primary-navigation ul li.focus > ul, .secondary-navigation ul li:hover > ul, .secondary-navigation ul li.focus > ul {
            left: 0;
            display: block; }
            .primary-navigation ul li:hover > ul li > ul, .primary-navigation ul li.focus > ul li > ul, .secondary-navigation ul li:hover > ul li > ul, .secondary-navigation ul li.focus > ul li > ul {
              display: none; }
            .primary-navigation ul li:hover > ul li:hover > ul, .primary-navigation ul li:hover > ul li.focus > ul, .primary-navigation ul li.focus > ul li:hover > ul, .primary-navigation ul li.focus > ul li.focus > ul, .secondary-navigation ul li:hover > ul li:hover > ul, .secondary-navigation ul li:hover > ul li.focus > ul, .secondary-navigation ul li.focus > ul li:hover > ul, .secondary-navigation ul li.focus > ul li.focus > ul {
              left: 100%;
              top: 0;
              display: block; }
        .primary-navigation ul ul.sub-menu, .primary-navigation ul ul.children, .secondary-navigation ul ul.sub-menu, .secondary-navigation ul ul.children {
          float: left;
          position: absolute;
          top: 100%;
          z-index: 99999;
          display: none;
          border-radius: 6px;
          box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3); }
          .primary-navigation ul ul.sub-menu li a, .primary-navigation ul ul.children li a, .secondary-navigation ul ul.sub-menu li a, .secondary-navigation ul ul.children li a {
            width: 200px; }
    /**
       * Secondary Navigation
       */
    .pizzaro-secondary-navigation {
      clear: both;
      margin-left: -99em;
      margin-right: -99em;
      padding-left: 99em;
      padding-right: 99em; }
      .pizzaro-secondary-navigation:before, .pizzaro-secondary-navigation:after {
        content: "";
        display: table; }
      .pizzaro-secondary-navigation:after {
        clear: both; }
    .secondary-navigation {
      border-top: 1px solid rgba(255, 255, 255, 0.17); }
      .secondary-navigation ul.menu, .secondary-navigation ul.nav-menu {
        max-height: none;
        overflow: visible;
        text-align: center; }
        .secondary-navigation ul.menu > li > a, .secondary-navigation ul.nav-menu > li > a {
          padding: 1em 0;
          color: #ffc0ca;
          font-size: 1em;
          line-height: 3em; }
          .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:hover, .secondary-navigation ul.menu > li > a:focus, .secondary-navigation ul.nav-menu > li > a:hover, .secondary-navigation ul.nav-menu > li > a:focus {
            color: #fff;
            text-shadow: 0 0 .65px #fff, 0 0 .65px #fff; }
        .secondary-navigation ul.menu > li + li, .secondary-navigation ul.nav-menu > li + li {
          margin-left: 32px; }
        .secondary-navigation ul.menu ul, .secondary-navigation ul.nav-menu ul {
          margin-left: 0; }
          .secondary-navigation ul.menu ul li a, .secondary-navigation ul.nav-menu ul li a {
            padding: .857em 1.387em;
            font-weight: 400;
            font-size: .857em; }
          .secondary-navigation ul.menu ul li:last-child, .secondary-navigation ul.nav-menu ul li:last-child {
            border-bottom: 0; }
          .secondary-navigation ul.menu ul li.menu-item-has-children > a:after, .secondary-navigation ul.menu ul li.page_item_has_children > a:after, .secondary-navigation ul.nav-menu ul li.menu-item-has-children > a:after, .secondary-navigation ul.nav-menu ul li.page_item_has_children > a:after {
            display: inline-block;
            font: normal normal normal 1em/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f105";
            float: right;
            line-height: 1.118; }
          .secondary-navigation ul.menu ul ul, .secondary-navigation ul.nav-menu ul ul {
            margin-left: 0;
            box-shadow: none; }
          .secondary-navigation ul.menu ul a:hover, .secondary-navigation ul.menu ul li:hover > a, .secondary-navigation ul.nav-menu ul a:hover, .secondary-navigation ul.nav-menu ul li:hover > a {
            background-color: rgba(0, 0, 0, 0.025); }
      .secondary-navigation a {
        padding: 0 1em 2.244em; }
    /**
       * Primary Navigation
       */
    .primary-navigation {
      margin: 0 0 1.618em;
      width: auto;
      clear: none;
      line-height: 1; }
      .primary-navigation .menu, .primary-navigation .menu .nav-menu {
        font-size: 0.938em;
        width: auto; }
        .primary-navigation .menu > li > a, .primary-navigation .menu .nav-menu > li > a {
          position: relative;
          color: #000;
          font-weight: bold; }
        .primary-navigation .menu > li:hover > a, .primary-navigation .menu > li.focus > a, .primary-navigation .menu .nav-menu > li:hover > a, .primary-navigation .menu .nav-menu > li.focus > a {
          text-decoration: none; }
        .primary-navigation .menu li.current-menu-item > a::after, .primary-navigation .menu .nav-menu li.current-menu-item > a::after {
          visibility: visible; }
        .primary-navigation .menu ul, .primary-navigation .menu .nav-menu ul {
          padding: 10px 0;
          background-color: #fff; }
          .primary-navigation .menu ul a, .primary-navigation .menu .nav-menu ul a {
            padding: .326em .857em;
            color: #464646; }
          .primary-navigation .menu ul li:first-child a, .primary-navigation .menu .nav-menu ul li:first-child a {
            padding-top: 1em; }
          .primary-navigation .menu ul li:last-child a, .primary-navigation .menu .nav-menu ul li:last-child a {
            padding-bottom: 1em; }
          .primary-navigation .menu ul ul, .primary-navigation .menu .nav-menu ul ul {
            margin-top: -.618em; }
        .primary-navigation .menu a, .primary-navigation .menu .nav-menu a {
          padding: 1.387em 1.5em;
          font-weight: 300;
          color: #999999; }
          .primary-navigation .menu a:hover, .primary-navigation .menu .nav-menu a:hover {
            text-decoration: none; }
      .primary-navigation div.menu > ul {
        background-color: transparent; }
        .primary-navigation div.menu > ul li:hover > a {
          color: #e6e6e6; } }
  
  .vertical-align {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    flex-direction: row; }
  
  .vertical-align > [class^="col-"], .vertical-align > [class*=" col-"] {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    align-items: center; }
  
  /*
   *  Owl Carousel - Core
   */
  .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
    .owl-carousel .owl-stage {
      position: relative;
      -ms-touch-action: pan-Y; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .owl-carousel .owl-stage-outer {
      position: relative;
      overflow: hidden;
      /* fix for flashing background */
      -webkit-transform: translate3d(0px, 0px, 0px); }
    .owl-carousel .owl-item {
      position: relative;
      min-height: 1px;
      float: left;
      -webkit-backface-visibility: hidden;
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      -webkit-transform-style: preserve-3d;
      display: block;
      width: 100%;
      height: auto; }
    .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
      display: none; }
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
      cursor: pointer;
      cursor: hand;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .owl-carousel.owl-loaded {
      display: block; }
    .owl-carousel.owl-loading {
      opacity: 0;
      display: block; }
    .owl-carousel.owl-hidden {
      opacity: 0; }
    .owl-carousel.owl-refresh .owl-item {
      display: none; }
    .owl-carousel.owl-drag .owl-item {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .owl-carousel.owl-grab {
      cursor: move;
      cursor: grab; }
    .owl-carousel.owl-rtl {
      direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }
  
  /* No Js */
  .no-js .owl-carousel {
    display: block; }
  
  /*
   *  Owl Carousel - Animate Plugin
   */
  .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    animation-name: fadeOut; }
  
  @keyframes fadeOut {
    0% {
      opacity: 1; }
  
    100% {
      opacity: 0; } }
  
  /*
   * 	Owl Carousel - Lazy Load Plugin
   */
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item img {
    transform-style: preserve-3d; }
  
  .owl-dots {
    text-align: center; }
    .owl-dots .owl-dot {
      width: 50px;
      height: 3px;
      background-color: #bcbcbc;
      display: inline-block;
      border-radius: 4px; }
      .owl-dots .owl-dot.active {
        width: 50px;
        height: 3px;
        border-radius: 4px; }
      .owl-dots .owl-dot + .owl-dot {
        margin-left: 3em; }
  
  /*===================================================================================*/
  /*  JPlayer Skin
  /*===================================================================================*/
  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;
    vertical-align: top; }
  
  .jp-audio-container, .jp-video-container {
    background-color: #f1f1f1;
    box-shadow: 1px 1px 1px #ddd; }
  
  /* no margin on player inside post header */
  .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, a.jp-play, a.jp-pause, .seperator-first, .seperator-second {
    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 white;
    background: transparent;
    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: none;
    overflow: hidden;
    z-index: 1;
    opacity: .6; }
  
  .jp-controls a:hover {
    color: #262626;
    background: transparent;
    text-decoration: none;
    opacity: .8; }
  
  .jp-controls a span {
    text-indent: -9999px;
    display: block; }
  
  a.jp-play, a.jp-pause {
    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; }
  
  /* volume controls taken over by mobile devices so don't need to see them */
  .no-volume .jp-progress-container {
    right: 0px; }
  
  .no-volume .jp-volume-bar-container, .no-volume .seperator-second, .no-volume .jp-mute, .no-volume .jp-unmute {
    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:hover, #scrollUp:focus, #scrollUp:active {
      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: #fff; }
      .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: 2em;
        font-weight: normal;
        
        letter-spacing: 3px;
      }
      .features-list .feature p {
        font-size: 0.778em;
        color: #71706c;
        padding: 0 2.6em;
        line-height: 1.6; }
  
  .menu-card {
    
    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: #ff7a40;
        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: 'Oswald-Medium';
          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: #ff7a40; }
    .menu-card .section-title, .menu-card .error404 .page-content section h2, .error404 .page-content section .menu-card h2, .menu-card .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .menu-card h2, .menu-card .related > h2:first-child, .menu-card .upsells > h2:first-child, .menu-card .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .menu-card h2, .menu-card .pre-title {
      text-transform: uppercase;
      color: #fff; }
    .menu-card .section-title, .menu-card .error404 .page-content section h2, .error404 .page-content section .menu-card h2, .menu-card .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .menu-card h2, .menu-card .related > h2:first-child, .menu-card .upsells > h2:first-child, .menu-card .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .menu-card h2 {
      font-size: 4.5em;
      font-weight: bold;
      margin: 0;
      line-height: 1;
      padding-bottom: 0.77em;
      border: none; }
      .menu-card .section-title::after, .menu-card .error404 .page-content section h2::after, .error404 .page-content section .menu-card h2::after, .menu-card .error404 .fourohfour-columns-2 .col-1 h2::after, .error404 .fourohfour-columns-2 .col-1 .menu-card h2::after, .menu-card .related > h2:first-child::after, .menu-card .upsells > h2:first-child::after, .menu-card .woocommerce-cart .cart-collaterals + .cross-sells h2::after, .woocommerce-cart .cart-collaterals + .cross-sells .menu-card h2::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::before, .menu-card .pre-title span::after {
          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: normal;
        color: #9b959b;
        text-align: center;
        padding: 10px 26px;
        padding-bottom: 0.692em;
        position: relative; }
        .section-tabs .nav .nav-item .nav-link:hover, .section-tabs .nav .nav-item .nav-link:focus {
          background-color: transparent; }
      .section-tabs .nav .nav-item.active a {
        font-weight: bold;
        color: #fff; }
      .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: .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 .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 .65px #fff, 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 .65px #fff, 0 0 .65px #fff;
      font-weight: normal; }
      .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_tabs .kc_tabs_nav, .kc-section-tab.kc_tabs .kc_tabs_nav {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 5em;
    text-align: center;
    line-height: 1; }
    .kc_tabs .kc_tabs_nav li, .kc-section-tab.kc_tabs .kc_tabs_nav li {
      display: inline-block;
      border-right: none; }
      .kc_tabs .kc_tabs_nav li a, .kc-section-tab.kc_tabs .kc_tabs_nav li a {
        font-size: 1.625em;
        font-weight: normal;
        color: #9b959b;
        text-align: center;
        padding: 10px 26px;
        padding-bottom: 0.692em;
        position: relative; }
        .kc_tabs .kc_tabs_nav li a:hover, .kc_tabs .kc_tabs_nav li a:focus, .kc-section-tab.kc_tabs .kc_tabs_nav li a:hover, .kc-section-tab.kc_tabs .kc_tabs_nav li a:focus {
          background-color: transparent; }
      .kc_tabs .kc_tabs_nav li.ui-tabs-active a, .kc-section-tab.kc_tabs .kc_tabs_nav li.ui-tabs-active a {
        font-weight: bold;
        color: #fff; }
      .kc_tabs .kc_tabs_nav li.ui-tabs-active a::after, .kc-section-tab.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_tabs .ui-tabs, .kc-section-tab.kc_tabs .ui-tabs {
    padding: 0; }
  .kc_tabs > .kc_wrapper > .kc_tabs_nav, .kc-section-tab.kc_tabs > .kc_wrapper > .kc_tabs_nav {
    background-color: transparent;
    margin: 0 0 5em; }
  .kc_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active, .kc-section-tab.kc_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0; }
  .kc_tabs .kc_wrapper > ul.ui-tabs-nav > li, .kc-section-tab.kc_tabs .kc_wrapper > ul.ui-tabs-nav > li {
    overflow: visible; }
  .kc_tabs .kc_tabs_nav > li:hover, .kc_tabs .kc_tabs_nav > li > a:hover, .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-section-tab.kc_tabs .kc_tabs_nav > .ui-tabs-active > a {
    background-color: transparent; }
  .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, .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 {
    display: inline-block; }
  .kc_tabs .kc_tabs_nav > li > a, .kc-section-tab.kc_tabs .kc_tabs_nav > li > a {
    line-height: 1.077em; }
  .kc_tabs .ui-tabs .ui-tabs-nav li, .kc-section-tab.kc_tabs .ui-tabs .ui-tabs-nav li {
    float: none;
    margin: 0; }
  .kc_tabs .ui-tabs .ui-tabs-nav, .kc-section-tab.kc_tabs .ui-tabs .ui-tabs-nav {
    padding: 0; }
  .kc_tabs .kc_tabs_nav ~ .kc_tab .kc_tab_content, .kc_tabs .ui-tabs .ui-tabs-panel, .kc-section-tab.kc_tabs .kc_tabs_nav ~ .kc_tab .kc_tab_content, .kc-section-tab.kc_tabs .ui-tabs .ui-tabs-panel {
    padding: 0; }
  .kc_tabs .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active, .kc-section-tab.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: .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 .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 .65px #fff, 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 .65px #fff, 0 0 .65px #fff;
      font-weight: normal; }
      .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; }
  
  .section-recent-post {
    position: relative; }
    .section-recent-post .section-title, .section-recent-post .error404 .page-content section h2, .error404 .page-content section .section-recent-post h2, .section-recent-post .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-recent-post h2, .section-recent-post .related > h2:first-child, .section-recent-post .upsells > h2:first-child, .section-recent-post .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-recent-post h2 {
      margin-bottom: 0.3em;
      font-size: 6.25em;
      font-weight: 100;
      text-align: left;
      border: none;
      padding-bottom: 0.2em; }
      .section-recent-post .section-title::after, .section-recent-post .error404 .page-content section h2::after, .error404 .page-content section .section-recent-post h2::after, .section-recent-post .error404 .fourohfour-columns-2 .col-1 h2::after, .error404 .fourohfour-columns-2 .col-1 .section-recent-post h2::after, .section-recent-post .related > h2:first-child::after, .section-recent-post .upsells > h2:first-child::after, .section-recent-post .woocommerce-cart .cart-collaterals + .cross-sells h2::after, .woocommerce-cart .cart-collaterals + .cross-sells .section-recent-post h2::after {
        height: 2px;
        transform: translate(4%, -50%);
        left: 0;
        width: 95px; }
    .section-recent-post .post-title, .section-recent-post .section-title, .section-recent-post .error404 .page-content section h2, .error404 .page-content section .section-recent-post h2, .section-recent-post .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-recent-post h2, .section-recent-post .related > h2:first-child, .section-recent-post .upsells > h2:first-child, .section-recent-post .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-recent-post h2 {
      text-transform: uppercase;
      
      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: .5em 3.464em;
      border-radius: 3.333em;
      display: inline-block;
      font-size: 0.938em;
      font-weight: bold;
      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; }
    .section-recent-posts .section-title, .section-recent-posts .error404 .page-content section h2, .error404 .page-content section .section-recent-posts h2, .section-recent-posts .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-recent-posts h2, .section-recent-posts .related > h2:first-child, .section-recent-posts .upsells > h2:first-child, .section-recent-posts .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-recent-posts h2, .section-recent-posts .pre-title {
      text-transform: uppercase;
       }
    .section-recent-posts .section-title, .section-recent-posts .error404 .page-content section h2, .error404 .page-content section .section-recent-posts h2, .section-recent-posts .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-recent-posts h2, .section-recent-posts .related > h2:first-child, .section-recent-posts .upsells > h2:first-child, .section-recent-posts .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-recent-posts h2 {
      font-size: 4.063em;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0;
      line-height: 1;
      padding-bottom: 1.05em;
      border: none; }
      .section-recent-posts .section-title::after, .section-recent-posts .error404 .page-content section h2::after, .error404 .page-content section .section-recent-posts h2::after, .section-recent-posts .error404 .fourohfour-columns-2 .col-1 h2::after, .error404 .fourohfour-columns-2 .col-1 .section-recent-posts h2::after, .section-recent-posts .related > h2:first-child::after, .section-recent-posts .upsells > h2:first-child::after, .section-recent-posts .woocommerce-cart .cart-collaterals + .cross-sells h2::after, .woocommerce-cart .cart-collaterals + .cross-sells .section-recent-posts h2::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:before, .section-recent-posts .post-items:after {
        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: normal; }
        .section-recent-posts .post-items .post-item .post-title + p {
          color: #666666;
          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: bold;
          color: #6d6d6d; }
        .section-recent-posts .post-items .post-item .btn-more::after {
          content: "\6e";
          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 .title, .site-footer.footer-v5 .footer-newsletter .caption .title, .newsletter-subscription .caption .marketing-text, .site-footer.footer-v5 .footer-newsletter .caption .marketing-text {
         }
      .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 input[type="submit"], .site-footer.footer-v5 .footer-newsletter form input[type="submit"], .newsletter-subscription form input[type="button"], .site-footer.footer-v5 .footer-newsletter form input[type="button"], .newsletter-subscription form button, .site-footer.footer-v5 .footer-newsletter form button {
        padding: .657em 3.575em;
        position: absolute;
        top: 50%;
        right: 7px;
        transform: translate(0, -51%); }
      .newsletter-subscription form input[type="text"], .site-footer.footer-v5 .footer-newsletter form input[type="text"], .newsletter-subscription form input[type="email"], .site-footer.footer-v5 .footer-newsletter form input[type="email"], .newsletter-subscription form input, .site-footer.footer-v5 .footer-newsletter form input {
        width: 100%;
        min-height: 3.938em;
        padding-left: 1.875em;
        border: none; }
        .newsletter-subscription form input[type="text"]::-webkit-input-placeholder, .site-footer.footer-v5 .footer-newsletter form input[type="text"]::-webkit-input-placeholder, .newsletter-subscription form input[type="email"]::-webkit-input-placeholder, .site-footer.footer-v5 .footer-newsletter form input[type="email"]::-webkit-input-placeholder, .newsletter-subscription form input::-webkit-input-placeholder, .site-footer.footer-v5 .footer-newsletter form input::-webkit-input-placeholder {
          color: #6f6f6f;
          font-size: 0.938em; }
        .newsletter-subscription form input[type="text"]::-moz-placeholder, .site-footer.footer-v5 .footer-newsletter form input[type="text"]::-moz-placeholder, .newsletter-subscription form input[type="email"]::-moz-placeholder, .site-footer.footer-v5 .footer-newsletter form input[type="email"]::-moz-placeholder, .newsletter-subscription form input::-moz-placeholder, .site-footer.footer-v5 .footer-newsletter form input::-moz-placeholder {
          color: #6f6f6f;
          font-size: 0.938em; }
        .newsletter-subscription form input[type="text"]:-moz-placeholder, .site-footer.footer-v5 .footer-newsletter form input[type="text"]:-moz-placeholder, .newsletter-subscription form input[type="email"]:-moz-placeholder, .site-footer.footer-v5 .footer-newsletter form input[type="email"]:-moz-placeholder, .newsletter-subscription form input:-moz-placeholder, .site-footer.footer-v5 .footer-newsletter form input:-moz-placeholder {
          color: #6f6f6f;
          font-size: 0.938em; }
        .newsletter-subscription form input[type="text"]:-ms-input-placeholder, .site-footer.footer-v5 .footer-newsletter form input[type="text"]:-ms-input-placeholder, .newsletter-subscription form input[type="email"]:-ms-input-placeholder, .site-footer.footer-v5 .footer-newsletter form input[type="email"]:-ms-input-placeholder, .newsletter-subscription form input:-ms-input-placeholder, .site-footer.footer-v5 .footer-newsletter form input:-ms-input-placeholder {
          color: #6f6f6f;
          font-size: 0.938em; }
        .newsletter-subscription form input[type="text"]::-moz-placeholder, .site-footer.footer-v5 .footer-newsletter form input[type="text"]::-moz-placeholder, .newsletter-subscription form input[type="email"]::-moz-placeholder, .site-footer.footer-v5 .footer-newsletter form input[type="email"]::-moz-placeholder, .newsletter-subscription form input::-moz-placeholder, .site-footer.footer-v5 .footer-newsletter form input::-moz-placeholder {
          color: #6f6f6f; }
  
  .banner {
    text-transform: uppercase;
    
    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: bold;
          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: bold;
        padding-bottom: 0.833em; }
      .banner.social-block .caption .button {
        font-size: 0.115em;
        font-family: 'Oswald-Medium';
        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: 67%; }
      .banner .caption .title, .banner .caption .subtitle {
        margin-bottom: 0;
        line-height: 1; }
      .banner .caption .description, .banner .caption .condition, .banner .caption .title, .banner .caption .subtitle {
        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: .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: bold;
      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 .description, .banners .banner.top-right .caption .condition {
      font-size: .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 {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s; }
  
  .page-template-template-homepage-v7 .banner:hover .banner-bg, .page-template-template-homepage-v5 .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 200ms ease-out 0s;
        opacity: 0;
        margin-left: 2.5em;
        text-align: left; }
      article.post .media-attachment .media-attachment-gallery .owl-carousel:hover .owl-dots, article.post .media-attachment .media-attachment-gallery .owl-carousel:focus .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%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -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:hover, article.post .entry-header h1.entry-title a:focus {
            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: normal;
            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:hover, article.post .entry-content .page-links a:focus {
            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:before, article.post .comments-link a:after, article.post .likes a:before, article.post .likes a:after {
        color: #999999;
        font-family: "font-pizzaro";
        margin-right: 0.429em; }
      article.post .comments-link a:hover, article.post .comments-link a:focus, article.post .likes a:hover, article.post .likes a:focus {
        color: #000;
        text-decoration: none; }
        article.post .comments-link a:hover:before, article.post .comments-link a:hover:after, article.post .comments-link a:focus:before, article.post .comments-link a:focus:after, article.post .likes a:hover:before, article.post .likes a:hover:after, article.post .likes a:focus:before, article.post .likes a:focus:after {
          color: #000; }
    article.post .likes a:before {
      content: "\6a"; }
    article.post .comments-link a::before {
      content: "\7a"; }
    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: #fff;
          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: #fff;
      text-decoration: none; }
      .sticky h1.entry-title a:hover, .sticky h1.entry-title a:focus {
        color: #000; }
  
  /*
   *  Owl Carousel - Core
   */
  .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
    .owl-carousel .owl-stage {
      position: relative;
      -ms-touch-action: pan-Y; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .owl-carousel .owl-stage-outer {
      position: relative;
      overflow: hidden;
      /* fix for flashing background */
      -webkit-transform: translate3d(0px, 0px, 0px); }
    .owl-carousel .owl-item {
      position: relative;
      min-height: 1px;
      float: left;
      -webkit-backface-visibility: hidden;
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      -webkit-transform-style: preserve-3d;
      display: block;
      width: 100%;
      height: auto; }
    .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
      display: none; }
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
      cursor: pointer;
      cursor: hand;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .owl-carousel.owl-loaded {
      display: block; }
    .owl-carousel.owl-loading {
      opacity: 0;
      display: block; }
    .owl-carousel.owl-hidden {
      opacity: 0; }
    .owl-carousel.owl-refresh .owl-item {
      display: none; }
    .owl-carousel.owl-drag .owl-item {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .owl-carousel.owl-grab {
      cursor: move;
      cursor: grab; }
    .owl-carousel.owl-rtl {
      direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }
  
  /* No Js */
  .no-js .owl-carousel {
    display: block; }
  
  /*
   *  Owl Carousel - Animate Plugin
   */
  .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    animation-name: fadeOut; }
  
  @keyframes fadeOut {
    0% {
      opacity: 1; }
  
    100% {
      opacity: 0; } }
  
  /*
   * 	Owl Carousel - Lazy Load Plugin
   */
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item img {
    transform-style: preserve-3d; }
  
  .owl-dots {
    text-align: center; }
    .owl-dots .owl-dot {
      width: 50px;
      height: 2px;
      background-color: #bcbcbc;
      display: inline-block;
      border-radius: 2px; }
      .owl-dots .owl-dot.active {
        width: 50px;
        height: 2px;
        border-radius: 2px; }
      .owl-dots .owl-dot + .owl-dot {
        margin-left: 3em; }
  
  /**
   * Pagination
   */
  .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:before, .pagination .page-numbers:after, .woocommerce-pagination .page-numbers:before, .woocommerce-pagination .page-numbers:after {
        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: #fff; }
          .pagination .page-numbers li .page-numbers.dots, .woocommerce-pagination .page-numbers li .page-numbers.dots {
            background-color: transparent; }
          .pagination .page-numbers li .page-numbers.prev, .pagination .page-numbers li .page-numbers.next, .woocommerce-pagination .page-numbers li .page-numbers.prev, .woocommerce-pagination .page-numbers li .page-numbers.next {
            padding-left: 1em;
            padding-right: 1em; }
        .pagination .page-numbers li a.page-numbers:hover, .woocommerce-pagination .page-numbers li a.page-numbers:hover {
          background-color: rgba(0, 0, 0, 0.05);
          border-color: rgba(0, 0, 0, 0.05); }
    .pagination .page-numbers > li .page-numbers.prev, .pagination .page-numbers > li .page-numbers.next, .woocommerce-pagination .page-numbers > li .page-numbers.prev, .woocommerce-pagination .page-numbers > li .page-numbers.next {
      padding-left: 3.4em;
      padding-right: 3.4em;
      text-transform: uppercase;
      font-size: 0.867em;
      font-weight: normal; }
  
  .rtl .pagination a.next, .rtl .pagination a.prev, .rtl .woocommerce-pagination a.next, .rtl .woocommerce-pagination a.prev {
    transform: rotateY(180deg); }
  
  .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, .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 {
    border-top: 1px solid #e9e9e9;
    padding: 3.1em 0 0em 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-v6-slider {
    margin-bottom: 30px; }
  
  .home-v5-slider {
    margin-bottom: 100px; }
  
  .section-events {
    padding-top: 8.063em;
    padding-bottom: 6em; }
    .section-events .section-title, .section-events .error404 .page-content section h2, .error404 .page-content section .section-events h2, .section-events .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-events h2, .section-events .related > h2:first-child, .section-events .upsells > h2:first-child, .section-events .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-events h2, .section-events .pre-title {
      
      text-transform: uppercase; }
    .section-events .section-title, .section-events .error404 .page-content section h2, .error404 .page-content section .section-events h2, .section-events .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-events h2, .section-events .related > h2:first-child, .section-events .upsells > h2:first-child, .section-events .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-events h2 {
      font-size: 4.063em;
      font-weight: bold;
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 1.66em; }
      .section-events .section-title::after, .section-events .error404 .page-content section h2::after, .error404 .page-content section .section-events h2::after, .section-events .error404 .fourohfour-columns-2 .col-1 h2::after, .error404 .fourohfour-columns-2 .col-1 .section-events h2::after, .section-events .related > h2:first-child::after, .section-events .upsells > h2:first-child::after, .section-events .woocommerce-cart .cart-collaterals + .cross-sells h2::after, .woocommerce-cart .cart-collaterals + .cross-sells .section-events h2::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:before, .section-events .pre-title span::after {
          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: bold;
          color: #a4935f; }
          .section-events .events .event .event-date .month {
            font-size: 0.313em;
            font-weight: normal;
            letter-spacing: 0px; }
        .section-events .events .event h2 {
          font-size: 1.5em;
          margin-bottom: 0.98em; }
          .section-events .events .event h2 a {
            font-weight: normal; }
        .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: "\6f";
          font-style: normal;
          padding-right: 6px; }
        .section-events .events .event .btn-more {
          font-size: .875em;
          color: #6d6d6d;
          font-weight: normal; }
          .section-events .events .event .btn-more::after {
            content: "\6e";
            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%;
      margin: 0; }
  
  .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: #fff;
          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: 1em; }
    .woocommerce-breadcrumb a {
      color: #666666;
      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:before, .pizzaro_recent_posts_widget ul > li .post-content:after {
      content: "";
      display: table; }
    .pizzaro_recent_posts_widget ul > li .post-content:after {
      clear: both; }
    .pizzaro_recent_posts_widget ul > li .post-content > a {
      color: #fff;
      display: block;
      font-size: 1.072em;
      line-height: 1.6; }
      .pizzaro_recent_posts_widget ul > li .post-content > a:hover, .pizzaro_recent_posts_widget ul > li .post-content > a:focus {
        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: '\7a';
        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%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff; }
  
  #main .widget_template_features .features {
    margin-left: -15px;
    margin-right: -15px; }
    #main .widget_template_features .features:before, #main .widget_template_features .features:after {
      content: "";
      display: table; }
    #main .widget_template_features .features:after {
      clear: both; }
    #main .widget_template_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_template_features .features.columns-1 .feature {
          width: 100%; } }
      @media (min-width: 992px) {
        #main .widget_template_features .features.columns-1 .feature {
          width: 100%; } }
      @media (min-width: 1200px) {
        #main .widget_template_features .features.columns-1 .feature {
          width: 100%; } }
    #main .widget_template_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_template_features .features.columns-2 .feature {
          width: 50%; } }
      @media (min-width: 992px) {
        #main .widget_template_features .features.columns-2 .feature {
          width: 50%; } }
      @media (min-width: 1200px) {
        #main .widget_template_features .features.columns-2 .feature {
          width: 50%; } }
    #main .widget_template_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_template_features .features.columns-3 .feature {
          width: 33.3333333333%; } }
      @media (min-width: 992px) {
        #main .widget_template_features .features.columns-3 .feature {
          width: 33.3333333333%; } }
      @media (min-width: 1200px) {
        #main .widget_template_features .features.columns-3 .feature {
          width: 33.3333333333%; } }
    #main .widget_template_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_template_features .features.columns-4 .feature {
          width: 25%; } }
      @media (min-width: 992px) {
        #main .widget_template_features .features.columns-4 .feature {
          width: 25%; } }
      @media (min-width: 1200px) {
        #main .widget_template_features .features.columns-4 .feature {
          width: 25%; } }
    #main .widget_template_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_template_features .features.columns-6 .feature {
          width: 16.6666666667%; } }
      @media (min-width: 992px) {
        #main .widget_template_features .features.columns-6 .feature {
          width: 16.6666666667%; } }
      @media (min-width: 1200px) {
        #main .widget_template_features .features.columns-6 .feature {
          width: 16.6666666667%; } }
  
  #main .widget_template_features .feature {
    margin-right: 0;
    text-align: left; }
    #main .widget_template_features .feature h3 {
      font-size: 1em;
      margin-bottom: 1.5em; }
      #main .widget_template_features .feature h3 a {
        font-weight: bold; }
    #main .widget_template_features .feature .feature-content {
      color: #727272;
      line-height: 1.8; }
    #main .widget_template_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 button, .handheld-navigation-wrapper .navbar-toggler, .handheld-navigation-wrapper.toggled button, .handheld-navigation-wrapper.toggled .navbar-toggler {
    color: #333E48;
    border: none; }
    .handheld-navigation-wrapper button:hover, .handheld-navigation-wrapper button:focus, .handheld-navigation-wrapper button:active, .handheld-navigation-wrapper .navbar-toggler:hover, .handheld-navigation-wrapper .navbar-toggler:focus, .handheld-navigation-wrapper .navbar-toggler:active, .handheld-navigation-wrapper.toggled button:hover, .handheld-navigation-wrapper.toggled button:focus, .handheld-navigation-wrapper.toggled button:active, .handheld-navigation-wrapper.toggled .navbar-toggler:hover, .handheld-navigation-wrapper.toggled .navbar-toggler:focus, .handheld-navigation-wrapper.toggled .navbar-toggler:active {
      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:hover a, .main-navigation .handheld-navigation ul li:focus a, .main-navigation .handheld-navigation ul li:active 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: #fff;
    position: fixed;
    top: 0;
    left: -80%;
    width: 100%;
    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;
    border-right: 0 }

    .handheld-navigation .navbar-toggler {
      cursor: pointer;
      text-align: left;
      float: right;
      position: relative;
      border: 2px solid #333e48;
      box-shadow: none;
      border-radius: 2px;
      padding: .6180469716em .875em .6180469716em 2.617924em;
      font-size: .875em; }
    .handheld-navigation .nav-title, .handheld-navigation .widgettitle, .handheld-navigation .widget-title {
      color: #fff;
      padding-left: 0.2em; }
    .handheld-navigation .nav-divider {
      display: none; }
    .handheld-navigation .sub-menu li a {
      font-size: .875em;
      padding-right: 24px; }
      .handheld-navigation .sub-menu li a .child-indicator {
        font-size: 1.143em; }
    .handheld-navigation ul {
      list-style: none;
      margin: 20px 0 0;
      padding: 0; }
      .handheld-navigation ul li {
        display: block; position: relative;}
        .menu-item-sep {
            position: absolute;
            top: 8px;
            left: 20px;
            z-index: 999;
        }
        .handheld-navigation ul li.menu-item-has-children a::after {
          display: inline-block;
          width: 0;
          height: 0;
          margin-right: .25rem;
          margin-left: .25rem;
          vertical-align: middle;
          border: none; }
          .menu-item.rest-name-mb {
            padding: 5px 20px;
            display: inline-block;
            width: 100%;
            color: #000;
            font-size: 17px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: start;
            align-items: center;
            margin-top: 10px;
            font-weight: 400;
            text-transform: uppercase;
        }
          .handheld-navigation ul li a {
            padding: 5px 20px;
            display: inline-block;
            width: 100%;
            color: #000;
            font-size: 17px;
            display: -webkit-box; 
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex; 
            display: flex;
            justify-content: start;
            align-items: center;
            text-transform: uppercase;
        }
          .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;
           }
          .handheld-navigation ul li ul::after, .handheld-navigation ul li ul::before {
            bottom: 100%;
            right: 40px;
            border: solid #000;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(72, 72, 72, 0);
            border-bottom-color: #090b0c;
            border-width: 7px;
            margin-left: -7px; 
            top: -34px;
            background: url(https://baranh.pk/assets/img/drop-down-menu-icon.png) no-repeat 90% center;
            background-size: 12px;
          }
          
        .handheld-navigation ul li ul li a {
          color: #000; }
      .handheld-navigation ul .sub-menu {
        position: relative;
        background-color: #fff;
        width: 100%;
        transition: all .3s ease;
        border: none; }
        .handheld-navigation ul .sub-menu li a {
          padding-left: 2.188em; }
        .handheld-navigation ul .sub-menu .sub-menu {
          background-color: #222930; }
          .handheld-navigation ul .sub-menu .sub-menu::after, .handheld-navigation ul .sub-menu .sub-menu::before {
            border-bottom-color: #222930; }
          .handheld-navigation ul .sub-menu .sub-menu .sub-menu {
            background-color: #2b343c; }
            .handheld-navigation ul .sub-menu .sub-menu .sub-menu::after, .handheld-navigation ul .sub-menu .sub-menu .sub-menu::before {
              border-bottom-color: #2b343c; }
      .handheld-navigation ul > li.open > a ul ul {
        background-color: #090b0c; }
    .handheld-navigation .menu-item-has-children > .sub-menu {
      display: none; }
    .handheld-navigation .menu-item-has-children > a .child-indicator::before {
      display: inline-block;
      font: normal normal normal 1em/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f055"; }
    .handheld-navigation .menu-item-has-children.open > .sub-menu {
      display: block; }
    .handheld-navigation .menu-item-has-children.open > a .child-indicator::before {
      content: "\f056"; }
  
  .admin-bar .handheld-navigation {
    padding-top: 46px; }
  
  @media screen and (min-width: 768px) {
    .main-navigation, .primary-navigation, .header-v1 .main-navigation, .header-v2 .main-navigation .header-v3 .main-navigation, .header-v4 .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 {
      position: static; }
    .main-navigation ul li.yamm-fw {
      position: static; }
      .main-navigation ul li.yamm-fw ul.sub-menu {
        position: absolute;
        left: auto;
        right: 0;
        width: 950px;
        z-index: 9999999999;
        border: 0;
        padding: 0;
        top: auto; }
        .main-navigation ul li.yamm-fw ul.sub-menu li {
          display: block;
          height: auto; }
        .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content {
          padding: 26px 16px; }
          .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content:before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content:after {
            content: "";
            display: table; }
          .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content:after {
            clear: both; }
          .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .widgettitle, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .widgettitle, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .widgettitle, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu h2.widgettitle, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation h2.widgettitle, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation h2.widgettitle, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content li.nav-title {
            font-weight: bold;
            font-size: 15px;
            padding: .571em 0;
            border: none;
            color: #333e48;
            margin-bottom: 0;
            min-height: 2.667em; }
          .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu {
            position: static;
            display: block;
            padding: 0;
            margin-top: 0; }
            .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li {
              padding: 0; }
              .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li a, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li a, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li a {
                width: 100%;
                font-size: 13.132px;
                border: none;
                padding: .5em 1.429em .5em 0;
                height: auto;
                line-height: 1.2; }
                .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li a::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li a::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li a::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li a::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li a::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li a::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li a::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li a::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li a::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li a::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li a::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li a::after {
                  content: none; }
              .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li::after {
                content: none; }
              .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li:hover, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li:hover, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li:hover, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li:hover > a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li:hover > a, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li:hover > a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li a:hover, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li a:hover, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li a:hover, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li:hover, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li:hover, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li:hover, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li:hover > a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li:hover > a, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li:hover > a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li a:hover, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li a:hover, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li a:hover, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li::after {
                background-color: transparent; }
              .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li:hover > a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li:hover > a, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li:hover > a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li:hover > a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li:hover > a, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li:hover > a {
                color: #0f0f0f;
                font-weight: normal; }
              .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li:hover::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li:hover::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li:hover::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li:hover::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li:hover::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li:hover::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li.focus::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li.focus::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li.focus::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li.focus::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li.focus::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li.focus::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li:hover::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li:hover::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li:hover::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li:hover::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li:hover::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li:hover::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li.focus::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li.focus::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li.focus::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li.focus::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li.focus::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li.focus::after {
                content: none; }
              .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li:hover ul li a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li:hover ul li a, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li:hover ul li a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li.focus ul li a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li.focus ul li a, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li.focus ul li a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li:hover ul li a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li:hover ul li a, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li:hover ul li a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li.focus ul li a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li.focus ul li a, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li.focus ul li a {
                color: #e6e6e6; }
                .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li:hover ul li a::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li:hover ul li a::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li:hover ul li a::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li:hover ul li a::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li:hover ul li a::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li:hover ul li a::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li.focus ul li a::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li.focus ul li a::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li.focus ul li a::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li.focus ul li a::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li.focus ul li a::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li.focus ul li a::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li:hover ul li a::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li:hover ul li a::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li:hover ul li a::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li:hover ul li a::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li:hover ul li a::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li:hover ul li a::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li.focus ul li a::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li.focus ul li a::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li.focus ul li a::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li.focus ul li a::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li.focus ul li a::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li.focus ul li a::after {
                  content: none; }
              .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li:hover ul li::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li:hover ul li::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li:hover ul li::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li:hover ul li::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li:hover ul li::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li:hover ul li::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li.focus ul li::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li.focus ul li::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li.focus ul li::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li.focus ul li::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li.focus ul li::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul li.focus ul li::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li:hover ul li::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li:hover ul li::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li:hover ul li::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li:hover ul li::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li:hover ul li::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li:hover ul li::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li.focus ul li::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li.focus ul li::before, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li.focus ul li::before, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu .menu li.focus ul li::after, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation .menu li.focus ul li::after, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu li.focus ul li::after {
                content: none; }
          .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul.menu li.nav-title, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul.menu li.nav-title, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul.menu li.nav-title {
            padding: .571em 0; }
            .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul.menu li.nav-title:hover a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul.menu li.nav-title:hover a, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul.menu li.nav-title:hover a {
              font-weight: bold; }
            .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul.menu li.nav-title a, .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul.menu li.nav-title a, .page-template-template-homepage-v6 .main-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation ul.menu li.nav-title a {
              padding: 0;
              font-weight: bold;
              font-size: 1em;
              color: #333e48; }
    .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%; }
    .handheld-navigation ul li.yamm-fw ul.sub-menu .yamm-content .widget_nav_menu ul li a, .handheld-navigation ul li.yamm-fw ul.sub-menu .yamm-content .page-template-template-homepage-v6 .secondary-navigation ul li a, .page-template-template-homepage-v6 .handheld-navigation ul li.yamm-fw ul.sub-menu .yamm-content .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 .page-template-template-homepage-v6 .secondary-navigation .menu li a, .page-template-template-homepage-v6 .handheld-navigation ul li.yamm-fw ul.sub-menu .yamm-content .secondary-navigation .menu 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-v4.lite-bg.stuck {
    box-shadow: 0 4px 16px rgba(1, 1, 1, 0.15); }
  
  .site-header.stuck .handheld-navigation {
    padding-top: 0; }
  
  @media (min-width: 768px) {
    .admin-bar .site-header.stuck {
      top: 32px; } }
  
  .terms-conditions .hentry.type-page .entry-header, .terms-conditions .entry-header, .faq .hentry.type-page .entry-header, .faq .entry-header {
    padding-bottom: 22px;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-bottom: 74px; }
  .terms-conditions .entry-header .entry-title, .faq .entry-header .entry-title {
    font-size: 2.125em;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0; }
  .terms-conditions .entry-header p, .faq .entry-header p {
    font-size: 0.938em; }
  .terms-conditions .entry-content .section, .faq .entry-content .section {
    margin-bottom: 4em; }
    .terms-conditions .entry-content .section h2, .faq .entry-content .section h2 {
      font-size: 1.563em;
      font-weight: normal; }
    .terms-conditions .entry-content .section.contact-us p, .faq .entry-content .section.contact-us p {
      font-size: 0.875em; }
  .terms-conditions .entry-content h1, .faq .entry-content h1 {
    font-size: 1.563em;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 2em; }
  
  .page-template-template-homepage-v6 .products-1 ul.products li.product:hover .hover-area, .page-template-template-homepage-v6 .products-2 ul.products li.product:hover .hover-area {
    padding-bottom: 0; }
  .page-template-template-homepage-v6 ul.products li.product:hover {
    z-index: 9; }
  
  .woocommerce form .form-row .ywapo_input_container label {
    display: inline-block; }
  
  .kc_wrap_instagram ul li {
    list-style: none; }
  
  .footer-v1-static-content .kc_wrap_instagram ul {
    margin-bottom: 0; }
    .footer-v1-static-content .kc_wrap_instagram ul li img {
      width: 100%; }
  
  .social-share-btn {
    margin-bottom: 1.063em; }
  
  .owl-carousel .owl-item img .page-template-template-homepage-v2 .header-v2 .main-navigation ul li.yamm-fw ul.sub-menu {
    width: 950px;
    margin: 0 auto; }
  
  .faq .kc-css-754764 .col-md-6 {
    margin-bottom: 50px; }
  
  .faq .kc-col-container .kc-elm {
    margin-bottom: 20px; }
  
  .faq .kc-col-container .panel {
    border: none;
    box-shadow: none; }
    .faq .kc-col-container .panel .panel-heading {
      background-color: #fff;
      border-bottom: 1px solid #eeeeee;
      padding: 7px 0px; }
      .faq .kc-col-container .panel .panel-heading .panel-title {
        cursor: pointer;
        line-height: 30px;
        width: 100%;
        font-size: 25px;
        margin-bottom: 0px; }
        .faq .kc-col-container .panel .panel-heading .panel-title a {
          color: #fff;
          padding: 10px 15px;
          display: block;
          font-weight: normal; }
          .faq .kc-col-container .panel .panel-heading .panel-title a:before {
            float: right;
            font-family: 'FontAwesome';
            margin: 14px;
            speak: none;
            color: #aaa;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            font-size: 14px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f106"; }
  
  .kc-col-container .panel-body {
    padding: 15px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px; }
  
  .faq .panel-group .panel-heading + .panel-collapse > .list-group, .faq .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none; }
  
  .list-no-image-cat-view .kc_single_image {
    position: relative; }
  
  .error-404 ul.products {
    margin-left: -15px;
    margin-right: -15px; }
  
  .single-product.style-1 .woocommerce-tabs .nav-tabs {
    border: none; }
    .single-product.style-1 .woocommerce-tabs .nav-tabs li {
      float: none; }
      .single-product.style-1 .woocommerce-tabs .nav-tabs li a {
        border: none; }
        .single-product.style-1 .woocommerce-tabs .nav-tabs li a:hover {
          background-color: #fff; }
    .single-product.style-1 .woocommerce-tabs .nav-tabs li.active a:hover {
      background-color: #f5f5f5; }
  
  .single-product.style-2 .woocommerce-tabs {
    background-color: #fff; }
    .single-product.style-2 .woocommerce-tabs .nav-tabs {
      border: none; }
      .single-product.style-2 .woocommerce-tabs .nav-tabs li {
        float: none; }
        .single-product.style-2 .woocommerce-tabs .nav-tabs li a {
          border: none; }
          .single-product.style-2 .woocommerce-tabs .nav-tabs li a:hover {
            background-color: #fff; }
      .single-product.style-2 .woocommerce-tabs .nav-tabs li.active a:hover {
        background-color: #f5f5f5; }
    .single-product.style-2 .woocommerce-tabs .tab-content {
      background-color: #f5f5f5; }
  
  .single-product .woocommerce-tabs .tab-reviews p.stars a:before {
    font-family: "FontAwesome";
    content: "\f006"; }
  .single-product .woocommerce-tabs .tab-reviews p.stars a:hover ~ a:before {
    content: "\f006"; }
  .single-product .woocommerce-tabs .tab-reviews p.stars:hover a:before {
    content: "\f005"; }
  .single-product .woocommerce-tabs .tab-reviews p.stars.selected a.active:before {
    content: "\f005"; }
  .single-product .woocommerce-tabs .tab-reviews p.stars.selected a.active ~ a:before {
    content: "\f006"; }
  .single-product .woocommerce-tabs .tab-reviews p.stars.selected a:not(.active):before {
    content: "\f096"; }
  
  .dark .site-content {
    background-image: url(../../assets/images/dark-pat.jpg);
    background-repeat: repeat; }
  
  .site-content .home-v1-slider {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    text-transform: uppercase;
    color: #fff;
     }
    .site-content .home-v1-slider .caption {
      position: absolute;
      top: 55%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      font-size: 10.625em; }
    .site-content .home-v1-slider .owl-carousel {
      display: block; }
      .site-content .home-v1-slider .owl-carousel .owl-dots {
        position: absolute;
        width: 100%;
        bottom: 1.875em; }
        .site-content .home-v1-slider .owl-carousel .owl-dots .owl-dot {
          background-color: #fff; }
        .site-content .home-v1-slider .owl-carousel .owl-dots .owl-dot.active {
          background-color: #c00a27; }
      .site-content .home-v1-slider .owl-carousel .item {
        background-position: center;
        background-size: cover;
        height: 48em;
        width: 100%;
        position: relative; }
      .site-content .home-v1-slider .owl-carousel .slider-4 .pre-title {
        font-size: 0.212em;
        line-height: 0.833em;
        color: #fff;
        font-weight: 300;
        padding-bottom: 0.118em;
        padding-top: 1.25em; }
      .site-content .home-v1-slider .owl-carousel .slider-4 .title {
        font-size: 0.765em;
        line-height: 0.923em;
        font-weight: 700;
        text-align: center;
        color: #fff; }
        .site-content .home-v1-slider .owl-carousel .slider-4 .title span {
          position: relative; }
          .site-content .home-v1-slider .owl-carousel .slider-4 .title span:before {
            content: 'new!';
            font-size: 0.153em;
            line-height: 3.5;
            left: -2.5em;
            top: 0;
            min-width: 3.3em;
            border-radius: 50px;
            background-color: #ff7a40;
            position: absolute; }
      .site-content .home-v1-slider .owl-carousel .slider-3 .pre-title {
        color: #fc3939;
        font-size: 0.365em;
        line-height: 0.353em;
        font-weight: 700;
        text-align: center; }
      .site-content .home-v1-slider .owl-carousel .slider-3 .title {
        font-size: 1em;
        line-height: 1;
        font-weight: 700;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
        align-items: center;
        justify-content: center; }
        .site-content .home-v1-slider .owl-carousel .slider-3 .title span {
          font-size: 0.294em;
          font-weight: 400;
          padding: 0 0.2em;
          line-height: 1; }
      .site-content .home-v1-slider .owl-carousel .slider-2 .border {
        width: 1.059em;
        border-bottom: 2px dashed #fff;
        margin: 0.147em;
        display: inline-block; }
      .site-content .home-v1-slider .owl-carousel .slider-2 .price-tag {
        text-align: center; }
        .site-content .home-v1-slider .owl-carousel .slider-2 .price-tag .price-tag-value {
          padding-left: 0.076em;
          padding-right: 0.094em;
          padding-bottom: 0.059em;
          background-color: #4caf50;
          display: inline-block;
          position: relative; }
          .site-content .home-v1-slider .owl-carousel .slider-2 .price-tag .price-tag-value div {
            display: inline-block; }
          .site-content .home-v1-slider .owl-carousel .slider-2 .price-tag .price-tag-value .price {
            font-size: 0.512em;
            line-height: 1;
            font-weight: 700; }
            .site-content .home-v1-slider .owl-carousel .slider-2 .price-tag .price-tag-value .price .symbol {
              font-size: 0.58em;
              vertical-align: super; }
            .site-content .home-v1-slider .owl-carousel .slider-2 .price-tag .price-tag-value .price .slider-amount {
              font-size: 0.58em;
              display: inline-block;
              line-height: 0.5;
              font-weight: 400; }
            .site-content .home-v1-slider .owl-carousel .slider-2 .price-tag .price-tag-value .price .price-only {
              font-size: 0.4em;
              line-height: 0.129em;
              font-weight: 400;
              display: inline-block;
              margin: 0; }
      .site-content .home-v1-slider .owl-carousel .slider-2 .title {
        font-size: 0.824em;
        line-height: 1;
        font-weight: 700;
        text-align: center; }
      .site-content .home-v1-slider .owl-carousel .slider-2 .sub-title {
        font-size: 0.482em;
        line-height: 1;
        font-weight: 300;
        text-align: center; }
      .site-content .home-v1-slider .owl-carousel .slider-1 .pre-title {
        text-align: center; }
      .site-content .home-v1-slider .owl-carousel .slider-1 .border {
        width: 0.706em;
        border-bottom: 1px solid #fff;
        display: inline-block;
        margin: 0.059em; }
      .site-content .home-v1-slider .owl-carousel .slider-1 .lable {
        font-size: 0.153em;
        line-height: 2.5;
        font-weight: 700;
        min-width: 66px;
        border-radius: 2.5em;
        background-color: #ff7a40;
        display: inline-block; }
      .site-content .home-v1-slider .owl-carousel .slider-1 .pre-title-value {
        font-size: 0.176em;
        line-height: 1em;
        font-weight: 400;
        font-family: 'Nunito Sans';
        display: inline-block; }
      .site-content .home-v1-slider .owl-carousel .slider-1 .title {
        font-size: 0.824em;
        line-height: 1em;
        font-weight: 700;
        text-align: center;
        padding-bottom: 0.059em; }
      .site-content .home-v1-slider .owl-carousel .slider-1 .sub-title {
        font-size: 0.482em;
        line-height: 1;
        font-weight: 300;
        text-align: center;
        padding-bottom: 0.6em; }
      .site-content .home-v1-slider .owl-carousel .slider-1 .border-bottom {
        width: 1.735em;
        display: inline-block;
        border-bottom: 2px dotted rgba(255, 255, 255, 0.5); }
      .site-content .home-v1-slider .owl-carousel .slider-1 .bottom-caption {
        font-size: 0.118em;
        line-height: 1;
        font-weight: 400;
        position: relative;
        text-align: center; }
        .site-content .home-v1-slider .owl-carousel .slider-1 .bottom-caption::before {
          content: "";
          display: block;
          left: 50%;
          top: -1em;
          position: absolute;
          transform: translate(-50%, -50%);
          width: 14.8em;
          height: 1px;
          border-bottom: 2px dotted rgba(255, 255, 255, 0.5); }
  
  .home-v5 .site-content .home-v1-slider {
    width: 100%;
    margin-left: auto;
    left: auto; }
  
  .home-v2 .home-v1-slider, .home-v7 .home-v1-slider {
    margin-bottom: 0px; }
  
  .home-v6 .home-v1-slider {
    margin-bottom: 30px; }
  
  .full-width.grid-view.dark .ywapo_group_container.form-row.form-row-wide {
    margin: 0 0 15px 0; }
  
  .section-tabs .nav-tabs > li {
    float: none; }
  .section-tabs .nav-tabs > li > a {
    font-size: 1.625em;
    font-weight: 400;
    color: #9b959b;
    text-align: center;
    padding: 10px 26px .692em;
    position: relative;
    border: none;     
    font-family: 'Nunito Sans';
    font-size: 38px; }
  .section-tabs .nav-tabs > li.active > a, .section-tabs .nav-tabs > li.active > a:focus, .section-tabs .nav-tabs > li.active > a:hover {
    border: none;
    background-color: transparent; }
  .section-tabs .nav > li > a:focus, .section-tabs .nav > li > a:hover {
    background-color: transparent;
    border: none; }
  
  .home-v5 .banner.center-right .caption .description {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    align-items: center; }
  
  .page-template-template-homepage-v6 .footer-social-icons ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
  
  .section-products-carousel-with-image .products .product h3 {
    text-align: center;
    font-size: 1em;
    color: #fff;
    padding-top: 8px;
    display: inline-block;
    font-weight: 400; }
  
  .home-v2 .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .ywapo_group_container_radio h3, .home-v2 .section-products-4-1 .products-4-1 .columns-1 ul.products li.product div[itemprop=description] p {
    margin-bottom: 1em; }
  
  .html-change.list-view.full-width.dark.columns-2 ul.products li.product .product-inner .product-content-wrapper {
    padding: 30px 24px 0px 24px; }
  
  .html-change.list-view.full-width.dark.columns-2 ul.products li.product .ywapo_group_container_radio h3 {
    margin: .857em 1em 1.2em; }
  
  .store-locator-page .wpsl-search {
    background: #f4f3f3; }
    .store-locator-page .wpsl-search .wpsl-from {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
      display: flex;
      align-items: center; }
    .store-locator-page .wpsl-search .wpsl-radius, .store-locator-page .wpsl-search .wpsl-results {
      display: inline-block; }
    .store-locator-page .wpsl-search .wpsl-radius {
      padding-right: 30px; }
    .store-locator-page .wpsl-search .wpsl-select-wrap .wpsl-dropdown {
      padding: 6px 10px;
      border-radius: 40px;
      border: 1px solid #ccc;
      width: auto; }
      .store-locator-page .wpsl-search .wpsl-select-wrap .wpsl-dropdown select {
        border: none;
        background-color: transparent;
        width: 120px; }
  .store-locator-page #wpsl-result-list ul {
    list-style: none;
    margin: 0; }
  .store-locator-page .map {
    padding: 0; }
  .store-locator-page .contact-map iframe {
    width: 100%; }
  
  .error404 .page-content section h2 {
    text-align: left; }
  
  .error404 .fourohfour-columns-2 .col-md-4 h2 {
    font-size: 1.313em;
    color: #fff;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 0 1em;
    margin-bottom: 1em;
    font-weight: 300; }
  
  .site-footer.footer-v2 .footer-social-icons {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: space-between; }
  .site-footer.footer-v2 ul.social-icons > li + li {
    margin-left: 1.25em; }
  
  .home-v1 .section-product {
    background-position: center center; }
  
  .section-coupon .coupon-bg {
    height: 800px; }
  
  .banner.social-block .banner-bg, .section-recent-post {
    height: 734px; }
  
  .section-products-carousel-with-image {
    height: 677px; }
  
  .menu-card {
    height: 950px; }
  
  @media screen and (min-width: 768px) {
    .header-v1 .main-navigation ul li.yamm-fw ul.sub-menu, .header-v3 .main-navigation ul li.yamm-fw ul.sub-menu {
      left: 0; }
    .header-v1 .primary-navigation ul.menu, .header-v1 .primary-navigation ul.nav-menu, .header-v3 .primary-navigation ul.menu, .header-v3 .primary-navigation ul.nav-menu {
      position: relative; } }
  
  @media (max-width: 767px) {
    .home-v7 .newsletter-subscription form input, .home-v7 .site-footer.footer-v5 .footer-newsletter form input, .site-footer.footer-v5 .home-v7 .footer-newsletter form input, .home-v5 .newsletter-subscription form input, .home-v5 .site-footer.footer-v5 .footer-newsletter form input, .site-footer.footer-v5 .home-v5 .footer-newsletter form input {
      min-height: 3.4em; }
    .site-content .home-v1-slider .owl-carousel .item {
      height: 20em; }
    .site-content .home-v1-slider .owl-carousel .slider-1 .lable {
      min-width: 22px; }
    .site-content .home-v1-slider .caption {
      font-size: 3.625em;
      width: 400px; }
    .owl-carousel .owl-item img {
      width: 100%; }
    .list-view.columns-1 .product-inner .hover-area {
      margin-top: 12px; }
    .list-view.columns-2.dark .product-inner .woocommerce-LoopProduct-link .ywapo_group_container_radio, .list-view.columns-1.full-width .product-inner .woocommerce-LoopProduct-link .ywapo_group_container_radio {
      display: none; }
    .list-view.columns-2.dark .product-inner .hover-area {
      margin-bottom: 20px; }
    .home-v1 .section-product .product-wrapper, .home-v2 .section-product .product-wrapper {
      padding: 0; }
    .list-view.full-width.dark.columns-1 ul.products li.product .woocommerce-LoopProduct-link > h3 {
      margin-bottom: 0; }
    .about .widget_template_features .features.columns-3 .feature {
      margin-bottom: 2em; }
    .home-v5 .banner.center-right .caption .description {
      display: block; }
    .store-locator-page .wpsl-search .wpsl-from {
      display: block; }
      .store-locator-page .wpsl-search .wpsl-from .wpsl-input, .store-locator-page .wpsl-search .wpsl-from .wpsl-select-wrap, .store-locator-page .wpsl-search .wpsl-from .wpsl-search-btn-wrap {
        float: none; }
    .store-locator-page #wpsl-stores {
      height: 200px; }
    .list-view.columns-2.dark ul.products li.product .yith_wapo_groups_container, .list-view.columns-1 ul.products li.product .yith_wapo_groups_container {
      display: none; }
    .home-v1 .section-product {
      background-position: 12% center; } }
  
  @media (min-width: 768px) and (max-width: 1382px) {
    .site-content .home-v1-slider .caption {
      font-size: 10em;
      width: 900px; } }
  
  @media (min-width: 1025px) and (max-width: 1382px) {
    .home-v6 .section-products .columns-4 ul.products li.product .product-content-wrapper {
      padding: 0 12px; }
    .home-v6 .products-card .media ul.products li.product .hover-area {
      display: none; } }
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    .home-v5 .primary-navigation ul li:last-child, .home-v7 .primary-navigation ul li:last-child {
      display: none; } }
  
  @media (min-width: 1025px) {
    .home-v2 .section-products-with-gallery ul.products li.product {
      height: auto; }
    .home-v2 .section-products-with-gallery ul.products li.product .product-image-wrapper {
      min-height: auto; }
    .section-products-with-gallery ul.products li.product {
      height: 650px; }
    .html-change .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .product-image-wrapper {
      min-height: 600px; } }
  
  .html-change .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .product-image-wrapper {
    min-height: auto; }
  
  @media (max-width: 480px) {
    .html-change.list-view.full-width.columns-2 ul.products li.product .product-inner .product-content-wrapper {
      padding: 14px 0 24px; }
    .error404 .fourohfour-columns-2 ul.products li.product .product-content-wrapper {
      padding: 0 14px; } }
  
  @media (min-width: 1024px) and (max-width: 1199px) {
    .site-footer.footer-v2 .footer-store-info {
      padding: 0; } }
  
  @media (max-width: 1024px) {
    .list-view.columns-2 .product-inner {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
      display: flex;
      align-items: center; } }
  
  @media (min-width: 768px) and (max-width: 1170px) {
    .home-v1 .section-product {
      background-position: 41% center; }
    .store-locator-page .wpsl-search .wpsl-search-btn-wrap {
      width: 26.667%; } }
  
  .section-product {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%; }
    .section-product .product-wrapper {
      position: relative;
      height: 100%; }
      .section-product .product-wrapper .product-inner {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        text-align: center;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        padding: 0 4.375em; }
        @media (min-width: 768px) {
          .section-product .product-wrapper .product-inner {
            width: 50%; } }
        @media (min-width: 992px) {
          .section-product .product-wrapper .product-inner {
            width: 41.6666666667%; } }
        @media (min-width: 1200px) {
          .section-product .product-wrapper .product-inner {
            width: 41.6666666667%; } }
        .section-product .product-wrapper .product-inner h3 {
          font-size: 1.313em;
          font-weight: normal; }
        .section-product .product-wrapper .product-inner header {
          
          font-size: 10em;
          text-transform: uppercase;
          color: #1f1f1f;
          line-height: 1;
          margin-bottom: 0.225em; }
          .section-product .product-wrapper .product-inner header .pre-title {
            font-size: 0.225em;
            font-weight: 100;
            display: inline-block;
            padding: 3px;
            border-bottom: 1px solid #1f1f1f;
            letter-spacing: 1.4px;
            margin-bottom: 0; }
          .section-product .product-wrapper .product-inner header .title {
            font-size: 1em;
            letter-spacing: -2px;
            line-height: 0.8;
            margin-bottom: 0; }
            .section-product .product-wrapper .product-inner header .title span {
              display: block;
              line-height: 1;
              font-size: 0.563em;
              letter-spacing: 4px; }
          .section-product .product-wrapper .product-inner header .sub-title {
            font-size: 0.15em;
            letter-spacing: 4px; }
        .section-product .product-wrapper .product-inner .required, .section-product .product-wrapper .product-inner .price {
          display: none; }
        .section-product .product-wrapper .product-inner div[itemprop="description"] {
          font-style: italic;
          color: #71706c;
          font-size: 0.875em;
          font-weight: normal;
          line-height: 1.6;
          padding: 0 3em; }
        .section-product .product-wrapper .product-inner .woocommerce-LoopProduct-link {
          margin-bottom: 1em;
          display: inline-block; }
        .section-product .product-wrapper .product-inner > .button {
          margin-bottom: 0; }
        .section-product .product-wrapper .product-inner .ywapo_group_container_radio {
          display: inline-block; }
          .section-product .product-wrapper .product-inner .ywapo_group_container_radio h3 {
            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-product .product-wrapper .product-inner .ywapo_group_container_radio h3:before, .section-product .product-wrapper .product-inner .ywapo_group_container_radio h3::after {
              border-top: 1px solid #c8c6bc;
              content: "";
              margin: 0 auto;
              /* this centers the line to the full width specified */
              position: absolute;
              /* positioning must be absolute here, and relative positioning must be applied to the parent */
              top: 50%;
              width: 36%;
              z-index: -1; }
            .section-product .product-wrapper .product-inner .ywapo_group_container_radio h3::before {
              left: 3%; }
            .section-product .product-wrapper .product-inner .ywapo_group_container_radio h3::after {
              right: 3%; }
            .section-product .product-wrapper .product-inner .ywapo_group_container_radio h3 span {
              /* to hide the lines from behind the text, you have to set the background color the same as the container */
              padding: 0 15px; }
        .section-product .product-wrapper .product-inner .ywapo_input_container_radio.ywapo_input_container {
          display: inline-block; }
          .section-product .product-wrapper .product-inner .ywapo_input_container_radio.ywapo_input_container .ywapo_label_tag_position_after::before {
            background-color: #fff; }
          .section-product .product-wrapper .product-inner .ywapo_input_container_radio.ywapo_input_container:hover .ywapo_label_tag_position_after::before {
            background-color: #ffcd00; }
          .section-product .product-wrapper .product-inner .ywapo_input_container_radio.ywapo_input_container:nth-child(n+4) {
            display: none; }
  
  .section-products .columns-6 ul.products li.product div[itemprop=description] {
    display: none; }
  .section-products .columns-6 ul.products li.product .product-image-wrapper, .section-products .columns-6 ul.products li.product .product-content-wrapper, .section-products .columns-6 ul.products li.product .hover-area {
    border-width: 3px; }
  .section-products .columns-6 ul.products li.product .ywapo_group_container_radio h3 span:before, .section-products .columns-6 ul.products li.product .ywapo_group_container_radio h3 span::after {
    width: 52%; }
  
  .page-template-template-homepage-v5 .section-products > .section-title, .page-template-template-homepage-v5 .error404 .page-content section .section-products > h2, .error404 .page-content section .page-template-template-homepage-v5 .section-products > h2, .page-template-template-homepage-v5 .error404 .fourohfour-columns-2 .col-1 .section-products > h2, .error404 .fourohfour-columns-2 .col-1 .page-template-template-homepage-v5 .section-products > h2, .page-template-template-homepage-v5 .related.section-products > h2:first-child, .page-template-template-homepage-v5 .upsells.section-products > h2:first-child, .page-template-template-homepage-v5 .woocommerce-cart .cart-collaterals + .cross-sells .section-products > h2, .woocommerce-cart .cart-collaterals + .cross-sells .page-template-template-homepage-v5 .section-products > h2 {
    margin-bottom: 3.8em; }
  .page-template-template-homepage-v5 .section-products ul.products li.product .ywapo_input_container_radio {
    margin: 0 .4em 1em; }
    .page-template-template-homepage-v5 .section-products ul.products li.product .ywapo_input_container_radio .ywapo_label_price .amount {
      font-size: 1.063em; }
  
  .page-template-template-homepage-v1 .section-product .product-wrapper .product-inner div[itemprop="description"] {
    color: #343331; }
  
  ul.products li.product, .products .owl-item > .product {
    transition: all 0.2s ease-in-out 0s;
    padding: 0 0 1.688em 0; }
    ul.products li.product h3, .products .owl-item > .product h3 {
      font-size: 1.313em;
      font-weight: normal; }
    ul.products li.product .button, .products .owl-item > .product .button {
      padding: .733em 3em; }
    ul.products li.product .button, ul.products li.product .added_to_cart, .products .owl-item > .product .button, .products .owl-item > .product .added_to_cart {
      font-size: 0.938em;
      transition: all 0.2s ease; }
    ul.products li.product .added_to_cart, .products .owl-item > .product .added_to_cart {
      background-color: #f5f5f5;
      color: #2b2b2b;
      padding: .733em 5em;
      display: inline-block; }
    ul.products li.product .button:focus, .products .owl-item > .product .button:focus {
      color: #fff; }
    ul.products li.product .product-image-wrapper, ul.products li.product .product-content-wrapper, .products .owl-item > .product .product-image-wrapper, .products .owl-item > .product .product-content-wrapper {
      border-right: 0;
      border-left: 0;
      padding-right: 15px;
      padding-left: 15px;
      transition: all 0.1s ease-in-out 0s; }
    ul.products li.product .product-image-wrapper, .products .owl-item > .product .product-image-wrapper {
      border-top: 0}
    ul.products li.product .product-content-wrapper, .products .owl-item > .product .product-content-wrapper {
      border-bottom: 5px solid transparent; }
    ul.products li.product .hover-area, .products .owl-item > .product .hover-area {
      display: none;
      border: none;
      position: relative;
      text-align: center;
      height: 5.25em;
      background-color: #FFF;
      transition: all 0.1s ease-in-out 0s; }
      ul.products li.product .hover-area .button:hover, ul.products li.product .hover-area .button:active, ul.products li.product .hover-area .button:focus, .products .owl-item > .product .hover-area .button:hover, .products .owl-item > .product .hover-area .button:active, .products .owl-item > .product .hover-area .button:focus {
        color: #fff; }
    ul.products li.product:hover, ul.products li.product.hover, .products .owl-item > .product:hover, .products .owl-item > .product.hover {
      z-index: 999;
      position: relative; }
      ul.products li.product:hover .product-image-wrapper, ul.products li.product:hover .product-content-wrapper, ul.products li.product.hover .product-image-wrapper, ul.products li.product.hover .product-content-wrapper, .products .owl-item > .product:hover .product-image-wrapper, .products .owl-item > .product:hover .product-content-wrapper, .products .owl-item > .product.hover .product-image-wrapper, .products .owl-item > .product.hover .product-content-wrapper {
        border-color: #e9e9e9; }
      ul.products li.product:hover .product-inner, ul.products li.product.hover .product-inner, .products .owl-item > .product:hover .product-inner, .products .owl-item > .product.hover .product-inner {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        min-height: 100%;
        background-color: #fff; }
      ul.products li.product:hover .hover-area, ul.products li.product.hover .hover-area, .products .owl-item > .product:hover .hover-area, .products .owl-item > .product.hover .hover-area {
        display: block;
        padding-top: 0.214em;
        position: relative;
        z-index: 1;
        padding-bottom: 30px;
        transition: all 0.1s ease-in-out 0s; }
      ul.products li.product:hover .ywapo_input_container_radio input:checked + label::before, ul.products li.product.hover .ywapo_input_container_radio input:checked + label::before, .products .owl-item > .product:hover .ywapo_input_container_radio input:checked + label::before, .products .owl-item > .product.hover .ywapo_input_container_radio input:checked + label::before {
        background-color: #ffcd00;
        border: 2px solid #ffcd00; }
    ul.products li.product .product-inner, .products .owl-item > .product .product-inner {
      padding: 0;
      height: 100%;
      position: relative; }
    ul.products li.product .product-outer, .products .owl-item > .product .product-outer {
      position: relative; }
    ul.products li.product .button.added, .products .owl-item > .product .button.added {
      display: none; }
    ul.products li.product .woocommerce-LoopProduct-link, .products .owl-item > .product .woocommerce-LoopProduct-link {
      position: relative; }
      ul.products li.product .woocommerce-LoopProduct-link:before, ul.products li.product .woocommerce-LoopProduct-link:after, .products .owl-item > .product .woocommerce-LoopProduct-link:before, .products .owl-item > .product .woocommerce-LoopProduct-link:after {
        content: "";
        display: table; }
      ul.products li.product .woocommerce-LoopProduct-link:after, .products .owl-item > .product .woocommerce-LoopProduct-link:after {
        clear: both; }
      ul.products li.product .woocommerce-LoopProduct-link > h3, .products .owl-item > .product .woocommerce-LoopProduct-link > h3 {
        display: inline-block;
        overflow: hidden;
        height: 1.19em;
        line-height: 1.2em;
        max-width: 14.286em;     
        font-family: 'Nunito Sans';     
        text-transform: uppercase;  }
    ul.products li.product .food-type-icon, .products .owl-item > .product .food-type-icon {
      display: inline-block;
      padding-left: 6px;
      vertical-align: top; }
      ul.products li.product .food-type-icon i, .products .owl-item > .product .food-type-icon i {
        font-size: 0.875em; }
      ul.products li.product .food-type-icon i + i, .products .owl-item > .product .food-type-icon i + i {
        padding-left: 6px; }
    ul.products li.product .onsale, .products .owl-item > .product .onsale {
      position: absolute;
      left: 0; }
    ul.products li.product div[itemprop="description"], .products .owl-item > .product div[itemprop="description"] {
      font-style: italic;
      color: #71706c;
      font-size: 0.875em;
      font-weight: normal;
      line-height: 1.6;
      height: 3.571em;
      overflow: hidden;
      padding: 0 3em; }
    ul.products li.product .required, ul.products li.product .yith_wapo_groups_container ~ .price, .products .owl-item > .product .required, .products .owl-item > .product .yith_wapo_groups_container ~ .price {
      display: none; }
    ul.products li.product .yith_wapo_groups_container, .products .owl-item > .product .yith_wapo_groups_container {
      height: 7.813em; }
    ul.products li.product .ywapo_group_container_radio, .products .owl-item > .product .ywapo_group_container_radio {
      display: inline-block; }
      ul.products li.product .ywapo_group_container_radio h3, .products .owl-item > .product .ywapo_group_container_radio h3 {
        position: relative;
        overflow: hidden;
        text-align: center;
        color: #2b2929;
        font-size: 0.875em;
        margin-bottom: 1.429em;
        margin-top: 0.857em; }
        ul.products li.product .ywapo_group_container_radio h3 span, .products .owl-item > .product .ywapo_group_container_radio h3 span {
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          position: relative;
          padding: 0 20px; }
          ul.products li.product .ywapo_group_container_radio h3 span:before, ul.products li.product .ywapo_group_container_radio h3 span::after, .products .owl-item > .product .ywapo_group_container_radio h3 span:before, .products .owl-item > .product .ywapo_group_container_radio h3 span::after {
            content: '';
            display: block;
            width: 100%;
            position: absolute;
            border-top: 1px solid #d5d5d5;
            top: 50%; }
          ul.products li.product .ywapo_group_container_radio h3 span::before, .products .owl-item > .product .ywapo_group_container_radio h3 span::before {
            right: 100%; }
          ul.products li.product .ywapo_group_container_radio h3 span::after, .products .owl-item > .product .ywapo_group_container_radio h3 span::after {
            left: 100%; }
    ul.products li.product .ywapo_input_container_radio.ywapo_input_container, .products .owl-item > .product .ywapo_input_container_radio.ywapo_input_container {
      display: inline-block; }
      ul.products li.product .ywapo_input_container_radio.ywapo_input_container:nth-child(n+4), .products .owl-item > .product .ywapo_input_container_radio.ywapo_input_container:nth-child(n+4) {
        display: none; }
  
  .columns-4 ul.products li.product .ywapo_input_container_radio, .columns-4 .products .owl-item > .product .ywapo_input_container_radio {
    margin: 0 .6em 1em; }
  .columns-4 ul.products li.product .ywapo_input_container_radio .ywapo_label_price .amount, .columns-4 .products .owl-item > .product .ywapo_input_container_radio .ywapo_label_price .amount {
    font-size: 1.063em; }
  .columns-4 ul.products li.product .ywapo_input_container_radio .ywapo_label_price, .columns-4 .products .owl-item > .product .ywapo_input_container_radio .ywapo_label_price {
    padding-left: 5px; }
  .columns-4 ul.products li.product .ywapo_group_container_radio h3, .columns-4 .products .owl-item > .product .ywapo_group_container_radio h3 {
    margin: .857em 0 2.429em; }
  
  .grid-view.full-width.dark ul.products li.product, .grid-view.full-width.dark .products .owl-item > .product {
    border: none;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px; }
    .grid-view.full-width.dark ul.products li.product:hover, .grid-view.full-width.dark .products .owl-item > .product:hover {
      border: none; }
      .grid-view.full-width.dark ul.products li.product:hover .button, .grid-view.full-width.dark .products .owl-item > .product:hover .button {
        display: inline-block;
        margin: 0; }
    .grid-view.full-width.dark ul.products li.product .product-inner, .grid-view.full-width.dark ul.products li.product .hover-area, .grid-view.full-width.dark .products .owl-item > .product .product-inner, .grid-view.full-width.dark .products .owl-item > .product .hover-area {
      border-radius: 10px;
      background-color: transparent; }
    .grid-view.full-width.dark ul.products li.product .hover-area, .grid-view.full-width.dark .products .owl-item > .product .hover-area {
      padding-bottom: 30px; }
    .grid-view.full-width.dark ul.products li.product img, .grid-view.full-width.dark .products .owl-item > .product img {
      margin: 0;
      width: 100%; }
    .grid-view.full-width.dark ul.products li.product .price, .grid-view.full-width.dark .products .owl-item > .product .price {
      font-size: 1.25em;
      color: #fff; }
      .grid-view.full-width.dark ul.products li.product .price > del, .grid-view.full-width.dark .products .owl-item > .product .price > del {
        font-size: 0.8em; }
      .grid-view.full-width.dark ul.products li.product .price .woocommerce-Price-currencySymbol, .grid-view.full-width.dark .products .owl-item > .product .price .woocommerce-Price-currencySymbol {
        font-size: small;
        vertical-align: top;
        line-height: 1.4; }
    .grid-view.full-width.dark ul.products li.product .product-content-wrapper, .grid-view.full-width.dark .products .owl-item > .product .product-content-wrapper {
      padding-top: 24px; }
    .grid-view.full-width.dark ul.products li.product .product-image-wrapper, .grid-view.full-width.dark ul.products li.product img, .grid-view.full-width.dark .products .owl-item > .product .product-image-wrapper, .grid-view.full-width.dark .products .owl-item > .product img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .grid-view.full-width.dark ul.products li.product .ywapo_group_container_radio h3 span::after, .grid-view.full-width.dark ul.products li.product .ywapo_group_container_radio h3 span::before, .grid-view.full-width.dark .products .owl-item > .product .ywapo_group_container_radio h3 span::after, .grid-view.full-width.dark .products .owl-item > .product .ywapo_group_container_radio h3 span::before {
      width: 76%; }
    .grid-view.full-width.dark ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after::before, .grid-view.full-width.dark .products .owl-item > .product .ywapo_input_container_radio .ywapo_label_tag_position_after::before {
      z-index: 1; }
    .grid-view.full-width.dark ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after span, .grid-view.full-width.dark .products .owl-item > .product .ywapo_input_container_radio .ywapo_label_tag_position_after span {
      position: relative;
      z-index: 2; }
    .grid-view.full-width.dark ul.products li.product .product-image-wrapper, .grid-view.full-width.dark ul.products li.product .product-content-wrapper, .grid-view.full-width.dark .products .owl-item > .product .product-image-wrapper, .grid-view.full-width.dark .products .owl-item > .product .product-content-wrapper {
      background-color: #fff;
      border: none; }
    .grid-view.full-width.dark ul.products li.product .product-image-wrapper, .grid-view.full-width.dark .products .owl-item > .product .product-image-wrapper {
      padding: 0; }
    .grid-view.full-width.dark ul.products li.product .product-content-wrapper, .grid-view.full-width.dark .products .owl-item > .product .product-content-wrapper {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
  .grid-view.full-width.dark.columns-3 ul.products li.product .price, .grid-view.full-width.dark.columns-3 .products .owl-item > .product .price {
    margin: 1.6em 0; }
  .grid-view.full-width.dark.columns-4 ul.products li.product .product-content-wrapper, .grid-view.full-width.dark.columns-4 .products .owl-item > .product .product-content-wrapper {
    padding: 0; }
  .grid-view.full-width.dark.columns-4 ul.products li.product .ywapo_group_container_radio h3 span::after, .grid-view.full-width.dark.columns-4 ul.products li.product .ywapo_group_container_radio h3 span::before, .grid-view.full-width.dark.columns-4 .products .owl-item > .product .ywapo_group_container_radio h3 span::after, .grid-view.full-width.dark.columns-4 .products .owl-item > .product .ywapo_group_container_radio h3 span::before {
    width: 54%; }
  .grid-view.full-width.dark.columns-5 ul.products li.product .product-content-wrapper, .grid-view.full-width.dark.columns-5 .products .owl-item > .product .product-content-wrapper, .grid-view.full-width.dark.columns-6 ul.products li.product .product-content-wrapper, .grid-view.full-width.dark.columns-6 .products .owl-item > .product .product-content-wrapper {
    padding-bottom: 16px; }
  .grid-view.full-width.dark.columns-5 ul.products li.product:hover .product-content-wrapper, .grid-view.full-width.dark.columns-5 .products .owl-item > .product:hover .product-content-wrapper, .grid-view.full-width.dark.columns-6 ul.products li.product:hover .product-content-wrapper, .grid-view.full-width.dark.columns-6 .products .owl-item > .product:hover .product-content-wrapper {
    padding-bottom: 0; }
  .grid-view.full-width.dark.columns-5 ul.products li.product .hover-area, .grid-view.full-width.dark.columns-5 .products .owl-item > .product .hover-area, .grid-view.full-width.dark.columns-6 ul.products li.product .hover-area, .grid-view.full-width.dark.columns-6 .products .owl-item > .product .hover-area {
    height: 2.063em; }
  .grid-view.full-width.dark.columns-5 ul.products li.product .price, .grid-view.full-width.dark.columns-5 .products .owl-item > .product .price, .grid-view.full-width.dark.columns-6 ul.products li.product .price, .grid-view.full-width.dark.columns-6 .products .owl-item > .product .price {
    font-size: 1.1em; }
  .grid-view.full-width.dark.columns-6 ul.products li.product, .grid-view.full-width.dark.columns-6 .products .owl-item > .product {
    overflow: visible; }
    .grid-view.full-width.dark.columns-6 ul.products li.product .button, .grid-view.full-width.dark.columns-6 .products .owl-item > .product .button {
      margin-bottom: 0; }
  
  .remove-col-hover {
    overflow: hidden;
    height: 20px;
    width: 20px;
    padding: 1.6em;
    text-indent: -9999px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0; }
    .remove-col-hover::before {
      float: left;
      font-size: 18px;
      content: "\68";
      line-height: 16px;
      margin: 0;
      text-indent: 0;
      height: 20px;
      width: 20px;
      font-weight: 100;
      top: -9px;
      right: 9px;
      position: relative; }
  
  .section-products-4-1 .products-4-1 {
    margin-left: -15px;
    margin-right: -15px; }
    .section-products-4-1 .products-4-1:before, .section-products-4-1 .products-4-1:after {
      content: "";
      display: table; }
    .section-products-4-1 .products-4-1:after {
      clear: both; }
    .section-products-4-1 .products-4-1 .columns-1, .section-products-4-1 .products-4-1 .columns-2 {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; }
      @media (min-width: 768px) {
        .section-products-4-1 .products-4-1 .columns-1, .section-products-4-1 .products-4-1 .columns-2 {
          width: 50%; } }
      @media (min-width: 992px) {
        .section-products-4-1 .products-4-1 .columns-1, .section-products-4-1 .products-4-1 .columns-2 {
          width: 50%; } }
      @media (min-width: 1200px) {
        .section-products-4-1 .products-4-1 .columns-1, .section-products-4-1 .products-4-1 .columns-2 {
          width: 50%; } }
    .section-products-4-1 .products-4-1 .columns-1 .products .owl-item > .product .onsale, .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .onsale {
      z-index: 9;
      top: 0; }
    .section-products-4-1 .products-4-1 .columns-1 ul.products li.product {
      padding: 0;
      border-width: 5px;
      margin-bottom: 0; }
      .section-products-4-1 .products-4-1 .columns-1 ul.products li.product:hover {
        border-width: 5px; }
        .section-products-4-1 .products-4-1 .columns-1 ul.products li.product:hover .hover-area {
          padding: 0; }
      .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .woocommerce-LoopProduct-link > h3 {
        font-size: 1.5em; }
      .section-products-4-1 .products-4-1 .columns-1 ul.products li.product img {
        margin-bottom: 1.9em; }
      .section-products-4-1 .products-4-1 .columns-1 ul.products li.product div[itemprop=description] {
        display: block;
        padding: 0 2em; }
        .section-products-4-1 .products-4-1 .columns-1 ul.products li.product div[itemprop=description] p {
          margin-bottom: 1.5em; }
      .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .product-content-wrapper {
        position: relative; }
      .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .product-image-wrapper, .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .product-content-wrapper {
        border-color: #e9e9e9; }
      .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .hover-area {
        display: block;
        height: 3.125em; }
      .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .ywapo_group_container_radio h3 {
        margin: .857em 1em 1.9em; }
        .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .ywapo_group_container_radio h3::before {
          width: 60%; }
      .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .button {
        position: relative;
        bottom: -26px; }
      .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .owl-nav .owl-prev, .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .owl-nav .owl-next {
        position: absolute;
        top: 76%; }
        .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .owl-nav .owl-prev i, .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .owl-nav .owl-next i {
          font-size: 1.75em;
          color: #a09481;
          background-color: #f6eada;
          padding: 0.214em 0.786em;
          border-radius: 1.786em; }
        .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .owl-nav .owl-prev.disabled, .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .owl-nav .owl-next.disabled {
          cursor: not-allowed; }
      .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .owl-nav .owl-prev {
        left: -47px; }
      .section-products-4-1 .products-4-1 .columns-1 ul.products li.product .owl-nav .owl-next {
        right: -47px; }
    .section-products-4-1 .products-4-1 .columns-2 ul.products li.product div[itemprop=description] {
      display: none; }
    .section-products-4-1 .products-4-1 .columns-2 ul.products li.product .ywapo_input_container_radio {
      margin: 0 .4em 1em; }
      .section-products-4-1 .products-4-1 .columns-2 ul.products li.product .ywapo_input_container_radio .ywapo_label_price {
        padding-left: 6px; }
        .section-products-4-1 .products-4-1 .columns-2 ul.products li.product .ywapo_input_container_radio .ywapo_label_price .amount {
          font-size: 1.063em; }
  
  .section-products-with-gallery {
    padding-top: 140px;
    background-color: #f6f6f6;
    padding-bottom: 107px; }
    .section-products-with-gallery.stretch-full-width .columns-5 ul.products li.product, .blog.full-width .section-products-with-gallery.pagination .columns-5 ul.products li.product, .blog.full-width .section-products-with-gallery.woocommerce-pagination .columns-5 ul.products li.product, .lite.full-width .section-products-with-gallery.pagination .columns-5 ul.products li.product, .lite.full-width .section-products-with-gallery.woocommerce-pagination .columns-5 ul.products li.product, .blog.full-width .section-products-with-gallery.blog-menu .columns-5 ul.products li.product, .section-products-with-gallery.pizzaro-breadcrumb .columns-5 ul.products li.product, .page-template-template-contactpage .section-products-with-gallery.contact-map .columns-5 ul.products li.product {
      padding: 0; }
    .section-products-with-gallery ul.products {
      margin-right: 0.938em;
      margin-left: 0.938em;
      margin-bottom: 0; }
      .section-products-with-gallery ul.products li.product {
        transform: translate(0px, 0px) rotate(0deg) skew(0deg, 0deg) scale(1, 1);
        border: none;
        padding: 0 15px;
        margin-bottom: 0.3em; }
        .section-products-with-gallery ul.products li.product .yith_wapo_groups_container, .section-products-with-gallery ul.products li.product .button {
          visibility: hidden; }
        .section-products-with-gallery ul.products li.product:hover {
          transform: translate(0px, -60px) rotate(0deg) skew(0deg, 0deg) scale(1, 1);
          border: none; }
          .section-products-with-gallery ul.products li.product:hover .owl-nav {
            display: block; }
          .section-products-with-gallery ul.products li.product:hover .yith_wapo_groups_container, .section-products-with-gallery ul.products li.product:hover .button {
            visibility: visible; }
        .section-products-with-gallery ul.products li.product .hover-area, .section-products-with-gallery ul.products li.product:hover .product-inner {
          background-color: transparent; }
        .section-products-with-gallery ul.products li.product .onsale {
          z-index: 2; }
        .section-products-with-gallery ul.products li.product .product-image-wrapper {
          min-height: 300px; }
        .section-products-with-gallery ul.products li.product .product-image-wrapper, .section-products-with-gallery ul.products li.product:hover .product-image-wrapper {
          border-bottom: none;
          position: relative; }
        .section-products-with-gallery ul.products li.product .product-image-wrapper, .section-products-with-gallery ul.products li.product .product-content-wrapper {
          padding-right: 0px;
          padding-left: 0px; }
        .section-products-with-gallery ul.products li.product .ywapo_group_container_radio h3 span::before, .section-products-with-gallery ul.products li.product .ywapo_group_container_radio h3 span::after {
          width: 80%; }
    .section-products-with-gallery .owl-nav {
      display: none; }
      .section-products-with-gallery .owl-nav .owl-prev, .section-products-with-gallery .owl-nav .owl-next {
        position: absolute;
        top: 86%; }
        .section-products-with-gallery .owl-nav .owl-prev i, .section-products-with-gallery .owl-nav .owl-next i {
          font-size: 1.875em;
          color: #c2c2c2; }
        .section-products-with-gallery .owl-nav .owl-prev.disabled, .section-products-with-gallery .owl-nav .owl-next.disabled {
          opacity: 0.2;
          cursor: not-allowed; }
      .section-products-with-gallery .owl-nav .owl-prev {
        left: -2.125em; }
      .section-products-with-gallery .owl-nav .owl-next {
        right: -2.125em; }
  
  .section-product-categories {
    text-align: center;
    
    margin-bottom: 5.5em; }
    .section-product-categories .section-title, .section-product-categories .error404 .page-content section h2, .error404 .page-content section .section-product-categories h2, .section-product-categories .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-product-categories h2, .section-product-categories .related > h2:first-child, .section-product-categories .upsells > h2:first-child, .section-product-categories .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-product-categories h2 {
      font-size: 4.063em;
      font-weight: bold;
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: .57em;
      text-transform: uppercase; }
      .section-product-categories .section-title::after, .section-product-categories .error404 .page-content section h2::after, .error404 .page-content section .section-product-categories h2::after, .section-product-categories .error404 .fourohfour-columns-2 .col-1 h2::after, .error404 .fourohfour-columns-2 .col-1 .section-product-categories h2::after, .section-product-categories .related > h2:first-child::after, .section-product-categories .upsells > h2:first-child::after, .section-product-categories .woocommerce-cart .cart-collaterals + .cross-sells h2::after, .woocommerce-cart .cart-collaterals + .cross-sells .section-product-categories h2::after {
        display: none; }
    .section-product-categories .pre-title {
      position: relative;
      z-index: 1;
      color: #393939;
      font-size: 1.5em;
      font-weight: 100;
      margin-bottom: 0;
      text-transform: uppercase; }
      .section-product-categories .pre-title:before {
        border-top: 1px solid #d5d5d5;
        content: "";
        margin: 0 auto;
        /* this centers the line to the full width specified */
        position: absolute;
        /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 16%;
        z-index: -1; }
      .section-product-categories .pre-title span {
        /* to hide the lines from behind the text, you have to set the background color the same as the container */
        background: #fff;
        padding: 0 15px; }
    .section-product-categories .categories {
      margin-left: -15px;
      margin-right: -15px; }
      .section-product-categories .categories:before, .section-product-categories .categories:after {
        content: "";
        display: table; }
      .section-product-categories .categories:after {
        clear: both; }
      .section-product-categories .categories .category {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        margin-bottom: 1.875em; }
        @media (min-width: 768px) {
          .section-product-categories .categories .category {
            width: 50%; } }
        @media (min-width: 992px) {
          .section-product-categories .categories .category {
            width: 50%; } }
        @media (min-width: 1200px) {
          .section-product-categories .categories .category {
            width: 50%; } }
        .section-product-categories .categories .category a {
          display: block;
          position: relative; }
          .section-product-categories .categories .category a .caption {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 80%;
            transform: translate(-50%, -50%); }
            .section-product-categories .categories .category a .caption h4 {
              font-size: 7.5em;
              margin: 0;
              letter-spacing: 3px;
              text-transform: uppercase;
              color: #fff; }
  
  .section-products-sale-event {
    
    text-align: center;
    position: relative;
    margin-bottom: 68px; }
    .section-products-sale-event .section-title, .section-products-sale-event .error404 .page-content section h2, .error404 .page-content section .section-products-sale-event h2, .section-products-sale-event .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-products-sale-event h2, .section-products-sale-event .related > h2:first-child, .section-products-sale-event .upsells > h2:first-child, .section-products-sale-event .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-products-sale-event h2, .section-products-sale-event .pre-title {
      text-transform: uppercase;
      color: #fff; }
    .section-products-sale-event .section-title, .section-products-sale-event .error404 .page-content section h2, .error404 .page-content section .section-products-sale-event h2, .section-products-sale-event .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-products-sale-event h2, .section-products-sale-event .related > h2:first-child, .section-products-sale-event .upsells > h2:first-child, .section-products-sale-event .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-products-sale-event h2 {
      font-size: 4.5em;
      font-weight: bold;
      margin: 0;
      line-height: 1;
      padding-bottom: 0.2em;
      border: none; }
      .section-products-sale-event .section-title::after, .section-products-sale-event .error404 .page-content section h2::after, .error404 .page-content section .section-products-sale-event h2::after, .section-products-sale-event .error404 .fourohfour-columns-2 .col-1 h2::after, .error404 .fourohfour-columns-2 .col-1 .section-products-sale-event h2::after, .section-products-sale-event .related > h2:first-child::after, .section-products-sale-event .upsells > h2:first-child::after, .section-products-sale-event .woocommerce-cart .cart-collaterals + .cross-sells h2::after, .woocommerce-cart .cart-collaterals + .cross-sells .section-products-sale-event h2::after {
        display: none; }
    .section-products-sale-event .pre-title {
      position: relative;
      overflow: hidden;
      text-align: center;
      font-weight: 300;
      font-size: 1.563em;
      margin-bottom: 0; }
      .section-products-sale-event .pre-title span {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        position: relative;
        padding: 0 20px; }
        .section-products-sale-event .pre-title span::before, .section-products-sale-event .pre-title span::after {
          content: '';
          display: block;
          width: 100%;
          position: absolute;
          top: 0.6em;
          border-top: 1px solid #fff; }
        .section-products-sale-event .pre-title span::before {
          right: 100%; }
        .section-products-sale-event .pre-title span::after {
          left: 100%; }
    .section-products-sale-event .sale-event-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .section-products-sale-event .button {
        font-family: 'Nunito Sans';
        font-size: 16px;
        border-radius: 0;
        background-color: transparent;
        border: 1px solid #fff;
        text-transform: uppercase;
        padding: 16px 50px;
        margin-top: 30px;
    }
    .section-products-sale-event .sale-event-products {
      display: table;
      width: 100%;
      margin-bottom: 35px; }
      .section-products-sale-event .sale-event-products .products-price, .section-products-sale-event .sale-event-products .products-info {
        display: table-cell;
        vertical-align: middle; }
      .section-products-sale-event .sale-event-products .products-price {
        font-size: 6.625em;
        color: #fff;
        line-height: 0.6em; }
        .section-products-sale-event .sale-event-products .products-price .price {
          font-weight: bold;
          display: block;
          text-align: right; }
        .section-products-sale-event .sale-event-products .products-price .currency {
          font-weight: 300; }
        .section-products-sale-event .sale-event-products .products-price .decimals, .section-products-sale-event .sale-event-products .products-price .currency {
          line-height: 1em;
          font-size: 0.5em;
          vertical-align: top; }
      .section-products-sale-event .sale-event-products .products-info h3 {
        color: #c2aa7e;
        font-size: 1.25em;
        font-weight: 400;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 6px; }
        .section-products-sale-event .sale-event-products .products-info h3::before {
          content: "-";
          padding-right: 6px; }
      .section-products-sale-event .sale-event-products .price-info {
        color: #c2aa7e;
        font-size: 0.16em;
        position: relative;
        bottom: -4px;
        right: 34px; }
    .section-products-sale-event .price .decimals {
      font-size: large;
      vertical-align: top;
      line-height: 1.5; }
    .section-products-sale-event ul.products-info {
      list-style: none;
      margin: 0; }
  
  .section-products-carousel-with-image {
    padding: 6.25em 0;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%; }
    .section-products-carousel-with-image .section-title, .section-products-carousel-with-image .error404 .page-content section h2, .error404 .page-content section .section-products-carousel-with-image h2, .section-products-carousel-with-image .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-products-carousel-with-image h2, .section-products-carousel-with-image .related > h2:first-child, .section-products-carousel-with-image .upsells > h2:first-child, .section-products-carousel-with-image .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-products-carousel-with-image h2, .section-products-carousel-with-image .sub-title {
       }
    .section-products-carousel-with-image .section-title, .section-products-carousel-with-image .error404 .page-content section h2, .error404 .page-content section .section-products-carousel-with-image h2, .section-products-carousel-with-image .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-products-carousel-with-image h2, .section-products-carousel-with-image .related > h2:first-child, .section-products-carousel-with-image .upsells > h2:first-child, .section-products-carousel-with-image .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-products-carousel-with-image h2 {
      font-size: 4.5em;
      font-weight: bold;
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0;
      text-align: left;
      line-height: 1; }
      .section-products-carousel-with-image .section-title::after, .section-products-carousel-with-image .error404 .page-content section h2::after, .error404 .page-content section .section-products-carousel-with-image h2::after, .section-products-carousel-with-image .error404 .fourohfour-columns-2 .col-1 h2::after, .error404 .fourohfour-columns-2 .col-1 .section-products-carousel-with-image h2::after, .section-products-carousel-with-image .related > h2:first-child::after, .section-products-carousel-with-image .upsells > h2:first-child::after, .section-products-carousel-with-image .woocommerce-cart .cart-collaterals + .cross-sells h2::after, .woocommerce-cart .cart-collaterals + .cross-sells .section-products-carousel-with-image h2::after {
        display: none; }
    .section-products-carousel-with-image .sub-title {
      font-size: 1.875em;
      color: #3b4035;
      font-weight: 300;
      border: none;
      margin: 0;
      padding: 0; }
    .section-products-carousel-with-image .woocommerce {
      margin-top: 1.875em; }
    .section-products-carousel-with-image .products {
      text-align: center; }
      .section-products-carousel-with-image .products .owl-item > .product, .section-products-carousel-with-image .products .owl-item > .product:hover {
        border: none;
        padding: 0 6px; }
      .section-products-carousel-with-image .products .owl-item > .product h3 {
        font-size: 1em;
        color: #fff;
        padding-top: 8px;
        height: 1.8em; }
      .section-products-carousel-with-image .products .owl-item > .product img {
        border: 1px solid transparent; }
      .section-products-carousel-with-image .products .owl-nav .owl-next, .section-products-carousel-with-image .products .owl-nav .owl-prev {
        position: absolute;
        top: 32%; }
        .section-products-carousel-with-image .products .owl-nav .owl-next i, .section-products-carousel-with-image .products .owl-nav .owl-prev i {
          font-size: 1.875em;
          color: #cdcac5; }
          .section-products-carousel-with-image .products .owl-nav .owl-next i:hover, .section-products-carousel-with-image .products .owl-nav .owl-prev i:hover {
            color: #3b4035; }
      .section-products-carousel-with-image .products .owl-nav .owl-next {
        right: -1.125em; }
      .section-products-carousel-with-image .products .owl-nav .owl-prev {
        left: -1.125em; }
    .section-products-carousel-with-image .nav {
      margin: 0;
      padding: 1.5em 0 3.125em 0; }
      .section-products-carousel-with-image .nav .nav-item, .section-products-carousel-with-image .nav .nav-item a {
        padding: 0;
        display: inline-block; }
      .section-products-carousel-with-image .nav .nav-item span {
        padding-left: 6px;
        font-weight: bold;
        color: #3b4035; }
      .section-products-carousel-with-image .nav .nav-item a, .section-products-carousel-with-image .nav .nav-item h5 {
        font-size: 0.875em;
        font-weight: normal;
        color: #9a9a9a; }
      .section-products-carousel-with-image .nav .nav-item a:hover, .section-products-carousel-with-image .nav .nav-item a:focus {
        background-color: transparent;
        color: #3b4035; }
      .section-products-carousel-with-image .nav .nav-item + .nav-item {
        color: #9a9a9a; }
        .section-products-carousel-with-image .nav .nav-item + .nav-item::before {
          content: "/";
          padding: 0 6px; }
  
  .list-view.columns-1 ul.products li.product, .list-view.columns-1 ul.products .owl-item > .product, .list-view.columns-1 .products li.product, .list-view.columns-1 .products .owl-item > .product {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 0;
    text-align: left;
    margin-bottom: 1.9em; }
    .list-view.columns-1 ul.products li.product:hover, .list-view.columns-1 ul.products .owl-item > .product:hover, .list-view.columns-1 .products li.product:hover, .list-view.columns-1 .products .owl-item > .product:hover {
      border: 1px solid #e9e9e9; }
    .list-view.columns-1 ul.products li.product .hover-area, .list-view.columns-1 ul.products .owl-item > .product .hover-area, .list-view.columns-1 .products li.product .hover-area, .list-view.columns-1 .products .owl-item > .product .hover-area {
      padding: 0;
      display: none; }
    .list-view.columns-1 ul.products li.product .product-outer:before, .list-view.columns-1 ul.products li.product .product-outer:after, .list-view.columns-1 ul.products .owl-item > .product .product-outer:before, .list-view.columns-1 ul.products .owl-item > .product .product-outer:after, .list-view.columns-1 .products li.product .product-outer:before, .list-view.columns-1 .products li.product .product-outer:after, .list-view.columns-1 .products .owl-item > .product .product-outer:before, .list-view.columns-1 .products .owl-item > .product .product-outer:after {
      content: "";
      display: table; }
    .list-view.columns-1 ul.products li.product .product-outer:after, .list-view.columns-1 ul.products .owl-item > .product .product-outer:after, .list-view.columns-1 .products li.product .product-outer:after, .list-view.columns-1 .products .owl-item > .product .product-outer:after {
      clear: both; }
    .list-view.columns-1 ul.products li.product .ywapo_input_container_radio.ywapo_input_container:nth-child(n+4), .list-view.columns-1 ul.products .owl-item > .product .ywapo_input_container_radio.ywapo_input_container:nth-child(n+4), .list-view.columns-1 .products li.product .ywapo_input_container_radio.ywapo_input_container:nth-child(n+4), .list-view.columns-1 .products .owl-item > .product .ywapo_input_container_radio.ywapo_input_container:nth-child(n+4) {
      display: none; }
    .list-view.columns-1 ul.products li.product .product-inner, .list-view.columns-1 ul.products .owl-item > .product .product-inner, .list-view.columns-1 .products li.product .product-inner, .list-view.columns-1 .products .owl-item > .product .product-inner {
      position: relative;
      background-color: transparent; }
    .list-view.columns-1 ul.products li.product .onsale, .list-view.columns-1 ul.products .owl-item > .product .onsale, .list-view.columns-1 .products li.product .onsale, .list-view.columns-1 .products .owl-item > .product .onsale {
      left: -1px;
      top: -1px; }
    .list-view.columns-1 ul.products li.product .product-image-wrapper, .list-view.columns-1 ul.products li.product .product-content-wrapper, .list-view.columns-1 ul.products .owl-item > .product .product-image-wrapper, .list-view.columns-1 ul.products .owl-item > .product .product-content-wrapper, .list-view.columns-1 .products li.product .product-image-wrapper, .list-view.columns-1 .products li.product .product-content-wrapper, .list-view.columns-1 .products .owl-item > .product .product-image-wrapper, .list-view.columns-1 .products .owl-item > .product .product-content-wrapper {
      display: inline-block;
      vertical-align: middle;
      border: none; }
    .list-view.columns-1 ul.products li.product .product-image-wrapper, .list-view.columns-1 ul.products .owl-item > .product .product-image-wrapper, .list-view.columns-1 .products li.product .product-image-wrapper, .list-view.columns-1 .products .owl-item > .product .product-image-wrapper {
      padding: 0;
      width: 50%; }
    .list-view.columns-1 ul.products li.product .product-content-wrapper, .list-view.columns-1 ul.products .owl-item > .product .product-content-wrapper, .list-view.columns-1 .products li.product .product-content-wrapper, .list-view.columns-1 .products .owl-item > .product .product-content-wrapper {
      width: 48%;
      text-align: center; }
    .list-view.columns-1 ul.products li.product .price, .list-view.columns-1 ul.products .owl-item > .product .price, .list-view.columns-1 .products li.product .price, .list-view.columns-1 .products .owl-item > .product .price {
      font-size: 1.25em;
      color: #fff; }
      .list-view.columns-1 ul.products li.product .price > del, .list-view.columns-1 ul.products .owl-item > .product .price > del, .list-view.columns-1 .products li.product .price > del, .list-view.columns-1 .products .owl-item > .product .price > del {
        font-size: 0.8em; }
      .list-view.columns-1 ul.products li.product .price .woocommerce-Price-currencySymbol, .list-view.columns-1 ul.products .owl-item > .product .price .woocommerce-Price-currencySymbol, .list-view.columns-1 .products li.product .price .woocommerce-Price-currencySymbol, .list-view.columns-1 .products .owl-item > .product .price .woocommerce-Price-currencySymbol {
        font-size: small;
        vertical-align: top;
        line-height: 1.4; }
    .list-view.columns-1 ul.products li.product .woocommerce-LoopProduct-link, .list-view.columns-1 ul.products .owl-item > .product .woocommerce-LoopProduct-link, .list-view.columns-1 .products li.product .woocommerce-LoopProduct-link, .list-view.columns-1 .products .owl-item > .product .woocommerce-LoopProduct-link {
      display: block; }
    .list-view.columns-1 ul.products li.product .ywapo_input_container_radio:nth-child(n+4), .list-view.columns-1 ul.products .owl-item > .product .ywapo_input_container_radio:nth-child(n+4), .list-view.columns-1 .products li.product .ywapo_input_container_radio:nth-child(n+4), .list-view.columns-1 .products .owl-item > .product .ywapo_input_container_radio:nth-child(n+4) {
      display: inline-block; }
    .list-view.columns-1 ul.products li.product .ww, .list-view.columns-1 ul.products .owl-item > .product .ww, .list-view.columns-1 .products li.product .ww, .list-view.columns-1 .products .owl-item > .product .ww {
      float: none;
      display: inline-block; }
    .list-view.columns-1 ul.products li.product .ywapo_group_container.form-row.form-row-wide, .list-view.columns-1 ul.products .owl-item > .product .ywapo_group_container.form-row.form-row-wide, .list-view.columns-1 .products li.product .ywapo_group_container.form-row.form-row-wide, .list-view.columns-1 .products .owl-item > .product .ywapo_group_container.form-row.form-row-wide {
      margin-bottom: 0; }
    .list-view.columns-1 ul.products li.product .ywapo_input_container_radio, .list-view.columns-1 ul.products .owl-item > .product .ywapo_input_container_radio, .list-view.columns-1 .products li.product .ywapo_input_container_radio, .list-view.columns-1 .products .owl-item > .product .ywapo_input_container_radio {
      margin-bottom: 1.04em; }
    .list-view.columns-1 ul.products li.product .ywapo_group_container_radio h3 span::before, .list-view.columns-1 ul.products li.product .ywapo_group_container_radio h3 span::after, .list-view.columns-1 ul.products .owl-item > .product .ywapo_group_container_radio h3 span::before, .list-view.columns-1 ul.products .owl-item > .product .ywapo_group_container_radio h3 span::after, .list-view.columns-1 .products li.product .ywapo_group_container_radio h3 span::before, .list-view.columns-1 .products li.product .ywapo_group_container_radio h3 span::after, .list-view.columns-1 .products .owl-item > .product .ywapo_group_container_radio h3 span::before, .list-view.columns-1 .products .owl-item > .product .ywapo_group_container_radio h3 span::after {
      width: 160%; }
    .list-view.columns-1 ul.products li.product .button, .list-view.columns-1 ul.products .owl-item > .product .button, .list-view.columns-1 .products li.product .button, .list-view.columns-1 .products .owl-item > .product .button {
      display: none; }
    .list-view.columns-1 ul.products li.product img, .list-view.columns-1 ul.products .owl-item > .product img, .list-view.columns-1 .products li.product img, .list-view.columns-1 .products .owl-item > .product img {
      margin: 0;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
  .list-view.columns-2 ul.products li.product, .list-view.columns-2 ul.products li.product:hover, .list-view .columns-2 ul.products li.product, .list-view .columns-2 ul.products li.product:hover {
    border: none; }
  .list-view.columns-2 ul.products, .list-view.columns-2 ul.product li.product, .list-view .columns-2 ul.products, .list-view .columns-2 ul.product li.product {
    margin-left: -15px;
    margin-right: -15px; }
  .list-view.columns-2 ul.products li.product, .list-view .columns-2 ul.products li.product {
    padding: 0 15px;
    background-color: #fff;
    z-index: 1;
    margin-bottom: 1.875em;
    transition: all 0.2s ease; }
    .list-view.columns-2 ul.products li.product .hover-area, .list-view .columns-2 ul.products li.product .hover-area {
      display: block;
      visibility: hidden; }
    .list-view.columns-2 ul.products li.product:hover .hover-area, .list-view .columns-2 ul.products li.product:hover .hover-area {
      padding: 0;
      visibility: visible; }
    .list-view.columns-2 ul.products li.product .product-image-wrapper, .list-view.columns-2 ul.products li.product .product-content-wrapper, .list-view .columns-2 ul.products li.product .product-image-wrapper, .list-view .columns-2 ul.products li.product .product-content-wrapper {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 0;
      border: none; }
    .list-view.columns-2 ul.products li.product .product-inner, .list-view .columns-2 ul.products li.product .product-inner {
      position: relative; }
      .list-view.columns-2 ul.products li.product .product-inner:before, .list-view.columns-2 ul.products li.product .product-inner:after, .list-view .columns-2 ul.products li.product .product-inner:before, .list-view .columns-2 ul.products li.product .product-inner:after {
        content: "";
        display: table; }
      .list-view.columns-2 ul.products li.product .product-inner:after, .list-view .columns-2 ul.products li.product .product-inner:after {
        clear: both; }
    .list-view.columns-2 ul.products li.product div[itemprop=description], .list-view .columns-2 ul.products li.product div[itemprop=description] {
      padding: 0; }
    .list-view.columns-2 ul.products li.product .product-image-wrapper, .list-view .columns-2 ul.products li.product .product-image-wrapper {
      width: 44%; }
    .list-view.columns-2 ul.products li.product .product-content-wrapper, .list-view .columns-2 ul.products li.product .product-content-wrapper {
      width: 56%;
      padding: 0; }
    .list-view.columns-2 ul.products li.product img, .list-view .columns-2 ul.products li.product img {
      margin: 0; }
    .list-view.columns-2 ul.products li.product .ywapo_group_container_radio h3, .list-view .columns-2 ul.products li.product .ywapo_group_container_radio h3 {
      margin: .857em 1em 2em; }
    .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 1.4em; }
      .list-view.columns-2 ul.products li.product .ywapo_input_container_radio .ywapo_label_price, .list-view .columns-2 ul.products li.product .ywapo_input_container_radio .ywapo_label_price {
        padding-left: 7px; }
        .list-view.columns-2 ul.products li.product .ywapo_input_container_radio .ywapo_label_price .amount, .list-view .columns-2 ul.products li.product .ywapo_input_container_radio .ywapo_label_price .amount {
          font-size: 1.063em; }
  
  .list-view.left-sidebar.columns-1 ul.products li.product, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product, .list-view.left-sidebar.columns-1 .products li.product, .list-view.left-sidebar.columns-1 .products .owl-item > .product, .list-view.right-sidebar.columns-1 ul.products li.product, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product, .list-view.right-sidebar.columns-1 .products li.product, .list-view.right-sidebar.columns-1 .products .owl-item > .product {
    border: none;
    border-radius: 0;
    margin-bottom: 3.8em;
    padding-bottom: 3.8em;
    border-bottom: 1px solid #e9e9e9; }
    .list-view.left-sidebar.columns-1 ul.products li.product:last-child, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product:last-child, .list-view.left-sidebar.columns-1 .products li.product:last-child, .list-view.left-sidebar.columns-1 .products .owl-item > .product:last-child, .list-view.right-sidebar.columns-1 ul.products li.product:last-child, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product:last-child, .list-view.right-sidebar.columns-1 .products li.product:last-child, .list-view.right-sidebar.columns-1 .products .owl-item > .product:last-child {
      margin-bottom: 1em;
      border: none; }
    .list-view.left-sidebar.columns-1 ul.products li.product img, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product img, .list-view.left-sidebar.columns-1 .products li.product img, .list-view.left-sidebar.columns-1 .products .owl-item > .product img, .list-view.right-sidebar.columns-1 ul.products li.product img, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product img, .list-view.right-sidebar.columns-1 .products li.product img, .list-view.right-sidebar.columns-1 .products .owl-item > .product img {
      border-radius: 0; }
    .list-view.left-sidebar.columns-1 ul.products li.product .hover-area, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .hover-area, .list-view.left-sidebar.columns-1 .products li.product .hover-area, .list-view.left-sidebar.columns-1 .products .owl-item > .product .hover-area, .list-view.right-sidebar.columns-1 ul.products li.product .hover-area, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .hover-area, .list-view.right-sidebar.columns-1 .products li.product .hover-area, .list-view.right-sidebar.columns-1 .products .owl-item > .product .hover-area {
      display: block;
      text-align: left;
      height: auto; }
    .list-view.left-sidebar.columns-1 ul.products li.product:hover .hover-area, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product:hover .hover-area, .list-view.left-sidebar.columns-1 .products li.product:hover .hover-area, .list-view.left-sidebar.columns-1 .products .owl-item > .product:hover .hover-area, .list-view.right-sidebar.columns-1 ul.products li.product:hover .hover-area, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product:hover .hover-area, .list-view.right-sidebar.columns-1 .products li.product:hover .hover-area, .list-view.right-sidebar.columns-1 .products .owl-item > .product:hover .hover-area {
      padding: 0; }
    .list-view.left-sidebar.columns-1 ul.products li.product .woocommerce-LoopProduct-link > h3, .list-view.left-sidebar.columns-1 ul.products li.product div[itemprop=description], .list-view.left-sidebar.columns-1 ul.products li.product .ywapo_input_container_radio, .list-view.left-sidebar.columns-1 ul.products li.product .yith_wapo_groups_container, .list-view.left-sidebar.columns-1 ul.products li.product .product-content-wrapper, .list-view.left-sidebar.columns-1 ul.products li.product .price, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .woocommerce-LoopProduct-link > h3, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product div[itemprop=description], .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .ywapo_input_container_radio, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .yith_wapo_groups_container, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .product-content-wrapper, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .price, .list-view.left-sidebar.columns-1 .products li.product .woocommerce-LoopProduct-link > h3, .list-view.left-sidebar.columns-1 .products li.product div[itemprop=description], .list-view.left-sidebar.columns-1 .products li.product .ywapo_input_container_radio, .list-view.left-sidebar.columns-1 .products li.product .yith_wapo_groups_container, .list-view.left-sidebar.columns-1 .products li.product .product-content-wrapper, .list-view.left-sidebar.columns-1 .products li.product .price, .list-view.left-sidebar.columns-1 .products .owl-item > .product .woocommerce-LoopProduct-link > h3, .list-view.left-sidebar.columns-1 .products .owl-item > .product div[itemprop=description], .list-view.left-sidebar.columns-1 .products .owl-item > .product .ywapo_input_container_radio, .list-view.left-sidebar.columns-1 .products .owl-item > .product .yith_wapo_groups_container, .list-view.left-sidebar.columns-1 .products .owl-item > .product .product-content-wrapper, .list-view.left-sidebar.columns-1 .products .owl-item > .product .price, .list-view.right-sidebar.columns-1 ul.products li.product .woocommerce-LoopProduct-link > h3, .list-view.right-sidebar.columns-1 ul.products li.product div[itemprop=description], .list-view.right-sidebar.columns-1 ul.products li.product .ywapo_input_container_radio, .list-view.right-sidebar.columns-1 ul.products li.product .yith_wapo_groups_container, .list-view.right-sidebar.columns-1 ul.products li.product .product-content-wrapper, .list-view.right-sidebar.columns-1 ul.products li.product .price, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .woocommerce-LoopProduct-link > h3, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product div[itemprop=description], .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .ywapo_input_container_radio, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .yith_wapo_groups_container, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .product-content-wrapper, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .price, .list-view.right-sidebar.columns-1 .products li.product .woocommerce-LoopProduct-link > h3, .list-view.right-sidebar.columns-1 .products li.product div[itemprop=description], .list-view.right-sidebar.columns-1 .products li.product .ywapo_input_container_radio, .list-view.right-sidebar.columns-1 .products li.product .yith_wapo_groups_container, .list-view.right-sidebar.columns-1 .products li.product .product-content-wrapper, .list-view.right-sidebar.columns-1 .products li.product .price, .list-view.right-sidebar.columns-1 .products .owl-item > .product .woocommerce-LoopProduct-link > h3, .list-view.right-sidebar.columns-1 .products .owl-item > .product div[itemprop=description], .list-view.right-sidebar.columns-1 .products .owl-item > .product .ywapo_input_container_radio, .list-view.right-sidebar.columns-1 .products .owl-item > .product .yith_wapo_groups_container, .list-view.right-sidebar.columns-1 .products .owl-item > .product .product-content-wrapper, .list-view.right-sidebar.columns-1 .products .owl-item > .product .price {
      text-align: left; }
    .list-view.left-sidebar.columns-1 ul.products li.product .price, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .price, .list-view.left-sidebar.columns-1 .products li.product .price, .list-view.left-sidebar.columns-1 .products .owl-item > .product .price, .list-view.right-sidebar.columns-1 ul.products li.product .price, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .price, .list-view.right-sidebar.columns-1 .products li.product .price, .list-view.right-sidebar.columns-1 .products .owl-item > .product .price {
      padding-top: 10px; }
    .list-view.left-sidebar.columns-1 ul.products li.product .button, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .button, .list-view.left-sidebar.columns-1 .products li.product .button, .list-view.left-sidebar.columns-1 .products .owl-item > .product .button, .list-view.right-sidebar.columns-1 ul.products li.product .button, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .button, .list-view.right-sidebar.columns-1 .products li.product .button, .list-view.right-sidebar.columns-1 .products .owl-item > .product .button {
      visibility: visible;
      display: inline-block; }
    .list-view.left-sidebar.columns-1 ul.products li.product .yith_wapo_groups_container, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .yith_wapo_groups_container, .list-view.left-sidebar.columns-1 .products li.product .yith_wapo_groups_container, .list-view.left-sidebar.columns-1 .products .owl-item > .product .yith_wapo_groups_container, .list-view.right-sidebar.columns-1 ul.products li.product .yith_wapo_groups_container, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .yith_wapo_groups_container, .list-view.right-sidebar.columns-1 .products li.product .yith_wapo_groups_container, .list-view.right-sidebar.columns-1 .products .owl-item > .product .yith_wapo_groups_container {
      margin-bottom: 24px; }
    .list-view.left-sidebar.columns-1 ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .ywapo_input_container_radio .ywapo_label_tag_position_after, .list-view.left-sidebar.columns-1 .products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after, .list-view.left-sidebar.columns-1 .products .owl-item > .product .ywapo_input_container_radio .ywapo_label_tag_position_after, .list-view.right-sidebar.columns-1 ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .ywapo_input_container_radio .ywapo_label_tag_position_after, .list-view.right-sidebar.columns-1 .products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after, .list-view.right-sidebar.columns-1 .products .owl-item > .product .ywapo_input_container_radio .ywapo_label_tag_position_after {
      text-align: center; }
    .list-view.left-sidebar.columns-1 ul.products li.product div[itemprop=description], .list-view.left-sidebar.columns-1 ul.products .owl-item > .product div[itemprop=description], .list-view.left-sidebar.columns-1 .products li.product div[itemprop=description], .list-view.left-sidebar.columns-1 .products .owl-item > .product div[itemprop=description], .list-view.right-sidebar.columns-1 ul.products li.product div[itemprop=description], .list-view.right-sidebar.columns-1 ul.products .owl-item > .product div[itemprop=description], .list-view.right-sidebar.columns-1 .products li.product div[itemprop=description], .list-view.right-sidebar.columns-1 .products .owl-item > .product div[itemprop=description] {
      padding: 0; }
    .list-view.left-sidebar.columns-1 ul.products li.product .button, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .button, .list-view.left-sidebar.columns-1 .products li.product .button, .list-view.left-sidebar.columns-1 .products .owl-item > .product .button, .list-view.right-sidebar.columns-1 ul.products li.product .button, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .button, .list-view.right-sidebar.columns-1 .products li.product .button, .list-view.right-sidebar.columns-1 .products .owl-item > .product .button {
      background-color: #f5f5f5;
      color: #2b2b2b; }
      .list-view.left-sidebar.columns-1 ul.products li.product .button:hover, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .button:hover, .list-view.left-sidebar.columns-1 .products li.product .button:hover, .list-view.left-sidebar.columns-1 .products .owl-item > .product .button:hover, .list-view.right-sidebar.columns-1 ul.products li.product .button:hover, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .button:hover, .list-view.right-sidebar.columns-1 .products li.product .button:hover, .list-view.right-sidebar.columns-1 .products .owl-item > .product .button:hover {
        color: #fff; }
    .list-view.left-sidebar.columns-1 ul.products li.product .product-image-wrapper, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .product-image-wrapper, .list-view.left-sidebar.columns-1 .products li.product .product-image-wrapper, .list-view.left-sidebar.columns-1 .products .owl-item > .product .product-image-wrapper, .list-view.right-sidebar.columns-1 ul.products li.product .product-image-wrapper, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .product-image-wrapper, .list-view.right-sidebar.columns-1 .products li.product .product-image-wrapper, .list-view.right-sidebar.columns-1 .products .owl-item > .product .product-image-wrapper {
      width: 40%; }
    .list-view.left-sidebar.columns-1 ul.products li.product .product-content-wrapper, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .product-content-wrapper, .list-view.left-sidebar.columns-1 .products li.product .product-content-wrapper, .list-view.left-sidebar.columns-1 .products .owl-item > .product .product-content-wrapper, .list-view.right-sidebar.columns-1 ul.products li.product .product-content-wrapper, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .product-content-wrapper, .list-view.right-sidebar.columns-1 .products li.product .product-content-wrapper, .list-view.right-sidebar.columns-1 .products .owl-item > .product .product-content-wrapper {
      width: 58%;
      position: relative;
      transform: none; }
    .list-view.left-sidebar.columns-1 ul.products li.product .ywapo_input_container_radio:nth-child(2), .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .ywapo_input_container_radio:nth-child(2), .list-view.left-sidebar.columns-1 .products li.product .ywapo_input_container_radio:nth-child(2), .list-view.left-sidebar.columns-1 .products .owl-item > .product .ywapo_input_container_radio:nth-child(2), .list-view.right-sidebar.columns-1 ul.products li.product .ywapo_input_container_radio:nth-child(2), .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .ywapo_input_container_radio:nth-child(2), .list-view.right-sidebar.columns-1 .products li.product .ywapo_input_container_radio:nth-child(2), .list-view.right-sidebar.columns-1 .products .owl-item > .product .ywapo_input_container_radio:nth-child(2) {
      margin-left: 0; }
    .list-view.left-sidebar.columns-1 ul.products li.product .ywapo_group_container_radio h3, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .ywapo_group_container_radio h3, .list-view.left-sidebar.columns-1 .products li.product .ywapo_group_container_radio h3, .list-view.left-sidebar.columns-1 .products .owl-item > .product .ywapo_group_container_radio h3, .list-view.right-sidebar.columns-1 ul.products li.product .ywapo_group_container_radio h3, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .ywapo_group_container_radio h3, .list-view.right-sidebar.columns-1 .products li.product .ywapo_group_container_radio h3, .list-view.right-sidebar.columns-1 .products .owl-item > .product .ywapo_group_container_radio h3 {
      text-align: left; }
      .list-view.left-sidebar.columns-1 ul.products li.product .ywapo_group_container_radio h3 span, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .ywapo_group_container_radio h3 span, .list-view.left-sidebar.columns-1 .products li.product .ywapo_group_container_radio h3 span, .list-view.left-sidebar.columns-1 .products .owl-item > .product .ywapo_group_container_radio h3 span, .list-view.right-sidebar.columns-1 ul.products li.product .ywapo_group_container_radio h3 span, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .ywapo_group_container_radio h3 span, .list-view.right-sidebar.columns-1 .products li.product .ywapo_group_container_radio h3 span, .list-view.right-sidebar.columns-1 .products .owl-item > .product .ywapo_group_container_radio h3 span {
        padding: 0 20px 0 0; }
        .list-view.left-sidebar.columns-1 ul.products li.product .ywapo_group_container_radio h3 span::after, .list-view.left-sidebar.columns-1 ul.products .owl-item > .product .ywapo_group_container_radio h3 span::after, .list-view.left-sidebar.columns-1 .products li.product .ywapo_group_container_radio h3 span::after, .list-view.left-sidebar.columns-1 .products .owl-item > .product .ywapo_group_container_radio h3 span::after, .list-view.right-sidebar.columns-1 ul.products li.product .ywapo_group_container_radio h3 span::after, .list-view.right-sidebar.columns-1 ul.products .owl-item > .product .ywapo_group_container_radio h3 span::after, .list-view.right-sidebar.columns-1 .products li.product .ywapo_group_container_radio h3 span::after, .list-view.right-sidebar.columns-1 .products .owl-item > .product .ywapo_group_container_radio h3 span::after {
          width: 1000px; }
  .list-view.left-sidebar.columns-2 ul.products li.product, .list-view.left-sidebar.columns-2 .products .owl-item > .product, .list-view.right-sidebar.columns-2 ul.products li.product, .list-view.right-sidebar.columns-2 .products .owl-item > .product {
    padding: 0;
    box-shadow: none;
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 1em;
    margin-bottom: 2em; }
    .list-view.left-sidebar.columns-2 ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after, .list-view.left-sidebar.columns-2 .products .owl-item > .product .ywapo_input_container_radio .ywapo_label_tag_position_after, .list-view.right-sidebar.columns-2 ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after, .list-view.right-sidebar.columns-2 .products .owl-item > .product .ywapo_input_container_radio .ywapo_label_tag_position_after {
      text-align: center; }
    .list-view.left-sidebar.columns-2 ul.products li.product .ywapo_input_container_radio, .list-view.left-sidebar.columns-2 .products .owl-item > .product .ywapo_input_container_radio, .list-view.right-sidebar.columns-2 ul.products li.product .ywapo_input_container_radio, .list-view.right-sidebar.columns-2 .products .owl-item > .product .ywapo_input_container_radio {
      margin: 0 .2em 1.4em; }
    .list-view.left-sidebar.columns-2 ul.products li.product .hover-area, .list-view.left-sidebar.columns-2 .products .owl-item > .product .hover-area, .list-view.right-sidebar.columns-2 ul.products li.product .hover-area, .list-view.right-sidebar.columns-2 .products .owl-item > .product .hover-area {
      display: none; }
    .list-view.left-sidebar.columns-2 ul.products li.product .ywapo_group_container_radio h3, .list-view.left-sidebar.columns-2 .products .owl-item > .product .ywapo_group_container_radio h3, .list-view.right-sidebar.columns-2 ul.products li.product .ywapo_group_container_radio h3, .list-view.right-sidebar.columns-2 .products .owl-item > .product .ywapo_group_container_radio h3 {
      margin: 0.857em 0 2em;
      font-size: 13px;
      text-align: left; }
      .list-view.left-sidebar.columns-2 ul.products li.product .ywapo_group_container_radio h3 span, .list-view.left-sidebar.columns-2 .products .owl-item > .product .ywapo_group_container_radio h3 span, .list-view.right-sidebar.columns-2 ul.products li.product .ywapo_group_container_radio h3 span, .list-view.right-sidebar.columns-2 .products .owl-item > .product .ywapo_group_container_radio h3 span {
        padding-left: 0; }
    .list-view.left-sidebar.columns-2 ul.products li.product:nth-last-child(-n+2), .list-view.left-sidebar.columns-2 .products .owl-item > .product:nth-last-child(-n+2), .list-view.right-sidebar.columns-2 ul.products li.product:nth-last-child(-n+2), .list-view.right-sidebar.columns-2 .products .owl-item > .product:nth-last-child(-n+2) {
      border: none; }
    .list-view.left-sidebar.columns-2 ul.products li.product .button, .list-view.left-sidebar.columns-2 .products .owl-item > .product .button, .list-view.right-sidebar.columns-2 ul.products li.product .button, .list-view.right-sidebar.columns-2 .products .owl-item > .product .button {
      display: none; }
    .list-view.left-sidebar.columns-2 ul.products li.product.first, .list-view.left-sidebar.columns-2 .products .owl-item > .product.first, .list-view.right-sidebar.columns-2 ul.products li.product.first, .list-view.right-sidebar.columns-2 .products .owl-item > .product.first {
      border-right: 1px solid #eaeaea;
      padding-right: 30px; }
      .list-view.left-sidebar.columns-2 ul.products li.product.first::after, .list-view.left-sidebar.columns-2 .products .owl-item > .product.first::after, .list-view.right-sidebar.columns-2 ul.products li.product.first::after, .list-view.right-sidebar.columns-2 .products .owl-item > .product.first::after {
        content: " ";
        width: 1px;
        height: 30px;
        background-color: #fff;
        position: absolute;
        right: -1px;
        bottom: 0; }
    .list-view.left-sidebar.columns-2 ul.products li.product.last, .list-view.left-sidebar.columns-2 .products .owl-item > .product.last, .list-view.right-sidebar.columns-2 ul.products li.product.last, .list-view.right-sidebar.columns-2 .products .owl-item > .product.last {
      padding-left: 30px; }
    .list-view.left-sidebar.columns-2 ul.products li.product .price, .list-view.left-sidebar.columns-2 .products .owl-item > .product .price, .list-view.right-sidebar.columns-2 ul.products li.product .price, .list-view.right-sidebar.columns-2 .products .owl-item > .product .price {
      font-size: 1.063em;
      color: #fff;
      font-weight: bold; }
      .list-view.left-sidebar.columns-2 ul.products li.product .price > del, .list-view.left-sidebar.columns-2 .products .owl-item > .product .price > del, .list-view.right-sidebar.columns-2 ul.products li.product .price > del, .list-view.right-sidebar.columns-2 .products .owl-item > .product .price > del {
        font-size: 0.8em; }
      .list-view.left-sidebar.columns-2 ul.products li.product .price .woocommerce-Price-currencySymbol, .list-view.left-sidebar.columns-2 .products .owl-item > .product .price .woocommerce-Price-currencySymbol, .list-view.right-sidebar.columns-2 ul.products li.product .price .woocommerce-Price-currencySymbol, .list-view.right-sidebar.columns-2 .products .owl-item > .product .price .woocommerce-Price-currencySymbol {
        font-size: small;
        vertical-align: top;
        line-height: 1.4; }
  
  .list-view.full-width.dark.columns-1 ul.products li.product {
    border: none; }
    .list-view.full-width.dark.columns-1 ul.products li.product:hover {
      border: none; }
  
  .list-view.full-width.dark.columns-2 ul.products li.product .hover-area {
    display: none; }
  
  .list-view.full-width.dark.columns-1 ul.products li.product, .list-view.full-width.dark.columns-2 ul.products li.product {
    background-color: transparent; }
    .list-view.full-width.dark.columns-1 ul.products li.product:hover, .list-view.full-width.dark.columns-2 ul.products li.product:hover {
      box-shadow: none; }
    .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 {
      background-color: #fff; }
      .list-view.full-width.dark.columns-1 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-2 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 {
        float: none; }
      .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: 0; }
    .list-view.full-width.dark.columns-1 ul.products li.product .woocommerce-LoopProduct-link > h3, .list-view.full-width.dark.columns-2 ul.products li.product .woocommerce-LoopProduct-link > h3 {
      font-size: 1.5em; }
    .list-view.full-width.dark.columns-1 ul.products li.product .price, .list-view.full-width.dark.columns-2 ul.products li.product .price {
      font-size: 1.25em;
      color: #fff; }
      .list-view.full-width.dark.columns-1 ul.products li.product .price > del, .list-view.full-width.dark.columns-2 ul.products li.product .price > del {
        font-size: 0.8em; }
      .list-view.full-width.dark.columns-1 ul.products li.product .price .woocommerce-Price-currencySymbol, .list-view.full-width.dark.columns-2 ul.products li.product .price .woocommerce-Price-currencySymbol {
        font-size: small;
        vertical-align: top;
        line-height: 1.4; }
    .list-view.full-width.dark.columns-1 ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after::before, .list-view.full-width.dark.columns-2 ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after::before {
      z-index: 1; }
    .list-view.full-width.dark.columns-1 ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after span, .list-view.full-width.dark.columns-2 ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after span {
      position: relative;
      z-index: 2; }
    .list-view.full-width.dark.columns-1 ul.products li.product .ywapo_group_container, .list-view.full-width.dark.columns-1 ul.products li.product img, .list-view.full-width.dark.columns-2 ul.products li.product .ywapo_group_container, .list-view.full-width.dark.columns-2 ul.products li.product img {
      margin-bottom: 0; }
    .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: none; }
  
  .list-view.full-width.dark.columns-1 ul.products li.product .product-inner {
    border-radius: 5px; }
    .list-view.full-width.dark.columns-1 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 {
      display: inline-block;
      vertical-align: middle; }
  .list-view.full-width.dark.columns-1 ul.products li.product .ywapo_input_container_radio.ywapo_input_container:nth-child(n+4) {
    display: none; }
  .list-view.full-width.dark.columns-1 ul.products li.product img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  
  .list-view.full-width.dark.columns-2 ul.products li.product .product-inner {
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    .list-view.full-width.dark.columns-2 ul.products li.product .product-inner .product-content-wrapper {
      padding: 36px 24px 4px 24px;
      width: 55%; }
  .list-view.full-width.dark.columns-2 ul.products li.product img {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px; }
  
  .list-no-image-view.full-width.dark.columns-1 ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after::before, .full-width.dark.columns-1.list-no-image-cat-view ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after::before {
    z-index: 0;
    border-width: 1px; }
  .list-no-image-view.full-width.dark.columns-1 ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after span, .full-width.dark.columns-1.list-no-image-cat-view ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after span {
    position: relative; }
  
  .products-card .media .media-body, .products-card .media .media-right, .products-card .media .media-left {
    padding: 0;
    position: relative; }
  .products-card .media .media-right, .products-card .media .media-left {
    width: 50%; }
    .products-card .media .media-right ul.products li.product, .products-card .media .media-right ul.products li.product:hover, .products-card .media .media-left ul.products li.product, .products-card .media .media-left ul.products li.product:hover {
      border: none; }
    .products-card .media .media-right ul.products li.product, .products-card .media .media-left ul.products li.product {
      margin-bottom: 0;
      padding: 0 0.938em; }
      .products-card .media .media-right ul.products li.product .button, .products-card .media .media-left ul.products li.product .button {
        visibility: visible;
        background-color: #f5f5f5;
        color: #2b2b2b; }
        .products-card .media .media-right ul.products li.product .button:hover, .products-card .media .media-left ul.products li.product .button:hover {
          color: #fff; }
  .products-card .media ul.products li.product .ywapo_input_container_radio {
    margin: 0 .6em 2em; }
    .products-card .media ul.products li.product .ywapo_input_container_radio .ywapo_label_price {
      padding-left: 6px; }
      .products-card .media ul.products li.product .ywapo_input_container_radio .ywapo_label_price .amount {
        font-size: 1.063em; }
  .products-card .media ul.products li.product .product-image-wrapper, .products-card .media ul.products li.product .product-content-wrapper {
    border: none; }
  .products-card .media ul.products li.product .hover-area {
    display: block; }
  .products-card .media ul.products li.product:hover .hover-area {
    padding-top: 0; }
  .products-card .media ul.products li.product:hover .product-inner {
    position: relative; }
  .products-card .media ul.products li.product .button {
    display: none; }
  .products-card .media .caption {
    position: absolute;
    top: 30%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .products-card .media .caption .section-title, .products-card .media .caption .error404 .page-content section h2, .error404 .page-content section .products-card .media .caption h2, .products-card .media .caption .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .products-card .media .caption h2, .products-card .media .caption .related > h2:first-child, .products-card .media .caption .upsells > h2:first-child, .products-card .media .caption .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .products-card .media .caption h2 {
      margin-bottom: 0;
      padding: 0;
      border: none;
      line-height: 0.8;
      color: #fff;
      
      text-transform: uppercase;
      font-size: 11.375em;
      font-weight: bold;
      letter-spacing: -4px; }
      .products-card .media .caption .section-title::after, .products-card .media .caption .error404 .page-content section h2::after, .error404 .page-content section .products-card .media .caption h2::after, .products-card .media .caption .error404 .fourohfour-columns-2 .col-1 h2::after, .error404 .fourohfour-columns-2 .col-1 .products-card .media .caption h2::after, .products-card .media .caption .related > h2:first-child::after, .products-card .media .caption .upsells > h2:first-child::after, .products-card .media .caption .woocommerce-cart .cart-collaterals + .cross-sells h2::after, .woocommerce-cart .cart-collaterals + .cross-sells .products-card .media .caption h2::after {
        display: none; }
  .products-card .products-1 {
    padding: 0 80px; }
    .products-card .products-1 ul.products li.product .button {
      display: inline-block; }
  .products-card .products-4 ul.products li.product .woocommerce-LoopProduct-link img {
    width: 250px; }
  .products-card .products-4 ul.products li.product div[itemprop=description] {
    display: none; }
  .products-card .products-4 ul.products li.product .hover-area {
    display: none; }
  
  .section-sale-product .product-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -50%); }
  .section-sale-product .price-action, .section-sale-product .product-content {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .section-sale-product .price-action, .section-sale-product .product-content {
        width: 100%; } }
    @media (min-width: 992px) {
      .section-sale-product .price-action, .section-sale-product .product-content {
        width: 100%; } }
    @media (min-width: 1200px) {
      .section-sale-product .price-action, .section-sale-product .product-content {
        width: 50%; } }
  .section-sale-product .price-action {
    text-align: right;
    padding-right: 4.375em;
    padding-top: .875em; }
    .section-sale-product .price-action .button {
      text-transform: uppercase;
      font-size: 0.938em;
      padding: 0.6334em 3.81em;
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff; }
    .section-sale-product .price-action .price {
      font-size: 5.625em;
      color: #fdc820;
      margin-bottom: 0.4em;
      font-weight: bold;
      letter-spacing: -4px;
      line-height: 1; }
      .section-sale-product .price-action .price .woocommerce-Price-currencySymbol {
        font-size: 0.567em; }
      .section-sale-product .price-action .price > span, .section-sale-product .price-action .price del {
        display: block; }
      .section-sale-product .price-action .price del {
        font-size: 0.467em;
        color: #ffde74;
        opacity: 1; }
  .section-sale-product .product-content h3 {
    font-size: 12em;
    
    color: #fff;
    line-height: 0.58;
    text-transform: uppercase;
    margin-bottom: 0.208em; }
    .section-sale-product .product-content h3 span {
      font-size: 0.729em;
      line-height: 0.9; }
  .section-sale-product .product-content div[itemprop=description] {
    font-weight: normal;
    color: #fff;
    line-height: 1.6; }
  
  .section-coupon {
     }
    .section-coupon .coupon-bg {
      position: relative; }
    .section-coupon .caption {
      font-size: 12.5em;
      height: inherit; }
      .section-coupon .caption .caption-inner {
        text-transform: uppercase;
        position: relative;
        top: 50%;
        left: 30%;
        transform: translate(-50%, -50%);
        max-width: 4em; }
      .section-coupon .caption .coupon-code, .section-coupon .caption .coupon-info {
        display: inline-block;
        vertical-align: middle; }
      .section-coupon .caption .coupon-code {
        font-size: 1em;
        line-height: 1;
        font-weight: bold;
        max-width: 290px;
        line-height: 0.76; }
      .section-coupon .caption .coupon-info {
        padding-left: 0.17em; }
        .section-coupon .caption .coupon-info .title {
          font-size: 0.325em;
          font-weight: bold;
          color: #282828;
          max-width: 350px;
          line-height: 0.9;
          margin-bottom: 0.5em; }
        .section-coupon .caption .coupon-info .pretitle {
          font-weight: 300;
          font-size: 0.15em;
          color: #adadad;
          margin-bottom: 0.3em; }
        .section-coupon .caption .coupon-info .button {
          font-size: 0.075em;
          padding: 0.5em 2em;
          font-family: 'Oswald-Medium';
          background-color: transparent;
          color: #7e7e7e;
          display: block;
          text-align: center;
          border: 2px solid #a4a4a4;
          max-width: 20em; }
          .section-coupon .caption .coupon-info .button:hover {
            color: #fff;
            cursor: pointer; }
  
  .food-type-filter {
    font-size: 0.813em;
    text-align: left;
    clear: both; }
    .food-type-filter div, .food-type-filter ul li {
      display: inline-block; }
    .food-type-filter ul li, .food-type-filter ul, .food-type-filter .widget {
      margin: 0; }
    .food-type-filter .food-type-icon {
      float: left; }
    .food-type-filter .widget_layered_nav li:before, .food-type-filter .count {
      display: none; }
    .food-type-filter .clear-food-type-filter a, .food-type-filter ul li a {
      text-transform: uppercase;
      padding: 7.5px 30px;
      display: inline-block; }
      .food-type-filter .clear-food-type-filter a:hover, .food-type-filter ul li a:hover {
        color: #464646; }
    .food-type-filter .clear-food-type-filter, .food-type-filter ul li {
      border-radius: 50px;
      margin-right: 16px;
      position: relative;
      border: 1px solid #d7d7d7; }
      .food-type-filter .clear-food-type-filter:hover, .food-type-filter ul li:hover {
        background-color: #d7d7d7;
        border: 1px solid #d7d7d7; }
    .food-type-filter ul li a {
      padding: 7.5px 30px 7.5px 40px; }
    .food-type-filter .food-type-icon {
      margin-right: 10px;
      position: absolute;
      top: 8px;
      left: 22px; }
    .food-type-filter .clear-food-type-filter.chosen a, .food-type-filter .wc-layered-nav-term.chosen a {
      font-weight: bold;
      color: #464646; }
      .food-type-filter .clear-food-type-filter.chosen a a, .food-type-filter .wc-layered-nav-term.chosen a a {
        color: #464646;
        font-weight: bold; }
    .food-type-filter .clear-food-type-filter.chosen, .food-type-filter .wc-layered-nav-term.chosen {
      background-color: #f5f5f5;
      border: 1px solid #f5f5f5; }
    .food-type-filter a {
      color: #515151; }
  
  .dark .food-type-filter .clear-food-type-filter.chosen a, .dark .food-type-filter .wc-layered-nav-term.chosen a {
    border-width: 2px; }
    .dark .food-type-filter .clear-food-type-filter.chosen a a, .dark .food-type-filter .wc-layered-nav-term.chosen a a {
      color: #fff; }
  .dark .food-type-filter ul li:hover a {
    color: #515151; }
  .dark .food-type-filter a {
    color: #fff; }
  
  .create-your-own {
    float: right; }
    .create-your-own a {
      text-transform: uppercase;
      color: #fff;
      padding: 1em 2em;
      font-weight: bold;
      border-radius: 50px;
      line-height: 1.5;
      display: inline-block;
      background-color: #ff7a40; }
      .create-your-own a:hover {
        background-color: #f0a400;
        color: #fff; }
  
  .widget.widget_price_filter .price_slider {
    margin: 30px 0; }
  .widget.widget_price_filter .price_slider_amount {
    text-align: left;
    position: relative;
    width: 100%;
    color: #686868; }
    .widget.widget_price_filter .price_slider_amount .button {
      line-height: 1;
      font-size: 1em;
      font-weight: bold;
      padding: 0.75em 1.646em;
      border-radius: 0.571em;
      margin-top: 35px; }
    .widget.widget_price_filter .price_slider_amount .price_label {
      position: absolute;
      top: -8px;
      width: inherit;
      font-size: 1em;
      line-height: 1em; }
  .widget.widget_price_filter .ui-slider {
    position: relative;
    text-align: left; }
  .widget.widget_price_filter .ui-slider .ui-slider-handle {
    border-radius: 50%;
    box-sizing: border-box;
    cursor: ew-resize;
    margin-top: 0;
    opacity: 1;
    outline: medium none;
    position: absolute;
    z-index: 2;
    height: 1.143em;
    width: 1.143em;
    transform: translateY(-50%);
    top: 50%;
    border: none; }
    .widget.widget_price_filter .ui-slider .ui-slider-handle:last-child {
      border-width: 3px;
      border-style: solid;
      background-color: #fff;
      margin-left: -1em; }
    .widget.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
      box-shadow: 0 0 0 .236em rgba(0, 0, 0, 0.1); }
  .widget.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-color: #dcdcdc; }
  .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #cacaca; }
  .widget.widget_price_filter .ui-slider-horizontal {
    height: 1px; }
  .widget.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: -2px;
    height: 3px;
    margin-left: 2px;
    transform: translateY(-50%);
    top: 50%; }
  
  .product_list_widget {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .product_list_widget > li > a:hover, .product_list_widget > li > a:focus {
      text-decoration: none; }
    .product_list_widget > li:last-child {
      margin-bottom: 0; }
    .product_list_widget .product-title {
      font-weight: bold;
      font-size: 1em;
      display: block;
      line-height: 1.2em; }
    .product_list_widget a {
      font-weight: bold; }
    .product_list_widget .wp-post-image {
      width: 100px;
      height: 100px;
      margin-right: 15px;
      float: left; }
    .product_list_widget .widget-price {
      margin-top: 0.667em;
      display: block;
      margin-left: 115px; }
    .product_list_widget .star-rating + .electro-price {
      margin-top: 0; }
    .product_list_widget .amount {
      display: inline-block;
      font-size: 1.071em;
      color: #000;
      font-weight: 400; }
    .product_list_widget del .amount, .product_list_widget del {
      color: #8f8f8f; }
    .product_list_widget del .amount {
      text-decoration: line-through;
      font-size: 0.928em; }
    .product_list_widget del {
      display: block;
      font-size: 0.8em;
      line-height: 1.4; }
    .product_list_widget ins {
      text-decoration: none; }
    .product_list_widget ins .amount {
      font-size: 1.071em; }
    .product_list_widget .star-rating {
      margin: 8px 0; }
      .product_list_widget .star-rating + .amount, .product_list_widget .star-rating + del > .amount, .product_list_widget .star-rating + del + ins > .amount {
        margin-top: 0; }
  
  .left-sidebar .widget-area .widget_nav_menu, .left-sidebar .widget-area .page-template-template-homepage-v6 .secondary-navigation, .page-template-template-homepage-v6 .left-sidebar .widget-area .secondary-navigation, .right-sidebar .widget-area .widget_nav_menu, .right-sidebar .widget-area .page-template-template-homepage-v6 .secondary-navigation, .page-template-template-homepage-v6 .right-sidebar .widget-area .secondary-navigation {
    background-color: #f7f7f7;
    padding: 10px 0;
    border-radius: 14px; }
  
  .widget_nav_menu .menu li, .page-template-template-homepage-v6 .secondary-navigation .menu li {
    margin-bottom: 0;
    padding: 0 30px;
    height: 50px;
    margin-top: -1px;
    position: relative; }
    .widget_nav_menu .menu li::before, .page-template-template-homepage-v6 .secondary-navigation .menu li::before {
      display: none; }
    .widget_nav_menu .menu li:hover::after, .page-template-template-homepage-v6 .secondary-navigation .menu li:hover::after, .widget_nav_menu .menu li:hover::before, .page-template-template-homepage-v6 .secondary-navigation .menu li:hover::before {
      visibility: visible; }
    .widget_nav_menu .menu li:hover a, .page-template-template-homepage-v6 .secondary-navigation .menu li:hover a, .widget_nav_menu .menu li:hover a i, .page-template-template-homepage-v6 .secondary-navigation .menu li:hover a i {
      color: #fff; }
    .widget_nav_menu .menu li:hover a, .page-template-template-homepage-v6 .secondary-navigation .menu li:hover a {
      font-weight: bold;
      text-shadow: none;
      border-bottom-color: transparent; }
    .widget_nav_menu .menu li::before, .page-template-template-homepage-v6 .secondary-navigation .menu li::before {
      font-family: "FontAwesome", sans-serif;
      content: "\f105";
      color: #fff;
      display: block;
      right: -6px;
      font-size: 20px;
      font-weight: bold;
      z-index: 1;
      position: absolute;
      opacity: 1;
      top: 50%;
      transform: translateY(-50%);
      visibility: hidden; }
    .widget_nav_menu .menu li::after, .page-template-template-homepage-v6 .secondary-navigation .menu li::after {
      transform: rotate(45deg);
      width: 40px;
      height: 42px;
      content: " ";
      display: block;
      top: 4px;
      left: 92%;
      position: absolute;
      border-radius: 10px;
      visibility: hidden; }
    .widget_nav_menu .menu li a, .page-template-template-homepage-v6 .secondary-navigation .menu li a {
      font-size: 1.071em;
      color: #333e48;
      padding: 10px 0;
      display: block;
      height: 50px;
      border-bottom: 1px solid #d9d9d9; }
      .widget_nav_menu .menu li a i, .page-template-template-homepage-v6 .secondary-navigation .menu li a i {
        font-size: 1.867em;
        padding-right: 0.857em;
        color: #a3a3a3; }
    .widget_nav_menu .menu li:last-child a, .page-template-template-homepage-v6 .secondary-navigation .menu li:last-child a {
      border-color: transparent; }
  
  .woocommerce-page.archive.left-sidebar .pizzaro-sorting, .woocommerce-page.archive.right-sidebar .pizzaro-sorting {
    padding-bottom: 20px;
    margin-bottom: 48px; }
  .woocommerce-page.archive.full-width .pizzaro-sorting {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding-bottom: 36px;
    margin-bottom: 50px; }
  .woocommerce-page.archive .pizzaro-sorting {
    border-bottom: 1px solid #ebeaf1;
    position: relative; }
    .woocommerce-page.archive .pizzaro-sorting:before, .woocommerce-page.archive .pizzaro-sorting:after {
      content: "";
      display: table; }
    .woocommerce-page.archive .pizzaro-sorting:after {
      clear: both; }
    .woocommerce-page.archive .pizzaro-sorting select {
      width: auto; }
    .woocommerce-page.archive .pizzaro-sorting form {
      margin-bottom: 0; }
  .woocommerce-page.archive.dark .pizzaro-sorting {
    border: none; }
  .woocommerce-page.archive.dark.full-width .pizzaro-sorting {
    margin-bottom: 6px; }
  .woocommerce-page.archive.dark.full-width.grid-view .food-type-filter {
    padding: 0 30px; }
  
  .shop-archive-header {
    background-color: #cccccc;
    min-height: 300px;
    text-align: center;
    position: relative;
    margin-bottom: 3.286em; }
    .shop-archive-header .shop-archive-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .shop-archive-header .title {
      font-weight: bold;
      line-height: 1.1em;
      color: #fff;
      text-transform: uppercase;
      
      font-size: 5.625em;
      margin-bottom: 0.133em; }
    .shop-archive-header .woocommerce-breadcrumb {
      font-size: .875em;
      color: #fff; }
      .shop-archive-header .woocommerce-breadcrumb a {
        color: #fff; }
      .shop-archive-header .woocommerce-breadcrumb span.delimiter + a {
        background-color: transparent;
        padding: 0; }
    .shop-archive-header .description {
      font-size: 1.143em;
      color: #999;
      line-height: 1.5em;
      margin-bottom: 0;
      font-style: italic;
      font-weight: 100;
      letter-spacing: 0.025em; }
  
  .tax-product_cat .site-header {
    margin-bottom: 0; }
  
  .tax-product_cat .header-v2 {
    position: absolute;
    width: 100%;
    background: transparent; }
  
  .header-v2 + .shop-archive-header {
    height: 343px; }
    .header-v2 + .shop-archive-header .shop-archive-content {
      top: 71.6%; }
  
  .full-width.grid-view .shop-archive-header + .site-content, .full-width.list-view .shop-archive-header + .site-content, .left-sidebar.grid-view .shop-archive-header + .site-content, .left-sidebar.list-view .shop-archive-header + .site-content, .right-sidebar.grid-view .shop-archive-header + .site-content, .right-sidebar.list-view .shop-archive-header + .site-content {
    padding-top: 0; }
  
  .list-no-image-cat-view .products {
    margin-bottom: 54px; }
  .list-no-image-cat-view .kc_single_image {
    margin-bottom: 100px; }
    .list-no-image-cat-view .kc_single_image figure {
      width: 100vw;
      position: relative;
      margin-left: -50vw;
      left: 50%; }
    .list-no-image-cat-view .kc_single_image .scapt {
      position: absolute;
      bottom: -1px;
      
      font-size: 8.125em;
      font-weight: bold;
      color: #fff;
      line-height: 0.8;
      left: -11px;
      margin: 0;
      letter-spacing: 2.8px; }
  .list-no-image-cat-view .section-products {
    clear: both; }
  
  .shop-6-cat-view .section-title, .shop-6-cat-view .error404 .page-content section h2, .error404 .page-content section .shop-6-cat-view h2, .shop-6-cat-view .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .shop-6-cat-view h2, .shop-6-cat-view .related > h2:first-child, .shop-6-cat-view .upsells > h2:first-child, .shop-6-cat-view .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .shop-6-cat-view h2 {
    font-size: 2.25em;
    font-weight: bold;
    color: #484848;
    
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 1em;
    position: relative;
    display: table;
    border: none;
    white-space: nowrap;
    width: 100%; }
    .shop-6-cat-view .section-title:before, .shop-6-cat-view .error404 .page-content section h2:before, .error404 .page-content section .shop-6-cat-view h2:before, .shop-6-cat-view .error404 .fourohfour-columns-2 .col-1 h2:before, .error404 .fourohfour-columns-2 .col-1 .shop-6-cat-view h2:before, .shop-6-cat-view .related > h2:first-child:before, .shop-6-cat-view .upsells > h2:first-child:before, .shop-6-cat-view .woocommerce-cart .cart-collaterals + .cross-sells h2:before, .woocommerce-cart .cart-collaterals + .cross-sells .shop-6-cat-view h2:before, .shop-6-cat-view .section-title:after, .shop-6-cat-view .error404 .page-content section h2:after, .error404 .page-content section .shop-6-cat-view h2:after, .shop-6-cat-view .error404 .fourohfour-columns-2 .col-1 h2:after, .error404 .fourohfour-columns-2 .col-1 .shop-6-cat-view h2:after, .shop-6-cat-view .related > h2:first-child:after, .shop-6-cat-view .upsells > h2:first-child:after, .shop-6-cat-view .woocommerce-cart .cart-collaterals + .cross-sells h2:after, .woocommerce-cart .cart-collaterals + .cross-sells .shop-6-cat-view h2:after {
      border-top: 1px solid #e9e9e9;
      content: '';
      display: table-cell;
      position: relative;
      background-color: transparent;
      top: 0.5em;
      transform: none;
      width: 45%; }
    .shop-6-cat-view .section-title:before, .shop-6-cat-view .error404 .page-content section h2:before, .error404 .page-content section .shop-6-cat-view h2:before, .shop-6-cat-view .error404 .fourohfour-columns-2 .col-1 h2:before, .error404 .fourohfour-columns-2 .col-1 .shop-6-cat-view h2:before, .shop-6-cat-view .related > h2:first-child:before, .shop-6-cat-view .upsells > h2:first-child:before, .shop-6-cat-view .woocommerce-cart .cart-collaterals + .cross-sells h2:before, .woocommerce-cart .cart-collaterals + .cross-sells .shop-6-cat-view h2:before {
      right: 1.5%; }
    .shop-6-cat-view .section-title:after, .shop-6-cat-view .error404 .page-content section h2:after, .error404 .page-content section .shop-6-cat-view h2:after, .shop-6-cat-view .error404 .fourohfour-columns-2 .col-1 h2:after, .error404 .fourohfour-columns-2 .col-1 .shop-6-cat-view h2:after, .shop-6-cat-view .related > h2:first-child:after, .shop-6-cat-view .upsells > h2:first-child:after, .shop-6-cat-view .woocommerce-cart .cart-collaterals + .cross-sells h2:after, .woocommerce-cart .cart-collaterals + .cross-sells .shop-6-cat-view h2:after {
      left: 1.5%; }
  
  .ywapo_input_container_radio {
    display: inline-block;
    position: relative;
    margin: 0 0.75em 1em 0.75em; }
    .ywapo_input_container_radio input, .ywapo_input_container_radio input[type=radio] {
      opacity: 0;
      position: absolute;
      height: 48px;
      width: 100%;
      z-index: 2;
      margin: 0; }
    .ywapo_input_container_radio .ywapo_label_tag_position_after, .ywapo_input_container_radio label {
      width: 48px;
      height: 48px;
      line-height: 1;
      font-size: 0.813em;
      position: relative;
      color: #2b2929;
      font-weight: 600;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
      .ywapo_input_container_radio .ywapo_label_tag_position_after::before, .ywapo_input_container_radio label::before {
        content: " ";
        width: 48px;
        border-radius: 100%;
        height: 48px;
        border: 2px solid #f9f1db;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        transition: all 0.2s ease-in-out 0s; }
      .ywapo_input_container_radio .ywapo_label_tag_position_after span, .ywapo_input_container_radio label span {
        width: 30px;
        display: inline-block;
        line-height: 12px;
        padding: 12px 0;
        position: relative;
        z-index: 1; }
    .ywapo_input_container_radio:hover .ywapo_label_tag_position_after::before {
      background-color: #ffcd00;
      border: 2px solid #ffcd00; }
    .ywapo_input_container_radio .ywapo_label_price {
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      padding-left: 10px; }
      .ywapo_input_container_radio .ywapo_label_price .woocommerce-Price-currencySymbol {
        vertical-align: top;
        font-size: small; }
      .ywapo_input_container_radio .ywapo_label_price .amount {
        font-size: 1.25em;
        color: #fff;
        font-weight: normal; }
  
  .header-v1 .site-header-cart .cart-contents {
    padding: .407em .9em .8em .9em;
    background-color: #8ca93e;
    border-radius: 50px;
    color: #fff;
    line-height: 1;
    max-width: 225px;
    font-size: 1.813em;
    margin-left: auto; }
    .header-v1 .site-header-cart .cart-contents::after {
      color: white;
      content: " ";
      font-size: 18px;
      align-items: center;
      padding-bottom: 12px;
      bottom: -8px;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      border-top: 2px solid #226f0b;
      margin: auto;
      width: 137px;
      background: linear-gradient(30deg, transparent 40px, white 40px), linear-gradient(-45deg, transparent 40px, white 40px), linear-gradient(45deg, transparent 34px, white 34px), linear-gradient(-45deg, transparent 34px, white 34px);
      background-size: 7px calc(100% + 30px); }
    .header-v1 .site-header-cart .cart-contents::before {
      font-family: "font-pizzaro";
      content: "\47";
      display: inline-block;
      vertical-align: middle; }
    .header-v1 .site-header-cart .cart-contents > span {
      font-size: 0.483em;
      font-weight: 900;
      opacity: 1;
      vertical-align: middle; }
    .header-v1 .site-header-cart .cart-contents .count {
      display: none; }
    .header-v1 .site-header-cart .cart-contents .amount {
      margin-right: 0; }
    .header-v1 .site-header-cart .cart-contents .price-label {
      margin-right: .327em; }
  
  .header-v1 .site-header-cart-v2 {
    list-style: none;
    margin: 0; }
    .header-v1 .site-header-cart-v2 .cart-content {
      position: relative;
      margin-left: 0 }
      .header-v1 .site-header-cart-v2 .cart-content > a {
        padding: .66em .9em;
        background-color: #8ca93e;
        border-radius: 50px;
        color: #fff;
        line-height: 1;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
        align-items: center;
        max-width: 225px;
        font-size: 20px;
        margin-left: auto; }
        .header-v1 .site-header-cart-v2 .cart-content > a span {
          font-size: 0.483em;
          font-weight: bold;
          padding-left: 10px; }
      .header-v1 .site-header-cart-v2 .cart-content .sub-menu {
        border-top: 0;
        width: 152px;
        list-style: none;
        margin: 0 auto;
        position: absolute;
        bottom: -63px;
        overflow: hidden;
        min-height: 52px;
        left: 50%;
        transform: translate(-50%, -50%); }
        .home-header-transparent .header-v1 .site-header-cart-v2 .cart-content .sub-menu {
            bottom: -93px;
            left: 30%;
        }
        .header-v1 .site-header-cart-v2 .cart-content .sub-menu li {
          background-color: #fff;
          height: 45px;
          width: inherit;
          transition: transform 0.3s;
          transform: translate(0px, -60px); }
          .header-v1 .site-header-cart-v2 .cart-content .sub-menu li a {
            padding: 6px 10px;
            display: block; }
          .header-v1 .site-header-cart-v2 .cart-content .sub-menu li::after {
            color: white;
            content: " ";
            font-size: 18px;
            align-items: center;
            padding-bottom: 12px;
            bottom: -4px;
            position: relative;
            display: block;
            margin: auto;
            background: linear-gradient(30deg, transparent 40px, white 40px), linear-gradient(-45deg, transparent 40px, white 40px), linear-gradient(45deg, transparent 34px, white 34px), linear-gradient(-45deg, transparent 34px, white 34px);
            background-size: 7px calc(100% + 34px); }
      .header-v1 .site-header-cart-v2 .cart-content:hover .sub-menu li {
        transform: translate(0px, 0px); }
      .header-v1 .site-header-cart-v2 .cart-content > span {
        font-size: 0.483em;
        font-weight: 900;
        opacity: 1;
        vertical-align: middle; }
      .header-v1 .site-header-cart-v2 .cart-content .count {
        font-size: 15px; }
      .header-v1 .site-header-cart-v2 .cart-content .amount {
        font-size: 15px;
        font-weight: bold;
        float: right; }
      .header-v1 .site-header-cart-v2 .cart-content .price-label {
        margin-right: .327em; }
  
  .header-v2 .site-header-cart .cart-contents, .header-v3 .site-header-cart .cart-contents, .header-v4 .site-header-cart .cart-contents {
    padding: 0.604em 0;
    color: #fff;
    line-height: 1;
    font-size: 1.188em; }
    .header-v2 .site-header-cart .cart-contents::after, .header-v2 .site-header-cart .cart-contents::before, .header-v3 .site-header-cart .cart-contents::after, .header-v3 .site-header-cart .cart-contents::before, .header-v4 .site-header-cart .cart-contents::after, .header-v4 .site-header-cart .cart-contents::before {
      font-family: "font-pizzaro"; }
    .header-v2 .site-header-cart .cart-contents::after, .header-v3 .site-header-cart .cart-contents::after, .header-v4 .site-header-cart .cart-contents::after {
      color: white;
      content: "\69";
      line-height: 1;
      font-size: 0.5em;
      float: none;
      color: #dcdcdc; }
    .header-v2 .site-header-cart .cart-contents::before, .header-v3 .site-header-cart .cart-contents::before, .header-v4 .site-header-cart .cart-contents::before {
      content: "\47";
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #dcdcdc;
      border-radius: 50px;
      padding: 0.579em;
      margin-right: 14px; }
    .header-v2 .site-header-cart .cart-contents .amount, .header-v3 .site-header-cart .cart-contents .amount, .header-v4 .site-header-cart .cart-contents .amount {
      font-weight: 900;
      vertical-align: middle; }
      .header-v2 .site-header-cart .cart-contents .amount span, .header-v3 .site-header-cart .cart-contents .amount span, .header-v4 .site-header-cart .cart-contents .amount span {
        font-weight: normal;
        font-size: 0.929em;
        padding-right: 6px; }
    .header-v2 .site-header-cart .cart-contents > span, .header-v3 .site-header-cart .cart-contents > span, .header-v4 .site-header-cart .cart-contents > span {
      font-size: 0.737em; }
    .header-v2 .site-header-cart .cart-contents > span, .header-v2 .site-header-cart .cart-contents .count, .header-v3 .site-header-cart .cart-contents > span, .header-v3 .site-header-cart .cart-contents .count, .header-v4 .site-header-cart .cart-contents > span, .header-v4 .site-header-cart .cart-contents .count {
      font-weight: bold;
      opacity: 1;
      vertical-align: middle; }
    .header-v2 .site-header-cart .cart-contents .count, .header-v3 .site-header-cart .cart-contents .count, .header-v4 .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: 0;
      line-height: 1;
      top: 2px; }
  
  .header-v3 .site-header-cart .cart-contents {
    float: right; }
    .header-v3 .site-header-cart .cart-contents::before {
      border: none;
      font-size: 1.158em;
      margin-right: 0; }
    .header-v3 .site-header-cart .cart-contents::after {
      color: #fff; }
    .header-v3 .site-header-cart .cart-contents .amount span {
      display: none; }
    .header-v3 .site-header-cart .cart-contents > span {
      font-size: 0.789em; }
    .header-v3 .site-header-cart .cart-contents .count {
      left: 3px;
      top: 7px; }
  
  .product-filters-widgets {
    float: right; }
    .product-filters-widgets .dropdown-toggle {
      font-size: 0.875em;
      font-weight: bold;
      border-radius: 50px;
      padding: 0.536em 1.778em;
      display: inline-block;
      background-color: #f7f7f7; }
      .product-filters-widgets .dropdown-toggle i {
        font-size: 0.8em;
        padding-left: 10px; }
    .product-filters-widgets > a:hover, .product-filters-widgets a[aria-expanded="true"] {
      background-color: #d7d7d7; }
    .product-filters-widgets .collapse, .product-filters-widgets .collapsing {
      position: absolute;
      z-index: 3;
      right: 0;
      top: 46px;
      background-color: #f6f6f6;
      width: 100%;
      padding: 3em 3em 0 3em; }
    .product-filters-widgets .widget {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; }
      @media (min-width: 768px) {
        .product-filters-widgets .widget {
          width: 25%; } }
      @media (min-width: 992px) {
        .product-filters-widgets .widget {
          width: 25%; } }
  
  .list-no-image-view .products, .list-no-image-cat-view .products, .list-no-image-view ul.products, .list-no-image-cat-view ul.products {
    list-style-type: none;
    margin-left: 0; }
    .list-no-image-view .products:first-child, .list-no-image-cat-view .products:first-child, .list-no-image-view ul.products:first-child, .list-no-image-cat-view ul.products:first-child {
      counter-reset: customlistcounter; }
    .list-no-image-view .products .owl-item > .product, .list-no-image-cat-view .products .owl-item > .product, .list-no-image-view .products li.product, .list-no-image-cat-view .products li.product, .list-no-image-view ul.products .owl-item > .product, .list-no-image-cat-view ul.products .owl-item > .product, .list-no-image-view ul.products li.product, .list-no-image-cat-view ul.products li.product {
      counter-increment: customlistcounter;
      border: none;
      padding-left: 24px;
      padding-bottom: 0;
      margin-bottom: 2.46em; }
      .list-no-image-view .products .owl-item > .product .hover-area, .list-no-image-cat-view .products .owl-item > .product .hover-area, .list-no-image-view .products li.product .hover-area, .list-no-image-cat-view .products li.product .hover-area, .list-no-image-view ul.products .owl-item > .product .hover-area, .list-no-image-cat-view ul.products .owl-item > .product .hover-area, .list-no-image-view ul.products li.product .hover-area, .list-no-image-cat-view ul.products li.product .hover-area {
        position: absolute;
        right: 16px;
        top: 0;
        display: block;
        background-color: transparent; }
      .list-no-image-view .products .owl-item > .product .button, .list-no-image-cat-view .products .owl-item > .product .button, .list-no-image-view .products li.product .button, .list-no-image-cat-view .products li.product .button, .list-no-image-view ul.products .owl-item > .product .button, .list-no-image-cat-view ul.products .owl-item > .product .button, .list-no-image-view ul.products li.product .button, .list-no-image-cat-view ul.products li.product .button {
        visibility: visible;
        overflow: hidden;
        height: 20px;
        width: 20px;
        padding: 1.6em;
        text-indent: -9999px;
        background-color: #f5f5f5;
        color: #2b2b2b; }
        .list-no-image-view .products .owl-item > .product .button::before, .list-no-image-cat-view .products .owl-item > .product .button::before, .list-no-image-view .products li.product .button::before, .list-no-image-cat-view .products li.product .button::before, .list-no-image-view ul.products .owl-item > .product .button::before, .list-no-image-cat-view ul.products .owl-item > .product .button::before, .list-no-image-view ul.products li.product .button::before, .list-no-image-cat-view ul.products li.product .button::before {
          float: left;
          font-size: 18px;
          content: "\68";
          line-height: 16px;
          margin: 0;
          text-indent: 0;
          height: 20px;
          width: 20px;
          font-weight: 100;
          top: -9px;
          right: 9px;
          position: relative; }
        .list-no-image-view .products .owl-item > .product .button:hover, .list-no-image-cat-view .products .owl-item > .product .button:hover, .list-no-image-view .products li.product .button:hover, .list-no-image-cat-view .products li.product .button:hover, .list-no-image-view ul.products .owl-item > .product .button:hover, .list-no-image-cat-view ul.products .owl-item > .product .button:hover, .list-no-image-view ul.products li.product .button:hover, .list-no-image-cat-view ul.products li.product .button:hover {
          color: #fff; }
      .list-no-image-view .products .owl-item > .product:hover, .list-no-image-cat-view .products .owl-item > .product:hover, .list-no-image-view .products li.product:hover, .list-no-image-cat-view .products li.product:hover, .list-no-image-view ul.products .owl-item > .product:hover, .list-no-image-cat-view ul.products .owl-item > .product:hover, .list-no-image-view ul.products li.product:hover, .list-no-image-cat-view ul.products li.product:hover {
        border: none; }
        .list-no-image-view .products .owl-item > .product:hover .hover-area, .list-no-image-cat-view .products .owl-item > .product:hover .hover-area, .list-no-image-view .products li.product:hover .hover-area, .list-no-image-cat-view .products li.product:hover .hover-area, .list-no-image-view ul.products .owl-item > .product:hover .hover-area, .list-no-image-cat-view ul.products .owl-item > .product:hover .hover-area, .list-no-image-view ul.products li.product:hover .hover-area, .list-no-image-cat-view ul.products li.product:hover .hover-area {
          padding: 0; }
        .list-no-image-view .products .owl-item > .product:hover .product-inner, .list-no-image-cat-view .products .owl-item > .product:hover .product-inner, .list-no-image-view .products li.product:hover .product-inner, .list-no-image-cat-view .products li.product:hover .product-inner, .list-no-image-view ul.products .owl-item > .product:hover .product-inner, .list-no-image-cat-view ul.products .owl-item > .product:hover .product-inner, .list-no-image-view ul.products li.product:hover .product-inner, .list-no-image-cat-view ul.products li.product:hover .product-inner {
          position: relative;
          background-color: transparent; }
      .list-no-image-view .products .owl-item > .product .price, .list-no-image-cat-view .products .owl-item > .product .price, .list-no-image-view .products li.product .price, .list-no-image-cat-view .products li.product .price, .list-no-image-view ul.products .owl-item > .product .price, .list-no-image-cat-view ul.products .owl-item > .product .price, .list-no-image-view ul.products li.product .price, .list-no-image-cat-view ul.products li.product .price {
        font-size: 1.25em;
        color: #fff;
        position: absolute;
        top: 10px;
        right: 70px; }
        .list-no-image-view .products .owl-item > .product .price .woocommerce-Price-currencySymbol, .list-no-image-cat-view .products .owl-item > .product .price .woocommerce-Price-currencySymbol, .list-no-image-view .products li.product .price .woocommerce-Price-currencySymbol, .list-no-image-cat-view .products li.product .price .woocommerce-Price-currencySymbol, .list-no-image-view ul.products .owl-item > .product .price .woocommerce-Price-currencySymbol, .list-no-image-cat-view ul.products .owl-item > .product .price .woocommerce-Price-currencySymbol, .list-no-image-view ul.products li.product .price .woocommerce-Price-currencySymbol, .list-no-image-cat-view ul.products li.product .price .woocommerce-Price-currencySymbol {
          font-size: large;
          vertical-align: top;
          line-height: 1; }
        .list-no-image-view .products .owl-item > .product .price > del, .list-no-image-cat-view .products .owl-item > .product .price > del, .list-no-image-view .products li.product .price > del, .list-no-image-cat-view .products li.product .price > del, .list-no-image-view ul.products .owl-item > .product .price > del, .list-no-image-cat-view ul.products .owl-item > .product .price > del, .list-no-image-view ul.products li.product .price > del, .list-no-image-cat-view ul.products li.product .price > del {
          font-size: 0.8em; }
      .list-no-image-view .products .owl-item > .product .food-type-icon, .list-no-image-cat-view .products .owl-item > .product .food-type-icon, .list-no-image-view .products li.product .food-type-icon, .list-no-image-cat-view .products li.product .food-type-icon, .list-no-image-view ul.products .owl-item > .product .food-type-icon, .list-no-image-cat-view ul.products .owl-item > .product .food-type-icon, .list-no-image-view ul.products li.product .food-type-icon, .list-no-image-cat-view ul.products li.product .food-type-icon {
        line-height: 1.6;
        vertical-align: top; }
      .list-no-image-view .products .owl-item > .product .product-image-wrapper, .list-no-image-cat-view .products .owl-item > .product .product-image-wrapper, .list-no-image-view .products .owl-item > .product .yith_wapo_groups_container h3, .list-no-image-cat-view .products .owl-item > .product .yith_wapo_groups_container h3, .list-no-image-view .products li.product .product-image-wrapper, .list-no-image-cat-view .products li.product .product-image-wrapper, .list-no-image-view .products li.product .yith_wapo_groups_container h3, .list-no-image-cat-view .products li.product .yith_wapo_groups_container h3, .list-no-image-view ul.products .owl-item > .product .product-image-wrapper, .list-no-image-cat-view ul.products .owl-item > .product .product-image-wrapper, .list-no-image-view ul.products .owl-item > .product .yith_wapo_groups_container h3, .list-no-image-cat-view ul.products .owl-item > .product .yith_wapo_groups_container h3, .list-no-image-view ul.products li.product .product-image-wrapper, .list-no-image-cat-view ul.products li.product .product-image-wrapper, .list-no-image-view ul.products li.product .yith_wapo_groups_container h3, .list-no-image-cat-view ul.products li.product .yith_wapo_groups_container h3 {
        display: none; }
      .list-no-image-view .products .owl-item > .product .ywapo_input_container_radio:nth-child(n+4), .list-no-image-cat-view .products .owl-item > .product .ywapo_input_container_radio:nth-child(n+4), .list-no-image-view .products li.product .ywapo_input_container_radio:nth-child(n+4), .list-no-image-cat-view .products li.product .ywapo_input_container_radio:nth-child(n+4), .list-no-image-view ul.products .owl-item > .product .ywapo_input_container_radio:nth-child(n+4), .list-no-image-cat-view ul.products .owl-item > .product .ywapo_input_container_radio:nth-child(n+4), .list-no-image-view ul.products li.product .ywapo_input_container_radio:nth-child(n+4), .list-no-image-cat-view ul.products li.product .ywapo_input_container_radio:nth-child(n+4) {
        display: none; }
      .list-no-image-view .products .owl-item > .product::before, .list-no-image-cat-view .products .owl-item > .product::before, .list-no-image-view .products li.product::before, .list-no-image-cat-view .products li.product::before, .list-no-image-view ul.products .owl-item > .product::before, .list-no-image-cat-view ul.products .owl-item > .product::before, .list-no-image-view ul.products li.product::before, .list-no-image-cat-view ul.products li.product::before {
        content: counter(customlistcounter) " ";
        font-weight: bold;
        position: absolute;
        left: 0;
        width: 2.667em;
        height: 2.667em;
        font-size: 1.125em;
        padding: 10px;
        color: #fff;
        border-radius: 50%;
        z-index: 1; }
      .list-no-image-view .products .owl-item > .product .product-content-wrapper, .list-no-image-cat-view .products .owl-item > .product .product-content-wrapper, .list-no-image-view .products li.product .product-content-wrapper, .list-no-image-cat-view .products li.product .product-content-wrapper, .list-no-image-view ul.products .owl-item > .product .product-content-wrapper, .list-no-image-cat-view ul.products .owl-item > .product .product-content-wrapper, .list-no-image-view ul.products li.product .product-content-wrapper, .list-no-image-cat-view ul.products li.product .product-content-wrapper {
        padding-left: 0; }
        .list-no-image-view .products .owl-item > .product .product-content-wrapper .woocommerce-LoopProduct-link, .list-no-image-cat-view .products .owl-item > .product .product-content-wrapper .woocommerce-LoopProduct-link, .list-no-image-view .products li.product .product-content-wrapper .woocommerce-LoopProduct-link, .list-no-image-cat-view .products li.product .product-content-wrapper .woocommerce-LoopProduct-link, .list-no-image-view ul.products .owl-item > .product .product-content-wrapper .woocommerce-LoopProduct-link, .list-no-image-cat-view ul.products .owl-item > .product .product-content-wrapper .woocommerce-LoopProduct-link, .list-no-image-view ul.products li.product .product-content-wrapper .woocommerce-LoopProduct-link, .list-no-image-cat-view ul.products li.product .product-content-wrapper .woocommerce-LoopProduct-link {
          width: 100%;
          padding: 0.8em 0 .625em 2.7em;
          border: 1px dashed #cececc;
          border-radius: 30px;
          border-top: none;
          border-right: none;
          text-align: left;
          border-bottom-right-radius: 0;
          border-top-left-radius: 0; }
          .list-no-image-view .products .owl-item > .product .product-content-wrapper .woocommerce-LoopProduct-link > h3, .list-no-image-cat-view .products .owl-item > .product .product-content-wrapper .woocommerce-LoopProduct-link > h3, .list-no-image-view .products li.product .product-content-wrapper .woocommerce-LoopProduct-link > h3, .list-no-image-cat-view .products li.product .product-content-wrapper .woocommerce-LoopProduct-link > h3, .list-no-image-view ul.products .owl-item > .product .product-content-wrapper .woocommerce-LoopProduct-link > h3, .list-no-image-cat-view ul.products .owl-item > .product .product-content-wrapper .woocommerce-LoopProduct-link > h3, .list-no-image-view ul.products li.product .product-content-wrapper .woocommerce-LoopProduct-link > h3, .list-no-image-cat-view ul.products li.product .product-content-wrapper .woocommerce-LoopProduct-link > h3 {
            font-size: 1.5em;
            margin-bottom: 1em; }
        .list-no-image-view .products .owl-item > .product .product-content-wrapper .yith_wapo_groups_container, .list-no-image-cat-view .products .owl-item > .product .product-content-wrapper .yith_wapo_groups_container, .list-no-image-view .products li.product .product-content-wrapper .yith_wapo_groups_container, .list-no-image-cat-view .products li.product .product-content-wrapper .yith_wapo_groups_container, .list-no-image-view ul.products .owl-item > .product .product-content-wrapper .yith_wapo_groups_container, .list-no-image-cat-view ul.products .owl-item > .product .product-content-wrapper .yith_wapo_groups_container, .list-no-image-view ul.products li.product .product-content-wrapper .yith_wapo_groups_container, .list-no-image-cat-view ul.products li.product .product-content-wrapper .yith_wapo_groups_container {
          width: 30%;
          position: absolute;
          right: 40px;
          top: 0;
          text-align: center; }
      .list-no-image-view .products .owl-item > .product .product-image-wrapper, .list-no-image-cat-view .products .owl-item > .product .product-image-wrapper, .list-no-image-view .products .owl-item > .product .product-content-wrapper, .list-no-image-cat-view .products .owl-item > .product .product-content-wrapper, .list-no-image-view .products li.product .product-image-wrapper, .list-no-image-cat-view .products li.product .product-image-wrapper, .list-no-image-view .products li.product .product-content-wrapper, .list-no-image-cat-view .products li.product .product-content-wrapper, .list-no-image-view ul.products .owl-item > .product .product-image-wrapper, .list-no-image-cat-view ul.products .owl-item > .product .product-image-wrapper, .list-no-image-view ul.products .owl-item > .product .product-content-wrapper, .list-no-image-cat-view ul.products .owl-item > .product .product-content-wrapper, .list-no-image-view ul.products li.product .product-image-wrapper, .list-no-image-cat-view ul.products li.product .product-image-wrapper, .list-no-image-view ul.products li.product .product-content-wrapper, .list-no-image-cat-view ul.products li.product .product-content-wrapper {
        border: none; }
      .list-no-image-view .products .owl-item > .product div[itemprop=description], .list-no-image-cat-view .products .owl-item > .product div[itemprop=description], .list-no-image-view .products .owl-item > .product h3, .list-no-image-cat-view .products .owl-item > .product h3, .list-no-image-view .products li.product div[itemprop=description], .list-no-image-cat-view .products li.product div[itemprop=description], .list-no-image-view .products li.product h3, .list-no-image-cat-view .products li.product h3, .list-no-image-view ul.products .owl-item > .product div[itemprop=description], .list-no-image-cat-view ul.products .owl-item > .product div[itemprop=description], .list-no-image-view ul.products .owl-item > .product h3, .list-no-image-cat-view ul.products .owl-item > .product h3, .list-no-image-view ul.products li.product div[itemprop=description], .list-no-image-cat-view ul.products li.product div[itemprop=description], .list-no-image-view ul.products li.product h3, .list-no-image-cat-view ul.products li.product h3 {
        padding: 0; }
      .list-no-image-view .products .owl-item > .product h3, .list-no-image-cat-view .products .owl-item > .product h3, .list-no-image-view .products .owl-item > .product div[itemprop=description], .list-no-image-cat-view .products .owl-item > .product div[itemprop=description], .list-no-image-view .products li.product h3, .list-no-image-cat-view .products li.product h3, .list-no-image-view .products li.product div[itemprop=description], .list-no-image-cat-view .products li.product div[itemprop=description], .list-no-image-view ul.products .owl-item > .product h3, .list-no-image-cat-view ul.products .owl-item > .product h3, .list-no-image-view ul.products .owl-item > .product div[itemprop=description], .list-no-image-cat-view ul.products .owl-item > .product div[itemprop=description], .list-no-image-view ul.products li.product h3, .list-no-image-cat-view ul.products li.product h3, .list-no-image-view ul.products li.product div[itemprop=description], .list-no-image-cat-view ul.products li.product div[itemprop=description] {
        max-width: 60%; }
      .list-no-image-view .products .owl-item > .product .food-type-icon ~ div[itemprop=description], .list-no-image-cat-view .products .owl-item > .product .food-type-icon ~ div[itemprop=description], .list-no-image-view .products li.product .food-type-icon ~ div[itemprop=description], .list-no-image-cat-view .products li.product .food-type-icon ~ div[itemprop=description], .list-no-image-view ul.products .owl-item > .product .food-type-icon ~ div[itemprop=description], .list-no-image-cat-view ul.products .owl-item > .product .food-type-icon ~ div[itemprop=description], .list-no-image-view ul.products li.product .food-type-icon ~ div[itemprop=description], .list-no-image-cat-view ul.products li.product .food-type-icon ~ div[itemprop=description] {
        clear: both; }
  
  .dark.list-no-image-view .food-type-filter .clear-food-type-filter, .dark.list-no-image-cat-view .food-type-filter .clear-food-type-filter, .dark.list-no-image-view .food-type-filter ul li, .dark.list-no-image-cat-view .food-type-filter ul li {
    border-width: 2px; }
  .dark.list-no-image-view .header-v1, .dark.list-no-image-cat-view .header-v1, .dark.list-no-image-view .header-v2, .dark.list-no-image-cat-view .header-v2, .dark.list-no-image-view .header-v3, .dark.list-no-image-cat-view .header-v3, .dark.list-no-image-view .header-v4, .dark.list-no-image-cat-view .header-v4, .dark.list-no-image-view .header-v5, .dark.list-no-image-cat-view .header-v5 {
    margin-bottom: 0; }
  .dark.list-no-image-view .site-content, .dark.list-no-image-cat-view .site-content {
    padding-top: 56px; }
  .dark.list-no-image-view .ywapo_input_container_radio:hover .ywapo_label_tag_position_after::before, .dark.list-no-image-cat-view .ywapo_input_container_radio:hover .ywapo_label_tag_position_after::before {
    border-width: 1px; }
  .dark.list-no-image-view .ywapo_input_container_radio .ywapo_label_tag_position_after::before, .dark.list-no-image-cat-view .ywapo_input_container_radio .ywapo_label_tag_position_after::before {
    border-color: #5f5f5f;
    border-width: 1px; }
  .dark.list-no-image-view ul.products li.product .price, .dark.list-no-image-cat-view ul.products li.product .price, .dark.list-no-image-view ul.products li.product .button, .dark.list-no-image-cat-view ul.products li.product .button, .dark.list-no-image-view ul.products li.product .product-content-wrapper .woocommerce-LoopProduct-link > h3, .dark.list-no-image-cat-view ul.products li.product .product-content-wrapper .woocommerce-LoopProduct-link > h3, .dark.list-no-image-view ul.products li.product .ywapo_input_container_radio .ywapo_label_price .amount, .dark.list-no-image-cat-view ul.products li.product .ywapo_input_container_radio .ywapo_label_price .amount, .dark.list-no-image-view ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after, .dark.list-no-image-cat-view ul.products li.product .ywapo_input_container_radio .ywapo_label_tag_position_after {
    color: #fff; }
  .dark.list-no-image-view ul.products li.product div[itemprop=description], .dark.list-no-image-cat-view ul.products li.product div[itemprop=description] {
    color: #bdbdbd; }
  .dark.list-no-image-view ul.products li.product .product-content-wrapper .woocommerce-LoopProduct-link, .dark.list-no-image-cat-view ul.products li.product .product-content-wrapper .woocommerce-LoopProduct-link {
    border-color: #5f5f5f; }
  .dark.list-no-image-view ul.products li.product .ywapo_input_container_radio:hover .ywapo_label_tag_position_after, .dark.list-no-image-cat-view ul.products li.product .ywapo_input_container_radio:hover .ywapo_label_tag_position_after {
    color: #2b2b2d; }
  .dark.list-no-image-view ul.products li.product:hover .ywapo_input_container_radio input:checked + label, .dark.list-no-image-cat-view ul.products li.product:hover .ywapo_input_container_radio input:checked + label {
    color: #2b2b2d; }
  .dark.list-no-image-view ul.products li.product .button, .dark.list-no-image-cat-view ul.products li.product .button {
    background-color: #2b2b2b; }
  
  .store-locator {
    padding: 38px 32px 44px; }
    .store-locator .store-info {
      font-size: 5em;
      margin-bottom: 24px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      .store-locator .store-info .icon, .store-locator .store-info .title, .store-locator .store-info .sub-title {
        display: inline-block;
        color: #fff;
        vertical-align: top; }
      .store-locator .store-info .title, .store-locator .store-info .sub-title {
        
        text-transform: uppercase; }
      .store-locator .store-info .title-text {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex; }
      .store-locator .store-info .title {
        font-weight: bold;
        font-size: 1em;
        margin-bottom: 0;
        line-height: 0.8;
        margin-left: 4px; }
      .store-locator .store-info .sub-title {
        font-size: 0.375em;
        font-weight: 300;
        padding-top: 0;
        border: none;
        margin-left: 14px;
        margin-bottom: 0; }
      .store-locator .store-info .icon i {
        font-size: 56px;
        padding-top: 10px; }
    .store-locator .store-search-form form {
      margin-bottom: 0;
      height: 50px;
      padding: 5px;
      border-radius: 50px;
      background-color: #fff; }
      .store-locator .store-search-form form .form-control {
        height: 40px;
        border: none;
        box-shadow: none; }
      .store-locator .store-search-form form .button {
        font-size: 15px;
        border-radius: 50px;
        padding: .634em 3.07em;
        background-color: #b8b8b8;
        margin-left: 0;
        transition: all 0.5s ease-in-out 0s; }
        .store-locator .store-search-form form .button:hover, .store-locator .store-search-form form .button:focus {
          background-color: #323232;
          outline: none;
          color: #fff; }
  
  .page-template-template-homepage-v3 .section-store-search, .page-template-template-homepage-v4 .section-store-search {
    margin-bottom: 1.375em; }
  
  .stretch-full-width .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, .blog.full-width .blog-menu .store-locator, .pizzaro-breadcrumb .store-locator, .page-template-template-contactpage .contact-map .store-locator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    font-size: 7.5em;
    width: 7.5em; }
    .stretch-full-width .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, .blog.full-width .blog-menu .store-locator .store-info, .pizzaro-breadcrumb .store-locator .store-info, .page-template-template-contactpage .contact-map .store-locator .store-info {
      display: block;
      margin: 0;
      font-size: 1em; }
      .stretch-full-width .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, .blog.full-width .blog-menu .store-locator .store-info .icon, .pizzaro-breadcrumb .store-locator .store-info .icon, .page-template-template-contactpage .contact-map .store-locator .store-info .icon {
        vertical-align: middle; }
        .stretch-full-width .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, .blog.full-width .blog-menu .store-locator .store-info .icon i, .pizzaro-breadcrumb .store-locator .store-info .icon i, .page-template-template-contactpage .contact-map .store-locator .store-info .icon i {
          font-size: 3.217em;
          color: #fdc820;
          padding: 0; }
      .stretch-full-width .store-locator .store-info .title, .blog.full-width .pagination .store-locator .store-info .title, .blog.full-width .woocommerce-pagination .store-locator .store-info .title, .lite.full-width .pagination .store-locator .store-info .title, .lite.full-width .woocommerce-pagination .store-locator .store-info .title, .blog.full-width .blog-menu .store-locator .store-info .title, .pizzaro-breadcrumb .store-locator .store-info .title, .page-template-template-contactpage .contact-map .store-locator .store-info .title, .stretch-full-width .store-locator .store-info .sub-title, .blog.full-width .pagination .store-locator .store-info .sub-title, .blog.full-width .woocommerce-pagination .store-locator .store-info .sub-title, .lite.full-width .pagination .store-locator .store-info .sub-title, .lite.full-width .woocommerce-pagination .store-locator .store-info .sub-title, .blog.full-width .blog-menu .store-locator .store-info .sub-title, .pizzaro-breadcrumb .store-locator .store-info .sub-title, .page-template-template-contactpage .contact-map .store-locator .store-info .sub-title {
        margin: 0; }
      .stretch-full-width .store-locator .store-info .title-text, .blog.full-width .pagination .store-locator .store-info .title-text, .blog.full-width .woocommerce-pagination .store-locator .store-info .title-text, .lite.full-width .pagination .store-locator .store-info .title-text, .lite.full-width .woocommerce-pagination .store-locator .store-info .title-text, .blog.full-width .blog-menu .store-locator .store-info .title-text, .pizzaro-breadcrumb .store-locator .store-info .title-text, .page-template-template-contactpage .contact-map .store-locator .store-info .title-text {
        display: inline-block;
        vertical-align: middle; }
      .stretch-full-width .store-locator .store-info .sub-title, .blog.full-width .pagination .store-locator .store-info .sub-title, .blog.full-width .woocommerce-pagination .store-locator .store-info .sub-title, .lite.full-width .pagination .store-locator .store-info .sub-title, .lite.full-width .woocommerce-pagination .store-locator .store-info .sub-title, .blog.full-width .blog-menu .store-locator .store-info .sub-title, .pizzaro-breadcrumb .store-locator .store-info .sub-title, .page-template-template-contactpage .contact-map .store-locator .store-info .sub-title {
        display: block;
        font-size: 0.6em; }
    .stretch-full-width .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, .blog.full-width .blog-menu .store-locator .store-search-form, .pizzaro-breadcrumb .store-locator .store-search-form, .page-template-template-contactpage .contact-map .store-locator .store-search-form {
      position: absolute;
      bottom: 0;
      right: 0;
      width: calc(100% - 3.500em); }
      .stretch-full-width .store-locator .store-search-form form .button, .blog.full-width .pagination .store-locator .store-search-form form .button, .blog.full-width .woocommerce-pagination .store-locator .store-search-form form .button, .lite.full-width .pagination .store-locator .store-search-form form .button, .lite.full-width .woocommerce-pagination .store-locator .store-search-form form .button, .blog.full-width .blog-menu .store-locator .store-search-form form .button, .pizzaro-breadcrumb .store-locator .store-search-form form .button, .page-template-template-contactpage .contact-map .store-locator .store-search-form form .button {
        padding: .634em 2.06em; }
  
  .page .wpsl-directions, .page .wpsl-back {
    font-weight: bold; }
    .page .wpsl-directions::after, .page .wpsl-directions::before, .page .wpsl-back::after, .page .wpsl-back::before {
      font-family: "FontAwesome", sans-serif; }
  .page .wpsl-directions::after {
    content: "\f148";
    padding-left: 6px; }
  .page .wpsl-back::before {
    content: "\f177";
    padding-right: 6px; }
  
  #wpsl-wrap {
    margin-top: 20px; }
  
  .wpsl-search {
    margin: 0 0 16px 0;
    padding: 1em; }
    .wpsl-search form {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      .wpsl-search form:before, .wpsl-search form:after {
        content: "";
        display: table; }
      .wpsl-search form:after {
        clear: both; }
      .wpsl-search form .wpsl-dropdown, .wpsl-search form #wpsl-radius, .wpsl-search form #wpsl-results {
        display: inline-block;
        float: none;
        margin-right: 0; }
    .wpsl-search .wpsl-input, .wpsl-search .wpsl-search-btn-wrap, .wpsl-search .wpsl-select-wrap {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      .wpsl-search .wpsl-input label, .wpsl-search .wpsl-search-btn-wrap label, .wpsl-search .wpsl-select-wrap label {
        font-size: 14px;
        text-transform: capitalize; }
    .wpsl-search .wpsl-input {
      width: 100%; }
      @media (min-width: 768px) {
        .wpsl-search .wpsl-input {
          width: 33.3333333333%; } }
      @media (min-width: 992px) {
        .wpsl-search .wpsl-input {
          width: 33.3333333333%; } }
      @media (min-width: 1200px) {
        .wpsl-search .wpsl-input {
          width: 33.3333333333%; } }
      .wpsl-search .wpsl-input div, .wpsl-search .wpsl-input div label {
        width: 100%;
        margin-right: 0; }
      .wpsl-search .wpsl-input #wpsl-search-input {
        width: 100%;
        border-radius: 40px; }
    .wpsl-search .wpsl-selected-item {
      font-family: 'Oswald-Medium'; }
    .wpsl-search .wpsl-select-wrap {
      width: 100%;
      text-align: center; }
      @media (min-width: 768px) {
        .wpsl-search .wpsl-select-wrap {
          width: 50%; } }
      @media (min-width: 992px) {
        .wpsl-search .wpsl-select-wrap {
          width: 50%; } }
      @media (min-width: 1200px) {
        .wpsl-search .wpsl-select-wrap {
          width: 50%; } }
      .wpsl-search .wpsl-select-wrap label {
        width: 100%;
        margin-right: 0; }
      .wpsl-search .wpsl-select-wrap .wpsl-dropdown {
        padding: 2px 10px;
        border-radius: 40px; }
    .wpsl-search .wpsl-search-btn-wrap {
      width: 100%; }
      @media (min-width: 768px) {
        .wpsl-search .wpsl-search-btn-wrap {
          width: 16.6666666667%; } }
      @media (min-width: 992px) {
        .wpsl-search .wpsl-search-btn-wrap {
          width: 16.6666666667%; } }
      @media (min-width: 1200px) {
        .wpsl-search .wpsl-search-btn-wrap {
          width: 16.6666666667%; } }
    .wpsl-search #wpsl-search-btn {
      font-size: 1em;
      width: 100%;
      padding: 1.2em;
      line-height: 1;
      border-radius: 50px;
      border: none;
      color: #fff;
      margin-right: 0;
      background-image: none; }
  
  #byconsolewooodt_checkout_field .byconsolewooodt_delivery_type {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    align-items: center; }
    #byconsolewooodt_checkout_field .byconsolewooodt_delivery_type input {
      margin-top: 0; }
    #byconsolewooodt_checkout_field .byconsolewooodt_delivery_type input, #byconsolewooodt_checkout_field .byconsolewooodt_delivery_type label {
      margin-left: 10px; }
    #byconsolewooodt_checkout_field .byconsolewooodt_delivery_type #byconsolewooodt_delivery_type_levering {
      margin-left: 30px; }
    #byconsolewooodt_checkout_field .byconsolewooodt_delivery_type #byconsolewooodt_delivery_type_take_away {
      margin-left: 0; }
  #byconsolewooodt_checkout_field .byconsolewooodt_delivery_date, #byconsolewooodt_checkout_field .byconsolewooodt_delivery_time {
    width: 50%;
    display: inline-block; }
  #byconsolewooodt_checkout_field .byconsolewooodt_delivery_time {
    padding-left: 15px; }
  #byconsolewooodt_checkout_field .byconsolewooodt_delivery_date {
    padding-right: 15px; }
  #byconsolewooodt_checkout_field label[for=take_away] {
    margin: 0 10px 0 0; }
  #byconsolewooodt_checkout_field h2 {
    line-height: 1.6em;
    display: block;
    position: relative;
    padding-bottom: .4em;
    margin-bottom: 1.36em;
    font-weight: 400;
    font-size: 1.5em; }
    #byconsolewooodt_checkout_field h2::after {
      content: ' ';
      border-bottom: 2px solid transparent;
      display: block;
      width: 114px;
      position: absolute;
      bottom: -1px; }
  
  .tm-extra-product-options {
    text-align: left;
    margin-top: 2em; }
    .tm-extra-product-options .tm-collapse {
      border: none;
      background-image: none;
      padding: 0; }
    .tm-extra-product-options .cpf-type-select hr, .tm-extra-product-options .cpf-type-radio hr, .tm-extra-product-options .cpf-type-checkbox hr {
      display: none; }
    .tm-extra-product-options .cpf-type-select .tm-epo-field-label, .tm-extra-product-options .cpf-type-radio .tm-epo-field-label, .tm-extra-product-options .cpf-type-checkbox .tm-epo-field-label {
      color: #2b2929;
      font-size: .938em;
      font-weight: 700; }
    .tm-extra-product-options .cpf-type-radio .tm-epo-field-label {
      margin-bottom: 14px; }
    .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
      display: table;
      width: auto;
      float: none;
      padding: 0;
      margin-top: .5em; }
    .tm-extra-product-options .nopadding .tm-cell {
      padding: 0 15px; }
    .tm-extra-product-options h5.tm-epo-field-label {
      font-size: 1.625em;
      font-weight: 400;
      color: #484848;
      padding-bottom: .577em;
      padding-top: 1em;
      margin-bottom: 0.44em;
      border-bottom: 1px dashed #c7c7c6;
      display: block; }
    .tm-extra-product-options .tm-extra-product-options-select label {
      padding: 6px 22px;
      border: 1px solid #c7c7c6;
      border-radius: 30px;
      display: inline-block; }
    .tm-extra-product-options .tm-extra-product-options-select .tmcp-select {
      font-size: 14px;
      font-weight: normal;
      padding: 0 22px 0 0;
      outline: none;
      border: none;
      background-color: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      background-repeat: no-repeat;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAjklEQVQ4T+3SMQrCYAyG4ad6Aa/h4gVcBK9Q9JoODr2Ek4sIYic3ERHESeWHFkpt+w/dpBnzJS/JlyR6RtKz3x8Cpjjj1eHNDHt8Qk3dgzHW2ODZAJnjikOpNZk4KiBbPCqQBS44VsFtVwj5FTLcsUSOU32qrjMGLcUbuwLws1XsD4I+wa3N1Bgg+qgDgC+KjhQRlo1IvAAAAABJRU5ErkJggg==) no-repeat right .15rem center; }
    .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap input[type=checkbox]:checked + label {
      font-weight: normal; }
    .tm-extra-product-options .tm-element-ul-checkbox li label::before {
      content: "\f096"; }
    .tm-extra-product-options .tm-element-ul-checkbox li input:checked + label::before {
      content: "\f14a"; }
    .tm-extra-product-options .tm-element-ul-checkbox .tm-quantity input {
      position: relative;
      opacity: 1; }
    .tm-extra-product-options .tm-element-ul-checkbox .tm-quantity.tm-bottom, .tm-extra-product-options .tm-element-ul-checkbox .tm-quantity.tm-top {
      margin: 0.6em 0; }
    .tm-extra-product-options .tm-element-ul-checkbox .tm-field-display {
      position: relative;
      display: table; }
    .tm-extra-product-options .tm-element-ul-radio li label::before {
      content: "\f10c"; }
    .tm-extra-product-options .tm-element-ul-radio li input:checked ~ label::before {
      content: "\f192"; }
    .tm-extra-product-options .tm-element-ul-radio li input + label {
      display: none; }
    .tm-extra-product-options .tm-element-ul-radio li input.use_images + label {
      display: inline-block; }
      .tm-extra-product-options .tm-element-ul-radio li input.use_images + label::before {
        display: none; }
    .tm-extra-product-options .tm-element-ul-radio li input.use_images:checked + label .radio_image {
      border-width: 3px;
      border-color: #c7c7c6;
      border-radius: 40px;
      padding: 4px; }
    .tm-extra-product-options .tm-element-ul-radio li, .tm-extra-product-options .tm-element-ul-checkbox li {
      position: relative;
      display: table; }
      .tm-extra-product-options .tm-element-ul-radio li input, .tm-extra-product-options .tm-element-ul-radio li .tm-epo-field.tmcp-checkbox, .tm-extra-product-options .tm-element-ul-radio li .tm-epo-field.tmcp-radio, .tm-extra-product-options .tm-element-ul-checkbox li input, .tm-extra-product-options .tm-element-ul-checkbox li .tm-epo-field.tmcp-checkbox, .tm-extra-product-options .tm-element-ul-checkbox li .tm-epo-field.tmcp-radio {
        width: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        height: 30px;
        margin: 0;
        z-index: 1; }
      .tm-extra-product-options .tm-element-ul-radio li label, .tm-extra-product-options .tm-element-ul-checkbox li label {
        line-height: 1;
        font-weight: normal;
        color: #2b2929;
        font-size: .875em; }
      .tm-extra-product-options .tm-element-ul-radio li label::before, .tm-extra-product-options .tm-element-ul-checkbox li label::before {
        font-family: "FontAwesome", sans-serif;
        font-size: 18px;
        color: #d2d2d2;
        font-weight: 100; }
      .tm-extra-product-options .tm-element-ul-radio li input:checked ~ label::before, .tm-extra-product-options .tm-element-ul-checkbox li input:checked ~ label::before {
        color: #000; }
    .tm-extra-product-options .owl-carousel .owl-stage-outer {
      overflow: visible; }
    .tm-extra-product-options .tm-arrow {
      font-size: 26px;
      top: 60%; }
    .tm-extra-product-options .tm-slide {
      margin-left: -15px;
      margin-right: -15px; }
      .tm-extra-product-options .tm-slide:before, .tm-extra-product-options .tm-slide:after {
        content: "";
        display: table; }
      .tm-extra-product-options .tm-slide:after {
        clear: both; }
    .tm-extra-product-options .col-12 .cpfclear, .tm-extra-product-options .tm-cell.col-12 .cpfclear, .tm-extra-product-options .tc-cell.tc-col-12 .cpfclear, .tm-extra-product-options .tc-col-12 .cpfclear, .tm-extra-product-options .col-4 .cpfclear, .tm-extra-product-options .tm-cell.col-4 .cpfclear, .tm-extra-product-options .tc-cell.tc-col-4 .cpfclear, .tm-extra-product-options .tc-col-4 .cpfclear {
      display: none; }
    .tm-extra-product-options .col-12 .iscpfdependson + .cpfclear, .tm-extra-product-options .tm-cell.col-12 .iscpfdependson + .cpfclear, .tm-extra-product-options .tc-cell.tc-col-12 .iscpfdependson + .cpfclear, .tm-extra-product-options .tc-col-12 .iscpfdependson + .cpfclear, .tm-extra-product-options .col-4 .iscpfdependson + .cpfclear, .tm-extra-product-options .tm-cell.col-4 .iscpfdependson + .cpfclear, .tm-extra-product-options .tc-cell.tc-col-4 .iscpfdependson + .cpfclear, .tm-extra-product-options .tc-col-4 .iscpfdependson + .cpfclear {
      display: block; }
  
  @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:before, .blog-grid:not(.single-post) .posts:after {
      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 p, .blog.full-width .site-main article.sticky .entry-content .comments-link {
      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; }
  .page-template-template-aboutpage .section-title, .page-template-template-aboutpage .error404 .page-content section h2, .error404 .page-content section .page-template-template-aboutpage h2, .page-template-template-aboutpage .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .page-template-template-aboutpage h2, .page-template-template-aboutpage .related > h2:first-child, .page-template-template-aboutpage .upsells > h2:first-child, .page-template-template-aboutpage .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .page-template-template-aboutpage h2, .page-template-template-aboutpage .section-subtitle {
    text-align: center; }
  .page-template-template-aboutpage .feature-head {
    text-align: center;
    margin-bottom: 58px; }
  .page-template-template-aboutpage .site-header {
    margin-bottom: 0; }
  .page-template-template-aboutpage .section-title, .page-template-template-aboutpage .error404 .page-content section h2, .error404 .page-content section .page-template-template-aboutpage h2, .page-template-template-aboutpage .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .page-template-template-aboutpage h2, .page-template-template-aboutpage .related > h2:first-child, .page-template-template-aboutpage .upsells > h2:first-child, .page-template-template-aboutpage .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .page-template-template-aboutpage h2 {
    font-size: 2.125em;
    margin-bottom: 0;
    border: none;
    color: #454345;
    padding-bottom: 6px; }
    .page-template-template-aboutpage .section-title::after, .page-template-template-aboutpage .error404 .page-content section h2::after, .error404 .page-content section .page-template-template-aboutpage h2::after, .page-template-template-aboutpage .error404 .fourohfour-columns-2 .col-1 h2::after, .error404 .fourohfour-columns-2 .col-1 .page-template-template-aboutpage h2::after, .page-template-template-aboutpage .related > h2:first-child::after, .page-template-template-aboutpage .upsells > h2:first-child::after, .page-template-template-aboutpage .woocommerce-cart .cart-collaterals + .cross-sells h2::after, .woocommerce-cart .cart-collaterals + .cross-sells .page-template-template-aboutpage h2::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 .section-title, .bewear-our-team .error404 .page-content section h2, .error404 .page-content section .bewear-our-team h2, .bewear-our-team .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .bewear-our-team h2, .bewear-our-team .related > h2:first-child, .bewear-our-team .upsells > h2:first-child, .bewear-our-team .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .bewear-our-team h2 {
      margin-bottom: 1.667em; }
  
  .pizzaro-basics {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    border-bottom: 1px solid #eeeeee; }
    .pizzaro-basics .block h2 {
      font-size: 1.125em;
      font-weight: bold;
      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; }
    .pizzaro-brands .section-title, .pizzaro-brands .error404 .page-content section h2, .error404 .page-content section .pizzaro-brands h2, .pizzaro-brands .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .pizzaro-brands h2, .pizzaro-brands .related > h2:first-child, .pizzaro-brands .upsells > h2:first-child, .pizzaro-brands .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .pizzaro-brands h2 {
      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 .section-title, .brands-section .error404 .page-content section h2, .error404 .page-content section .brands-section h2, .brands-section .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .brands-section h2, .brands-section .related > h2:first-child, .brands-section .upsells > h2:first-child, .brands-section .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .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: normal;
    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: normal;
    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 ul, .page-template-template-contactpage .address-info p {
    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;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
      .page-template-template-contactpage .contact-map iframe:hover {
        -webkit-filter: grayscale(0%);
        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[type=text], .page-template-template-contactpage .contact-form .form-group .input-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: .857em; }
  .page-template-template-contactpage .wpb_gmaps_widget .wpb_wrapper {
    padding: 0; }
  
  #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 .2s ease-in-out 0s;
    font-size: .938em;
    padding: .867em 2.18em;
    border-radius: 50px;
    background-color: #ff7a40; }
    #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
      background-color: #ffb61a; }
  
  .events-list .tribe-events-read-more {
    color: #333e48;
    background-color: #efecec;
    border-radius: 1.571em;
    border-color: #efecec;
    font-size: .875em;
    display: inline-block;
    padding: .5em 3.0224em;
    letter-spacing: -.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-events-venue-details::before, .tribe-events-loop .tribe-events-event-meta .tribe-event-schedule-details::before {
      padding-right: 4px; }
    .tribe-events-loop .tribe-events-event-meta .tribe-event-schedule-details {
      margin-bottom: .4em;
      font-weight: 400;
      font-style: italic;
      font-size: .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: "\6f";
      font-style: normal; }
    .tribe-events-loop .tribe-events-event-meta address.tribe-events-address, .tribe-events-loop .tribe-events-event-meta .tribe-events-venue-details {
      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: normal;
    margin-bottom: .6em;
    display: block; }
  
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 2.4em;
    font-weight: normal;
    margin-bottom: .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: .875em;
      display: inline-block;
      padding: .5em 3.0224em;
      letter-spacing: -.2px;
      font-weight: 400; }
      .single-tribe_events .tribe-events-back a:hover {
        background-color: #333e48;
        border-color: #333e48;
        color: #fff; }
  
  .single-product div.product .product-images-wrapper, .single-product div.product .summary {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .single-product div.product .single-product-wrapper {
    display: inline-block; }
  .single-product div.product .product-images-wrapper {
    width: 100%;
    margin-bottom: 3.706325903em;
    padding-left: 0; }
    @media (min-width: 768px) {
      .single-product div.product .product-images-wrapper {
        width: 50%; } }
    @media (min-width: 992px) {
      .single-product div.product .product-images-wrapper {
        width: 50%; } }
  .single-product div.product .thumbnails {
    margin-left: -15px;
    margin-right: -15px;
    float: left;
    width: 100%; }
    .single-product div.product .thumbnails:before, .single-product div.product .thumbnails:after {
      content: "";
      display: table; }
    .single-product div.product .thumbnails:after {
      clear: both; }
    .single-product div.product .thumbnails:before, .single-product div.product .thumbnails:after {
      content: "";
      display: table; }
    .single-product div.product .thumbnails:after {
      clear: both; }
    .single-product div.product .thumbnails a.zoom {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; }
      @media (min-width: 768px) {
        .single-product div.product .thumbnails a.zoom {
          width: 25%; } }
      @media (min-width: 992px) {
        .single-product div.product .thumbnails a.zoom {
          width: 25%; } }
  .single-product div.product .summary {
    width: 100%; }
    @media (min-width: 768px) {
      .single-product div.product .summary {
        width: 50%; } }
    @media (min-width: 992px) {
      .single-product div.product .summary {
        width: 50%; } }
    .single-product div.product .summary .product_title {
      font-size: 1.75em;
      color: #fff;
      font-weight: normal; 
      font-family: 'Nunito Sans'; }
    .single-product div.product .summary .product_title, .single-product div.product .summary .food-type-icon {
      display: inline-block; }
    .single-product div.product .summary .food-type-icon {
      vertical-align: top;
      line-height: 2.5;
      font-size: .5em;
      margin-left: 0.5em; }
    .single-product div.product .summary .woocommerce-product-rating {
      display: none; }
    .single-product div.product .summary div[itemprop="description"] {
      font-style: italic;
      color: #71706c; }
  .single-product div.product .product-images-wrapper .onsale {
    position: absolute; }
  .single-product div.product .woocommerce-tabs {
    clear: both; }
  .single-product div.product .group-name {
    display: none; }
  .single-product div.product form.cart .yith_wapo_groups_container {
    margin-left: -15px;
    margin-right: -15px;
    position: relative; }
    .single-product div.product form.cart .yith_wapo_groups_container:before, .single-product div.product form.cart .yith_wapo_groups_container:after {
      content: "";
      display: table; }
    .single-product div.product form.cart .yith_wapo_groups_container:after {
      clear: both; }
  .single-product div.product form.cart .form-row-wide {
    clear: none; }
  .single-product div.product form.cart .yith_wapo_group_total {
    padding-left: 15px; }
  .single-product div.product form.cart .yith_wapo_groups_container_wrap {
    margin-bottom: 20px; }
    .single-product div.product form.cart .yith_wapo_groups_container_wrap:before, .single-product div.product form.cart .yith_wapo_groups_container_wrap:after {
      content: "";
      display: table; }
    .single-product div.product form.cart .yith_wapo_groups_container_wrap:after {
      clear: both; }
  .single-product div.product form.cart .yith_wapo_groups_container_wrap, .single-product div.product form.cart .yith_wapo_group_total {
    margin-bottom: 20px; }
  .single-product div.product form.cart .qty-btn {
    display: inline-block; }
    .single-product div.product form.cart .qty-btn > label {
      display: block;
      color: #2b2929;
      font-size: .938em;
      font-weight: 700;
      padding-bottom: 0.867em; }
  .single-product div.product form.cart .ywapo_group_container {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .single-product div.product form.cart .ywapo_group_container {
        width: 50%; } }
    @media (min-width: 992px) {
      .single-product div.product form.cart .ywapo_group_container {
        width: 50%; } }
    .single-product div.product form.cart .ywapo_group_container h3 {
      color: #2b2929;
      font-size: 0.938em;
      font-weight: bold; }
    .single-product div.product form.cart .ywapo_group_container .required {
      display: none; }
    .single-product div.product form.cart .ywapo_group_container .ywapo_input_container_checkbox {
      margin-bottom: 0; }
      .single-product div.product form.cart .ywapo_group_container .ywapo_input_container_checkbox .ywapo_option_label {
        font-weight: normal;
        color: #2b2929;
        font-size: 0.875em; }
    .single-product div.product form.cart .ywapo_group_container .ywapo_input_container_checkbox + .ywapo_input_container_checkbox {
      margin-top: 0.25em; }
  .single-product div.product form.cart .ywapo_group_container_text {
    width: 100%;
    padding-right: 0; }
  .single-product div.product form.cart .ywapo_input_container_checkbox {
    position: relative;
    display: table; }
    .single-product div.product form.cart .ywapo_input_container_checkbox input {
      opacity: 0;
      width: 100%;
      position: absolute;
      height: 30px;
      margin: 0;
      z-index: 1; }
    .single-product div.product form.cart .ywapo_input_container_checkbox label {
      padding-left: 1.375em;
      line-height: 0.8; }
    .single-product div.product form.cart .ywapo_input_container_checkbox label::before {
      content: "\f096";
      font-family: "FontAwesome", sans-serif;
      position: absolute;
      left: 0;
      font-size: 1.125em;
      color: #d2d2d2;
      font-weight: 100; }
    .single-product div.product form.cart .ywapo_input_container_checkbox input:checked + label::before {
      content: "\f14a";
      color: #ffcd00;
      background-color: #000;
      width: 0.778em;
      border-radius: 100%; }
    .single-product div.product form.cart .ywapo_input_container_checkbox .amount {
      color: #a0a0a0;
      font-size: 0.875em; }
      .single-product div.product form.cart .ywapo_input_container_checkbox .amount::before {
        content: "(";
        padding-left: 2px; }
      .single-product div.product form.cart .ywapo_input_container_checkbox .amount::after {
        content: ")"; }
  .single-product div.product form.cart .ywapo_input_container_radio {
    display: inline-block;
    margin: 0 1.2em 1em 0; }
    .single-product div.product form.cart .ywapo_input_container_radio:nth-child(2) {
      margin-left: 0; }
  .single-product div.product form.cart .ywapo_group_container_radio {
    padding: 0;
    margin-bottom: 0; }
    .single-product div.product form.cart .ywapo_group_container_radio h3 {
      margin-bottom: 2em; }
  
  .single-product.style-1 div.product div[itemprop=description] {
    margin-bottom: 1.5em; }
  .single-product.style-1 div.product .sharedaddy {
    padding-bottom: 1.375em;
    margin-bottom: 0.625em;
    border-bottom: 1px solid #e9e9e9; }
  .single-product.style-1 div.product .thumbnails {
    margin: 0;
    float: left;
    width: 100%; }
    .single-product.style-1 div.product .thumbnails:before, .single-product.style-1 div.product .thumbnails:after {
      content: "";
      display: table; }
    .single-product.style-1 div.product .thumbnails:after {
      clear: both; }
    .single-product.style-1 div.product .thumbnails a.zoom {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 33.3333333333%; }
      @media (min-width: 768px) {
        .single-product.style-1 div.product .thumbnails a.zoom {
          width: 25%; } }
      @media (min-width: 992px) {
        .single-product.style-1 div.product .thumbnails a.zoom {
          width: 25%; } }
  .single-product.style-1 div.product form.cart .yith_wapo_groups_price_container {
    clear: both;
    margin-bottom: 1.25em; }
  .single-product.style-1 div.product form.cart .qty-btn {
    float: left; }
  .single-product.style-1 div.product form.cart .button {
    margin-top: 2.4em;
    float: none;
    margin-left: 12em; 
    display: block;}
  .single-product.style-1 div.product form.cart .ywapo_group_container {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .single-product.style-1 div.product form.cart .ywapo_group_container {
        width: 100%; } }
    @media (min-width: 992px) {
      .single-product.style-1 div.product form.cart .ywapo_group_container {
        width: 50%; } }
  .single-product.style-1 div.product form.cart .ywapo_group_container_radio {
    padding: 0; }
  
  .pizzaro-full-width-content.single-product .related ul.products, .pizzaro-full-width-content.single-product .upsells ul.products {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    .pizzaro-full-width-content.single-product .related ul.products li.product, .pizzaro-full-width-content.single-product .upsells ul.products li.product {
      width: 100%; }
      @media (min-width: 768px) {
        .pizzaro-full-width-content.single-product .related ul.products li.product, .pizzaro-full-width-content.single-product .upsells ul.products li.product {
          width: 25%; } }
      @media (min-width: 992px) {
        .pizzaro-full-width-content.single-product .related ul.products li.product, .pizzaro-full-width-content.single-product .upsells ul.products li.product {
          width: 25%; } }
      .pizzaro-full-width-content.single-product .related ul.products li.product .ywapo_input_container_radio, .pizzaro-full-width-content.single-product .upsells ul.products li.product .ywapo_input_container_radio {
        margin: 0 .2em 2em; }
      .pizzaro-full-width-content.single-product .related ul.products li.product .ywapo_input_container_radio .ywapo_label_price .amount, .pizzaro-full-width-content.single-product .upsells ul.products li.product .ywapo_input_container_radio .ywapo_label_price .amount {
        font-size: 1.063em; }
  
  @media (max-width: 468px) {
    .single-product.style-1 div.product form.cart .button {
      float: left; }
    .single-product.style-3 div.product .product-form-wrapper form.cart {
      text-align: center; }
      .single-product.style-3 div.product .product-form-wrapper form.cart .qty-btn, .single-product.style-3 div.product .product-form-wrapper form.cart .yith_wapo_group_total {
        text-align: center;
        padding-right: 0; }
      .single-product.style-3 div.product .product-form-wrapper form.cart .yith_wapo_groups_container {
        margin: 0 0 30px; } }
  
  /*===================================================================================*/
  /*	SINGLE-PRODUCTS-V2
  /*===================================================================================*/
  .single-product.style-2 div.product .product-images-wrapper {
    width: 100%; }
    @media (min-width: 768px) {
      .single-product.style-2 div.product .product-images-wrapper {
        width: 58.3333333333%; } }
    @media (min-width: 992px) {
      .single-product.style-2 div.product .product-images-wrapper {
        width: 58.3333333333%; } }
  .single-product.style-2 div.product .summary {
    width: 100%; }
    @media (min-width: 768px) {
      .single-product.style-2 div.product .summary {
        width: 41.6666666667%; } }
    @media (min-width: 992px) {
      .single-product.style-2 div.product .summary {
        width: 41.6666666667%; } }
    .single-product.style-2 div.product .summary .product_title {
      font-size: 1.625em; }
    .single-product.style-2 div.product .summary div[itemprop="description"] {
      font-size: 0.938em;
      line-height: 1.6;
      margin-bottom: 2.2em; }
    .single-product.style-2 div.product .summary .price {
      font-size: 1.375em; }
  .single-product.style-2 div.product .sharedaddy {
    margin-bottom: 28px; }
  .single-product.style-2 div.product .single-product-wrapper {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .single-product.style-2 div.product .single-product-wrapper {
        width: 100%; } }
    @media (min-width: 992px) {
      .single-product.style-2 div.product .single-product-wrapper {
        width: 75%; } }
  .single-product.style-2 div.product .product-form-wrapper {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    border: 2px solid #e9e9e9;
    border-radius: 20px;
    padding: 1.4em 2em 0 2em; }
    @media (min-width: 768px) {
      .single-product.style-2 div.product .product-form-wrapper {
        width: 100%; } }
    @media (min-width: 992px) {
      .single-product.style-2 div.product .product-form-wrapper {
        width: 25%; } }
  .single-product.style-2 div.product .delivery-time {
    font-size: 0.875em;
    color: #898885;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 2.143em; }
    .single-product.style-2 div.product .delivery-time span {
      font-weight: bold;
      color: #4aaa19; }
  .single-product.style-2 div.product form.cart {
    margin: 0;
    padding: 0;
    position: relative; }
    .single-product.style-2 div.product form.cart .qty-btn > label {
      padding-bottom: 0.6em;
      font-size: 0.875em;
      line-height: 1.4; }
    .single-product.style-2 div.product form.cart .yith_wapo_groups_container {
      float: none;
      margin: 0; }
    .single-product.style-2 div.product form.cart .ywapo_group_container, .single-product.style-2 div.product form.cart .ywapo_input_container_radio {
      width: 100%;
      padding: 0; }
    .single-product.style-2 div.product form.cart .ywapo_input_container_radio .ywapo_label_price {
      transform: none;
      top: 4px;
      right: auto;
      left: 60px; }
    .single-product.style-2 div.product form.cart .yith_wapo_groups_price_container {
      font-size: 1.4em;
      color: #2b2929; }
      .single-product.style-2 div.product form.cart .yith_wapo_groups_price_container .yith_wapo_group_total {
        margin-bottom: 20px; }
    .single-product.style-2 div.product form.cart table.variations {
      margin-bottom: 0;
      position: relative; }
      .single-product.style-2 div.product form.cart table.variations tr:last-child td, .single-product.style-2 div.product form.cart table.variations tr:last-child th {
        border: none; }
      .single-product.style-2 div.product form.cart table.variations tr:last-child .value {
        margin-bottom: 1em; }
      .single-product.style-2 div.product form.cart table.variations td, .single-product.style-2 div.product form.cart table.variations th {
        border: none;
        display: block;
        padding: 0; }
      .single-product.style-2 div.product form.cart table.variations td.label {
        padding-bottom: 0.8em;
        text-align: left; }
        .single-product.style-2 div.product form.cart table.variations td.label label {
          color: #2b2929;
          font-size: 1.167em;
          font-weight: bold; }
      .single-product.style-2 div.product form.cart table.variations td.value {
        margin-bottom: 1.6em; }
        .single-product.style-2 div.product form.cart table.variations td.value select, .single-product.style-2 div.product form.cart table.variations td.value input[type="text"] {
          width: 100%; }
      .single-product.style-2 div.product form.cart table.variations .reset_variations {
        position: absolute;
        top: -10px;
        right: 0;
        font-size: 80%;
        color: #666666; }
      .single-product.style-2 div.product form.cart table.variations td.value select {
        display: inline-block;
        max-width: 100%;
        padding: .375rem 1.75rem .375rem .75rem;
        padding-right: .75rem \9;
        color: #8c8c8c;
        font-size: 0.875em;
        border: 1px solid #ebeaef;
        vertical-align: middle;
        background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 1em center;
        background-image: none \9;
        background-size: 8px 10px;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 2em;
        padding: 0.286em 1.2em;
        border: 2px solid #f9f1db;
        height: 42px;
        color: #2b2929; }
        .single-product.style-2 div.product form.cart table.variations td.value select:focus {
          outline: none; }
        .single-product.style-2 div.product form.cart table.variations td.value select::-ms-expand {
          opacity: 0; }
    .single-product.style-2 div.product form.cart .qty {
      border: 2px solid #f9f1db;
      padding: 0.4em 1em;
      font-size: 0.938em;
      min-width: 116px; }
    .single-product.style-2 div.product form.cart .qty-btn {
      margin-bottom: 1.625em; }
    .single-product.style-2 div.product form.cart .woocommerce-variation-availability {
      font-size: 0.813em;
      display: none; }
    .single-product.style-2 div.product form.cart .single_variation_wrap {
      position: relative; }
    .single-product.style-2 div.product form.cart .quantity {
      margin-bottom: 1.875em; }
    .single-product.style-2 div.product form.cart .single_variation {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-100%); }
      .single-product.style-2 div.product form.cart .single_variation .price {
        margin-bottom: 0; }
        .single-product.style-2 div.product form.cart .single_variation .price .woocommerce-Price-currencySymbol {
          font-size: small;
          vertical-align: top;
          line-height: 1.4; }
      .single-product.style-2 div.product form.cart .single_variation .woocommerce-variation-price {
        font-size: 1.375em;
        color: #fff;
        text-align: right;
        max-width: 100px;
        line-height: 1; }
    .single-product.style-2 div.product form.cart .variations_button {
      padding: 0; }
    .single-product.style-2 div.product form.cart .button {
      float: none;
      padding: 1em 3em;
      position: absolute;
      bottom: -24px;
      left: 0;
      width: 100%;
      opacity: 1; }
      .single-product.style-2 div.product form.cart .button::before {
        font-family: "font-pizzaro";
        content: "\68"; }
  .single-product.style-2 div.product .thumbnails a.zoom {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
    padding-right: 0; }
    @media (min-width: 768px) {
      .single-product.style-2 div.product .thumbnails a.zoom {
        width: 33.3333333333%; } }
    @media (min-width: 992px) {
      .single-product.style-2 div.product .thumbnails a.zoom {
        width: 33.3333333333%; } }
  .single-product.style-2 .woocommerce-tabs ul.tabs {
    text-align: left;
    position: relative; }
    .single-product.style-2 .woocommerce-tabs ul.tabs::before, .single-product.style-2 .woocommerce-tabs ul.tabs::after {
      width: 2000px;
      height: 62px;
      position: absolute;
      background: #fff; }
    .single-product.style-2 .woocommerce-tabs ul.tabs::before {
      right: 100%; }
    .single-product.style-2 .woocommerce-tabs ul.tabs::after {
      left: 100%;
      top: 0; }
  
  /*===================================================================================*/
  /*	SINGLE-PRODUCTS-V3
  /*===================================================================================*/
  .single-product.style-3 div.product .product-form-wrapper {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #f5f5f5;
    z-index: 1;
    padding-bottom: 4.188em;
    margin-bottom: 5.75em; }
  .single-product.style-3 div.product .group-name {
    font-size: 1.625em;
    font-weight: normal;
    color: #484848;
    margin-bottom: 0.731em;
    padding-bottom: 0.577em;
    padding-top: 2.462em;
    border-bottom: 1px dashed #c7c7c6;
    margin-left: 0.577em;
    display: block; }
  .single-product.style-3 div.product .woocommerce-tabs {
    display: none; }
  .single-product.style-3 div.product .summary .product_title {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px; }
  .single-product.style-3 div.product .summary .price {
    display: none; }
  .single-product.style-3 div.product .summary .sharedaddy {
    margin-bottom: 1.063em; }
  .single-product.style-3 div.product .summary div[itemprop="description"] {
    font-style: normal; }
  .single-product.style-3 div.product .product-images-wrapper {
    padding: 0;
    margin-bottom: 0; }
  .single-product.style-3 div.product .images {
    margin-left: -15px;
    margin-right: -15px; }
    .single-product.style-3 div.product .images:before, .single-product.style-3 div.product .images:after {
      content: "";
      display: table; }
    .single-product.style-3 div.product .images:after {
      clear: both; }
    .single-product.style-3 div.product .images > a.zoom {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; }
      @media (min-width: 768px) {
        .single-product.style-3 div.product .images > a.zoom {
          width: 83.3333333333%; } }
      @media (min-width: 992px) {
        .single-product.style-3 div.product .images > a.zoom {
          width: 83.3333333333%; } }
    .single-product.style-3 div.product .images .thumbnails {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 25%; }
      @media (min-width: 768px) {
        .single-product.style-3 div.product .images .thumbnails {
          width: 16.6666666667%; } }
      @media (min-width: 992px) {
        .single-product.style-3 div.product .images .thumbnails {
          width: 16.6666666667%; } }
      .single-product.style-3 div.product .images .thumbnails a.zoom {
        width: 100%;
        padding: 0; }
  .single-product.style-3 div.product .ywapo_input_container_radio .ywapo_label_tag_position_after::before {
    background-color: #fff; }
  .single-product.style-3 div.product .ywapo_input_container_radio:hover label::before {
    background-color: #ffcd00; }
  .single-product.style-3 div.product .ywapo_input_container_radio input:checked + label::before {
    background-color: #ffcd00;
    border: 2px solid #ffcd00; }
  .single-product.style-3 div.product form.cart {
    padding-top: 0;
    padding-bottom: 0;
    text-align: right; }
    .single-product.style-3 div.product form.cart .yith_wapo_groups_container {
      text-align: left; }
    .single-product.style-3 div.product form.cart .qty-btn, .single-product.style-3 div.product form.cart .button {
      display: inline-block;
      float: none;
      vertical-align: middle; }
    .single-product.style-3 div.product form.cart .qty-btn {
      text-align: left;
      padding-right: 50px; }
    .single-product.style-3 div.product form.cart .button {
      margin-top: 34px; }
    .single-product.style-3 div.product form.cart .ywapo_group_container_checkbox {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; }
      @media (min-width: 768px) {
        .single-product.style-3 div.product form.cart .ywapo_group_container_checkbox {
          width: 25%; } }
      @media (min-width: 992px) {
        .single-product.style-3 div.product form.cart .ywapo_group_container_checkbox {
          width: 25%; } }
    .single-product.style-3 div.product form.cart .ywapo_group_container_radio {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; }
      @media (min-width: 768px) {
        .single-product.style-3 div.product form.cart .ywapo_group_container_radio {
          width: 50%; } }
      @media (min-width: 992px) {
        .single-product.style-3 div.product form.cart .ywapo_group_container_radio {
          width: 50%; } }
    .single-product.style-3 div.product form.cart .ywapo_group_container .ywapo_input_container_checkbox .ywapo_option_label {
      letter-spacing: -0.4px; }
    .single-product.style-3 div.product form.cart .ywapo_group_container_text label {
      font-size: 0.938em;
      color: #2b2929;
      font-weight: bold; }
    .single-product.style-3 div.product form.cart .yith_wapo_group_total {
      text-align: right;
      font-size: 1.4em;
      color: #fff;
      padding: 0;
      margin-top: 20px;
      margin-bottom: 0; }
    .single-product.style-3 div.product form.cart .quantity {
      overflow: visible; }
      .single-product.style-3 div.product form.cart .quantity label {
        position: absolute;
        top: -2.733em;
        color: #2b2929;
        font-size: .938em;
        font-weight: 700; }
    .single-product.style-3 div.product form.cart .yith_wapo_groups_container_wrap {
      margin-bottom: 0; }
      .single-product.style-3 div.product form.cart .yith_wapo_groups_container_wrap:before, .single-product.style-3 div.product form.cart .yith_wapo_groups_container_wrap:after {
        content: "";
        display: table; }
      .single-product.style-3 div.product form.cart .yith_wapo_groups_container_wrap:after {
        clear: both; }
  
  .pizzaro-order-steps {
    text-align: center;
    margin-bottom: 5em; }
    .pizzaro-order-steps ul {
      margin: 0; }
      .pizzaro-order-steps ul li {
        display: inline-block;
        color: #000;
        font-size: 0.875em; }
        .pizzaro-order-steps ul li .step {
          display: block;
          width: 48px;
          height: 48px;
          padding: 16px 6px;
          margin: 0 auto;
          margin-bottom: 10px;
          line-height: 1;
          font-size: 1.143em;
          font-weight: normal;
          background-color: #fff;
          border-width: 1px;
          border-style: solid;
          border-radius: 50px;
          color: #2b2b2d; }
      .pizzaro-order-steps ul li + li {
        padding-left: 200px; }
        .pizzaro-order-steps ul li + li .step {
          position: relative; }
          .pizzaro-order-steps ul li + li .step::before {
            content: " ";
            width: 260px;
            height: 5px;
            display: block;
            background-color: #ebeaef;
            position: absolute;
            top: 50%;
            right: 100%;
            transform: translateY(-50%);
            z-index: -1; }
  
  .woocommerce-checkout .pizzaro-order-steps ul .checkout .step, .woocommerce-checkout .pizzaro-order-steps ul .cart .step, .woocommerce-cart .pizzaro-order-steps ul .cart .step, .woocommerce-order-received.woocommerce-checkout .pizzaro-order-steps ul .step {
    color: #fff; }
  
  .woocommerce-checkout .pizzaro-order-steps ul .checkout .step, .woocommerce-checkout .pizzaro-order-steps ul .cart .step, .woocommerce-cart .pizzaro-order-steps ul .cart .step, .woocommerce-order-received.woocommerce-checkout .pizzaro-order-steps ul .step, .woocommerce-checkout .pizzaro-order-steps ul .checkout, .woocommerce-checkout .pizzaro-order-steps ul .cart, .woocommerce-cart .pizzaro-order-steps ul .cart, .woocommerce-order-received.woocommerce-checkout .pizzaro-order-steps ul .complete {
    font-weight: bold; }
  
  .woocommerce-checkout-review-order-table {
    margin-bottom: 2em; }
    .woocommerce-checkout-review-order-table thead th {
      padding: 0;
      padding-bottom: 0.8em;
      border-bottom: 1px solid #ddd;
      font-weight: bold;
      font-size: 14px;
      color: #000;
      text-transform: capitalize; }
      .woocommerce-checkout-review-order #payment .payment_methods {
        padding-bottom: 0;
    }
    .woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
      padding: 1em 0;
      font-size: 14px;
      color: #000; }
      .woocommerce-checkout-review-order-table td:last-child, .woocommerce-checkout-review-order-table th:last-child {
        text-align: right;
        color: #000; }
    .woocommerce-checkout-review-order-table tbody .cart_item td {
      padding-bottom: 15px; }
    .woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout-review-order-table tfoot th {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      font-weight: 300;
      line-height: 1.4; }
      .woocommerce-checkout-review-order-table tbody .cart_item td {
        padding-bottom: 8px;
        padding-top: 8px;
    }
      .woocommerce-checkout-review-order-table strong {
            font-weight: 300;
        }
    .woocommerce-checkout-review-order-table tr.cart-subtotal th, .woocommerce-checkout-review-order-table tr.cart-subtotal td {
        border-bottom: 0;
    }    
    .woocommerce-checkout-review-order-table tfoot .order-total td, .woocommerce-checkout-review-order-table tfoot .order-total th {
      border-top: none; }
    .woocommerce-checkout-review-order-table .product-quantity {
      float: left;
      margin-right: 1.429em; }
  
  #payment:before, #payment:after {
    content: "";
    display: table; }
  #payment:after {
    clear: both; }
  #payment .create-account {
    clear: both; }
  #payment .payment_methods {
    margin: 0;
    padding-bottom: 1.25em; }
    #payment .payment_methods li {
      list-style: none;
      margin-left: 0;
      padding-bottom: 1em; }
      #payment .payment_methods li img {
        float: right;
        border: 0;
        padding: 0;
        max-height: 1.618em; }
      #payment .payment_methods li:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
      #payment .payment_methods li label {
        width: 92%;
        margin: 0;
        font-size: 0.875em;
        color: #000;
        font-weight: bold; }
        #payment .payment_methods li label a {
          font-style: italic;
          font-weight: normal;
          text-decoration: underline;
          font-size: 0.92em;
          color: #000;
          padding-left: 4px; }
      #payment .payment_methods li p {
        margin: 0; }
      #payment .payment_methods li .payment_box {
        padding: 0 0 0 1.8em;
        color: #000;
        line-height: 1.6;
        font-size: 0.813em; }
        #payment .payment_methods li .payment_box fieldset {
          border: 0;
          margin: 0;
          padding: 1em 0 0 0;
          font-size: .857em; }
          #payment .payment_methods li .payment_box fieldset label {
            width: auto;
            margin-left: 0; }
          #payment .payment_methods li .payment_box fieldset .form-row {
            margin-bottom: 1em; }
          #payment .payment_methods li .payment_box fieldset .form-row-first select {
            width: 48%; }
            #payment .payment_methods li .payment_box fieldset .form-row-first select:nth-child(2n) {
              float: right; }
          #payment .payment_methods li .payment_box fieldset #cvv {
            width: 22%; }
          #payment .payment_methods li .payment_box fieldset .help {
            width: 75%;
            float: right; }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number, #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry, #payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
          font-size: 1.387em; }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
          background-repeat: no-repeat;
          background-position: right .618em center;
          background-size: 31px 20px;
          background-image: url(assets/images/credit-cards/unknown.svg); }
          #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
            background-image: url(assets/images/credit-cards/visa.svg); }
          #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
            background-image: url(assets/images/credit-cards/mastercard.svg); }
          #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
            background-image: url(assets/images/credit-cards/laser.svg); }
          #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
            background-image: url(assets/images/credit-cards/diners.svg); }
          #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
            background-image: url(assets/images/credit-cards/maestro.svg); }
          #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
            background-image: url(assets/images/credit-cards/jcb.svg); }
          #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
            background-image: url(assets/images/credit-cards/amex.svg); }
          #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
            background-image: url(assets/images/credit-cards/discover.svg); }
  #payment .terms {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 0;
    margin-bottom: 1em; }
    #payment .terms label {
      display: inline-block;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.4; }
    #payment .terms input {
      display: inline-block;
      width: auto;
      float: left;
      margin: .327em .53em 0 0; }
  #payment .place-order {
    padding: 1.387em 0;
    margin-bottom: 0;
    float: none;
    width: 100%; }
    #payment .place-order .button {
      font-size: 1.063em;
      width: 100%;
      padding: 1em;
      line-height: 1.7;
      background-color: #000;
      color: #fff;
      text-transform: uppercase;
      font-weight: normal;
      border: 1px solid #000;
     }
  
  .woocommerce-checkout .payment-fixed {
    position: fixed;
    top: 0;
    z-index: 9; }
  
  .admin-bar .woocommerce-checkout .payment-fixed {
    top: 32px; }
  
  /**
   * Password strength meter
   */
  .woocommerce-password-strength {
    text-align: left;
    font-weight: 600;
    padding: .53em 0;
    text-align: right;
    font-size: .857em; }
    .woocommerce-password-strength:after {
      content: "\f119";
      font-family: 'FontAwesome';
      display: inline-block;
      font-weight: 400;
      margin-left: .53em; }
    .woocommerce-password-strength.strong {
      color: #5cb85c; }
      .woocommerce-password-strength.strong:after {
        content: "\f118"; }
    .woocommerce-password-strength.short {
      color: #d9534f; }
    .woocommerce-password-strength.bad {
      color: #d9534f; }
    .woocommerce-password-strength.good {
      color: #5bc0de; }
      .woocommerce-password-strength.good:after {
        content: "\f11a"; }
  
  .woocommerce-info + .login, .woocommerce-info + .checkout_coupon {
    margin-bottom: 2.618em; }
  
  .woocommerce-info + .login {
    font-size: 0.875em; }
    .woocommerce-info + .login label {
      color: #333e48;
      font-weight: bold;
      text-transform: capitalize;
      margin-bottom: 10px; }
    .woocommerce-info + .login input[type=submit] {
      padding: .701em 3.047em;
      font-size: 1.071em; }
    .woocommerce-info + .login .clear {
      margin-bottom: 1em; }
  
  .create-account .checkbox {
    display: inline-block;
    margin-left: 0.25em; }
  
  #shipping_method {
    list-style: none;
    padding: 0; }
  
  #customer_details .woocommerce-billing-fields h3, #customer_details .woocommerce-shipping-fields h3, #order_review_heading {
    line-height: 1.6em;
    display: block;
    position: relative;
    padding-bottom: 0.4em;
    margin-bottom: 1.36em;
    font-weight: normal;
    font-size: 1.5em; }
    #customer_details .woocommerce-billing-fields h3::after, #customer_details .woocommerce-shipping-fields h3::after, #order_review_heading::after {
      content: ' ';
      /*border-bottom: 2px solid transparent;*/
      display: block;
      width: 114px;
      position: absolute;
      bottom: -1px; }
  
  #customer_details .input-text, #customer_details input[type=email], #customer_details input[type=password], #customer_details input[type=search], #customer_details input[type=text], #customer_details input[type=url], #customer_details textarea {
    padding: .643em 1.2em;
    font-size: 0.875em; }
  #customer_details .woocommerce-billing-fields p {
    margin-bottom: 1.2em; }
  #customer_details textarea {
    border-radius: 20px; }
  #customer_details label {
    /*font-size: 0.875em;*/
    font-weight: normal;
    color: #000; }
  #customer_details .select2-container .select2-choice {
    padding: .643em 1.2em;
    border-radius: 50px;
    font-size: 14px; }
  #customer_details .select2-dropdown-open .select2-choice {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  #customer_details .select2-container .select2-choice .select2-arrow {
    right: 14px; }
  
  .select2-drop.select2-drop-active, #customer_details .select2-dropdown-open .select2-choice {
    border-color: #ccc; }
  
  .woocommerce-checkout .select2-search input {
    padding: .473em 3em .473em 1.2em;
    background: none; }
  
  .woocommerce-checkout .select2-container-active .select2-choice, .woocommerce-checkout .select2-container-active .select2-choices {
    border-color: #ccc; }
  
  .select2-search::after {
    content: "\46";
    font-family: "font-pizzaro";
    position: relative;
    right: 40px;
    top: 2px;
    color: #333e48; }
  
  form.woocommerce-checkout .col2-set {
    width: 65.2173913043%;
    float: left;
    margin-right: 4.347826087%;
    margin: 0; }
    form.woocommerce-checkout .col2-set .col-1, form.woocommerce-checkout .col2-set .col-2 {
      width: 100%;
      padding: 0; }
  form.woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 25px;
    padding-bottom: 15px;
    border-radius: 3px; }
  
  @media (min-width: 768px) {
    .woocommerce-checkout-review-order {
      transition: box-shadow ease .4s, top ease .4s; } }
  
  /**
   * Cart
   */
  table.cart {
    margin-bottom: 3.706325903em;
    position: relative; }
    table.cart .product-thumbnail img {
      max-width: 6em;
      height: auto;
      margin-bottom: 0; }
    table.cart .product-thumbnail:before {
      display: none; }
    table.cart thead th {
      text-transform: capitalize;
      font-weight: normal;
      color: #747474;
      padding-bottom: 6px; }
    table.cart thead .product-name {
      position: absolute;
      left: 84px; }
    table.cart tbody tr td {
      border-bottom: 1px solid #ddd;
      padding: 2.5em 1em; }
    table.cart tbody tr:first-child td {
      border-top: 1px solid #ddd; }
    table.cart tbody tr .product-name a {
      font-weight: normal; }
    table.cart tbody tr .product-quantity label {
      display: none; }
    table.cart tbody tr .product-thumbnail {
      padding: 2.5em 0;
      width: 2em; }
    table.cart tbody tr .product-name {
      width: 30em; }
    table.cart td.product-remove {
      position: relative; }
      table.cart td.product-remove:before, table.cart td.product-remove:after {
        content: "";
        display: table; }
      table.cart td.product-remove:after {
        clear: both; }
      table.cart td.product-remove a.remove {
        font-size: 0.75em;
        color: #a7a7a7; }
    table.cart td.product-quantity .quantity .minus, table.cart td.product-quantity .quantity .plus {
      background-color: #ededed;
      border-radius: 100px;
      border: none;
      font-size: 1em;
      line-height: 0.6;
      width: 1.563em;
      height: 1.563em; }
    table.cart td.product-quantity .quantity .minus {
      left: auto;
      right: 10px; }
    table.cart td.product-quantity .quantity .plus {
      top: 50%;
      right: 40px; }
    table.cart td.product-quantity .qty {
      padding: .326em .8em;
      width: 6.945em;
      height: 2.334em;
      font-weight: normal;
      border-radius: 50px;
      border: 1px solid #dddddd; }
    table.cart td.product-quantity .minus + .qty {
      padding: .326em .8em .326em 1.6em;
      text-align: left; }
    table.cart .rp-donation-block td {
      padding: 2.5em 0; }
    table.cart .rp-donation-block .text-donation {
      margin-right: 0; }
    table.cart .rp-donation-block .button {
      width: auto; }
    table.cart .coupon, table.cart .rp-donation-block .input {
      font-size: 1em;
      text-align: left;
      float: left;
      width: 392px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      table.cart .coupon label[for="coupon_code"], table.cart .rp-donation-block .input label[for="coupon_code"] {
        display: none; }
      table.cart .coupon .input-text, table.cart .rp-donation-block .input .input-text {
        border: 1px solid #dddddd;
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 0.625em 1.8em;
        width: 60%; }
        table.cart .coupon .input-text::-webkit-input-placeholder, table.cart .rp-donation-block .input .input-text::-webkit-input-placeholder {
          font-size: 0.875em; }
        table.cart .coupon .input-text::-moz-placeholder, table.cart .rp-donation-block .input .input-text::-moz-placeholder {
          font-size: 0.875em; }
        table.cart .coupon .input-text:-moz-placeholder, table.cart .rp-donation-block .input .input-text:-moz-placeholder {
          font-size: 0.875em; }
        table.cart .coupon .input-text:-ms-input-placeholder, table.cart .rp-donation-block .input .input-text:-ms-input-placeholder {
          font-size: 0.875em; }
      table.cart .coupon .button, table.cart .rp-donation-block .input .button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: -4px;
        font-size: 0.938em;
        padding: 0.8em 1.856em;
        font-weight: normal;
        position: relative;
        max-height: 50px;
        background-color: #333e48; }
    table.cart th {
      padding: 0.875em 0.875em 0; }
    table.cart td.product-subtotal {
      padding-bottom: 0.875em; }
    table.cart td.actions {
      background-color: transparent;
      border: none; }
      table.cart td.actions label {
        display: none; }
      table.cart td.actions > input {
        font-weight: normal;
        background-color: #efecec;
        font-size: 0.938em;
        color: #333e48;
        padding: 0.8em 3.183em; }
        table.cart td.actions > input[name="update_cart"]:focus {
          outline: none; }
    table.cart .actions {
      text-align: right;
      font-size: 1em;
      padding: 4em 0 0; }
      table.cart .actions .wc-proceed-to-checkout {
        display: inline-block;
        margin-left: 0.5em; }
        table.cart .actions .wc-proceed-to-checkout .checkout-button {
          font-weight: bold; }
          table.cart .actions .wc-proceed-to-checkout .checkout-button::after {
            content: none; }
  
  .fp_apply_reward {
    font-size: 1em;
    text-align: left;
    float: left;
    width: 450px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .fp_apply_reward label[for="coupon_code"] {
      display: none; }
    .fp_apply_reward .input-text {
      border: 1px solid #dddddd;
      border-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      padding: 0.625em 1.8em;
      width: 60%; }
      .fp_apply_reward .input-text::-webkit-input-placeholder {
        font-size: 0.875em; }
      .fp_apply_reward .input-text::-moz-placeholder {
        font-size: 0.875em; }
      .fp_apply_reward .input-text:-moz-placeholder {
        font-size: 0.875em; }
      .fp_apply_reward .input-text:-ms-input-placeholder {
        font-size: 0.875em; }
    .fp_apply_reward .button {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-left: -4px;
      font-size: 0.938em;
      padding: 0.8em 1.856em;
      font-weight: normal;
      position: relative;
      max-height: 50px;
      background-color: #333e48; }
      .fp_apply_reward .button:hover {
        background-color: #333e48; }
  
  .cxecrt-button-holder {
    text-align: right; }
  
  .cxecrt-cart-page-button.button {
    background-color: #333e48;
    display: inline-block; }
    .cxecrt-cart-page-button.button:hover {
      background-color: #333e48; }
  
  .wc-proceed-to-checkout {
    margin-bottom: 1.618em; }
    .wc-proceed-to-checkout:before, .wc-proceed-to-checkout:after {
      content: "";
      display: table; }
    .wc-proceed-to-checkout:after {
      clear: both; }
    .wc-proceed-to-checkout .button {
      display: inline-block;
      padding: 0.733em 2.433em; }
      .wc-proceed-to-checkout .button.checkout-button {
        font-size: 0.938em; }
  
  ul#shipping_method {
    margin: 0;
    list-style: none; }
  
  a.remove {
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    font-weight: 400;
    text-indent: -9999px;
    position: relative; }
    a.remove:before {
      content: "\79";
      font-family: "font-pizzaro";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      color: #666666;
      line-height: 1.618;
      text-indent: 0;
      text-align: center; }
  
  .cart-collaterals {
    margin-bottom: 80px; }
    @media (min-width: 992px) {
      .cart-collaterals {
        margin-left: 58.3333333333%; } }
    .cart-collaterals h2 {
      line-height: 1.6em;
      display: block;
      position: relative;
      padding-bottom: .4em;
      margin-bottom: 1.36em;
      font-weight: 400;
      font-size: 1.5em; }
      .cart-collaterals h2::after {
        content: ' ';
        border-bottom: 2px solid transparent;
        display: block;
        width: 114px;
        position: absolute;
        bottom: -1px; }
    .cart-collaterals .cart_totals table.shop_table {
      width: 100%;
      max-width: 100%;
      margin-bottom: 1.236em; }
      .cart-collaterals .cart_totals table.shop_table th, .cart-collaterals .cart_totals table.shop_table td {
        padding: 0.85714em;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid #ddd; }
      .cart-collaterals .cart_totals table.shop_table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd; }
      .cart-collaterals .cart_totals table.shop_table tbody + tbody {
        border-top: 2px solid #ddd; }
      .cart-collaterals .cart_totals table.shop_table .table {
        background-color: #fff; }
      .cart-collaterals .cart_totals table.shop_table tbody tr th {
        padding-left: 0;
        font-size: 0.875em; }
      .cart-collaterals .cart_totals table.shop_table tbody tr td {
        padding-right: 0;
        text-align: right; }
      .cart-collaterals .cart_totals table.shop_table tbody tr:first-child td, .cart-collaterals .cart_totals table.shop_table tbody tr:first-child th {
        border-top-width: 0; }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout {
      display: none; }
    .cart-collaterals .shipping td {
      font-size: 0.875em; }
  
  .woocommerce-shipping-calculator {
    margin: 0; }
  
  .shipping-calculator-button {
    font-size: .9em;
    font-weight: 600;
    margin-top: 16px;
    display: inline-block;
    border-bottom: 1px solid #fff; }
  
  .cart-empty, .return-to-shop {
    text-align: center; }
  
  .cart-empty {
    font-size: 3em;
    margin-bottom: 1.2em;
    line-height: 1;
    font-weight: 100; }
  
  .shipping-calculator-form select {
    display: inline-block;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem \9;
    color: #8c8c8c;
    font-size: 0.875em;
    border: 1px solid #ebeaef;
    vertical-align: middle;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 1em center;
    background-image: none \9;
    background-size: 8px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #ccc;
    padding: .473em 1.2em;
    border-radius: 50px;
    height: 40px; }
    .shipping-calculator-form select:focus {
      outline: none; }
    .shipping-calculator-form select::-ms-expand {
      opacity: 0; }
  
  .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; }
  
  .woocommerce-order-received .entry-header, .woocommerce-order-received .woocommerce-thankyou-order-received {
    text-align: center; }
  .woocommerce-order-received .addresses:before, .woocommerce-order-received .addresses:after {
    content: "";
    display: table; }
  .woocommerce-order-received .addresses:after {
    clear: both; }
  .woocommerce-order-received .addresses .col-1, .woocommerce-order-received .addresses .col-2 {
    width: 50%;
    float: left; }
  .woocommerce-order-received .addresses .col-1 {
    padding-right: 15px; }
  .woocommerce-order-received .addresses .col-2 {
    padding-left: 15px; }
  .woocommerce-order-received .addresses header.title h3 {
    font-weight: normal; }
  .woocommerce-order-received h2 {
    font-size: 1.786em;
    line-height: 1.6em;
    margin-bottom: 0;
    padding-bottom: 0.4em;
    font-weight: normal; }
  .woocommerce-order-received .entry-header::before {
    content: "\78";
    font-family: "font-pizzaro";
    font-size: 14.44em;
    line-height: 1;
    display: block;
    color: #e9e9e9;
    margin-bottom: 52px; }
  .woocommerce-order-received .woocommerce-thankyou-order-details {
    border: 1px solid #e9e9e9;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    .woocommerce-order-received .woocommerce-thankyou-order-details li {
      padding: 1em 6em;
      display: inline-block;
      vertical-align: middle;
      height: 84px; }
    .woocommerce-order-received .woocommerce-thankyou-order-details li + li {
      border-left: 1px solid #e9e9e9; }
  .woocommerce-order-received .pizzaro-order-steps {
    margin-bottom: 5.2em; }
  
  .woocommerce-account .col2-set {
    margin-left: -15px;
    margin-right: -15px; }
    .woocommerce-account .col2-set:before, .woocommerce-account .col2-set:after {
      content: "";
      display: table; }
    .woocommerce-account .col2-set:after {
      clear: both; }
    .woocommerce-account .col2-set .col-1, .woocommerce-account .col2-set .col-2 {
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; }
      @media (min-width: 768px) {
        .woocommerce-account .col2-set .col-1, .woocommerce-account .col2-set .col-2 {
          width: 50%; } }
      @media (min-width: 992px) {
        .woocommerce-account .col2-set .col-1, .woocommerce-account .col2-set .col-2 {
          width: 50%; } }
      @media (min-width: 1200px) {
        .woocommerce-account .col2-set .col-1, .woocommerce-account .col2-set .col-2 {
          width: 50%; } }
  
  .woocommerce-account .customer-login-form {
    position: relative; }
    .woocommerce-account .customer-login-form h2 {
      font-size: 1.714em;
      line-height: 1.6em;
      display: block;
      font-weight: normal;
      padding-bottom: 0.4em;
      position: relative;
      margin-bottom: 1.36em;
      border-bottom: none; }
      .woocommerce-account .customer-login-form h2::after {
        content: ' ';
        border-bottom: 2px solid transparent;
        display: block;
        width: 68px;
        position: absolute;
        bottom: -1px; }
    .woocommerce-account .customer-login-form .button {
      font-weight: bold; }
    .woocommerce-account .customer-login-form form.register input[type=submit] {
      margin-bottom: 1.471em; }
  
  .no-registration-form {
    width: 41.6666666667%;
    margin: 0 auto; }
  
  #customer_login {
    padding: 2.5em 2.143em;
    position: relative; }
    #customer_login:before, #customer_login:after {
      content: "";
      display: table; }
    #customer_login:after {
      clear: both; }
    #customer_login::before {
      display: block;
      border-right: 1px solid #ddd;
      height: 100%;
      position: absolute;
      content: ' ';
      right: 50%;
      top: 0; }
    #customer_login .col-1 {
      padding-right: 6.071em; }
    #customer_login .col-2 {
      padding-left: 5.857em; }
    #customer_login .before-login-text, #customer_login .before-register-text {
      margin-bottom: 2.143em; }
    #customer_login .form-row {
      margin-bottom: 1.714em; }
    #customer_login label {
      color: #333e48;
      font-weight: bold;
      text-transform: capitalize;
      margin-bottom: 10px; }
    #customer_login #rememberme {
      margin-right: 3px; }
    #customer_login input[type=submit] {
      padding: .701em 3.047em;
      font-size: 1.071em; }
    #customer_login .register-benefits {
      clear: both; }
      #customer_login .register-benefits h3 {
        font-size: 1.286em;
        line-height: 1em;
        font-weight: normal;
        color: #4c4c4c;
        margin-bottom: 1.2em; }
      #customer_login .register-benefits ul {
        padding-left: 0;
        margin-bottom: 0;
        margin-left: 0;
        list-style: none; }
        #customer_login .register-benefits ul > li {
          line-height: 2.143em; }
          #customer_login .register-benefits ul > li::before {
            content: "\f00c";
            color: #5bb300;
            display: inline-block;
            font: normal normal normal 1em/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 1.143em;
            display: inline-block;
            margin-right: 1em; }
  
  .or-text {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-style: italic;
    background-color: #fff;
    z-index: 1; }
  
  .address header.title, .addresses header.title, .track-order header.title {
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.36em; }
    .address header.title:before, .address header.title:after, .addresses header.title:before, .addresses header.title:after, .track-order header.title:before, .track-order header.title:after {
      content: "";
      display: table; }
    .address header.title:after, .addresses header.title:after, .track-order header.title:after {
      clear: both; }
    .address header.title h3, .addresses header.title h3, .track-order header.title h3 {
      font-size: 1.786em;
      line-height: 1.6em;
      display: block;
      position: relative;
      float: left;
      padding-bottom: 0.4em;
      margin-bottom: 0;
      width: 90%; }
      .address header.title h3::after, .addresses header.title h3::after, .track-order header.title h3::after {
        content: ' ';
        border-bottom: 2px solid transparent;
        display: block;
        width: 20%;
        position: absolute;
        bottom: -1px; }
    .address header.title .edit, .addresses header.title .edit, .track-order header.title .edit {
      float: right;
      line-height: 3.571em; }
  .address address, .addresses address, .track-order address {
    line-height: 2em; }
  
  .woocommerce-account h2 {
    font-size: 1.786em;
    line-height: 1.6em;
    display: block;
    position: relative;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.36em; }
    .woocommerce-account h2::after {
      content: ' ';
      border-bottom: 2px solid transparent;
      display: block;
      width: 20%;
      position: absolute;
      bottom: -1px; }
  
  .woocommerce-edit-address form h3 {
    line-height: 1.6em;
    display: block;
    position: relative;
    padding-bottom: 0.4em;
    margin-bottom: 1.36em;
    font-weight: normal;
    font-size: 1.5em; }
    .woocommerce-edit-address form h3::after {
      content: ' ';
      border-bottom: 2px solid transparent;
      display: block;
      width: 114px;
      position: absolute;
      bottom: -1px; }
  
  .edit-account legend {
    line-height: 1.6em;
    display: block;
    position: relative;
    padding-bottom: 0.4em;
    margin-bottom: 1.36em;
    font-weight: normal;
    font-size: 1.5em; }
    .edit-account legend::after {
      content: ' ';
      border-bottom: 2px solid transparent;
      display: block;
      width: 114px;
      position: absolute;
      bottom: -1px; }
  
  .my_account_orders {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.236em; }
    .my_account_orders th, .my_account_orders td {
      padding: 0.85714em;
      line-height: 1.5;
      vertical-align: top;
      border-top: 1px solid #ddd; }
    .my_account_orders thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #ddd; }
    .my_account_orders tbody + tbody {
      border-top: 2px solid #ddd; }
    .my_account_orders .table {
      background-color: #fff; }
    .my_account_orders .order-actions .button.view {
      padding: 0.5875em 2.625em;
      font-size: 0.875em; }
  
  .notes {
    padding-left: 0;
    list-style: none; }
  
  .note {
    margin-bottom: 2em; }
    .note .meta {
      color: #999;
      font-size: 11px;
      line-height: 1.5; }
    .note .description {
      padding: 10px;
      background-color: #efefef;
      font-size: 13px;
      position: relative; }
      .note .description::after {
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        left: 20px;
        width: 0;
        height: 0;
        border-width: 0 0 10px 10px;
        border-style: solid;
        border-color: #efefef transparent; }
      .note .description p:last-child {
        margin: 0;
        padding: 0; }
  
  .order-again {
    margin-bottom: 2.5em; }
    .order-again .button {
      padding: 0.6875rem 2.625rem; }
  
  .order-info mark {
    padding: inherit;
    background-color: transparent;
    font-weight: bold; }
  
  .customer_details, .order_details {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.236em; }
    .customer_details th, .customer_details td, .order_details th, .order_details td {
      padding: 0.85714em;
      line-height: 1.5;
      vertical-align: top;
      border-top: 1px solid #ddd; }
    .customer_details thead th, .order_details thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #ddd; }
    .customer_details tbody + tbody, .order_details tbody + tbody {
      border-top: 2px solid #ddd; }
    .customer_details .table, .order_details .table {
      background-color: #fff; }
  
  .order_details.bacs_details {
    list-style: none;
    padding: 0; }
  
  .customer_details {
    border: 1px solid #ddd; }
    .customer_details th, .customer_details td {
      border: 1px solid #ddd; }
    .customer_details th {
      background-color: #f9f9f9; }
    .customer_details thead th, .customer_details thead td {
      border-bottom-width: 2px; }
  
  .order-info, .commentlist.notes, .order_details, .customer_details, .addresses {
    margin-bottom: 2.5em; }
  
  label[for="rememberme"] {
    margin-left: 0.75em;
    display: inline-block; }
  
  .logged-in.woocommerce-account .woocommerce {
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1; }
  
  .woocommerce-account .entry-title {
    font-size: 2.125em;
    font-weight: normal;
    margin-bottom: 1em; }
  .woocommerce-account .woocommerce {
    font-size: 0.875em;
    line-height: 1.714em;
    display: table;
    width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding: 2em 0; }
    @media (min-width: 768px) {
      .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 25%; } }
    @media (min-width: 992px) {
      .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 25%; } }
    @media (min-width: 1200px) {
      .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 25%; } }
  .woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding: 3em;
    background-color: #fff; }
    @media (min-width: 768px) {
      .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%; } }
    @media (min-width: 992px) {
      .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%; } }
    @media (min-width: 1200px) {
      .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%; } }
  .woocommerce-account .woocommerce-message, .woocommerce-account .woocommerce-info, .woocommerce-account .woocommerce-error {
    display: block; }
  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
    display: table-cell;
    float: none;
    vertical-align: top; }
  
  .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0; }
    .woocommerce-MyAccount-navigation ul li {
      list-style: none;
      position: relative;
      padding: 0 2em; }
      .woocommerce-MyAccount-navigation ul li:hover {
        background: #d1d1d1; }
      .woocommerce-MyAccount-navigation ul li.is-active a {
        font-weight: bold; }
      .woocommerce-MyAccount-navigation ul li.is-active a:before {
        opacity: 1; }
      .woocommerce-MyAccount-navigation ul li a {
        padding: .857em 0;
        display: block;
        color: #333e48; }
        .woocommerce-MyAccount-navigation ul li a:before {
          display: inline-block;
          font: normal normal normal 1em/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f0f6";
          line-height: 1.618;
          margin-left: .53em;
          width: 1.387em;
          text-align: right;
          float: right;
          opacity: .25; }
        .woocommerce-MyAccount-navigation ul li a:hover {
          font-weight: bold; }
          .woocommerce-MyAccount-navigation ul li a:hover:before {
            opacity: 1; }
      .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
        content: "\f0e4"; }
      .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
        content: "\f291"; }
      .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
        content: "\f1c6"; }
      .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
        content: "\f015"; }
      .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
        content: "\f09d"; }
      .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
        content: "\f007"; }
      .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
        content: "\f08b"; }
      .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
        content: "\f021"; }
  
  .my_account_orders .button, .woocommerce-MyAccount-downloads .button {
    padding: .618em .857em;
    font-size: .857em;
    margin-right: .236em; }
  
  .my_account_orders .button.view:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06e";
    margin-left: .53em; }
  
  p.order-again .button:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-left: .53em; }
  
  .woocommerce-MyAccount-downloads th, .woocommerce-MyAccount-downloads td {
    vertical-align: middle; }
  .woocommerce-MyAccount-downloads .button:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0ed";
    margin-left: .53em; }
  
  .woocommerce-MyAccount-content h2 {
    font-size: 2em;
    font-weight: 600; }
  .woocommerce-MyAccount-content #payment .payment_methods {
    margin-bottom: 1.618em; }
    .woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
      background-color: rgba(0, 0, 0, 0.05); }
  
  .track_order {
    font-size: .875em; }
    .track_order > p:first-child {
      text-align: center;
      margin: 0 auto 2.714em;
      width: 90%;
      font-size: 1.071em; }
    .track_order .form-row label {
      font-weight: bold;
      color: #333e48; }
    .track_order .clear {
      margin-bottom: 1.2em; }
  
  @media (min-width: 768px) {
    @media (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; }
      .right-sidebar.list-view.columns-1 ul.products li.product .product-content-wrapper, .left-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) {
    /*(max-width: 767px)*/
    ul.products li.product, .products .owl-item > .product {
      width: 100%; }
    .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; }
    .wpsl-search .wpsl-select-wrap, .wpsl-search .wpsl-search-btn-wrap {
      width: 100%; }
    .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; }
    form.woocommerce-checkout .col2-set, #order_review, #order_review_heading {
      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 .wc-proceed-to-checkout, table.cart td.actions .button, 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 .input-text, table.cart .coupon .button {
        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 .input-text, table.cart .coupon .button {
      width: 100%;
      display: block; }
    table.cart, table.cart tbody, table.cart tbody tr {
      display: block; }
    .pizzaro-brands {
      padding: 140px 0; }
      .pizzaro-brands .section-title, .pizzaro-brands .error404 .page-content section h2, .error404 .page-content section .pizzaro-brands h2, .pizzaro-brands .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .pizzaro-brands h2, .pizzaro-brands .related > h2:first-child, .pizzaro-brands .upsells > h2:first-child, .pizzaro-brands .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .pizzaro-brands h2 {
        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-previous, #comments .comment-navigation .nav-next {
        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:before, #customer_login:after {
        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-view ul.products li.product h3, .list-no-image-cat-view ul.products li.product h3, .list-no-image-cat-view ul.products li.product h3 {
      max-width: 40%; }
    .list-no-image-view ul.products li.product .product-content-wrapper .woocommerce-LoopProduct-link > h3, .list-no-image-cat-view ul.products li.product .product-content-wrapper .woocommerce-LoopProduct-link > h3, .list-no-image-cat-view ul.products li.product .product-content-wrapper .woocommerce-LoopProduct-link > h3 {
      font-size: 1.3em; }
    .list-no-image-view ul.products li.product .yith_wapo_groups_container, .list-no-image-cat-view ul.products li.product .yith_wapo_groups_container, .list-no-image-cat-view ul.products li.product .yith_wapo_groups_container {
      display: none; }
    .list-no-image-view ul.products li.product .price, .list-no-image-cat-view ul.products li.product .price, .list-no-image-cat-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 form, .pizzaro-sorting .product-filters-widgets {
      display: block;
      float: none;
      position: relative; }
      .pizzaro-sorting form select, .pizzaro-sorting form a, .pizzaro-sorting .product-filters-widgets select, .pizzaro-sorting .product-filters-widgets a {
        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; }
    .section-tiled-gallery {
      display: none; }
    .menu-card {
      height: auto;
      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 input[type="submit"], .site-footer.footer-v5 .footer-newsletter form input[type="submit"], .newsletter-subscription form input[type="button"], .site-footer.footer-v5 .footer-newsletter form input[type="button"], .newsletter-subscription form button, .site-footer.footer-v5 .footer-newsletter form button {
      padding: .657em 3.575em;
      position: relative;
      top: 0;
      right: 0;
      transform: none; }
    .newsletter-subscription form input, .site-footer.footer-v5 .footer-newsletter form input, .newsletter-subscription form input[type="submit"], .site-footer.footer-v5 .footer-newsletter form input[type="submit"] {
      margin-bottom: 1em;
      min-height: 3.4em; }
    .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: .8em; }
    .section-sale-product .product-content h3 {
      font-size: 8em; }
    .banner.social-block {
      margin-bottom: 0; }
      .banner.social-block .banner-bg {
        height: 535px; }
      .banner.social-block .caption {
        font-size: 6em; }
    .section-recent-post {
      height: 535px; }
      .section-recent-post .post-wrap {
        transform: translate(-50%, -50%);
        width: 80%; }
      .section-recent-post .section-title, .section-recent-post .error404 .page-content section h2, .error404 .page-content section .section-recent-post h2, .section-recent-post .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-recent-post h2, .section-recent-post .related > h2:first-child, .section-recent-post .upsells > h2:first-child, .section-recent-post .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-recent-post h2 {
        font-size: 3em;
        line-height: 1;
        margin-bottom: .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: .8em; }
    .section-recent-posts {
      padding: 5em 0; }
      .section-recent-posts .section-title, .section-recent-posts .error404 .page-content section h2, .error404 .page-content section .section-recent-posts h2, .section-recent-posts .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-recent-posts h2, .section-recent-posts .related > h2:first-child, .section-recent-posts .upsells > h2:first-child, .section-recent-posts .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-recent-posts h2 {
        font-size: 3em; }
      .section-recent-posts .post-items {
        padding: 0 1em; }
        .section-recent-posts .post-items .post-item {
          margin-bottom: 40px; }
    .page-template-template-homepage-v2 .site-header.header-v2 .main-navigation {
      top: 15px; }
    .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; } }
  
  @media (max-width: 480px) {
    .section-products-sale-event .sale-event-content {
      width: 70%;
      font-size: 0.8em; }
    .list-view.columns-1 ul.products li.product .ywapo_input_container_radio:nth-child(n+4) {
      display: none; }
    .list-view.dark.columns-1 ul.products li.product img, .list-view.dark.columns-2 ul.products li.product img, .list-view.columns-1 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.dark.columns-1 ul.products li.product, .list-view.full-width.columns-1 ul.products li.product, .list-view.full-width.dark.columns-2 ul.products li.product, .list-view.full-width.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.dark.columns-1 ul.products li.product img, .list-view.full-width.columns-1 ul.products li.product img, .list-view.full-width.dark.columns-2 ul.products li.product img, .list-view.full-width.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.dark.columns-1 ul.products li.product .product-inner, .list-view.full-width.columns-1 ul.products li.product .product-inner, .list-view.full-width.dark.columns-2 ul.products li.product .product-inner, .list-view.full-width.columns-2 ul.products li.product .product-inner {
        display: block; }
        .list-view.columns-1 ul.products li.product .product-inner .product-image-wrapper, .list-view.columns-1 ul.products li.product .product-inner .product-content-wrapper, .list-view.columns-2 ul.products li.product .product-inner .product-image-wrapper, .list-view.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-image-wrapper, .list-view.full-width.dark.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-1 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, .list-view.full-width.dark.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.columns-2 ul.products li.product .product-inner .product-content-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.dark.columns-1 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.dark.columns-2 ul.products li.product .product-inner .product-content-wrapper, .list-view.full-width.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.dark.columns-1 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.dark.columns-2 ul.products li.product .product-inner .product-image-wrapper, .list-view.full-width.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.dark.columns-1 ul.products li.product .hover-area, .list-view.full-width.columns-1 ul.products li.product .hover-area, .list-view.full-width.dark.columns-2 ul.products li.product .hover-area, .list-view.full-width.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.dark.columns-1 ul.products li.product .button, .list-view.full-width.columns-1 ul.products li.product .button, .list-view.full-width.dark.columns-2 ul.products li.product .button, .list-view.full-width.columns-2 ul.products li.product .button {
        display: inline-block;
        font-size: 0.8em; }
    .right-sidebar.list-view.columns-1 ul.products li.product, .left-sidebar.list-view.columns-1 ul.products li.product {
      padding-bottom: 2.8em;
      margin-bottom: 2.8em; }
      .right-sidebar.list-view.columns-1 ul.products li.product .product-content-wrapper, .left-sidebar.list-view.columns-1 ul.products li.product .product-content-wrapper {
        padding: 24px 15px 0; } }
  
  @media (max-width: 459px) {
    .stretch-full-width .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, .blog.full-width .blog-menu .store-locator, .pizzaro-breadcrumb .store-locator, .page-template-template-contactpage .contact-map .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) {
    .stretch-full-width .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, .blog.full-width .blog-menu .store-locator, .pizzaro-breadcrumb .store-locator, .page-template-template-contactpage .contact-map .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: 0px 14px 0px; }
    .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 .6em 0em; } }
  
  @media (max-width: 991px) {
    .list-view.section-products {
      margin-top: 3em; }
    .section-product-categories {
      margin-bottom: 3.5em; }
    .section-products-carousel-with-image .section-title, .section-products-carousel-with-image .error404 .page-content section h2, .error404 .page-content section .section-products-carousel-with-image h2, .section-products-carousel-with-image .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-products-carousel-with-image h2, .section-products-carousel-with-image .related > h2:first-child, .section-products-carousel-with-image .upsells > h2:first-child, .section-products-carousel-with-image .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-products-carousel-with-image h2 {
      font-size: 3.6em; }
    #wpsl-search-wrap .wpsl-input {
      margin-bottom: 20px; }
    .wpsl-search form {
      display: inline-block; }
    .wpsl-search .wpsl-select-wrap {
      width: 62%;
      text-align: left; }
    .wpsl-search .wpsl-search-btn-wrap {
      padding: 0;
      margin-top: 24px; }
    .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
      display: block;
      width: 100%; }
    .woocommerce-account .woocommerce {
      display: block; }
    .section-events .events .event .media-left, .section-events .events .event .media-body {
      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; }
    .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: .2em; }
        .section-coupon .caption .coupon-info .button {
          font-size: .1em; }
    .banner.social-block {
      margin-bottom: 0; }
      .banner.social-block .banner-bg {
        height: 535px; }
      .banner.social-block .caption {
        font-size: 6em; }
    .section-recent-post {
      height: 535px; }
      .section-recent-post .post-wrap {
        transform: translate(-50%, -50%);
        width: 80%; }
      .section-recent-post .section-title, .section-recent-post .error404 .page-content section h2, .error404 .page-content section .section-recent-post h2, .section-recent-post .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-recent-post h2, .section-recent-post .related > h2:first-child, .section-recent-post .upsells > h2:first-child, .section-recent-post .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-recent-post h2 {
        font-size: 3em;
        line-height: 1;
        margin-bottom: .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: .8em; }
    .section-recent-posts {
      padding: 5em 0; }
      .section-recent-posts .section-title, .section-recent-posts .error404 .page-content section h2, .error404 .page-content section .section-recent-posts h2, .section-recent-posts .error404 .fourohfour-columns-2 .col-1 h2, .error404 .fourohfour-columns-2 .col-1 .section-recent-posts h2, .section-recent-posts .related > h2:first-child, .section-recent-posts .upsells > h2:first-child, .section-recent-posts .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .section-recent-posts h2 {
        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: .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) {
    @media (max-width: 1199px) {
      /*768-1200*/
      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; }
      .woocommerce-order-received .woocommerce-thankyou-order-details li {
        padding: 1em 2em; }
      form.woocommerce-checkout .col2-set {
        width: 52%; }
      #order_review, #order_review_heading {
        width: 44%; }
      .section-products-4-1 .products-4-1 {
        margin: 0; }
      .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(2n+1) {
        clear: none; }
      .food-type-filter .clear-food-type-filter, .food-type-filter .widget_layered_nav ul li {
        margin-bottom: 18px; }
      #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: "\68";
          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-view ul.products li.product h3, .list-no-image-cat-view ul.products li.product h3, .list-no-image-cat-view ul.products li.product h3 {
        max-width: 44%; }
      .list-no-image-view ul.products li.product .product-content-wrapper .yith_wapo_groups_container, .list-no-image-cat-view ul.products li.product .product-content-wrapper .yith_wapo_groups_container, .list-no-image-cat-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 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: .1em; } } }
  
  @media (min-width: 768px) {
    @media (max-width: 1199px) {
      /*768-1200*/
      .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: "\68";
          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 div[itemprop="description"], .page-template-template-homepage-v6 .products-card .columns-1 ul.products li.product .button, .page-template-template-homepage-v6 .products-card .columns-2 ul.products li.product div[itemprop="description"], .page-template-template-homepage-v6 .products-card .columns-2 ul.products li.product .button {
      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; }
    .page-template-template-homepage-v6 .products-card .media .caption .section-title, .page-template-template-homepage-v6 .products-card .media .caption .error404 .page-content section 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, .error404 .fourohfour-columns-2 .col-1 .page-template-template-homepage-v6 .products-card .media .caption h2, .page-template-template-homepage-v6 .products-card .media .caption .related > h2:first-child, .page-template-template-homepage-v6 .products-card .media .caption .upsells > h2:first-child, .page-template-template-homepage-v6 .products-card .media .caption .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .page-template-template-homepage-v6 .products-card .media .caption h2 {
      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: "\68";
          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 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) {
    /*min-width: 992px*/
    @media (max-width: 1199px) {
      /*(max-width: 1199px)*/
      .right-sidebar.list-view.columns-2 ul.products li.product .product-inner, .left-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) {
    .menu-toggle, .handheld-navigation, .main-navigation.toggled .handheld-navigation, .main-navigation.toggled div.menu {
      display: none; }
    .main-navigation, .primary-navigation, .secondary-navigation {
      display: block; }
    /**
       * Handheld footer bar
       */
    .pizzaro-handheld-footer-bar {
      display: none; }
    .site-content:before, .site-content:after {
      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%; } }
  
  @media (max-width: 1199px) {
    .site-header {
      z-index: 10000;
      padding: 1.618em 0; }
      .site-header button.menu-toggle {
        background: none; }
      .site-header .site-branding {
        max-width: 180px;
        padding: 0;     margin-left: 12px;}
      .site-header .main-navigation {
        float: right;
        width: 20px;
        padding: 0;
        text-align: left;
        margin-right: 20px;
        margin-top: 10px; }
    .header-v1 .header-wrap {
      margin-bottom: 0; }
    .header-v1.site-header .main-navigation {
      margin-top: 0; } }
  
  @media (max-width: 1025px) {
    .section-product-categories .categories .category a .caption h4 {
      font-size: 5em; }
    .page-template-template-homepage-v2 .header-v2 {
      position: relative;
      margin-bottom: 0; }
      .page-template-template-homepage-v2 .header-v2 .main-navigation {
        position: absolute;
        right: 30px;
        top: 0;
        margin: 0; }
    .page-template-template-homepage-v3 .header-v3 .main-navigation, .page-template-template-homepage-v4 .header-v3 .main-navigation, .page-template-template-homepage-v5 .header-v4 .main-navigation, .page-template-template-homepage-v7 .header-v4 .main-navigation {
      position: absolute;
      right: 0;
      top: 4px;
      margin-top: 0; }
    .header-v4 .col-full {
      padding: 0 15px; }
    .page-template-template-homepage-v4 button.menu-toggle i, .page-template-template-homepage-v5 button.menu-toggle i {
      color: #000; }
    .page-template-template-homepage-v6 .header-v1, .page-template-template-homepage-v6 .header-v2, .page-template-template-homepage-v6 .header-v3, .page-template-template-homepage-v6 .header-v4 {
      box-shadow: 0 4px 16px rgba(1, 1, 1, 0.15); }
      .page-template-template-homepage-v6 .header-v1 .site-branding, .page-template-template-homepage-v6 .header-v2 .site-branding, .page-template-template-homepage-v6 .header-v3 .site-branding, .page-template-template-homepage-v6 .header-v4 .site-branding {
        padding: 0 0 0 15px;
        margin-bottom: 0; }
      .page-template-template-homepage-v6 .header-v1 .main-navigation, .page-template-template-homepage-v6 .header-v2 .main-navigation, .page-template-template-homepage-v6 .header-v3 .main-navigation, .page-template-template-homepage-v6 .header-v4 .main-navigation {
        width: 20px;
        position: absolute;
        right: 0;
        top: 4px;
        margin-top: 0; }
        .page-template-template-homepage-v6 .header-v1 .main-navigation button.menu-toggle i, .page-template-template-homepage-v6 .header-v2 .main-navigation button.menu-toggle i, .page-template-template-homepage-v6 .header-v3 .main-navigation button.menu-toggle i, .page-template-template-homepage-v6 .header-v4 .main-navigation button.menu-toggle i {
          color: #000; }
      .page-template-template-homepage-v6 .header-v1 .col-full, .page-template-template-homepage-v6 .header-v2 .col-full, .page-template-template-homepage-v6 .header-v3 .col-full, .page-template-template-homepage-v6 .header-v4 .col-full {
        margin: 1.6em 0 1em 0; }
      .page-template-template-homepage-v6 .header-v1 .custom-logo-link, .page-template-template-homepage-v6 .header-v2 .custom-logo-link, .page-template-template-homepage-v6 .header-v3 .custom-logo-link, .page-template-template-homepage-v6 .header-v4 .custom-logo-link {
        width: 100%; }
      .page-template-template-homepage-v6 .header-v1 .footer-social-icons, .page-template-template-homepage-v6 .header-v1 .site-info, .page-template-template-homepage-v6 .header-v2 .footer-social-icons, .page-template-template-homepage-v6 .header-v2 .site-info, .page-template-template-homepage-v6 .header-v3 .footer-social-icons, .page-template-template-homepage-v6 .header-v3 .site-info, .page-template-template-homepage-v6 .header-v4 .footer-social-icons, .page-template-template-homepage-v6 .header-v4 .site-info {
        display: none; }
    .site-footer, .footer-v2 + .site-info {
      margin-bottom: 72px; }
    .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 .vertical-align, .site-footer.footer-v3 .site-address, .site-footer.footer-v3 .footer-menu, .site-footer.footer-v3 .footer-social-icons, .site-footer.footer-v4 .footer-logo, .site-footer.footer-v4 .vertical-align, .site-footer.footer-v4 .site-address, .site-footer.footer-v4 .footer-menu, .site-footer.footer-v4 .footer-social-icons {
      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) {
    /*(max-width: 1199px)*/
    ul.products li.product, .products .owl-item > .product {
      border: none;
      margin-bottom: 2em; }
      ul.products li.product .button, ul.products li.product .added_to_cart, .products .owl-item > .product .button, .products .owl-item > .product .added_to_cart {
        visibility: visible; }
      ul.products li.product .ywapo_input_container_radio, ul.products li.product ul.products li.product .ywapo_input_container_radio, .products .owl-item > .product .ywapo_input_container_radio, .products .owl-item > .product ul.products li.product .ywapo_input_container_radio {
        margin: 0 0.4em 2em; }
        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, ul.products li.product ul.products li.product .ywapo_input_container_radio .ywapo_label_price, .products .owl-item > .product .ywapo_input_container_radio .ywapo_label_price, .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, .products .owl-item > .product ul.products li.product .ywapo_input_container_radio .ywapo_label_price {
          padding-left: 5px; }
      ul.products li.product div[itemprop="description"], .products .owl-item > .product div[itemprop="description"] {
        display: none; }
      ul.products li.product .yith_wapo_groups_container, .products .owl-item > .product .yith_wapo_groups_container {
        display: block; }
      ul.products li.product .product-image-wrapper, ul.products li.product .product-content-wrapper, .products .owl-item > .product .product-image-wrapper, .products .owl-item > .product .product-content-wrapper {
        border: none; }
      ul.products li.product .hover-area, .products .owl-item > .product .hover-area {
        display: block;
        padding-top: 0; }
        ul.products li.product .hover-area:before, ul.products li.product .hover-area:after, .products .owl-item > .product .hover-area:before, .products .owl-item > .product .hover-area:after {
          content: "";
          display: table; }
        ul.products li.product .hover-area:after, .products .owl-item > .product .hover-area:after {
          clear: both; }
      ul.products li.product:hover div[itemprop="description"], .products .owl-item > .product:hover div[itemprop="description"] {
        display: none; }
      ul.products li.product:hover .product-inner, .products .owl-item > .product:hover .product-inner {
        position: relative; }
      ul.products li.product:hover .hover-area, .products .owl-item > .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; }
    .header-v2 .col-full {
      display: block; }
    .woocommerce-info + .login, .checkout_coupon {
      padding: 0 15px; }
    #customer_details .form-row {
      float: none;
      width: 100%;
      margin-right: 0; }
    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 .title, .woocommerce-tabs .panel .ingredients .items {
      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; }
    .page-template-template-homepage-v6 .header-v1 .col-full, .page-template-template-homepage-v6 .header-v2 .col-full, .page-template-template-homepage-v6 .header-v3 .col-full, .page-template-template-homepage-v6 .header-v4 .col-full, .page-template-template-homepage-v6 .header-v5 .col-full, .page-template-template-homepage-v6 .header-v6 .col-full {
      padding: 0; }
    .stretch-full-width .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, .blog.full-width .blog-menu .store-locator, .pizzaro-breadcrumb .store-locator, .page-template-template-contactpage .contact-map .store-locator {
      text-align: center;
      font-size: 5em;
      padding: 0; }
      .stretch-full-width .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, .blog.full-width .blog-menu .store-locator .store-info, .pizzaro-breadcrumb .store-locator .store-info, .page-template-template-contactpage .contact-map .store-locator .store-info {
        margin-bottom: 20px; }
        .stretch-full-width .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, .blog.full-width .blog-menu .store-locator .store-info .icon, .pizzaro-breadcrumb .store-locator .store-info .icon, .page-template-template-contactpage .contact-map .store-locator .store-info .icon {
          display: block; }
          .stretch-full-width .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, .blog.full-width .blog-menu .store-locator .store-info .icon i, .pizzaro-breadcrumb .store-locator .store-info .icon i, .page-template-template-contactpage .contact-map .store-locator .store-info .icon i {
            font-size: 2em; }
      .stretch-full-width .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, .blog.full-width .blog-menu .store-locator .store-search-form, .pizzaro-breadcrumb .store-locator .store-search-form, .page-template-template-contactpage .contact-map .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: .8em; }
    .section-sale-product .product-content {
      text-align: center; }
      .section-sale-product .product-content h3 {
        font-size: 8em; }
    .right-sidebar.list-view.columns-2 ul.products li.product.first, .right-sidebar.list-view.columns-2 ul.products li.product.last, .left-sidebar.list-view.columns-2 ul.products li.product.first, .left-sidebar.list-view.columns-2 ul.products li.product.last {
      padding-left: 0;
      padding-right: 0; }
    .right-sidebar.list-view.columns-2 ul.products li.product.first, .left-sidebar.list-view.columns-2 ul.products li.product.first {
      border-right: none; }
    .right-sidebar.list-view.columns-2 ul.products li.product .product-inner .product-content-wrapper, .left-sidebar.list-view.columns-2 ul.products li.product .product-inner .product-content-wrapper {
      padding: 26px 15px 15px; }
    .right-sidebar.list-view.columns-2 ul.products li.product .hover-area, .right-sidebar.list-view.columns-2 ul.products li.product .button, .left-sidebar.list-view.columns-2 ul.products li.product .hover-area, .left-sidebar.list-view.columns-2 ul.products li.product .button {
      display: inline-block; }
    .right-sidebar.list-view.columns-2 ul.products li.product .button, .left-sidebar.list-view.columns-2 ul.products li.product .button {
      text-align: left; }
    .full-width.columns-6 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-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-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-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-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-5 ul.products li.product .product-content-wrapper .woocommerce-LoopProduct-link {
      margin-bottom: 20px; }
    .full-width.columns-6 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-6 ul.products li.product .hover-area:after, .full-width.columns-5 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-5 ul.products li.product .hover-area:after, .left-sidebar.columns-6 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-6 ul.products li.product .hover-area:after, .left-sidebar.columns-5 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-5 ul.products li.product .hover-area:after, .right-sidebar.columns-6 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-6 ul.products li.product .hover-area:after, .right-sidebar.columns-5 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-5 ul.products li.product .hover-area:after {
      content: "";
      display: table; }
    .full-width.columns-6 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-5 ul.products li.product .hover-area:after, .left-sidebar.columns-6 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-5 ul.products li.product .hover-area:after, .right-sidebar.columns-6 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-5 ul.products li.product .hover-area:after {
      clear: both; }
    .full-width.columns-6 ul.products li.product .button, .full-width .columns-6 ul.products li.product .button, .full-width.columns-5 ul.products li.product .button, .full-width .columns-5 ul.products li.product .button, .left-sidebar.columns-6 ul.products li.product .button, .left-sidebar .columns-6 ul.products li.product .button, .left-sidebar.columns-5 ul.products li.product .button, .left-sidebar .columns-5 ul.products li.product .button, .right-sidebar.columns-6 ul.products li.product .button, .right-sidebar .columns-6 ul.products li.product .button, .right-sidebar.columns-5 ul.products li.product .button, .right-sidebar .columns-5 ul.products li.product .button {
      position: relative;
      left: auto;
      transform: none; }
    .full-width.columns-6 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-5 ul.products li.product:hover .hover-area, .left-sidebar.columns-6 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-5 ul.products li.product:hover .hover-area, .right-sidebar.columns-6 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-5 ul.products li.product:hover .hover-area {
      padding-bottom: 0; }
    .grid-view.full-width.dark.columns-5 ul.products li.product:hover .product-content-wrapper, .grid-view.full-width.dark.columns-5 .products .owl-item > .product:hover .product-content-wrapper, .grid-view.full-width.dark.columns-6 ul.products li.product:hover .product-content-wrapper, .grid-view.full-width.dark.columns-6 .products .owl-item > .product:hover .product-content-wrapper {
      padding-bottom: 16px; }
    .grid-view.full-width.dark.columns-5 ul.products li.product .hover-area, .grid-view.full-width.dark.columns-5 .products .owl-item > .product .hover-area, .grid-view.full-width.dark.columns-6 ul.products li.product .hover-area, .grid-view.full-width.dark.columns-6 .products .owl-item > .product .hover-area {
      padding-bottom: 0; }
    .page-template-template-homepage-v6 .header-v1, .page-template-template-homepage-v6 .header-v2, .page-template-template-homepage-v6 .header-v3, .page-template-template-homepage-v6 .header-v4, .page-template-template-homepage-v6 .header-v5, .page-template-template-homepage-v6 .header-v6, .page-template-template-homepage-v6 .site-content, .page-template-template-homepage-v6 footer {
      width: 100%; }
    .page-template-template-homepage-v6 .header-v1, .page-template-template-homepage-v6 .header-v2, .page-template-template-homepage-v6 .header-v3, .page-template-template-homepage-v6 .header-v4, .page-template-template-homepage-v6 .header-v5, .page-template-template-homepage-v6 .header-v6 {
      position: relative;
      text-align: center;
      overflow: hidden; }
      .page-template-template-homepage-v6 .header-v1 .col-full, .page-template-template-homepage-v6 .header-v2 .col-full, .page-template-template-homepage-v6 .header-v3 .col-full, .page-template-template-homepage-v6 .header-v4 .col-full, .page-template-template-homepage-v6 .header-v5 .col-full, .page-template-template-homepage-v6 .header-v6 .col-full {
        width: 100%; }
    .page-template-template-homepage-v6 .site-content, .page-template-template-homepage-v6 .site-footer {
      box-shadow: none; }
    .page-template-template-homepage-v6 .site-content {
      padding: 0 15px; }
    .page-template-template-homepage-v6 .banner .caption {
      font-size: 4em; }
    .page-template-template-homepage-v6 .products-card .products-1 {
      padding: 0; }
    .page-template-template-homepage-v6 .products-card ul.products li.product .product-image-wrapper .woocommerce-LoopProduct-link {
      display: inline-block; }
    .page-template-template-homepage-v6 .products-card .media-body, .page-template-template-homepage-v6 .products-card .media-left, .page-template-template-homepage-v6 .products-card .media-right, .page-template-template-homepage-v6 .products-card .media {
      display: block;
      width: 100%; }
    .page-template-template-homepage-v6 .products-card .media-body, .page-template-template-homepage-v6 .products-card .media-right, .page-template-template-homepage-v6 .products-card .media-left {
      margin-bottom: 3em; }
    .page-template-template-homepage-v6 .products-card .media .caption .section-title, .page-template-template-homepage-v6 .products-card .media .caption .error404 .page-content section 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, .error404 .fourohfour-columns-2 .col-1 .page-template-template-homepage-v6 .products-card .media .caption h2, .page-template-template-homepage-v6 .products-card .media .caption .related > h2:first-child, .page-template-template-homepage-v6 .products-card .media .caption .upsells > h2:first-child, .page-template-template-homepage-v6 .products-card .media .caption .woocommerce-cart .cart-collaterals + .cross-sells h2, .woocommerce-cart .cart-collaterals + .cross-sells .page-template-template-homepage-v6 .products-card .media .caption h2 {
      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; } }
  
  
    @media (max-width: 767px) {
        .city-slider-details .owl-carousel .owl-nav.disabled {
            top: 35% !important;
        }
    .city-slider-details .owl-dots .owl-dot.active {
        width: 40px;
    }  
    .city-slider-details .owl-dots .owl-dot {
        width: 40px;
    }
    .intro-block.text-center.leaf-img-wrap {
        padding-top: 0;
        padding-bottom: 10px;
    }    
    .store-details .column-left {
        padding: 0;
        margin-bottom: 20px;
    }    
      .site-content .home-v1-slider .caption {    
      width: 350px; } 
  
      #city,#branch{margin-bottom:20px;}
      
      .review-content h3 {
            text-align: center;
        }
        .review-content h3 br {
            display: none;
        }
        .review-content .small-title {
            text-align: center;
        }
        .site-header .site-branding {
            margin-left: 13px;
        }
        .check-icon img {
            width: 50px;
        }
    
    }
  
  @media (max-width: 767px) {
      
      .intro-block.intro-block-head {
            padding: 0 0 20px;
            margin-top: -20px;
        }

    .home-header-transparent .header-v1 .main-navigation {
        flex-grow: 0 !important;
        padding-left: 0 !important;
    }  

    .header-d-logo {
        padding-top: 0 !important; 
    }
  
    .section-tabs .nav-tabs > li > a {
      font-size: 28px;
    }
  
  
    .home-header-transparent .site-header .main-navigation {
          width: 100%;
          padding: 0;
          text-align: left;
          margin-right: 0;
    }
  
   
    .home-header-transparent .site-content .home-v1-slider .owl-carousel .item {
      height: 42em;
   }
  
   .home-header-transparent  .nav-menu {
    overflow: visible;
    max-height: inherit;
  }
    
  .home-header-transparent .secondary-navigation {
    display: block;
  }

  .home-header-transparent  .secondary-navigation a {
    font-family: 'Nunito Sans';
    color: #fff;
    line-height: 48px;
  }
    
  
  }
  
  

  .home-header-transparent .header-v1 .header-phone-numbers {
    display: none;
  }
  .home-header-transparent .home-v1-slider .site-branding {
    display: block;
    margin-bottom: 0;
  }
.home-header-transparent .header-v1 .main-navigation {
    width: auto;
    flex-grow: 1;
    padding-left: 40px;
}
  .home-header-transparent .header-v1 .header-info-wrapper {
    width: auto;
  }
  .home-header-transparent .header-v1 .site-header-cart-v2 .cart-content > a {
    padding: 0;
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
  }
  .site-main .tiles , .botelts-section {
    display: none;
  }
  .google-map iframe {
    width: 100%;
  }
  .our-story {
    padding: 50px;
    text-align: center;
  }
  .our-story h2 {
    font-family: 'Nunito Sans';
  }
  .our-story p {
    font-family: 'Nunito Sans';   
  }
  .section-products-ordrer h2.section-title {
    font-size: 46px;
    margin-top: 40px;
    letter-spacing: 2px;
  }
  .our-menu-frame {
    margin-top: 50px;
  }
  .our-menu-frame img {
    margin: 0 auto;
    max-width: 100%;
  }
  .our-menu-wrap {
    text-align: center;
  }
  .product-inner-xd h1 {
    font-family: 'Nunito Sans';
  }
  .product-inner-xd {
    font-family: 'Nunito Sans';
  }
  .product-inner-xd a.button {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 12px;
  }
  .product-inner-xd .add_to_cart_button::before {
    content: none;
  }
  .product-inner-xd a.button {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 12px;
    font-size: 18px;
    padding: 12px 40px;
  }
  .our-menu-wrap {
    padding-bottom: 100px;
  }
  .our-story-main {
    width: 100%;
    float: left;
    padding: 0 0 60px;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    align-items: center;
  }
  .our-story-left {
    float: left;
    width: 65%;
    background: url(https://baranh.pk/assets/img/our-story.jpg) no-repeat;
    height: 540px;
    background-size: contain;
  }
  .our-story {
    padding: 50px;
    text-align: center;
    float: right;
    width: 35%;
  }
  .logobrand {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .home-header-transparent .logobrand .site-branding {
    display: block;
    margin-bottom: 0;
    width: 330px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 170px;
  }

ul.products li.product .product-image-wrapper {
    padding-top: 30px;
}

.section-products-ordrer {
  margin-bottom: 0;
}

.google-map {
  margin-top: -40px;
  margin-bottom: 40px;
}

.reserve-table-sec {
  text-align: center;
  padding: 70px 0 50px;
}

a.table-reserve-btn {
  border: 1px solid #000;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px auto;
  display: block;
  width: 250px;
  font-size: 17px;
  border-radius: 2px;
  font-family: 'Nunito Sans';
}
.reserceon {
  margin-top: 40px;
}
.reserceon img {
  margin: 0 auto;
}
.branch-location-wrap h2 {
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: 'Nunito Sans';
}
.header-v1 .site-header-cart-v2 {
    margin: 0;
}
.header-cart-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-cart-icons li img {
  width: 25px;
  filter: brightness(0) invert(0);
}
.header-cart-icons li.my-account img {
    width: 23px;
}
.site-header.header-v1 {
  background-color:#fff;
  position: fixed;
  width: 100%;
  top: 0;
  padding: 0 10px !important;
  z-index: 999999;
  border-bottom: 1px solid #ffffff63;
}
.menu-icon img {
  width: 25px;
}
.header-cart-icons ul li.cart {
  margin-left: 7px;
}
.handheld-navigation-head {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid #fff;
}
.handheld-navigation .phm-close img {
  width: 16px;
  filter: brightness(0) invert(0);
}
.handheld-menu-hamburger img {
  width: 28px;
  filter: brightness(0) invert(0);
}
.site-header .handheld-navigation-head .site-branding img {
  max-width: 125px;
  margin: 0 auto;
}
.menu-list-follow {
  color: #fff;
  padding: 0 20px;
  margin-top: 20px;
  font-size: 20px;
}
.menu-list-follow img {
  width: 20px;
  float: right;
}
.menu-list-follow span {
  border-bottom: 2px solid #fff;
  width: 70px;
  font-weight: 600;
  display: block;
}
.handheld-navigation .mobile-menu-contact-info li a {
    padding: 8px 0 8px 20px;
    background-size: 25px!important;
    background-position: 25px center!important;
    font-family: 'Futura PT';
    font-weight: 300;
    font-size: 15px;
}
.handheld-navigation .mobile-menu-contact-info li a.contactus {
    padding: 8px 0 8px 20px;
    background-size: 25px!important;
    background-position: 25px center!important;
    font-family: 'Futura PT';
    font-weight: 300;
    font-size: 15px;
}
.handheld-navigation-head .site-branding {
  text-align: center;
  margin-left: 0;
  padding: 14px 0;
}
.handheld-navigation-head .site-branding h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.mobile-menu-contact-info {
  margin-top: 20px;
  margin-bottom: 30px;
}
.cityselection-btns .footer-fixed-icons {
    display: block;
}
.footer-fixed-icons {
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  border-top: 0;
  box-shadow: none;
  z-index: 9999;
  background-color: transparent;
  padding: 0;
  display: none;
  box-shadow: 0 0 9px rgb(0 0 0 / 12%);
}
.footer-fixed-icons ul {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
  border-top: 0 solid black;
  background-color: #fff;
  padding-right: 10px;
}
.footer-fixed-icons ul li {
  flex-grow: 1;
  margin: 0;
}
.footer-fixed-icons ul li a {
    color: #000;
    display: block;
    background-color: #fff;
    padding: 7px 0 1px;
    border-radius: 0;
    font-size: 13px;
    text-align: center;
    position: relative;
    min-height: 50px;
}
.footer-fixed-icons ul li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.footer-fixed-icons ul img {
  width: 27px;
  margin: 0 auto;
  filter: brightness(0) invert(0);
}
/* .footer-fixed-icons ul li:nth-child(1) a {
  border-radius: 0px 3px 0 0;
}
.footer-fixed-icons ul li:nth-child(4) a {
  border-radius: 4px 0 0 0;
} */
a.btn.btn-default.btn-ordernow {
    padding: 12px 45px;
    border-radius: 0;
    font-size: 17px;
    background-color: #ffffffcf;
}
.btn {
    text-transform: uppercase;
}
.order-btn-slide {
    margin-top: 10px;
    float: left;
    width: 100%;
}
main #content .col-full {
  padding: 0;
}
.branh-bgs {
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 42em;
}
.branh-bgs .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 30px;
}
a.btn.btn-default.btn-reserve-table {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 24px 12px;
    font-size: 16px;
    width: 180px;
    margin: 0 auto;
    background-color: #ffffffcf;
}
a.btn.btn-default.btn-reserve-table img {
  width: 16px;
  margin-right: 12px;
}
a.btn.btn-default.btn-menu-order {
    min-width: 150px;
    padding: 12px 12px;
    font-size: 17px;
    background-color: #ffffffcf;
}
.baranh-aboutus-sec .branh-bgs .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 30px;
}
.about-us-intro, .about-us-intro h2 {
  color: #fff;
}
.about-us-intro p {
    font-size: 16px;
    text-transform: capitalize;
    padding: 0 20px;
}
.about-us-intro h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.our-specialty-sec {
  background-color: #000000;
  padding: 40px 20px;
  text-align: center;
}
.our-specialty-sec h2 , .our-specialty-sec h3 {
  color: #fff;
  margin-bottom: 17px;
}
.our-specialty-sec ul.products li.product {
  margin-bottom: 0;
  padding-bottom: 0;
}
.our-specialty-sec ul.products li.product .product-image-wrapper {
  padding-top: 0;
}
.our-specialty-sec ul.products li.product:hover .product-inner {
  background-color: transparent;
}
.baranh-review-sec {
  text-align: center;
  padding: 70px 20px 20px;
  border-top: 1px solid #fff;
}
.rating-start img {
  width: 130px;
  margin: 0 auto;
}
.fb-into-video iframe {
    height: 670px;
    width: 100%;
}
.review-into-video iframe{
  height: 620px;
}
.review-home-into-video {
    width: 340px;
    height: 610px;
    margin: 0 auto 40px;
    max-width: 100%;
}
.review-home-into-video iframe {
    width: 100%;
    height: 100%;
}
.review-home-into-video {
    margin-bottom: 50px;
}
.cityselection-btns .footer-fixed-icons {
  position: static;
  text-align: center;
}
.cityselection-title span {
  position: absolute;
  right: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 10px;
  font-weight: normal;
}
.cityselection-title h2 {
  font-size: 16px;
  margin-bottom: 0;
}
.cityselection-title {
  padding-bottom: 10px;
  position: relative;
}
.cityselection-btns .footer-fixed-icons ul li a {
  padding: 5px 0 0;
}

.citynames-search .form-control {
  font-size: 13px;
  transition: all 150ms;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: initial;
  padding: 14px 15px 12px;
  border: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
  font-weight: 400;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto;
  max-width: 460px;
  margin: 0 auto;
}
.city-lane-wrap {
  background-color: #fff;
  padding: 230px 0 200px;
}
.citynames-search {
  margin-bottom: 15px;
  text-align: center;
}
.baranh-reservation-sec {
  padding: 200px 0 170px;
}
.forget-password-xd .baranh-reservation-inner button.btn {
    background-color: #ff6624de;
    border: 1px solid #ff6624de;
}
.baranh-reservation-inner button.btn {
    background-color: #232323;
    padding: 10px 50px;
    border-radius: 0;
    text-align: center;
    /*border: 1px solid #fff;*/
}
.baranh-reservation-inner button.btn:hover {
  background-color: #232323;
  color: #fff;
}
.btn-availabl-wrap .btn {
  background-color: #232323;
  padding: 16px 50px;
  border-radius: 0;
  text-align: center;
  border: 1px solid #fff;
}
.btn-availabl-wrap .btn:hover {
  background-color: #232323;
  color: #fff;
}
.req-seats-holder {
    float: left;
    width: 100%;
    margin-top: 0;
    background-color: #fff;
}
.req-seats-inner {
  background-color: #fff;
  text-align: center;
  padding: 40px 0 0;
  max-width: 600px;
  margin: 0 auto;
}
.modal-content .req-seats-inner {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.req-seats-foot {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  /* background-color: #ff6624de;
  border-top: 1px solid #000; */
}
.req-confrim {
  width: 100%;
}
.req-cancel {
  width: 100%;
  border-right: 1px solid #000;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.baranh-reservation-inner .resere-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 26px;
}

.btn-availabl-wrap {
  text-align: right;
}

.btn-availabl-wrap .col-xs-9.col-sm-10 {
  padding: 0 0 0 10px;
}

.recevie-success-msg {
  text-align: center;
  color: #ff6624;
  padding: 30px 10px;
}

.vertify-order input.form-control {
  margin-bottom: 30px;
}

.reservation-sec-two {
    max-width: 650px;
    margin: 0 auto;
}

.check-icon {
  text-align: center;
  padding: 40px 20px 40px;
}
.check-icon img {
  margin: 0 auto;
  width: 80px;
}
.terms-condition-wrap {
  padding: 40px 24px 0;
  float: left;
  width: 100%;
}
a.terms-condition {
  text-decoration: underline;
}
p.select-menu-later {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    padding: 0 20px 10px;
}
.resere-seat-confirmed h3 {
  font-size: 17px;
  padding: 0 20px;
}
.check-icon {
  padding: 30px 20px 10px;
}
.top-categories {
  margin: 30px 0 30px;
}
.top-categories ul {
  list-style: none;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  text-align: center;
  padding: 0;
  margin: 0;
  align-items: baseline;
  width: 100%;
  flex-wrap: wrap;
}
.top-categories li {
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
  margin: 0 20px 20px 0;
}
.top-categories a {
  font-size: 17px;
  font-weight: 400;
  margin-top: 20px;
}
.top-categories img {
    margin: 0 auto 15px;
}
h2.category-title {
  text-align: center;
}
.categories-details-box-inner {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
  display: flex;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 30px;
  align-items: center;
}
.categories-details-box-inner:last-child {
    border-bottom: 0;
}
.categories-details-box-content {
    flex-grow: 1;
    padding: 0 30px 0 0;
}
.categories-details-box-content h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 28px;
}
h3.price-content {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
.categories-details-box {
  margin-top: 40px;
}
.categories-details-box-pic {
    width: 300px;
}
.categories-details-box-pic img {
    float: right;
    border-radius: 5px;
}
.categories-details-box-content p {
  line-height: 23px;
  font-size: 14px;
}

.main-products-wrap {
  padding:  200px 0;
}

.product-price-total {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-price-total form {
    width: 100%;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-price-total .qty-selection-wrap input {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    max-width: 70px;
    height: 32px;
}
.product-details-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
h2.product-details-title {
  text-align: center;
  font-size: 26px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.total-price h2 {
  font-size: 14px;
}
.qty-selection-wrap input {
  width: 100px;
  font-size: 12px;
}
.req-seats-inner-top {
  padding: 0 15px;
  margin-bottom: 30px;
}
.baranh-reservation-inner .req-seats-holder button.btn {
    padding: 14px 10px;
}
.total-price h2 {
  font-size: 18px;
  margin-bottom: 0;
}
.product-details-content .total-price h2 {
    font-size: 14px;
    margin-bottom: 0;
}
.totalprice-checkout h3 {
  font-size: 18px;
  font-weight: 400;
}
.totalprice-checkout {
  text-align: left;
  padding: 10px 0px;
}
.totalprice-checkout span.subt {
  float: right;
  font-size: 18px;
}
.baranh-reservation-inner button.btn.btn-placeorder {
  background-color: #000;
  padding: 10px 12px;
  color: #fff;
}
.continueorder {
    background-color: #fff;
    padding: 10px 12px;
    color: #000 !important;
    border: 1px solid #000 !important;
}
.req-seats-inner h2 {
  color: #ff6624de;
  font-size: 26px;
}
.req-seats-inner h3 {
  color: #000;
  font-size: 22px;
}
button.btn.btn-con-shipping {
  background-color: #000;
  color: #f4f3f3;
  padding: 8px 50px;
}
.thankyou-msg-wrap .req-seats-inner {
  background-color: #fff;
  padding: 40px 30px 30px;
}
.thankyou-msg-wrap .resere-seat-confirmed h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.vertify-order {
    max-width: 65%;
    margin: 0 auto;
}
.cart-page-inner-lh h3 {
  font-size: 20px;
  margin-bottom: 13px;
}
.cart-page-inner-lh input {
    width: 50px;
    height: auto;
    padding: 0 8px;
    text-align: center;
}
.cart-price-holder {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
  display: flex;
  margin-top: 15px;
  font-weight: 400;
}
.cart-page-wrap td {
    padding: 15px 12px;
    /*vertical-align: middle;*/
    padding-bottom:0px;
}
img.product-img-cart {
    width: 120px;
}
.cart-page-wrap img.product-img-cart {
    float: right;
}
img.cart-del-item {
    width: 24px;
    margin: 0 auto;
    filter: brightness(0) invert(0);
}
.amount-cart {
  margin-right: 10px;
}
.qty-numberseclect {
  margin-left: 20px;
}
.cart-page-wrap a.remove {
    margin: 0 auto;
}



/* Latest pages */
.create-login-wrap {
  padding:  200px 0;
}
.account-title {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
}
.text-center {
  text-align:  center;
}
.new-user-baranh {
  display: block;
}
.new-user-baranh {
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}
.reservation-wrap th, .reservation-wrap td {
  padding: 8px 15px;
  font-size: 14px;
  text-align: center;
}
.reservation-wrap {
  overflow-y: hidden;
  overflow-x: scroll;
  margin-top: 40px;
}
.view-invoice-btn {
    background-color: #000;
    width: auto;
    display: block;
    color: #fff;
    padding: 10px 25px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 400;
}
.view-invoice-btn:hover {
    color: #fff;
}
.color-p-orage-1 .view-invoice-btn {
    background-color:#ffb21b;
}
.color-p-orage-2 .view-invoice-btn {
    background-color: #ffa714;
}
.color-p-orage-3 .view-invoice-btn {
    background-color: #ffca16;
}
.color-p-orage-4 .view-invoice-btn {
    background-color: #ffb21b;
}
.color-p-orage-5 .view-invoice-btn {
    background-color: #f97300;
}
.booking-cart-final-view.baranh-reservation-inner button.btn.btn-placeorder.color-p-orage-btn-1 {
    background-color: #ffca16;
    border-color: #ffca16;
    color: #fff;
    font-weight: 400;
}
.booking-cart-final-view.baranh-reservation-inner button.btn.btn-placeorder.color-p-orage-btn-2 {
    background-color: #ffa714;
    border-color:#ffa714;
    color: #fff;
    font-weight: 400;
}
.booking-cart-final-view.baranh-reservation-inner button.btn.btn-placeorder.color-p-orage-btn-3 {
    background-color: #ffca16;
    border-color:#ffca16;
    color: #fff;
    font-weight: 400;
}
.btn.btn-block.btn-placeorder.continueorder.color-p-orage-btn-4 {
    background-color: #ffb21b;
    border-color:#ffb21b;
    color: #fff !important;
    font-weight: 400;
}
.booking-action-button-back .view-invoice-btn {
    background-color: red;
}
.thankyou-msg-wrap.thankyou-msg-wrap-two .model-custom-xd .req-seats-inner {
    padding: 40px 15px 30px;
}
.button-go-back-xd {
    background-color: red;
}
.booking-cart-final-view .button-go-back-xd.continueorder {
    background-color: red !important;
    color: #fff !important;
    border-color: red !important;
}
.invoice-page-wrap .wrapper {
  width: 100%;
  border: 1px solid #fff;
  margin: 10px 0;
}
.invoice-page-wrap .wrapper .row {
  border-bottom: 1px solid #fff;
}
.invoice-page-wrap .wrapper .row .border-right {
  border-right: 1px solid #fff;
}
.invoice-page-wrap  .wrapper .no-border {
  border-bottom: 0;
}

.invoice-page-wrap .margin-0 {
  margin: 0;
}
.invoice-page-wrap .padding-0 {
  padding: 0;
}
.invoice-page-wrap img {
  height: 30px;
}
.invoice-page-wrap .table {
  width: 100%;
  margin: 0;
}
.invoice-page-wrap .table > tbody > tr > td {
  border: 1px solid #fff;
  padding: 5px 0 5px 10px;
  width: 50%;
}
.invoice-page-wrap .table > tbody > tr .first {
  border-top: 0;
}
.invoice-page-wrap .table > tbody > tr .last {
  border-bottom: 0;
}
.invoice-page-wrap .table > tbody > tr b {
  display: block;
}
.invoice-page-wrap .table > tbody > tr span {
  font-size: 12px;
}
.invoice-page-wrap .invoice-bill {
  width: 100%;
}
.invoice-page-wrap .invoice-bill td {
  border: 1px solid #fff;
  padding: 5px;
}
.invoice-page-wrap .invoice-bill .serial-no {
  width: 70px;
}
.invoice-page-wrap .invoice-bill .particulars {
  width: 500px;
}
.invoice-page-wrap .invoice-bill .amount {
  width: 150px;
}
.invoice-page-wrap .invoice-bill .particular-items {
  padding: 5px 10px;
}
.invoice-page-wrap .invoice-bill .amount-items {
  padding: 5px 0;
}
.invoice-page-wrap .entry-id {
  margin: 35px 0;
}
.invoice-page-wrap .bank-details {
  margin-top: 30px;
}
.invoice-page-wrap .authorised-sign-wrapper {
  width: 300px;
  border: 1px solid #fff;
  padding: 5px 20px;
}
.thankyou-msg-wrap-two .req-seats-foot-border .req-confrim::after {
    display: none;
}
.thankyou-msg-wrap-two .model-custom-xd .req-seats-foot button.btn.btn-default.btn-submit {
    height: 50px;
}
.thankyou-msg-wrap-two .req-seats-foot a {
    height: 50px;
    line-height: 23px;
}


/* Latest pages End */

form.woocommerce-checkout .woocommerce-checkout-review-order {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}


/* 28-03-2021 */

.baranh-reservation-inner .req-confrim button.btn {
    width: 100%;
    border: 0;
    background-color: #ff6624de;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    border-color: #ff6624de;
    height: 55px;
    line-height: 30px;
}
.req-seats-foot a {
    font-weight: 300;
    color: #fff;
    display: block;
    padding: 14px 10px;
    font-size: 15px;
    background-color: #ff6624de;
    height: 55px;
    line-height: 30px;
}
.req-cancel a {
    background-color: #f8f8f8 !important;
    border-color: #f8f8f8 !important;
    color: #000 !important;
}
.req-cancel .btn  {
    background-color: #f8f8f8 !important;
    border-color: #f8f8f8 !important;
    color: #000 !important;
}
.req-confrim a {
    background-color: #ff7a40 !important;
    border-color: #ff7a40 !important;
}
.req-confrim .btn {
    background-color: #ff7a40 !important;
    border-color: #ff7a40 !important;
}


.baranh-reserve-sec {
    margin-bottom: 0;
    margin-top: 0;
}
.baranh-menu-sec {
    margin-top: 0;
    margin-bottom: 0;
}
.our-specialty-sec {
    margin-top: 0;
    margin-bottom: 0;
}
.baranh-review-sec {
    margin-top: 0;
    margin-bottom: 0;
}
.baranh-profile-sec {
    margin-top: 0;
}
.fb-into-video {
    text-align: center;
}
.form-control {
    height: auto;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 24px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
   -webkit-border-radius: 0; 

  /* Firefox 1-3.6 */
   -moz-border-radius: 0; 
    border-radius: 0;
    height: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    color: #000;
    -webkit-text-fill-color: #000;

}
.categores-items-details button.add_to_cart_button {
    padding: 12px 20px;
    background-color: #000;
    color: #fff;
    margin-top: 10px;
    height: auto;
    font-size: 12px;
    border-radius: 0;
}
.header-v1 .site-header-cart-v2 .cart-content .sub-menu li a {
    color: #000;
}
a.remove::before {
    content: none;
}
.desktop-none {
    display: none !important;
}
.my-account a {
    font-size: 20px;
}
.footer-top .widget_nav_menu .menu li{
    font-size: 17px;
    color: #000;
    padding: 0;
    height: auto;
    border-bottom: 0;
}
.footer-top .widget_nav_menu .menu li a {
    font-size: 12px;
    color: #000;
    padding: 4px 0;
    border: 0;
    height: auto;
    font-weight: 500;
}
.footer-top {
    text-align: left;
    padding: 0 70px;
}
.footer-top .widget .widget-title, .footer-top  .widget .widgettitle {
    font-size: 21px;
    color: #000;
    border-bottom: 0;
    margin-bottom: 0;
    display: none;
}
.footer-top .widget_nav_menu .menu li:hover {
    background-color: transparent;
}
.footer-top .widget_nav_menu .menu li::after , .footer-top .widget_nav_menu .menu li::before {
    content: none;
}
.home-v1-slider form {
    margin-bottom: 0;
}
.mobile-menu-contact-info img {
  width: 25px;
  margin-right: 11px;
  margin-left: 5px;
  display: none;
}
.mobile-menu-contact-info .account-foot img {
  width: 23px;
  margin-right: 12px;
  margin-left: 8px;
}
.mobile-menu-contact-info .contactus img {
  width: 23px;
  margin-left: 8px;
  margin-right: 11px;
}
.place-order button.button {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    padding: 12px 6px !important;
    height: auto;
}
.footer-contact p, .footer-contact a {
    font-weight: 300;
    position: relative;
    top: 4px;
}
.main-category-wrap h2.category-title {
    font-size: 28px;
    font-weight: 400;
}

/*Kashif 4March21*/
.counter {
  font-size: 10px;
  background: #ff7a40;
  text-align: center;
  padding: 3px 5px;
  border-radius: 8px;
  position: relative;
  left: -5px;
  top: -10px;
}
.top-categories img{
    width:100px;
}
.footer-v1-static-content {
    display: none;
}
.customer-holder-icon {
    position: relative;
    padding-left: 60px;
    min-height: 60px;
    line-height: 30px;
}
.customer-holder-icon-img {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #000;
    width: 35px;
    padding: 8px;
}
.customer-holder-icon img {
    width: 100%;
    filter: brightness(0) invert(0);
}
.newsletter-form-wrap input {
    font-size: 12px;
    color: #000;
    border: 1px solid #999;
    -webkit-text-fill-color: #000;
    height: 40px !important;
    margin-bottom: 8px !important;
    padding: 10px 20px !important;
    min-height: inherit !important;
}
.newsletter-form-wrap .mc4wp-form-fields {
    max-width: 100%;
    width: 430px;
    margin: 0 auto;
}
.footer-heading.newsletter-title {
    text-align: center;
    margin-bottom: 5px;
}
.title_5.lazyloaded::after {
    background-image: url(https://baranh.pk/assets/img/mail-box.png);
    display: block;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
    opacity: .5;
    background-size: 100%;
}
.title_5:after {
    content: " ";
}
.mc4wp-form-fields input[type="text"] , .mc4wp-form-fields input[type="email"] , .mc4wp-form-fields .phone--field {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding: 5px 15px;
    font-weight: normal;
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
   -webkit-border-radius: 0; 

   /* Firefox 1-3.6 */
    -moz-border-radius: 0; 
     border-radius: 0;
}
.nt_se_newsletter .section-title {
    color: #fff;
}
.unze-news-titl h3 {
    text-transform: uppercase;
    padding-top: 40px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
.nt_se_newsletter.nt_bg_overlay.pr.oh.cover_norepeat.tc {
    padding-top: 10px;
    position: relative;
}
.mc4wp-form-fields {
    max-width: 90%;
    width: 430px;
    margin: 0 auto;
}
.baranh-social-icons {
    margin-bottom: 30px;
    margin-top: 20px;
}
.baranh-social-icons ul {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: none;
}
.baranh-social-icons ul li {
    display: inline-block;
}

.newsletter-form-wrap button {
    width: auto;
    border-radius: 0;
    color: #fff;
    padding: 8px 35px;
    background-color: #000;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 15px;
}
.newsletter-form-wrap .gender-input {
    margin-left: 5px;
    line-height: 17px;
    font-size: 12px;
    position: relative;
    top: -2px;
}
.newsletter-form-wrap label {
    font-weight: 500;
    color: #fff;
}
.main-navigation .menu li.menu-item.rest-name-mb {
  display: none;
}
.resere-seat-confirmed .req-seats-inner {
  border: 1px solid #000;
}
.product-price-total form.cart .btn {
    border: 1px solid #000;
}
.social-sharing-flex:hover {
    opacity: .7;
}
button.btn.btn-block.btn-availabilty.btn-fb-default {
    background-color: #4b69a1;
    height: 42px;
    font-size: 16px;
    padding: 5px 12px 5px 46px;
    border-color: #4b69a1;
    margin-left: 1px;
    position: relative;
    border: 0;
    color: #fff;
}
button.btn.btn-block.btn-availabilty.btn-fb-default:hover {
    background-color: #4b69a1;
    border-color: #4b69a1;
    color: #fff;
    border: 0;
}
button.btn.btn-block.btn-availabilty.btn-gl-default {
  background-color: #cc0346;
  height: 42px;
  font-size: 16px;
  padding: 5px 12px 5px 46px;
  border-color: #cc0346;
  margin-left: 1px;
  position: relative;
  border: 0;
  color: #fff;
}
button.btn.btn-block.btn-availabilty.btn-gl-default:hover {
  background-color: #cc0346;    
  border-color: #cc0346;
  color: #fff;
  border: 0;
}
.review-column-slide p {
    color: #fff;
    max-width: 160px;
    margin: 0 auto;
}
.social-sharing-flex .btn:active:focus, .social-sharing-flex .btn:focus {
    color: #fff;
}
.log-or {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #d0d0d0;
    margin-top: 0px;
    margin-bottom: 40px;
}
.log-or span {
    position: relative;
    top: 17px;
    background-color: #000;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.login-social-wrap-main {
    max-width: 240px;
    margin: 0 auto;
}
.social-box {
    background-color: #1e4389;
    color: #fff;
    text-align: center;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #ffffff85;
}
h3.social-account-title {
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}
.social-box.bg-purple {
    background-color: #cc0346;
    border-right: 1px solid #ffffff85;
}
.social-sharing-flex {
  display: flex;
  align-items: center;
}
h3.text-center.register-title-mr {
    margin-top: 42px;
}
.req-seats-foot-border .req-confrim {
  border-right: 0;
  position: relative;
  padding: 0;
}
.req-seats-foot-border .req-confrim::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 58px;
  background: #000;
}
.req-seats-foot-border .req-cancel {
    border-right: 0;
    padding: 0;
}
.our-specialty-sec h2 {
    margin-bottom: 40px;
}
.baranh-reservation-inner label {
  font-weight: 300;
}
.resere-seat-confirmed .req-seats-inner h3 {
    color: #000;
    margin-bottom: 0;
}
.baranh-reservation-sec .hentry {
    margin: 0;
}
.productdetails-main-img {
    text-align: center;
}
.reservation-sec-two .register {
    width: 100%;
}
.reservation-sec-two .register #alreadylogin {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
}
.modal {
  z-index: 9999999;
}
.modal-backdrop.in {
  opacity: .9;
  z-index: 99999;
}
/* shahid code*/

.location-city-profile h2 {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.outline-btn-wrap .outline-btn {
    padding: 7px 12px;
    font-family: 'Nunito Sans';
    font-weight: 300;
    margin-bottom: 17px;
    width: 120px;
}
.location-city-profile img {
    width: 100%;
    margin-bottom: 20px;
}
.signup-newsletter-form h2 {
    font-size: 22px;
}

@media (min-width: 768px) {  
    .location-city-profile img {
        height: 240px;
    }
}

.review-into-video {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 160px 0;
}
.review-column {
    width: 33%;
    padding: 20px;
}
.review-into-video .video {
    width: 100%;
}

a.btn.btn-con-shipping {
  display: none;
}
.main-home-banner {
  margin-top: 105px;
}
.header-note {
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #fff3;
  font-size: 12px;
}
.header-note p {
  margin-bottom: 0;
}
.youtube-into-video {
  width: 800px;
  height: 600px;
  margin: 0 auto;
  max-width: 90%;
}
.youtube-into-video iframe {
  width: 100%;
  height: 100%;
}
.min-container {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.owl-dots {
    top: -70px;
    position: relative;
    z-index: 999;
}
.owl-dots .owl-dot {
    background-color: #ffffffc2 !important;
}
.page-title-xd {
  font-size: 40px;
  margin-bottom: 50px;
}
.slider-desktop-none {
  display: none;
}
.desktop-into-video {
  height: 100%;
  width: 100%;
  display: block;
  margin-bottom: -1px;
  padding: 20px 0;
}
.desktop-into-video video {
  width: 100%;
}
.menu-categories-item {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #fff;
  margin: 0 auto 20px;
  background-size: cover;
}
.checkout-btn-fixed {
  width: 90%;
  margin: 0 auto;
  padding: 0 15px;
}
.cartclosebtn img{  
  width: 14px;
  filter: brightness(0) invert(0);
}
.your-cart-head {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: space-between;
  -moz-box-align: space-between;
  -ms-flex-align: space-between;
  -webkit-align-items: space-between;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff5c;
  padding-bottom: 10px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
.order-reserve-flex {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.order-reserve-flex .baranh-reserve-sec {
    width: 50%;
}
.alert-success {
    /*color: #000;*/
    background-color: #000;
    /*border-color: #fff;*/
}
.history-show-inner-xd {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #ffffff54;
  border-radius: 5px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  max-width: 450px;
  margin: 0 auto 5px;
  flex-direction: column;
  cursor: pointer;
}
.history-order-title {
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  border-bottom: 1px solid #ffffff54;
  padding-bottom: 5px;
}
.reservation-history-col-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.reserve-histry-show {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
}
.invoice-show-inner-xd {
  margin-bottom: 20px;
}
.invoice-show-inner-xd .history-show-inner-xd {
  max-width: 100%;
}
.invoice-show-inner-xd ul.reserve-histry-show {
  display: flex;
  justify-content: space-between;
}
.invoice-show-inner-xd .reservation-history-col-holder {
  display: block;
}
.invoice-show-inner-xd.invoice-show-inner-xd-booking ul.reserve-histry-show li {
  width: 50%;
}
.invoice-show-inner-xd.invoice-show-inner-xd-booking ul.reserve-histry-show {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ordertraking-show-inner img {
  width: 50px;
}
.history-show-inner-xd.ordertraking-show-inner {
  max-width: 100%;
}
.booking-action-buttons.booking-action-buttons-wrap {
  flex-direction: column;
  display: flex;
}
.booking-action-buttons-wrap .booking-action-button {
  margin-bottom: 10px;
}
.modal-dialog.model-custom-xd {
  max-width: 95%;
}
.model-custom-xd .modal-content {
  float: left;
  width: 100%;
}
.model-custom-xd .modal-content form {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.model-custom-xd .modal-content .req-seats-holder {
  margin-top: 0;
}
.history-show-inner-xd.bookingdetails-show-inner {
  max-width: 100%;
}
.model-custom-xd button.btn.btn-default.btn-submit {
  font-weight: 400;
  color: #000;
  display: block;
  padding: 14px 10px;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.thankyou-msg-wrap .model-custom-xd .req-seats-inner {
  background-color: #fff;
  padding: 40px 15px 0;
}
.model-custom-xd button.btn.btn-default.btn-submit:hover {
  background-color: #fff;
}
.model-custom-xd .req-seats-foot button.btn.btn-default.btn-submit {
  background-color: #ff6624de;
  color: #fff;
  border-color: #ff6624de;
  font-weight: 400;
}

.outlets-main-wrap  {
    margin: 5px 0;
}
.outlets-main-wrap .cityselection-title h2 {
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
}
.outlets-main-wrap .cityselection-title span {
    position: static;
    right: 0;
    font-size: 14px;
    text-transform: capitalize;
    padding: 3px 10px;
    font-weight: normal;
    display: block;
}
.outlets-main-wrap .footer-fixed-icons ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.outlets-main-wrap .footer-fixed-icons ul li {
    flex-grow: 1;
    margin: 0;
    width: 50%;
    padding: 3px;
}
.outlets-main-wrap .cityselection-btns .footer-fixed-icons ul li a {
    padding: 8px 0 5px;
    font-size: 12px;
    border-radius: 3px;
}
.outlets-main-wrap .footer-fixed-icons ul img {
    width: 18px;
}
.outlets-main-wrap .footer-fixed-icons ul .cityselection-location img {
    width: 16px;
}
.outlets-main-wrap .footer-fixed-icons ul .cityselection-reserve img, .outlets-main-wrap .footer-fixed-icons ul .cityselection-menu img {
    width: 24px;
    margin-top: 2px;
}
.mini_cart_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 20px;
    border-bottom: 1px solid #ffffff52;
}
.mini_cart_img {
    width: 120px;
    display: block;
    margin-right: 20px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mini_cart_info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.mini_cart_title {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    display: block;
}
.mini_cart_actions {
    margin-top: 15px;
}
.mini_cart_actions .quantity {
    min-width: 120px;
    width: 120px;
    height: 40px;
    border: 0;
    text-align: center;
    border-radius: 40px;
    display: block;
    margin-bottom: 15px;
}
.mini_cart_actions i.fas.fa-plus.upqty {
  float: left;
  padding-top: 5px;
  padding-right: 10px;
  cursor: pointer;
}
.mini_cart_actions i.fas.fa-minus.downqty {
  float: left;
  padding-top: 5px;
  padding-left: 10px;
  cursor: pointer;
}
.quantity input.input-text[type=number] {
    -moz-appearance: textfield;
    border: 0;
    height: 25px;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    border-radius: 0;
    max-width: initial;
    background-color: #fff;
    width: 60px;
    border-radius: 20px;
    float: left;
    text-align: center;
    padding-left: 13px;
    border: 1px solid #000;
}
.modalplusminus {
  min-width: 170px;
  width: 170px;
  height: 40px;
  border: 0;
  text-align: center;
  border-radius: 40px;
  display: block;
  margin-bottom: 15px;
}
.modalplusminus i.fas.fa-plus.upqtymodal {
  float: left;
  padding-top: 13px;
  padding-right: 15px;
  color: #000;
  cursor: pointer;
}
.modalplusminus i.fas.fa-minus.downqtymodal {
  float: left;
  padding-top: 13px;
  padding-left: 15px;
  color: #000;
  cursor: pointer;
}
.modalplusminus #productqty_submit {
  -moz-appearance: textfield;
  border: 0;
  height: 35px;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  border-radius: 0;
  max-width: initial;
  background-color: #fff;
  width: 90px;
  border-radius: 20px;
  float: left;
  text-align: center;
  padding-left: 13px;
  border: 1px solid #000;
}
.cart_ac_remove {
    display: inline-block;
    margin-right: 10px;
}
.removew-wrap {
    float: left;
    margin-top: 12px;
    width: 100%;
}
.checkout-btn-fixed button.btn.btn-block.btn-placeorder {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.location-city-profile {
    text-align: center;
    border: 1px solid #000;
    padding: 5px;
}
.cityselection-btns {
    margin-top: 0;
    padding-top: 0;
}
.register h3 {
    margin-bottom: 25px;
}
h1, .alpha {
    font-size: 30px;
}

/*@media only screen and (max-width: 1000px) { */
/*  .top-categories li {*/
/*      -ms-flex: 0 0 20%;*/
/*      flex: 0 0 25%;*/
/*      max-width: 25%;*/
/*  }  */
/*}*/

@media only screen and (max-width: 767px) {  
    /*.footer-top{*/
    /*    display:none;*/
    /*}*/
    .cityselection-btns .footer-fixed-icons {
    display: block;
}
/*div#newsletter-form {*/
/*    display: none;*/
/*}   */
/*.baranh-social-icons {*/
/*    display: none;*/
/*}*/
/*.col-md-3.col-xs-12.mb__10.order-lg-2.order-1,*/
/*.col-md-3.col-xs-12.mb__10.order-lg-4.order-1,*/
/*.col-md-3.col-xs-12.mb__10.order-lg-3.order-1 {*/
/*    display: none;*/
/*}*/
.col-md-3.col-xs-12.mb__10.order-lg-4.order-1
.modalplusminus #productqty_submit {
    padding-left: 0;
}  
.log-or span {
    top: 10px;
}    
h3.social-account-title {
    margin-bottom: 20px;
}    
 
.order-reserve-flex {
    flex-wrap: wrap;
}    
.order-reserve-flex .baranh-reserve-sec {
    width: 100%;
}   
.outlets-main-wrap .footer-fixed-icons ul img {
    margin: 0 auto 4px;
}
.outlets-main-wrap {
    margin: 5px 0;
}
.review-home-into-video {
    width: 270px;
    height: 480px;
    margin: 0 auto 20px;
    max-width: 100%;
}    
.review-into-video {
    margin: 90px 0;
}
.review-column {
    width: 100%;
    padding: 20px;
}

  .slider-desktop-none {
      display: block;
  }
  .slider-mobile-none {
      display: none;
  }
  .page-title-xd {
      font-size: 26px;
      margin-bottom: 20px;
      margin-top: 10px;
  }
  .embed-iframe-easypaisa iframe {
      height: auto;
  }
  .seprate-page-titles h3, .seprate-page-titles h2 {
      font-size: 20px;
  }
  .desktop-item-slide {
      display: none !important;
  }
  .owl-item:nth-child(1), 
  .owl-item:nth-child(2),
  .owl-item:nth-child(3),  {
      display: none !important;
  }
  .top-categories li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0 0 20px 0;
}
  .menu-categories-item {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }
  .top-categories {
        margin: 15px 0 20px;
    }
 .main-category-wrap {
    margin-top: -25px;
}
  body, button, input, textarea {
    line-height: 20px;
  }
  .account-title {
    font-size: 22px;
  }
  .woocommerce-account .account-title {
      font-size: 22px;
  }
  .woocommerce-account h2 {
        font-size: 20px;
  }
  
}
/* shahid code*/

@media only screen and (max-width: 767px) {
.booking-action-button-full a {
    padding: 14px 25px;
    font-size: 18px;
}   
.baranh-profile-sec .review-into-video {
    margin: 10px 0 0 !important;
}
.owl-dots {
    top: -40px;
}  
.footer-fixed-icons { 
    display: block;
}
.footer-fixed-icons ul img {
    width: 18px;
    margin: 2px auto 0;
}
.footer-fixed-icons ul .sticky-reserve-icon img, 
.footer-fixed-icons ul .sticky-menu-icon img {
    width: 26px;
}
.mobile-none {
    display: none;
}

.desktop-none {
    display: block!important;
}
.our-menu-wrap {
    padding-bottom: 10px;
}
.our-story-main {
    padding: 20px 0 40px;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.our-story-left {
    height: 300px;
    background-size: cover;
    width: 100%;
}
.home-header-transparent .logobrand .site-branding {
    width: 230px;
    height: 130px;
}
.our-story {
    padding: 30px;
    text-align: center;
    width: 100%;
}

.section-products-ordrer {
  background-size: cover !important;
  height: 400px !important;
}

.section-products-ordrer h2.section-title {
  font-size: 26px;
  margin-top: 30px;
}

.google-map {
    margin-top: 0;
}

.google-map iframe {
  height: 300px;
}

.reserve-table-sec {
  top: -20px;
  padding-top: 0;
}

.section-tabs ul.products li.product {
  margin-bottom: 0;
}

.branch-location-wrap h2 {
  font-size: 24px;
}
.page-template-template-homepage-v1 .section-tabs .nav {
  padding-top: 25px;
  margin-bottom: 20px;
}

.product-inner-xd h1 {
    font-size: 32px;
}

.cityselection-holder {
  margin-bottom: 40px;
}

.city-lane-wrap {
  padding: 150px 0 70px;
}

.req-seats-holder {
  float: left;
  margin-top:40px;
}
.baranh-reservation-inner button.btn {
  width: 100%;
}

.baranh-reservation-sec {
  padding: 140px 0 70px;
}
.main-products-wrap {
  padding: 140px 0 70px;
}
.req-seats-inner-top h3 {
  font-size: 22px;
  color: #000;
}
.req-seats-inner-top p {
  color: #000;
}
.product-details-content table {
  width: auto;
}
.product-details-content table td {
  padding: 7px 14px;
}

.create-login-wrap {
  padding: 125px 0 70px;
}
.top-categories a {
    font-size: 12px;
}
.categories-details-box-pic {
    width: 150px;
}
.categores-items-details button.add_to_cart_button {
    padding: 6px 15px;
    font-size: 12px;
    min-width: 118px;
    margin-top: 10px;
}
.home-header-transparent .header-v1 .site-header-cart-v2 .cart-content .sub-menu {
    left: -40px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, .input-text {
    padding: 5px 12px;
    line-height: 24px;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 0;
    color: #000;
    -webkit-text-fill-color: #000;
}
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 24px;
    padding: 5px 12px;
    height: 40px;
    -webkit-appearance: none;
    color: #000;
    -webkit-text-fill-color: #000;
    border-radius: 0;
}

.baranh-reservation-inner .form-group input[type=date].form-control {
       text-align: left; 
       line-height: 30px;
}
.newsletter-form-wrap .mc4wp-form-fields {
    width: 100%;
}
.newsletter-form-wrap button {
    padding: 12px 35px;
    font-size: 12px;
    margin-top: 0;
    width: 100%;
}
.baranh-social-icons ul {
    padding: 0;
}
.newsletter-form-wrap .newsletter_se.container {
    padding: 0;
}

.newsletter-form-wrap input {
    font-size: 14px;
}
.footer-top {
    padding: 0 20px;
    display: none;
}
.footer-top .widget .widget-title, .footer-top .widget .widgettitle {
    margin-bottom: 0;
}
form.woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 25px 6px;
}
.fb-into-video iframe {
    height: 220px;
}
.footer-v1.site-footer {
    padding-bottom: 0;
    padding-top: 20px;
}
.footer-top .widget {
    margin: 0 0 2em;
    float: left;
    width: 100%;
}
.main-category-wrap h2.category-title {
    font-size: 24px;
}
.baranh-reservation-inner .resere-title {
  font-size: 24px;
  margin-bottom: 20px;
}
h2.resere-title.resere-title-later {
    margin-bottom: -20px;
}
.site-header.header-v1 .col-full {
    padding-right: 0;
}
.footer-top .widget_nav_menu .menu li {
    width: 50%;
    float: left;
}
.newsletter-info .row {
    margin-right: 0;
    margin-left: 0;
}
.handheld-navigation ul.menu li a {
    padding: 8px 0 8px 20px;
    background-size: 25px!important;
    background-position: 25px center!important;
    font-family: 'Futura PT';
    font-weight: 300;
    font-size: 15px;
}
.handheld-navigation ul .sub-menu li a {
    padding: 2px 0 2px 20px !important;
}
/* .handheld-navigation ul.menu li:nth-child(1) a {
  background: url(/assets/img/reservations-xd-icon-white.png) no-repeat;
  background-size: 30px!important;
  background-position: 23px center!important;
}
.handheld-navigation ul.menu li:nth-child(2) a {
  background: url(/assets/img/about-us-xd-icon-white.png) no-repeat;
}
.handheld-navigation ul.menu li:nth-child(3) a {
  background: url(/assets/img/menu-xd-icon-white.png) no-repeat;
}
.handheld-navigation ul.menu li:nth-child(4) a {
  background: url(/assets/img/All-locations-xd-icon-white.png) no-repeat;
}
.handheld-navigation ul.menu li:nth-child(5) a {
  background: url(/assets/img/reviews-small-xd-icon-white.png) no-repeat;
  background-size: 29px!important;
}
.handheld-navigation ul.menu li:nth-child(6) a {
  background: url(/assets/img/publications-xd-icon-white.png) no-repeat;
}
.handheld-navigation ul.menu li:nth-child(7) a {
  background: url(/assets/img/franchise-xd-icon-white.png) no-repeat;
}
.menu-item.rest-name-mb.branch-outlet {
    background: url(/assets/img/dha-xd-icon-white.png) no-repeat;
    background-size: 30px !important;
    background-position: 23px center !important;
    padding-left: 65px;
}
.menu-item.rest-name-mb.user-login-icon {
  background: url(/assets/img/user-icon-xd-white.png) no-repeat;
  background-size: 25px !important;
  background-position: 26px center !important;
  padding-left: 65px;
} */
.handheld-navigation ul li a {
  padding: 10px 20px;
}
.handheld-navigation-head {
    padding: 0 20px;
    border-bottom: 1px solid #d0d0d0a3;
    margin-bottom: 25px;
    min-height: 50px;
    text-align: right;
    justify-content: end;
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu-item.rest-name-mb {
    padding: 12px 0 12px 20px;
    margin-top: 0;
    text-align: left;
    font-family: 'Futura PT';
    font-size: 17px;
}
.handheld-navigation ul {
    margin: 0 0 0;
}
.mobile-menu-contact-info ul {
    margin-top: 0;
}
p.select-menu-later {
    font-size: 15px;
    margin-bottom: 18px;
}
.main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
  color: #000;
}
.login-social-wrap-main {
    max-width: 100%;
}
.req-seats-inner .check-icon {
    padding: 20px;
}

}


/*SIDE BAR CART*/
.sidebarcart {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 340px !important;
    height: 100%;
    background: #fff;
    border: 2px solid #fff;
    padding: 15px 0 15px 0;
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: #64646f33 0 5px 20px;
}
.sidebarcart span {
    font-size: 17px;
    text-transform: uppercase;
}
#cartclosebtn{
  cursor: pointer;
}
.sidebarcartitemh{
  font-size: 14px;;
}
.sidebarcartitembot{
  border-bottom: 1px solid white;
}
.cart-page-inner-lh{
  border-bottom: 1px solid white;
}

/***********/
#productimagemodal {
  height: 200px;
  width: inherit;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.productimagemodal_wishlist_xd {
  height: 200px;
  width: inherit;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding-top: 0;
  position: relative;
}
.productimagemodal_wishlist_xd .overlay-wishlist {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9);
  z-index: 2;
  cursor: pointer;
}
.productimagemodal_wishlist_xd span.popup-wishlist-inner {
  color: #fff;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  font-size: 30px;
  height: 55px;
  text-align: center;
  text-transform: uppercase;
}

.txleft{
  text-align: left;
}
.clrblack{
  color:black;
}
.flright{
  float: right;
}
.fsize20{
  font-size: 20px;
}
.addonrow {
  margin-top: 10px;
  background-color: #f3f3f3;
  padding: 5px;
  cursor: pointer;
  font-size: 16px;
}
#addoncheckbox{
  margin-right: 10px;;
}
.view-invoice-btn{
  text-align: center;
}

.booking-action-buttons{
  display: flex;
}
.booking-action-button{
  padding-right: 5px;
}
.booking-action-button-full a {
  width: 100%!important;
  margin-bottom: 5px;
  padding: 22px 25px;
  font-size: 20px;
}
.booking-cart-final-view.baranh-reservation-inner button.btn.btn-placeorder {
  background-color: #fff;
  padding: 12px 12px;
  color: #000;
  font-weight: 600;
  border-radius: 3px;
  font-size: 17px;
}
.booking-cart-final-view .continueorder {
  border: 1px solid;
  background-color: #fff;
  padding: 12px 12px;
  color: #000 !important; 
  font-weight: 600;
  border-radius: 3px;
  font-size: 17px;
}
.booking-cart-final-view .totalprice-checkout {
  text-align: left;
  padding: 15px 0px;
}
.booking-cart-final-view  .totalprice-checkout span.subt1 {
  float: right;
}
.booking-cart-final-view .cart-page-wrap td {
  padding: 15px 15px 15px 0px;
  padding-bottom: 0px;
}

#payment_methord_custom #form-space-remove{
  margin: 0px  !important;
  border-left: 1px solid #ccc;
}
#payment_methord_custom .booking-action-button-full a {
  width: 57%!important;
  font-size: 15px;
  padding: 14px 10px;
  background: #ff6624;
  color: white;
  border-radius: 47px;
  text-transform: capitalize;
  font-weight: bold;
  transition: all 0.2s ease-in-out 0s;
  margin: 0 auto;
}
#payment_methord_custom .baranh-reservation-sec {
  padding: 280px 0 170px;
}

#payment_methord_custom  a.btn.btn-block.btn-placeorder:hover {
  background-color: #99081f !important;
  transition: all 0.2s ease-in-out 0s;
}
#payment_methord_custom #payfast_submit_button{
  margin-left: 66px;
}

.baranh-reservation-inner button.btn.btn-availabilty {
    margin-top: 7px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font: 11px "Nunito Sans", sans-serif;
    text-decoration: none !important;
}
.baranh-reservation-inner button.btn.btn-availabilty:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

@media (min-width: 768px) {
.historydiv{
  margin:15px;
  padding: 15px;
  display: flex;
  justify-content: space-around;
}
.historydivtracking{
  margin:15px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
}
@media (max-width: 767px) {
  .quantity input.input-text[type=number] {
      padding-left: 0;
  }
  .historydiv{
    margin:15px;
    padding: 15px;
  }
  .historydivtracking{
    margin:15px;
    padding: 15px;
    display: inline-flex;
  }
  #payment_methord_custom .booking-action-button-full a {
    width: 87%!important;
    padding: 12px 10px;
  }
  #payment_methord_custom  .booking-action-button-full {
    flex-direction: column;
    gap: 20px;
  }
  #payment_methord_custom  .booking-action-button-full > div{
    width: 100% !important;
  }
  #payment_methord_custom  #payfast_submit_button{
    width: 87%!important;
    padding: 12px 10px;   
  }
  #payment_methord_custom #form-space-remove {
    margin: 0px !important;
    border: none;
    text-align: center;
  }
  #payment_methord_custom #payfast_submit_button {
    margin-left: unset;
  }
}
.trackingcol2 img{
  width: 200px;;
}
.catmenuimg{
  width: 80px;
    border: 1px solid;
    border-radius: 45px;
}
.orangebk{
  background-color:#de591f;
}
.dispnone{
display: none;
}
.newsletter-form-wrap-xd h3 {
  color: #000;
}
.newsletter-form-wrap-xd input {
  border: 1px solid #000;
}
.newsletter-form-wrap.newsletter-form-wrap-xd button {
  background-color: #ff7a40;
  width: auto;
  color: #fff;
  margin-top: 10px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 10px 40px;
}
.newsletter-form-wrap-xd {
  padding-bottom: 60px;
}
.newsletter-form-wrap-xd .newsletter_response {
  color: #000;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: -25px;
  text-transform: uppercase;
  text-decoration: underline;
}
.Wallet-sec-holder-wrap .history-order-title {
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 24px;
}
.Wallet-sec-holder-wrap .reservation-history-col-1 {
  width: 100%;
}
.Wallet-sec-holder-wrap ul.reserve-histry-show {
  width: 100%;
  display: flex;
  justify-content: space-around;
  font-size: 16px;
}
.Wallet-sec-holder-wrap .history-show-inner-xd {
  margin: 0 auto 15px;
  padding: 20px;
}
.Wallet-sec-holder-wrap .booking-action-button-full a {
  padding: 7px 25px;
}
button.ajax_add_to_wishlist_menu {
  border-radius: 0;
  font-weight: 400;
  padding: 12px 20px;
  margin-top: 20px;
  height: auto;
  font-size: 17px;
}
button.ajax_add_to_wishlist_menu:hover {
  background-color: #ff6624;
}
.watch-video-btn {
  font-weight: 400;
  padding: 12px 34px;
  font-size: 15px;
  text-transform: capitalize;
}
.wishlist_xd_popup {
  top: 50px;
}
.login_withemail_popup button.btn.btn-block.btn-availabilty.btn-gl-default{
  background-color: #ff7a40;
  height: auto;
  font-size: 16px;
  padding: 10px 16px;
  border-color: #ff7a40;
  margin-left: 1px;
  position: relative;
  border: 0;
}
.login_withemail_popup .req-seats-inner {
  background-color: #fff;
  text-align: center;
  padding: 20px 20px 20px;
  max-width: 600px;
  margin: 0 auto;
}
.login_withemail_popup .req-seats-holder label.col-form-label {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 6px;
  text-transform: uppercase;
}
.login_withemail_popup .req-seats-holder {
  margin-top: 120px;
}
.categores-items-details .button.ajax_add_to_wishlist {
    padding: 12px 20px;
    margin-top: 20px;
    height: auto;
    font-size: 17px;
    border-radius: 0;
    font-weight: 400;
}
.categores-items-details .button.ajax_add_to_wishlist:hover {
    background-color: #ff6624;
}
.newsletter-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
}
.newsletter-close-btn img {
    width: 20px;
    cursor: pointer;
}
.modal-newsletter-form-wrap-xd .req-seats-inner {
    position: relative;
}
.forget-password-xd input[type="email"] {
    padding: 8px 12px;
    min-height: 40px;
}
.forget-password-xd .alert {
    margin-top: 20px;
}
.forget-password-xd .text-muted.text-center.mb-4 {
    margin-bottom: 30px;
}
.alert {
    padding: 10px 15px;
    border-radius: 0;
}
.ui-widget-header {
  border: 1px solid transparent!important;
  background: #fff !important;
  color: #000 !important;
}
.ui-widget.ui-widget-content {
  border: 0 !important;
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 8px;
  border-radius: 0 !important;
  background-color: #fff;
}
.ui-datepicker th {
  color: #000 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  border: 0!important;
  background: transparent!important;
  font-weight: 400 !important;
  color: #000!important;
  text-align: center;
}
.ui-datepicker table {
  background-color: #fff!important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  border: 0;
  background: #fff !important;
  font-weight: 400;
  color: #000;
}

.ui-datepicker .ui-datepicker-next {
  background: url(https://baranh.pk/assets/img/right-arrow.png) no-repeat !important;
  width: 20px !important;
  height: 20px !important;
  color: #000 !important;
  display: block !important;
  overflow: visible !important;
  opacity: 1 !important;
  background-size: 15px!important;
  background-position: center center !important;
  margin-top: 5px;
}

.ui-datepicker .ui-datepicker-prev {
  background: url(https://baranh.pk/assets/img/left-arrow.png) no-repeat !important;
  width: 20px !important;
  height: 20px !important;
  color: #000 !important;
  display: block !important;
  overflow: visible !important;
  opacity: 1 !important;
  background-size: 15px!important;
  background-position: center center !important;
  margin-top: 5px;
}
.ui-widget-header .ui-icon {
  background-image: none!important;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  margin-left: 0!important;
  margin-top: -5px!important;
}


@media only screen and (max-width: 600px) {
  .modal-newsletter-form-wrap-xd {
    top: 60px;
  }
  button.ajax_add_to_wishlist_menu {
    padding: 6px 15px;
    font-size: 12px;
    min-width: 118px;
    margin-top: 10px;
  }
  .watch-video-btn {
    padding: 6px 15px;
    font-size: 12px;
    min-width: 118px;
    margin-top: 0;
  }
  .productimagemodal_wishlist_xd span.popup-wishlist-inner {
    font-size: 25px;
    height: 40px;
    line-height: 36px;
 }
 .wishlist_xd_popup {
  top: 80px;
}
.login_withemail_popup .req-seats-holder {
  width: 100%;
}
.login_withemail_popup .req-seats-inner {
  padding: 35px 20px 20px;
}
.categores-items-details .button.ajax_add_to_wishlist {
    padding: 6px 15px;
    font-size: 12px;
    min-width: 118px;
    margin-top: 10px;
    border-radius: 0;
}



}
.dnone{
        display:none;
}

.baranh-profile-sec .review-into-video {
    margin: 10px 0 0;
}
.baranh-review-sec-home h4 {
    font-size: 18px;
    margin-bottom: 20px;
}


.block-transition-r.fade-in {
    opacity: 1;
    transform: translateY(0);
}
.block-transition-r.fade-in .box-left {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
}

.block-transition-r {
    display: block;
    position: relative;
    padding: 60px 30px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(200px);
    transition: all 1s ease-out;
}
.centered {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0;
    height: auto;
    width: 100%;
}

.block-transition-r .transition-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    align-items: center;
}
.block-transition-r .box-right {
    z-index: 10;
    background-color: transparent;
    position: relative;
    margin-left: 0;
    height: auto;
    padding: 50px 10px;
    width: 100%;
    text-align: center;
}
.its-a-must .box-right {
    padding: 0 10px 50px 10px !important;
}

.block-transition-r .box-left {
    z-index: 5;
    left: 0;
    position: relative;
    width: 100%;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    transition: all 0.65s ease;
    transition-delay: 400ms;
    margin: 0;
    text-align: center;
}
.non-mobile {
    display: none !important;
}
.mobile-only {
    display: block !important;
}
.block-transition-r .box-left img {
    width: 100%;
    object-fit: cover !important;
    object-position: left !important;
}
.storeshome-content {
    text-align: center;
    padding: 0 15px;
}
.storeshome-content .small-title {
    margin: 0 auto 5px auto;
}
.storeshome-content p {
    width: 80%;
    margin: 10px auto;
}
.outline-btn, .white-outline-btn {
    padding: 10px 20px 10px 20px;
    text-align: center;
    transition: all .1s ease;
    font-family: "Futura PT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 30px;
    width: 100%;
    height: 100%;
}


@media (min-width: 768px) { 
    .block-transition-r .box-left {
        width: 50%;
        text-align: left;
    }  
    .non-mobile {
        display: block !important;
    }  
    .mobile-only {
        display: none !important;
    }
    .block-transition-r .box-left img {
        object-fit: contain !important;
    }
    .outline-btn {
        font-size: 12px;
        padding: 10px 30px;
    }
    .videoWrapper video {
        padding: 60px 60px 0 60px;
    }
}

.block-transition-r .box-left, .block-transition-r .box-right {
    display: block;
}

.small-title {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-weight: 700;
    font-family: 'Futura PT';
}
.block-transition-r .small-title {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 1s ease-out;
}
.block-transition-r.fade-in .small-title {
    transform: translateX(0);
    opacity: 1;
}
.transition-heading {
    font-size: 30px;
    font-family: 'Futura PT';
    margin-bottom: 10px;
    color: #000;
    line-height: 30px;
    margin-left: -1px;
    text-transform: capitalize;
    font-weight: 300;
}
.block-transition-r.fade-in p {
    transform: translateY(0);
    opacity: 1;
}
.block-transition-r p {
    transform: translateY(200px);
    opacity: 0;
    transition: all 1s ease-out;
}
.storeshome-content h1 {
    font-size: 30px;
    font-family: 'Futura PT';
    text-transform: none;
    font-weight: 300;
}
.outline-btn {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    margin: 10px 0;
    font: 11px "Nunito Sans", sans-serif;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    text-align: center;
}

.dolci-delivered {
    background: url(https://baranh.pk/assets/img/delivery-icon-new-one.png) no-repeat center top;
    background-size: 100% auto;
    margin: 20px 30px 0 30px;
    padding: 60px 0 30px 0 !important;
}


@media (min-width: 768px) {
    .block-transition-r {
        padding: 50px;
    }
    .block-transition-r .transition-box {
        flex-direction: row-reverse;
    }
    .block-transition-r .box-right {
        padding: 30px 40px;
        width: 50%;
        left: 0;
        position: absolute;
        text-align: left;
    }
    .its-a-must .box-right {
        padding: 50px 10px !important;
    }
    .dolci-delivered {
        padding: 140px 0 120px 0 !important;
        margin: 60px 40px 0 40px;
    }
   
}

@media (min-width: 1200px) {
    .block-transition-r {
        padding: 100px 0;
    }
    .storeshome-content p {
        width: 50%;
    }
}


.site-footer.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.site-footer.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-content .col-4 img {
    display: inline-block;
    height: auto;
    width: 20%;
    margin: 0 0 24px 0;
}
.para-reg {
    display: inline-block;
    position: relative;
    font-size: 7px !important;
    top: -5px;
    left: 3px;
    padding: 0 4px 0 0;
}
.footer-content .col-4 p {
    padding: 55px 0 0 0;
    font: 12px "Futura PT", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-content .col-4 {
    display: inline-block;
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
}
.footer-social li img {
    width: 45px;
    height: auto;
}
.footer-social li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.baranh-social-icons ul li:last-child {
    margin-right: 0;
}
.footer-social {
    display: inline-block;
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.footer-heading {
    font: 12px "Futura PT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footer-links li a {
    color: #000;
    transition: all .3s ease;
    font-size: 12px;
    font-family: "Futura PT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}
.footer-links li {
    list-style: none;
}
.footer-links {
    padding: 0;
    margin: 0;
    float: left;
    width: 50%;
    text-align: center;
}

.footer-right {
    width: 100%;
}

.footer-left {
    margin-bottom: 50px;
}

.site-footer {
    width: 100%;
    height: auto;
    padding: 30px 40px;
    z-index: 10;
}

.footer-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-left {
    width: 100%;
}

.footer-left, .footer-right {
    display: inline-block;
    position: relative;
}

.footer-logo {
    text-align: center !important;
}

.review-content {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #000;
    padding: 70px 0;
    color: #fff;
}

.review-container {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 30px;
    align-items: center;
}

.review-left .small-title {
    width: 100%;
    margin-bottom: 10px;
}

.review-content .small-title {
    color: #fff;
}
.review-content h3 {
    max-width: 100%;
    line-height: 34px;
    padding: 0 30px;
    color: #fff;
}
.review-right {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.review-slide-wrap {
    width: 100%;
    padding: 0 20px;
}
.review-column-slide {
    text-align: center;
}
.review-column-slide video {
    height: 300px;
}
.review-slide-wrap .owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: 40%;
    width: 100%;
}
.review-slide-wrap .owl-dots {
    display: none;
}

.review-slide-wrap .owl-next {
    float: right;
    background-image: url(https://baranh.pk/assets/img/right-icon.png);
    width: 30px;
    height: 35px;
    background-position: center center;
    background-size: 14px;
    background-repeat: no-repeat;
    text-indent: -9999999px;
}
.review-slide-wrap .owl-prev {
    float: left;
    background-image: url(https://baranh.pk/assets/img/left-icon.png);
    width: 30px;
    height: 35px;
    background-position: center center;
    background-size: 14px;
    background-repeat: no-repeat;
    text-indent: -9999999px;
}
.handheld-navigation .dropbtn {
    background-color: #fff !important;
    color: #000;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding: 8px 20px 8px 20px;
    font-family: 'Futura PT';
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    background: url(https://baranh.pk/assets/img/above-drop-down-menu-icon.png) no-repeat 90% center;
    background-size: 12px;
    min-height: 35px;
}
.handheld-navigation .dropbtn.selected {
    background: url(https://baranh.pk/assets/img/drop-down-menu-icon.png) no-repeat 90% center;
    background-size: 12px;
}


.handheld-navigation .dropbtn:hover, .handheld-navigation .dropbtn:focus {
  background-color: #fff;
}

.handheld-navigation .dropbtn2 {
    background-color: #fff !important;
    color: #000;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding: 8px 20px 8px 20px;
    font-family: 'Futura PT';
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    background: url(https://baranh.pk/assets/img/above-drop-down-menu-icon.png) no-repeat 90% center;
    background-size: 12px;
}
.handheld-navigation .dropbtn2.selected {
    background: url(https://baranh.pk/assets/img/drop-down-menu-icon.png) no-repeat 90% center;
    background-size: 12px;
}


.handheld-navigation .dropbtn2:hover, .handheld-navigation .dropbtn2:focus {
  background-color: #fff;
}

.handheld-navigation .dropbtn3 {
    background-color: #fff !important;
    color: #000;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding: 8px 20px 8px 20px;
    font-family: 'Futura PT';
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    background: url(https://baranh.pk/assets/img/above-drop-down-menu-icon.png) no-repeat 90% center;
    background-size: 12px;
}
.handheld-navigation .dropbtn3.selected {
    background: url(https://baranh.pk/assets/img/drop-down-menu-icon.png) no-repeat 90% center;
    background-size: 12px;
}


.handheld-navigation .dropbtn3:hover, .handheld-navigation .dropbtn3:focus {
  background-color: #fff;
}


.handheld-navigation .helpdropdown {
  position: relative;
  display: inline-block;
}

.handheld-navigation .helpdropdown-content {
    display: none;
    position: relative;
    background-color: #fff;
    min-width: 100%;
    overflow: auto;
    box-shadow: none;
    z-index: 1;
}

.handheld-navigation .helpdropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.handheld-navigation .helpdropdown a:hover {background-color: #ddd;}

.handheld-navigation .show {display: block;}
ul.sub-menu-mobile::before, ul.sub-menu-mobile::after {
    content: none !important;
}

@media only screen and (max-width: 767px) { 
.main-navigation .handheld-navigation ul.menu ul a:hover, 
.main-navigation .handheld-navigation ul.menu ul li:hover > a, 
.main-navigation .handheld-navigation ul.nav-menu ul a:hover {
    background-color: #fff !important;
    color: #000;
}    
.block-transition-r {
    padding: 30px 30px;
}   
.block-transition-r.its-a-must {
    padding-top: 20px;
}
.its-a-must .box-right {
    padding: 0 10px 30px 10px !important;
}
.dolci-delivered {
    margin: 10px 30px 0 30px;
    padding: 45px 0 0 0 !important;
}
.block-transition-r .box-right {
    padding: 30px 10px;
}
.block-transition-r.dolci-delivered .box-right {
    padding: 30px 10px 0;
}
.storeshome-content .videoWrapper {
    padding-top: 0;
}
.site-footer {
    padding: 20px 15px 0 !important;
}
}

@media (min-width: 1200px) {
    .site-footer {
        padding: 30px 0;
    }
    .review-left {
        width: 40%;
        margin-bottom: 0;
    }
    .review-right {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .site-footer {
        padding: 30px 30px;
    }
    .footer-content {
        flex-direction: row;
    }
    .footer-left {
        width: 66.6%;
    }
    .footer-left {
        margin-bottom: 0;
    }
    .footer-right {
        width: 33.3%;
    }
    .footer-links {
        width: 25%;
        text-align: left;
    }
    .footer-content .col-4 {
        width: 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        text-align: left;
    }
    .footer-content .col-4 img {
        margin: 40px 0 0 0;
    }
    .review-content {
        padding: 65px 30px;
    }
    .review-container {
        flex-direction: row;
        padding: 0;
    }
    .review-left {
        width: 40%;
        margin-bottom: 0;
        text-align: left;
    }
    .review-left .small-title {
        width: auto;
    }
    .review-content h3 {
        max-width: 60%;
        padding: 0;
    }
    .review-right {
        width: 60%;
    }
}


@media (min-width: 576px) { 
    .review-content h3 {
        max-width: 70%;
    }
}

.main-navigation ul.menu ul a:hover, .main-navigation ul.menu ul li:hover > a, .main-navigation ul.nav-menu ul a:hover {
    background-color: #000 !important;
}
button.btn.signinwithemail {
    background-color: #000;
    color: #fff;
    padding: 15px 5px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    border-radius: 0;
}
.large-intro img {
    max-width: 50px;
    margin-top: 60px;
}
.leaf-img {
    display: inline-block;
    width: 55px;
    height: auto;
    margin-bottom: 5px;
}
.baranh-reservation-sec .intro-inner h1 {
    margin-bottom: 5px;
}

/* Code for store Pages */


.intro-block {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 0;
}
.intro-inner {
    display: block;
    position: relative;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    transition: all 1s ease;
    padding-bottom: 5px;
}
 
.leaf-img-wrap .leaf-img {
    margin-bottom: 0;
}

.intro-inner p {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.7;
}
.intro-inner p:last-of-type {
    margin-bottom: 0;
}
.haute-dolci-stores ul {
    margin: 0;
    padding: 0;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.haute-dolci-stores li {
    margin-bottom: 5px;
    padding: 0;
}
.text-center {
    text-align: center;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.haute-dolci-stores .stores-inner {
    position: relative;
}
.haute-dolci-stores img {
    width: 100%;
    height: auto;
}
.haute-dolci-stores .stores-inner-title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.vertical-center {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.haute-dolci-stores .stores-inner h2 {
    text-transform: uppercase;
    font: 34px "Futura PT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 300;
}
.stores-logo-img {
    display: inline-block;
    width: 30px;
    height: auto;
    margin-bottom: 10px;
}
.single-store .intro-block h1 {
    margin-bottom: 10px;
}
.single-store .intro-block .leaf-img{
    margin-bottom: 10px;
    margin-top: 20px;
}
.store-details {
    background-color: #ebebeb;
    padding: 4% 2%;
    font: 12px "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.store-details .column-right {
    background-color: #fff;
    padding: 20px 25px;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.store-details .map-container {
    position: relative;
}
.store-details .map-container iframe {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.store-details .column-right p, .store-details .column-right address {
    padding: 5px 0;
    margin: 0;
}
.store-details .column-right table {
    margin: 15px 0;
    width: 100%;
    font: 12px "NunitoSans-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.store-details .column-right table td {
    padding: 6px 0;
}
.store-details .column-right table .time {
    text-align: right;
}
.store-details .column-right .holiday-times {
    text-transform: uppercase;
    text-decoration: underline;
}
.store-details .column-right .holiday-times .outline-btn {
    margin: 0 !important;
    width: 200px;
} 
.hide {
    display: none;
}
.store-details .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.store-copy {
    display: block;
    position: relative;
    padding: 100px 0 0 0;
    text-align: center;
}
.store-copy p {
    max-width: 70%;
    margin: 0 auto 15px auto;
}
.services-block {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 20px;
}
.services-block h5 {
    font: 26px "Futura PT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.services-block ul {
    display: block;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.services-block .breakfast {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/breakfast-brunch.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .desserts {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/dolci-desserts.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .caffe {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/caffe-food.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .drinks {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/drinks.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .vegan {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/vegan.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .takeaway {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/take-away.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .online {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/online-ordering.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .deliveries {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/deliveries.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .retail {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/retail-gifting.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .parties {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/parties-events.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .private {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/private-dining.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .fleur {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/fleur-private-dining.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .priority {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/key-holder-priority.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .reservations {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/key-holder-reservations.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .outdoor {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/outdoor-seating.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .tea {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/afternoon-tea.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .disabled {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/disabled-access.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .chairs {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/high-chairs.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .parking {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/parking.png) no-repeat left;
    background-size: 40px auto;
}
.services-block .quiet {
    background: url(https://hautedolci.co.uk/wp-content/themes/hautedolci/images/icons/quiet-room.png) no-repeat left;
    background-size: 40px auto;
}
.haute-dolci-stores .stores-inner p {
    font: 12px "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
}
.city-slider-details {
    margin-bottom: 60px;
    padding: 0 50px;
}
.city-slider-details .owl-dots .owl-dot {
    background-color: #000 !important;
}
.city-slider-details .owl-dots .owl-dot {
    height: 1px;
}
.city-slider-details .owl-dots {
    top: 20px;
}
.city-slider-details .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
}
.city-slider-details .owl-prev {
    left: -35px;
    position: relative;
    float: left;
    background-image: url(https://baranh.pk/assets/img/slick-prev-black.png);
    background-size: 22px;
    height: 40px;
    color: #fff;
    background-repeat: no-repeat;
    width: 30px;
    text-indent: -200px;
    overflow: hidden;
}

.city-slider-details .owl-next {
    float: right;
    position: relative;
    right: -35px;
    background-image: url(https://baranh.pk/assets/img/slick-next-black.png);
    background-size: 22px;
    height: 40px;
    color: #fff;
    background-repeat: no-repeat;
    width: 30px;
    text-indent: -200px;
    overflow: hidden;
}
.city-slider-details .owl-dots .owl-dot + .owl-dot {
    margin-left: 1em;
}
.services-block li {
    padding: 10px 0 10px 60px;
    font: 16px "Futura PT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.intro-block.text-center.leaf-img-wrap {
    padding: 20px 0;
}
.req-seats-inner .unze-news-titl h3 {
    padding-top: 70px;
    margin-bottom: 20px;
}
.revervation-popup-model {
    margin: auto;
    height: 280px;
}
.revervation-popup-model .modal-content {
    border: 0;
}
.handheld-navigation ul.menu li span a {
    padding: 0;
}
.handheld-navigation ul.menu li span {
    display: inline-block;
}


@media (min-width: 768px) {
    
    .city-slider-details .owl-dots .owl-dot + .owl-dot {
        margin-left: 3em;
    }

    
    .city-slider-details .owl-prev {
        left: -50px;
    }
    
    .city-slider-details .owl-next {
        right: -50px;
    }
        
    .city-slider-details {
        margin-bottom: 80px;
        padding: 0;
    }
    .intro-block {
        /*padding: 60px 0;*/
        padding: 15px 0;
    }   
    .intro-inner {
        width: 100%;
    }
    .intro-inner p {
        max-width: 70%;
        margin: 0 auto 15px auto;
    }
    .haute-dolci-stores .stores-inner h2 {
        font: 45px "Futura PT", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
    }
    
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .store-details .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .store-details .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .services-block {
        padding: 60px 0;
    }
    .services-block ul {
        display: inline-block;
        width: 24.6%;
    }

}